chore(deps): ignore major typescript bumps in dependabot - #615
Open
stormmuller wants to merge 1 commit into
Open
chore(deps): ignore major typescript bumps in dependabot#615stormmuller wants to merge 1 commit into
stormmuller wants to merge 1 commit into
Conversation
PR #603 (typescript 5.9.3 -> 7.0.2) fails npm ci with an ERESOLVE peer dependency conflict: typescript-eslint@8.67.0 (the latest release) caps its typescript peerDependency at "<6.1.0", so it rejects any 6.1+ or 7.x typescript version. Ignore major typescript version updates until typescript-eslint lifts that cap.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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
chore(deps-dev): bump typescript from 5.9.3 to 7.0.2) fails itssetup/BuildCI jobs atnpm ciwith anERESOLVEpeer dependency conflict, not because of anything wrong in this repo's source, but becausetypescript-eslint@8.67.0— the latest published release, already in use here — caps itstypescriptpeerDependency at>=4.8.4 <6.1.0. There is no newertypescript-eslintrelease that lifts this cap yet (confirmed against the npm registry).typescript-eslint) hasn't caught up.ignorerule to.github/dependabot.ymlblocking major-versiontypescriptupdates untiltypescript-eslintsupports the new major. A follow-up bump can be made deliberately once that support lands.ERESOLVEto the project's cspell word list since it's now referenced in a comment.I'm closing #603 as unmergeable with a comment pointing here, since forcing the install (
--legacy-peer-deps) would leavetypescript-eslint's TS7 compatibility unverified and risk silently-wrong lint/type results.Related issue(s)
Addresses the CI failure in #603.
Verification checklist
This is a CI/tooling-config-only change (
.github/dependabot.yml,.cspell/project-words.txt) with no/srcimpact, so the/src-focused checks aren't applicable:npm run cspellpasses with 0 errors (verified vianpx cspellon the changed files).github/dependabot.ymlYAML validated (python3 -c "import yaml; yaml.safe_load(open('.github/dependabot.yml'))")npm run check-types— not applicable, no/srcchangesnpm test— not applicable, no/srcchangesnpm run lint— not applicable, no/srcchanges (ESLint only targetssrc)npm run check-exports— not applicable, no module/export changesChangelog
chorechange (CI/dependency-config tooling).Generated by Claude Code