Skip to content

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
dependabot/bun/antfu/eslint-config-7.7.3
Closed

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2026

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

Release notes

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

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
  • 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)
  • 992cf61 chore: release v7.7.1
  • d7a3269 chore: update deps
  • 6d2e6d4 fix: disable e18e/prefer-static-regex in tests and markdown
  • 5cf41c0 chore: update snapshot
  • Additional commits viewable in compare view

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

vercel bot commented Mar 26, 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 Mar 28, 2026 3:36pm

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 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
Loading

@amondnet
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 26, 2026

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 @dependabot recreate.

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>
@dependabot dependabot bot force-pushed the dependabot/bun/antfu/eslint-config-7.7.3 branch from c99bd67 to 7288414 Compare March 28, 2026 15:34
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 2, 2026

Superseded by #148.

@dependabot dependabot bot closed this Apr 2, 2026
@dependabot dependabot bot deleted the dependabot/bun/antfu/eslint-config-7.7.3 branch April 2, 2026 20:57
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.

1 participant