fix(deps): keep typescript at 6.0.3 to fix PR #444 build checks#445
Merged
Conversation
--- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.63.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.63.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: eslint dependency-version: 10.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: terser dependency-version: 5.49.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
…r range The dependabot group update in #444 bumped typescript to 7.0.2, but @typescript-eslint/eslint-plugin (even at the latest 8.63.x) still requires typescript <6.1.0, breaking npm ci with an ERESOLVE conflict. No @typescript-eslint release supports typescript 7 yet, so keep typescript pinned while taking the other dependency bumps. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01W2zkwiVtuo9f9EC2KnWfJM
mobilemind
enabled auto-merge (squash)
July 13, 2026 16:19
mobilemind
disabled auto-merge
July 13, 2026 16:20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
test (26.x)andLint Code Base) with annpm ciERESOLVEerror: it bumpedtypescriptto7.0.2, but@typescript-eslint/eslint-plugin/parser(even at the latest~8.63.0) still requiretypescript@">=4.8.4 <6.1.0".npm viewthat no released or pre-release@typescript-eslintversion supports TypeScript 7 yet, so thetypescriptbump is premature.@types/node,@typescript-eslint/eslint-plugin,@typescript-eslint/parser,eslint,terser) but revertstypescriptto6.0.3and regeneratespackage-lock.jsonaccordingly.Test plan
npm installresolves withoutERESOLVEerrorsnpm run build:compile(tsc + eslint) succeedsnpm test— 78/78 tests pass, build verification succeedsnpm run lint:mdpassesGenerated by Claude Code