Batch the open Dependabot updates - #185
Merged
Merged
Conversation
…eact-dom Batches the eight open Dependabot updates: - jest 30.4.2 -> 30.5.0 (#184) - rollup 4.62.3 -> 4.63.1 (#183) - uuid 14.0.1 -> 14.0.2 (#182) - @jest/globals 30.4.1 -> 30.5.0 (#181) - typescript-eslint 8.67.0 -> 8.68.0 (#180) - jest-environment-jsdom 30.4.1 -> 30.5.0 (#179) - @testing-library/react 16.3.2 -> 16.3.3 (#178) - @types/react-dom 19.2.4 -> 19.2.5 (#177) All patch/minor and all green on their own, but the jest trio still has to move together: jest-core, jest-environment-jsdom and @jest/globals share jest-mock, and letting them drift is what broke #129 last time. All updates are in range, so this is a lockfile-only change. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
|
This was referenced Aug 31, 2026
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.



Batches the eight open Dependabot PRs into one branch, same as #175, so the
package-lock.jsonis resolved once instead of eight rebases.No breaking changes this round — all patch/minor, and each PR was already
green on its own. The one thing worth keeping together is the jest trio
(#184 / #181 / #179): jest-core, jest-environment-jsdom and @jest/globals
share
jest-mock, and letting them drift apart is exactly what produced theclearMocksOnScope is not a functionfailure on #129 last time.Every update is within the declared ranges, so
package.jsonis untouchedand this is a lockfile-only change. Transitive churn is the expected closure:
the
@jest/*and@rollup/rollup-*families, plus jest 30.5 swappingsource-map-support/walker/tmplfor@parcel/watcherandes-module-lexer.Verification
npm ci,npm run build,npm testandnpm run lintpass on both theReact 19 and the forced React 18.3.1 matrix. Lint is unchanged at the same 8
pre-existing errors.
🤖 Generated with Claude Code