chore(deps-dev): combined dependabot bumps (#67-#69, #71-#73) - #76
Merged
Conversation
- globals 17.7.0 -> 17.8.0 - rollup 4.62.2 -> 4.62.3 - eslint 10.6.0 -> 10.8.0 - prettier 3.9.4 -> 3.9.6 - @typescript-eslint/parser 8.63.0 -> 8.65.0 - @typescript-eslint/eslint-plugin 8.63.0 -> 8.65.0 typescript 6 -> 7 (#62) excluded: @typescript-eslint 8.65.0 peer range is typescript >=4.8.4 <6.1.0, so TS 7 cannot be adopted yet. Verified locally: build clean, lint clean, 541/541 tests pass. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR consolidates several pending Dependabot dev-dependency updates into a single branch, keeping the toolchain current while avoiding the known TypeScript 7 peer-dependency conflict with @typescript-eslint.
Changes:
- Bump dev toolchain packages:
eslint10.6.0→10.8.0,prettier3.9.4→3.9.6,rollup4.62.2→4.62.3,globals17.7.0→17.8.0,@typescript-eslint/*8.63.0→8.65.0. - Regenerate
package-lock.jsonto reflect the updated resolved versions (including transitive updates pulled in by ESLint/Rollup).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates the declared devDependency version ranges for the combined Dependabot bumps. |
| package-lock.json | Updates resolved versions and integrity hashes to match the new devDependency set. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Combines the open dependabot dev-dependency PRs into one verified update, same approach as #55:
Excluded: typescript 6.0.3 -> 7.0.2 (#62) — hard peer-dependency conflict: @typescript-eslint 8.65.0 requires
typescript >=4.8.4 <6.1.0. Revisit when typescript-eslint supports TS 7.Why the individual dependabot PRs are red: they are based on a main commit that predates the lint fix in 186b8b4 (
generateInfoMemunused-import). The bumps themselves are fine; this branch is off current main.Verified locally:
npm run buildclean,npm run lintclean, 541/541 tests pass.🤖 Generated with Claude Code