Skip to content

build(deps-dev): bump eslint from 9.39.4 to 10.4.1#4

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-10.4.0
Open

build(deps-dev): bump eslint from 9.39.4 to 10.4.1#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-10.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 28, 2026

Copy link
Copy Markdown

Bumps eslint from 9.39.4 to 10.4.1.

Release notes

Sourced from eslint's releases.

v10.4.1

Bug Fixes

  • e557467 fix: update @eslint/plugin-kit version to 0.7.2 (#20930) (Francesco Trotta)
  • d4ce898 fix: propagate failures from delegated commands (#20917) (Minh Vu)
  • f4f3507 fix: prefer-arrow-callback invalid autofix with newline after async (#20916) (kuldeep kumar)
  • c5bc78b fix: false positive for reference in finally block (#20655) (Tanuj Kanti)
  • 27538c0 fix: add missing CodePath and CodePathSegment types (#20853) (Pixel998)

Documentation

  • 61b0add docs: remove deprecated rule from related rules of max-params (#20921) (Tanuj Kanti)
  • 305d5b9 docs: remove deprecated rules from related rules section (#20911) (Tanuj Kanti)
  • 49b0202 docs: fix display: none of ad (#20901) (Tanuj Kanti)
  • 9067f94 docs: switch build to Node.js 24 (#20893) (Milos Djermanovic)
  • c91b041 docs: Update README (GitHub Actions Bot)
  • e349265 docs: clarify semver strings in rule deprecation objects (#20885) (Milos Djermanovic)

Chores

  • b0e466b test: add data property to invalid tests cases for rules (#20924) (Tanuj Kanti)
  • f78838b test: add CodePath type coverage (#20904) (Pixel998)
  • 1daa4bd chore: update eslint-plugin-eslint-comments test data to latest commit (#20922) (Francesco Trotta)
  • 002942c ci: declare contents:read on update-readme workflow (#20919) (Arpit Jain)
  • 64bca24 chore: update ecosystem plugins (#20912) (ESLint Bot)
  • 6d7c832 chore: ignore fflate updates in renovate (#20908) (Pixel998)
  • b2c8638 ci: bump pnpm/action-setup from 6.0.7 to 6.0.8 (#20889) (dependabot[bot])
  • a9b8d7f chore: increase maxBuffer for ecosystem tests (#20881) (sethamus)
  • b702ead chore: update ecosystem update PR settings (#20884) (Pixel998)
  • 507f60e chore: update ecosystem plugins (#20882) (ESLint Bot)
  • 92f5c5b test: add unit test for message-count (#20878) (kuldeep kumar)
  • df32108 chore: add @​eslint/markdown and typescript-eslint ecosystem tests (#20837) (sethamus)
  • 327f91d chore: use includeIgnoreFile internally (#20876) (Kirk Waiblinger)
  • f0dc4bd chore: pin fflate@0.8.2 (#20877) (Milos Djermanovic)
  • 0f4bd25 ci: run Discord alert for ecosystem test failures (#20873) (Copilot)

v10.4.0

Features

  • 1a45ec5 feat: check sequence expressions in for-direction (#20701) (kuldeep kumar)
  • 450040b feat: add includeIgnoreFile() to eslint/config (#20735) (Kirk Waiblinger)

Bug Fixes

  • 544c0c3 fix: escape code path DOT labels in debug output (#20866) (Pixel998)
  • 6799431 fix: update dependency @​eslint/config-helpers to ^0.6.0 (#20850) (renovate[bot])
  • f078fef fix: handle non-array deprecated rule replacements (#20825) (xbinaryx)

Documentation

  • 7e52a71 docs: add mention of @eslint-react/eslint-plugin (#20869) (Pavel)
  • db3468b docs: tweak wording around ambiguous CJS-vs-ESM config (#20865) (Kirk Waiblinger)
  • 9084664 docs: Update README (GitHub Actions Bot)
  • 9cc7387 docs: Update README (GitHub Actions Bot)
  • 3d7b548 docs: Update README (GitHub Actions Bot)
  • 191ec3c docs: Update README (GitHub Actions Bot)

... (truncated)

Commits
  • 4a3d15a 10.4.1
  • 43e7e2b Build: changelog update for 10.4.1
  • e557467 fix: update @eslint/plugin-kit version to 0.7.2 (#20930)
  • b0e466b test: add data property to invalid tests cases for rules (#20924)
  • d4ce898 fix: propagate failures from delegated commands (#20917)
  • f4f3507 fix: prefer-arrow-callback invalid autofix with newline after async (#20916)
  • f78838b test: add CodePath type coverage (#20904)
  • 61b0add docs: remove deprecated rule from related rules of max-params (#20921)
  • 1daa4bd chore: update eslint-plugin-eslint-comments test data to latest commit (#20...
  • 002942c ci: declare contents:read on update-readme workflow (#20919)
  • 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 May 28, 2026

@codereviewlocal codereviewlocal Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Review summary

Dependabot bump of eslint from 9.39.4 to 10.4.0 (major). This is a lockfile-only change with no source code modifications. Notable: ESLint 10 drops Node 18 support (now requires >=20.19.0), removes @eslint/eslintrc (legacy config format), and upgrades internal @eslint/* packages with API changes. Ensure the project's Node runtime and ESLint config format are compatible with v10 before merging.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-10.4.0 branch from c7bd876 to 77709fa Compare May 28, 2026 12:03

@codereviewlocal codereviewlocal Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Review summary

Dependabot bump of eslint from 9.39.4 to 10.4.0 (major version). This is a significant upgrade: ESLint 10 drops Node.js 18 support (now requires ^20.19.0 || ^22.13.0 || >=24), removes the @eslint/eslintrc package indicating legacy .eslintrc config format is no longer supported, and bumps several internal packages to new major versions. Verify that the project's Node.js engine requirements are compatible and that the ESLint config uses the flat config format (eslint.config.js/eslint.config.mjs). No code-level issues found in the diff.

@dependabot dependabot Bot changed the title build(deps-dev): bump eslint from 9.39.4 to 10.4.0 build(deps-dev): bump eslint from 9.39.4 to 10.4.1 May 30, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-10.4.0 branch from 77709fa to aecfb77 Compare May 30, 2026 12:51

@codereviewlocal codereviewlocal Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Review summary

Dependabot bump of eslint from 9.39.4 to 10.4.1. This is a major version upgrade (9→10). Key changes in the lockfile include: Node.js engine requirement raised to ^20.19.0 || ^22.13.0 || >=24 (dropping Node 18 support), @eslint/eslintrc package removed from the dependency tree, @eslint/* internal packages all bumped to new major versions, and minimatch upgraded from v3 to v10 in @eslint/config-array. Verify that the project's CI and development environments run a supported Node.js version (≥20.19.0) and that the existing ESLint config is compatible with ESLint 10's breaking changes before merging.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-10.4.0 branch 2 times, most recently from dfdf06d to d3f60af Compare May 31, 2026 10:11

@codereviewlocal codereviewlocal Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Review summary

Dependabot bumps ESLint from 9.39.4 to 10.4.1, a major version upgrade. Only package.json and package-lock.json are modified. ESLint 10 drops Node.js 18 support (now requires ^20.19.0, ^22.13.0, or >=24) and removes the separate @eslint/eslintrc package. The ESLint configuration should be verified for compatibility with v10 breaking changes since no config files are updated in this PR. The project's CI and development environments should be confirmed to use a supported Node.js version.

Bumps [eslint](https://github.com/eslint/eslint) from 9.39.4 to 10.4.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.4...v10.4.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.4.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/eslint-10.4.0 branch from d3f60af to a8e7799 Compare June 1, 2026 08:02
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