chore(deps-dev): bump eslint from 9.39.3 to 10.2.0#251
chore(deps-dev): bump eslint from 9.39.3 to 10.2.0#251dependabot[bot] wants to merge 1 commit intodevelopfrom
Conversation
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.3 to 10.2.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.3...v10.2.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Deploying boxdbud with
|
| Latest commit: |
fe6b478
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ce916416.boxdbud.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-deve-oa0z.boxdbud.pages.dev |
|
There was a problem hiding this comment.
Pull request overview
This PR updates the repo’s JavaScript/TypeScript linting toolchain by bumping eslint to a new major version, and refreshes the lockfile to match.
Changes:
- Bump
eslintfrom^9.39.xto^10.2.0. - Update
package-lock.jsonto reflect ESLint v10’s updated dependency graph (notably@eslint/*,espree,eslint-scope,minimatch, etc.).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
package.json |
Updates the devDependency version for eslint to ^10.2.0. |
package-lock.json |
Refreshes resolved versions/transitive deps for ESLint v10 and related packages, including updated Node engine constraints. |
| "eslint": "^10.2.0", | ||
| "eslint-plugin-react": "^7.37.5", | ||
| "eslint-plugin-react-hooks": "^7.0.1", | ||
| "husky": "^9.1.7", |
There was a problem hiding this comment.
Upgrading to ESLint v10 creates an unsatisfied peer-dependency with the current React lint plugins. In package-lock, eslint-plugin-react@7.37.5 declares peerDependencies.eslint only up to ^9.7, and eslint-plugin-react-hooks@7.0.1 only up to ^9.0.0, so the toolchain is no longer declared compatible. Please either bump these plugins (and any other ESLint plugins) to versions that support ESLint 10, or keep ESLint on v9 until the ecosystem versions in this repo support v10.



Bumps eslint from 9.39.3 to 10.2.0.
Release notes
Sourced from eslint's releases.
... (truncated)
Commits
000128c10.2.01988fadBuild: changelog update for 10.2.0542cb3efix: update first-party dependencies (#20714)a2af743docs: addlanguageto configuration objects (#20712)845f23fdocs: Update README5fbcf59docs: removesourceTypefrom ts playground link (#20477)8702a47docs: Update READMEddeadeddocs: Update README8120e30refactor: extract no unmodified loop condition (#20679)46e8469chore: update dependency markdownlint-cli2 to ^0.22.0 (#20697)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)