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
Open
chore(deps-dev): bump @antfu/eslint-config from 7.6.1 to 8.0.0#148dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
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
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>
e2d72db to
98bec5e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @antfu/eslint-config from 7.6.1 to 8.0.0.
Release notes
Sourced from
@antfu/eslint-config's releases.Commits
a1e7fa4chore: release v8.0.0ad99814feat: update plugins83c1d11feat(react)!: update eslint react to 3.0 (#832)54241c1chore: update snapshot37aa43cchore: release v7.7.37edec03fix: disable some e18e rules2c47e63chore: release v7.7.261658e6fix(e18e):moduleReplacementsshould only enable inlib4665ef1fix: enable typescript when tsgo installed (#833)9484a81fix: exclude the zed terminal from editor detection (#834)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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-configto^8.1.1across the repo (root andplugins/gatekeeper) to adopt the latest lint rules and plugin updates. Dev-only change; may surface new lint errors, especially with the React preset.Written for commit 98bec5e. Summary will update on new commits.