Bump the eslint group across 1 directory with 11 updates#14642
Bump the eslint group across 1 directory with 11 updates#14642dependabot[bot] wants to merge 2 commits intodevelopfrom
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
| "peerDependencies": { | ||
| "@typescript-eslint/utils": "^8.57.2", | ||
| "@typescript-eslint/utils": "^8.58.0", | ||
| "eslint": "^9.0.0" |
There was a problem hiding this comment.
Peer dependency version mismatch. The peerDependencies specifies eslint: "^9.0.0" but the actual eslint version is being upgraded to ^10.1.0 (line 26 in this file and line 61 in frontend/package.json). This will cause peer dependency warnings/errors during installation and potential runtime incompatibility.
"eslint": "^10.0.0"The peerDependency constraint should be updated to match the eslint version being used, or the eslint upgrade should be held back until the custom plugin can be verified compatible with eslint 10.x.
| "eslint": "^9.0.0" | |
| "eslint": "^10.0.0" |
Spotted by Graphite
Is this helpful? React 👍 or 👎 to let us know.
b99152f to
2bf41a8
Compare
Bumps the eslint group with 11 updates in the /frontend directory: | Package | From | To | | --- | --- | --- | | [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin) | `2.12.2` | `3.0.0` | | [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `2.0.2` | `2.0.3` | | [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.3.3` | `3.3.5` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.2` | `10.0.1` | | [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.6.13` | `1.6.14` | | [eslint](https://github.com/eslint/eslint) | `9.39.2` | `10.1.0` | | [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | `7.15.4` | `7.16.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.57.2` | `8.58.0` | | [@typescript-eslint/rule-tester](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/rule-tester) | `8.57.2` | `8.58.0` | | [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/types) | `8.57.2` | `8.58.0` | | [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `8.57.2` | `8.58.0` | Updates `@eslint-react/eslint-plugin` from 2.12.2 to 3.0.0 - [Release notes](https://github.com/Rel1cx/eslint-react/releases) - [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md) - [Commits](https://github.com/Rel1cx/eslint-react/commits/v3.0.0/packages/plugins/eslint-plugin) Updates `@eslint/compat` from 2.0.2 to 2.0.3 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/compat-v2.0.3/packages/compat) Updates `@eslint/eslintrc` from 3.3.3 to 3.3.5 - [Release notes](https://github.com/eslint/eslintrc/releases) - [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md) - [Commits](eslint/eslintrc@eslintrc-v3.3.3...eslintrc-v3.3.5) Updates `@eslint/js` from 9.39.2 to 10.0.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v10.0.1/packages/js) Updates `@vitest/eslint-plugin` from 1.6.13 to 1.6.14 - [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases) - [Commits](vitest-dev/eslint-plugin-vitest@v1.6.13...v1.6.14) Updates `eslint` from 9.39.2 to 10.1.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.2...v10.1.0) Updates `eslint-plugin-testing-library` from 7.15.4 to 7.16.2 - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/release.config.js) - [Commits](testing-library/eslint-plugin-testing-library@v7.15.4...v7.16.2) Updates `typescript-eslint` from 8.57.2 to 8.58.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/typescript-eslint) Updates `@typescript-eslint/rule-tester` from 8.57.2 to 8.58.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/rule-tester/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/rule-tester) Updates `@typescript-eslint/types` from 8.57.2 to 8.58.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/types/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/types) Updates `@typescript-eslint/utils` from 8.57.2 to 8.58.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/utils) --- updated-dependencies: - dependency-name: "@eslint-react/eslint-plugin" dependency-version: 3.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: "@eslint/compat" dependency-version: 2.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: "@eslint/eslintrc" dependency-version: 3.3.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: "@eslint/js" dependency-version: 10.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: "@vitest/eslint-plugin" dependency-version: 1.6.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint dependency-version: 10.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-testing-library dependency-version: 7.16.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.58.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/rule-tester" dependency-version: 8.58.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/types" dependency-version: 8.58.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/utils" dependency-version: 8.58.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
2bf41a8 to
bd1b522
Compare
✅ PR preview is ready!
|
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the eslint group with 11 updates in the /frontend directory:
2.12.23.0.02.0.22.0.33.3.33.3.59.39.210.0.11.6.131.6.149.39.210.1.07.15.47.16.28.57.28.58.08.57.28.58.08.57.28.58.08.57.28.58.0Updates
@eslint-react/eslint-pluginfrom 2.12.2 to 3.0.0Release notes
Sourced from
@eslint-react/eslint-plugin's releases.... (truncated)
Changelog
Sourced from
@eslint-react/eslint-plugin's changelog.... (truncated)
Commits
0d20ecfrelease: 3.0.0e109c28release: 3.0.0-rc.5522f79frelease: 3.0.0-rc.4687e06dchore(deps): pin typescript-eslint to stable version ^8.57.0 (#1619)20fdfaaUpdate README badge linksd7cb24brelease: 3.0.0-rc.3522d28drelease: 3.0.0-rc.255f2c99feat(react-x): consolidate prefer-set-state-callback into new unstable-rules-...cea31c7release: 3.0.0-rc.1f1711afAddinlinedDependenciesmetadataUpdates
@eslint/compatfrom 2.0.2 to 2.0.3Release notes
Sourced from
@eslint/compat's releases.Changelog
Sourced from
@eslint/compat's changelog.Commits
41eb19fchore: release main (#380)5c42055docs: Update README sponsorsb13b482docs: Update README sponsors53d0bc3docs: Update README sponsorsbc1da95docs: Update README sponsors542bc6bdocs: Update README sponsors7cb43b6build: standardize test scripts (#357)98521c2docs: Update README sponsorsUpdates
@eslint/eslintrcfrom 3.3.3 to 3.3.5Release notes
Sourced from
@eslint/eslintrc's releases.Changelog
Sourced from
@eslint/eslintrc's changelog.Commits
5135df1chore: release 3.3.5 🚀 (#228)c109d69docs: Update README sponsors3dc2381fix: update dependency minimatch to ^3.1.5 (#227)81385b6ci: pin Node.js 25.6.1 (#226)4c45e24chore: release 3.3.4 🚀 (#223)30339d0fix: updateminimatchto3.1.3to address security vulnerabilities (#224)9139140fix: updateajvto6.14.0to address security vulnerabilities (#221)245ada5docs: Update README sponsors78b1a0edocs: Update README sponsorsdf32fffdocs: Update README sponsorsUpdates
@eslint/jsfrom 9.39.2 to 10.0.1Release notes
Sourced from
@eslint/js's releases.... (truncated)
Commits
84fb885chore: package.json update for@eslint/jsrelease1f66734chore: addeslinttopeerDependenciesof@eslint/js(#20467)f3fbc2fchore: set@eslint/jsversion to 10.0.0 to skip releasing it (#20466)b4b3127chore: package.json update for@eslint/jsrelease0b14059chore: package.json update for@eslint/jsreleasefa31a60feat!: addnameto configs (#20015)1e2cad5chore: package.json update for@eslint/jsrelease454a292feat!: updateeslint:recommendedconfiguration (#20210)c6358c3feat!: Require Node.js^20.19.0 || ^22.13.0 || >=24(#20160)Updates
@vitest/eslint-pluginfrom 1.6.13 to 1.6.14Release notes
Sourced from
@vitest/eslint-plugin's releases.Commits
5a408dfchore: release v1.6.1409ab936chore: bump@typescript-eslintpackages to ^8.58.0 (#886)Updates
eslintfrom 9.39.2 to 10.1.0Release notes
Sourced from eslint's releases.
... (truncated)
Commits
8351ec710.1.03270bc1Build: changelog update for 10.1.0a9f9ccechore: update dependency eslint-plugin-unicorn to ^63.0.0 (#20584)1f42bd7chore: updateprettierto 3.8.1 (#20651)c0a6f4achore: update dependency@eslint/jsonto ^1.2.0 (#20652)cc43f79chore: update dependency c8 to v11 (#20650)2ce4635chore: update dependency@eslint/jsonto v1 (#20649)f0406eechore: update dependency markdownlint-cli2 to ^0.21.0 (#20646)dbb4c95chore: remove trunk (#20478)ff4382bfeat: apply fix forno-varinTSModuleBlock(#20638)Updates
eslint-plugin-testing-libraryfrom 7.15.4 to 7.16.2Release notes
Sourced from eslint-plugin-testing-library's releases.
Commits
8ef0782fix: detect userEvent imported from custom module (#1264)66b22c3test: add coverage for userEvent custom module detection8194593Merge branch 'main' into pr/fix-user-event-custom-module9d1cb2bfix: detect userEvent helpers from custom module set via utils-module9ce8966build(deps): bump flatted from 3.4.1 to 3.4.2 in the npm_and_yarn group acros...d9d511ebuild(deps): bump flatted in the npm_and_yarn group across 1 directorya092d05chore(deps): update dependency lint-staged to v16.4.0 (#1255)50e2e5echore(deps): update dependency tsdown to v0.21.4 (#1262)caeb752chore(deps): update codecov/codecov-action action to v5.5.3 (#1259)2b5a514chore(deps): update dependency tsdown to v0.21.4Updates
typescript-eslintfrom 8.57.2 to 8.58.0Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
4933417chore(release): publish 8.58.08cde2d0feat: support TypeScript 6 (#12124)Updates
@typescript-eslint/rule-testerfrom 8.57.2 to 8.58.0Release notes
Sourced from
@typescript-eslint/rule-tester's releases.Changelog
Sourced from
@typescript-eslint/rule-tester's changelog.Commits
4933417chore(release): publish 8.58.0Updates
@typescript-eslint/typesfrom 8.57.2 to 8.58.0Release notes
Sourced from
@typescript-eslint/types's releases.Changelog
Sourced from
@typescript-eslint/types's changelog.Commits
4933417chore(release): publish 8.58.08cde2d0feat: support TypeScript 6 (#12124)Updates
@typescript-eslint/utilsfrom 8.57.2 to 8.58.0Release notes
Sourced from
@typescript-eslint/utils's releases.Changelog
Sourced from
@typescript-eslint/utils's changelog.Commits
4933417chore(release): publish 8.58.08cde2d0feat: support TypeScript 6 (#12124)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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this ...Description has been truncated