build(deps-dev): bump typescript-eslint from 8.63.0 to 8.64.0#97
Conversation
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.63.0 to 8.64.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.64.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.64.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
@copilot |
…OLVE The `overrides` block in package.json was pinning `typescript@~6.0.3` inside typescript-eslint/ts-api-utils scope. When combined with root `typescript@7.0.2`, npm ci raised ERESOLVE because the overridden peer constraint (~6.0.3) conflicted with the already-installed root TS7. The postinstall script already handles placing the TypeScript 6 shim inside typescript-eslint's nested node_modules at filesystem level, so the `overrides` were redundant and harmful. Fixes: - Remove `overrides` section from package.json - Add .npmrc with `legacy-peer-deps=true` to bypass the inherent TypeScript 7 / typescript-eslint <6.1.0 peer-version mismatch - Update postinstall.js comment to document the .npmrc approach - Regenerate package-lock.json without the conflicting overrides
... The Since the
|
Bumps typescript-eslint from 8.63.0 to 8.64.0.
Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
414d9abchore(release): publish 8.64.0Dependabot 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)