Bump the eslint group across 1 directory with 8 updates#13959
Bump the eslint group across 1 directory with 8 updates#13959dependabot[bot] wants to merge 1 commit 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.53.1", | ||
| "@typescript-eslint/utils": "^8.55.0", | ||
| "eslint": "^9.0.0" |
There was a problem hiding this comment.
Peer dependency version mismatch with devDependencies
The peerDependencies specifies eslint: ^9.0.0 (which only accepts versions 9.x.x), but the devDependencies on line 26 was updated to eslint: ^10.0.0. This creates an incompatible peer dependency constraint.
When consumers of this package use eslint 10.x (which is now specified in the parent frontend/package.json), they will get peer dependency warnings or errors because this package declares it only works with eslint 9.x.
Fix: Update the peer dependency to accept eslint 10:
"eslint": "^9.0.0 || ^10.0.0"or
"eslint": ">=9.0.0"| "eslint": "^9.0.0" | |
| "eslint": "^9.0.0 || ^10.0.0" |
Spotted by Graphite Agent
Is this helpful? React 👍 or 👎 to let us know.
4d1e7ff to
52fd1a2
Compare
Bumps the eslint group with 8 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` | `2.12.4` | | [@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.6` | `1.6.7` | | [eslint](https://github.com/eslint/eslint) | `9.39.2` | `10.0.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.54.0` | `8.55.0` | | [@typescript-eslint/rule-tester](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/rule-tester) | `8.54.0` | `8.55.0` | | [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/types) | `8.54.0` | `8.55.0` | | [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `8.54.0` | `8.55.0` | Updates `@eslint-react/eslint-plugin` from 2.12.2 to 2.12.4 - [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/v2.12.4/packages/plugins/eslint-plugin) 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/HEAD/packages/js) Updates `@vitest/eslint-plugin` from 1.6.6 to 1.6.7 - [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases) - [Commits](vitest-dev/eslint-plugin-vitest@v1.6.6...v1.6.7) Updates `eslint` from 9.39.2 to 10.0.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.2...v10.0.0) Updates `typescript-eslint` from 8.54.0 to 8.55.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.55.0/packages/typescript-eslint) Updates `@typescript-eslint/rule-tester` from 8.54.0 to 8.55.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.55.0/packages/rule-tester) Updates `@typescript-eslint/types` from 8.54.0 to 8.55.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.55.0/packages/types) Updates `@typescript-eslint/utils` from 8.54.0 to 8.55.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.55.0/packages/utils) --- updated-dependencies: - dependency-name: "@eslint-react/eslint-plugin" dependency-version: 2.12.4 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.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.55.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/rule-tester" dependency-version: 8.55.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/types" dependency-version: 8.55.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/utils" dependency-version: 8.55.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
52fd1a2 to
33ecf11
Compare
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the eslint group with 8 updates in the /frontend directory:
2.12.22.12.49.39.210.0.11.6.61.6.79.39.210.0.08.54.08.55.08.54.08.55.08.54.08.55.08.54.08.55.0Updates
@eslint-react/eslint-pluginfrom 2.12.2 to 2.12.4Release notes
Sourced from
@eslint-react/eslint-plugin's releases.Changelog
Sourced from
@eslint-react/eslint-plugin's changelog.Commits
b1394bdrelease: 2.12.45c71db7release: 2.12.4-beta.3a9425cdrelease: 2.12.4-next.342edb97Fixpreactandpreact/compatsupport (#1494)61bfe6crelease: 2.12.4-beta.2de89845release: 2.12.4-next.26a57fdcrelease: 2.12.4-beta.15e485farelease: 2.12.4-next.1aa434e4release: 2.12.4-beta.0d191b60release: 2.12.4-next.0Updates
@eslint/jsfrom 9.39.2 to 10.0.1Release notes
Sourced from
@eslint/js's releases.... (truncated)
Commits
Updates
@vitest/eslint-pluginfrom 1.6.6 to 1.6.7Release notes
Sourced from
@vitest/eslint-plugin's releases.Commits
12a2dd7chore: release v1.6.772b1970fix: fix default value propagation (#866)Updates
eslintfrom 9.39.2 to 10.0.0Release notes
Sourced from eslint's releases.
... (truncated)
Commits
4e6c4ac10.0.0ddd8a22Build: changelog update for 10.0.0bff9091feat: handleArray.fromAsyncinarray-callback-return(#20457)1ece282chore: ignore/docs/v9.xin link checker (#20452)034e139ci: add type integration test for@html-eslint/eslint-plugin(#20345)f3fbc2fchore: set@eslint/jsversion to 10.0.0 to skip releasing it (#20466)e978ddadocs: Update README4cecf83docs: Update READMEc79f0abdocs: Update READMEafc0681chore: remove scopeManager.addGlobals patch for typescript-eslint parser (#20...Updates
typescript-eslintfrom 8.54.0 to 8.55.0Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
fedfe86chore(release): publish 8.55.0b931f8cchore: use workspace refs for workspace deps (#12018)1f17a79chore: migrate to pnpm (#11248)Updates
@typescript-eslint/rule-testerfrom 8.54.0 to 8.55.0Release notes
Sourced from
@typescript-eslint/rule-tester's releases.Changelog
Sourced from
@typescript-eslint/rule-tester's changelog.Commits
fedfe86chore(release): publish 8.55.0b931f8cchore: use workspace refs for workspace deps (#12018)1f17a79chore: migrate to pnpm (#11248)Updates
@typescript-eslint/typesfrom 8.54.0 to 8.55.0Release notes
Sourced from
@typescript-eslint/types's releases.Changelog
Sourced from
@typescript-eslint/types's changelog.Commits
fedfe86chore(release): publish 8.55.01f17a79chore: migrate to pnpm (#11248)Updates
@typescript-eslint/utilsfrom 8.54.0 to 8.55.0Release notes
Sourced from
@typescript-eslint/utils's releases.Changelog
Sourced from
@typescript-eslint/utils's changelog.Commits
fedfe86chore(release): publish 8.55.0a1f8617feat(utils): deprecate defaultOptions in favor of meta.defaultOptions (#11992)b931f8cchore: use workspace refs for workspace deps (#12018)1f17a79chore: migrate to pnpm (#11248)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 specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions