Skip to content

chore(deps-dev): bump @antfu/eslint-config from 7.6.1 to 8.0.0#148

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/antfu/eslint-config-8.0.0
Open

chore(deps-dev): bump @antfu/eslint-config from 7.6.1 to 8.0.0#148
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/antfu/eslint-config-8.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps @antfu/eslint-config from 7.6.1 to 8.0.0.

Release notes

Sourced from @​antfu/eslint-config's releases.

v8.0.0

   🚨 Breaking Changes

   🚀 Features

    View changes on GitHub

v7.7.3

   🐞 Bug Fixes

    View changes on GitHub

v7.7.2

   🐞 Bug Fixes

    View changes on GitHub

v7.7.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • a1e7fa4 chore: release v8.0.0
  • ad99814 feat: update plugins
  • 83c1d11 feat(react)!: update eslint react to 3.0 (#832)
  • 54241c1 chore: update snapshot
  • 37aa43c chore: release v7.7.3
  • 7edec03 fix: disable some e18e rules
  • 2c47e63 chore: release v7.7.2
  • 61658e6 fix(e18e): moduleReplacements should only enable in lib
  • 4665ef1 fix: enable typescript when tsgo installed (#833)
  • 9484a81 fix: exclude the zed terminal from editor detection (#834)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by cubic

Upgrade @antfu/eslint-config to ^8.1.1 across the repo (root and plugins/gatekeeper) to adopt the latest lint rules and plugin updates. Dev-only change; may surface new lint errors, especially with the React preset.

  • Migration
    • Run ESLint and apply fixes.
    • If using the React preset, review new v8 React rules and adjust code or overrides as needed.

Written for commit 98bec5e. Summary will update on new commits.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 2, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
claude-code-plugins Ready Ready Preview, Comment Apr 10, 2026 2:39am

Request Review

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 3 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.
Architecture diagram
sequenceDiagram
    participant Dev as Developer / CI
    participant IDE as Editor (VS Code / Zed)
    participant Linter as ESLint Engine
    participant Config as @antfu/eslint-config (v8.0.0)
    participant Plugins as ESLint Plugins (React, e18e, etc.)
    participant Code as Project Source Code

    Note over Dev,Code: Development-time Linting Flow

    Dev->>Linter: Execute lint command
    IDE->>Linter: On-save / Real-time linting
    
    Linter->>Config: Initialize configuration
    
    Config->>Plugins: NEW: Load @e18e/eslint-plugin
    Note right of Plugins: Detects non-optimal imports<br/>and modern JS patterns
    
    alt React Project
        Config->>Plugins: CHANGED: Initialize React Plugin v3.0
        Note right of Plugins: Breaking Change: Updated ruleset<br/>for React components
    end

    opt Editor Integration
        Config->>Config: NEW: Detect Zed Editor
        Note right of Config: Automatically adjusts formatting<br/>behavior for Zed users
    end

    Linter->>Code: Scan files and apply rules
    
    alt Lint Violations Found
        Linter-->>Dev: CHANGED: Report new v8 errors/warnings
        Linter-->>IDE: Highlight violations in UI
    else Success
        Linter-->>Dev: Exit Code 0
    end
Loading

Bumps [@antfu/eslint-config](https://github.com/antfu/eslint-config) from 7.6.1 to 8.0.0.
- [Release notes](https://github.com/antfu/eslint-config/releases)
- [Commits](antfu/eslint-config@v7.6.1...v8.0.0)

---
updated-dependencies:
- dependency-name: "@antfu/eslint-config"
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bun/antfu/eslint-config-8.0.0 branch from e2d72db to 98bec5e Compare April 10, 2026 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants