chore(deps-dev): bump @antfu/eslint-config from 7.6.1 to 7.7.3#113
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps-dev): bump @antfu/eslint-config from 7.6.1 to 7.7.3#113dependabot[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 Runner as CI / Local Developer
participant ESLint as ESLint Engine
participant Config as @antfu/eslint-config (v7.7.3)
participant E18e as @e18e/eslint-plugin
participant FS as Source Code
Note over Runner,FS: Linting execution flow (Dev-time "Runtime")
Runner->>ESLint: Start linting process
ESLint->>Config: Load configuration
Config->>Config: CHANGED: Execute editor detection (Exclude Zed terminal)
Config->>E18e: NEW: Initialize e18e ecosystem rules
ESLint->>FS: Scan source files (TS, Markdown, JSON)
ESLint->>Config: Apply ruleset to files
opt e18e checks (NEW)
Config->>E18e: Run performance & module replacement checks
E18e-->>Config: Return performance suggestions
end
alt Rules Validated
ESLint-->>Runner: Exit Code 0 (Success)
else Violations Found (including NEW e18e rules)
ESLint-->>Runner: Report Warnings/Errors
end
Contributor
|
@dependabot rebase |
Contributor
Author
|
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
Bumps [@antfu/eslint-config](https://github.com/antfu/eslint-config) from 7.6.1 to 7.7.3. - [Release notes](https://github.com/antfu/eslint-config/releases) - [Commits](antfu/eslint-config@v7.6.1...v7.7.3) --- updated-dependencies: - dependency-name: "@antfu/eslint-config" dependency-version: 7.7.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
c99bd67 to
7288414
Compare
Contributor
Author
|
Superseded by #148. |
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 7.7.3.
Release notes
Sourced from
@antfu/eslint-config's releases.Commits
37aa43cchore: 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)992cf61chore: release v7.7.1d7a3269chore: update deps6d2e6d4fix: disablee18e/prefer-static-regexin tests and markdown5cf41c0chore: update snapshot