Skip to content

Bump eslint from 10.0.0 to 10.0.1#17

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-10.0.1
Closed

Bump eslint from 10.0.0 to 10.0.1#17
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-10.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps eslint from 10.0.0 to 10.0.1.

Release notes

Sourced from eslint's releases.

v10.0.1

Bug Fixes

  • c87d5bd fix: update eslint (#20531) (renovate[bot])
  • d841001 fix: update minimatch to 10.2.1 to address security vulnerabilities (#20519) (루밀LuMir)
  • 04c2147 fix: update error message for unused suppressions (#20496) (fnx)
  • 38b089c fix: update dependency @​eslint/config-array to ^0.23.1 (#20484) (renovate[bot])

Documentation

  • 5b3dbce docs: add AI acknowledgement section to templates (#20431) (루밀LuMir)
  • 6f23076 docs: toggle nav in no-JS mode (#20476) (Tanuj Kanti)
  • b69cfb3 docs: Update README (GitHub Actions Bot)

Chores

  • e5c281f chore: updates for v9.39.3 release (Jenkins)
  • 8c3832a chore: update @​typescript-eslint/parser to ^8.56.0 (#20514) (Milos Djermanovic)
  • 8330d23 test: add tests for config-api (#20493) (Milos Djermanovic)
  • 37d6e91 chore: remove eslint v10 prereleases from eslint-config-eslint deps (#20494) (Milos Djermanovic)
  • da7cd0e refactor: cleanup error message templates (#20479) (Francesco Trotta)
  • 84fb885 chore: package.json update for @​eslint/js release (Jenkins)
  • 1f66734 chore: add eslint to peerDependencies of @eslint/js (#20467) (Milos Djermanovic)
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eslint](https://github.com/eslint/eslint) from 10.0.0 to 10.0.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.0.0...v10.0.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 1, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 1, 2026

QA Instructions

Summary

This pull request updates ESLint from version 10.0.0 to 10.0.1. The update addresses minor bug fixes, such as patching a security vulnerability in the minimatch dependency (now updated to version 10.2.1). No breaking changes are introduced as this is a patch release.

Test Environment Setup

Ensure your development environment meets the following requirements:

  1. Node.js version matches the .node-version file in the repository.
  2. Run npm install to install all dependencies, including the updated ESLint version, as specified in the package-lock.json.

Test Scenarios

  1. Verify ESLint Installation

    • Steps:
      1. Run npm list eslint in the project root directory.
    • Expected Result: The output should confirm the installed ESLint version is 10.0.1.
  2. Lint the Codebase

    • Steps:
      1. In the project root, run npx eslint . to lint all files in the project.
    • Expected Result: The command completes without crashes or unexpected errors. Any new linting errors introduced by the updated rules should appear as warnings or errors, depending on your ESLint configuration.
  3. Test ESLint with a Specific File

    • Steps:
      1. Run npx eslint src/index.ts.
    • Expected Result: The command should output linting results for src/index.ts without crashes or unexpected behavior.
  4. Test Build Process

    • Steps:
      1. Run npm run build (or your equivalent build command).
    • Expected Result: The build succeeds without any ESLint-related or configuration errors.
  5. Run Tests

    • Steps:
      1. Run npm test to execute all tests in the repository.
    • Expected Result: All tests pass and no errors related to ESLint or unexpected configurations are encountered.
  6. Test for New ESLint Rules Output (Optional)

    • Steps:
      1. Temporarily introduce unused variables or unused suppression comments in a test file (e.g., src/test.ts).
      2. Run npx eslint src/test.ts.
    • Expected Result: Verify that the new warning about "unused suppressions" is displayed correctly (related to the bug fix in this release).

Regression Risks

  • New ESLint error or warning messages may appear due to updated rules or fixes.
  • Verify if the updated minimatch version and ESLint dependencies impact the behavior of your project when running builds or tests.
  • Check if linting rules for all files still align with the project's expected coding standards.

Things to Watch For

  • Check whether any CI configurations or automated scripts that rely on ESLint still work as expected with this version upgrade.
  • Confirm that no custom ESLint rules or plugins in the project are broken after the update.

Generated by QA Instructions Action

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2026

Superseded by #20.

@dependabot dependabot bot closed this Apr 1, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-10.0.1 branch April 1, 2026 05:40
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