build(deps-dev): bump typescript from 5.9.3 to 6.0.2 and eslint from 10.0.0 to 10.1.0 and typescript-eslint from 8.26.0 to 8.58.0#2807
Conversation
7d7d14c to
f050a29
Compare
f050a29 to
6459d96
Compare
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
6459d96 to
d70d1d3
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brendandburns, dependabot[bot] The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@copilot can you fix this PR? I think we need to bump up the eslint version also. |
|
New changes are detected. LGTM label has been removed. |
Done in commit d8453ea. The CI was failing because
|
|
@copilot can you update this PR again, I think that typescript-eslint rev'd to 8.58.0 and this PR can be simpler. |
Done in commit 217fd59. |
Bumps typescript from 5.9.3 to 6.0.2, eslint from 10.0.0 to 10.1.0, and typescript-eslint from 8.26.0 to 8.58.0.
typescript-eslint@8.58.0now officially supports TypeScript 6.0.x (>=4.8.4 <6.1.0), resolving the peer dependency conflict that previously preventednpm cifrom succeeding.