Skip to content

chore(deps-dev): bump @antfu/eslint-config from 3.16.0 to 9.5.1 - #109

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/antfu/eslint-config-9.3.0
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/antfu/eslint-config-9.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 16, 2026

Copy link
Copy Markdown
Contributor

Bumps @antfu/eslint-config from 3.16.0 to 9.5.1.

Release notes

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

v9.5.1

   🐞 Bug Fixes

    View changes on GitHub

v9.5.0

   🚀 Features

    View changes on GitHub

v9.4.1

   🚀 Features

  • pnpm: Enforce new-line style for pnpm-workspace.yaml  -  by @​antfu (ab400)
    View changes on GitHub

v9.4.0

   🚀 Features

    View changes on GitHub

v9.3.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v9.2.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • df4d896 chore: release v9.5.1
  • a213d4e fix: antislop plugins composition, refactor
  • 0870a3a chore: release v9.5.0
  • f6906f6 feat: add antislop option (#861)
  • 8808d4e chore: release v9.4.1
  • ab4004a feat(pnpm): enforce new-line style for pnpm-workspace.yaml
  • c058aa0 chore: release v9.4.0
  • 33a41b4 feat: update plugins jsdoc v64 unicorn v74 e18e v0.8 solid v0.17
  • 4e17083 chore: update deps
  • aa64d59 feat(pnpm): improve the pnpm workspaces fields ordering
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​antfu/eslint-config since your current version.


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 16, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/antfu/eslint-config-9.3.0 branch 2 times, most recently from 5948883 to 3ee538b Compare August 16, 2026 13:16
@mroops0111

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/antfu/eslint-config-9.3.0 branch from 3ee538b to e181736 Compare August 16, 2026 13:26
@mroops0111

Copy link
Copy Markdown
Owner

Holding this one. The Lint failure is not a code-style violation, ESLint crashes while loading the flat config:

TypeError: mapTypes.union is not a function
    at eslint-plugin-unicorn@73.0.0/rules/utils/builtin-collection-type.js:19:34

@antfu/eslint-config 9.3.0 pulls in eslint-plugin-unicorn 73, whose builtin-collection-type.js calls Set.prototype.union at module scope. That method is ES2025 and only exists on Node 22+, while the Lint job is pinned to node-version: 20 in .github/workflows/ci.yml. Unicorn 73 states the same requirement itself: engines.node >= 22, plus peerDependencies.eslint >= 10.4 against our current eslint 9.39.4.

I rebased onto the current master and re-ran CI, same failure, so this is not a stale base. 73.0.0 is the latest release, there is no patched version to wait for.

Two prerequisites before this can merge, both worth landing on their own rather than inside a dependency bump:

  1. Raise the CI Node baseline to 22+ for the lint, typecheck, and build jobs, and revisit the lower bound of the test matrix.
  2. Bump eslint from 9 to 10 to satisfy the unicorn peer range.

Leaving the PR open until those are in place.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/antfu/eslint-config-9.3.0 branch 6 times, most recently from ab4edc5 to 8a6e142 Compare August 22, 2026 09:45
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/antfu/eslint-config-9.3.0 branch 6 times, most recently from 01ab9f9 to 25fd437 Compare September 4, 2026 09:17
@dependabot dependabot Bot changed the title chore(deps-dev): bump @antfu/eslint-config from 3.16.0 to 9.3.0 chore(deps-dev): bump @antfu/eslint-config from 3.16.0 to 9.5.1 Sep 5, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/antfu/eslint-config-9.3.0 branch 2 times, most recently from 0e7229b to 96b6ca4 Compare September 11, 2026 01:22
Bumps [@antfu/eslint-config](https://github.com/antfu/eslint-config) from 3.16.0 to 9.5.1.
- [Release notes](https://github.com/antfu/eslint-config/releases)
- [Commits](antfu/eslint-config@v3.16.0...v9.5.1)

---
updated-dependencies:
- dependency-name: "@antfu/eslint-config"
  dependency-version: 9.3.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/npm_and_yarn/antfu/eslint-config-9.3.0 branch from 96b6ca4 to b4c5e2b Compare September 11, 2026 01: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.

1 participant