Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Batch the open Dependabot updates - #185

Merged
brunomendola merged 1 commit into
mainfrom
chore/batch-dependency-updates-2
Aug 31, 2026
Merged

brunomendola merged 1 commit into
mainfrom
chore/batch-dependency-updates-2

Conversation

@brunomendola

Copy link
Copy Markdown
Member

Batches the eight open Dependabot PRs into one branch, same as #175, so the
package-lock.json is resolved once instead of eight rebases.

PR Update
#184 jest 30.4.2 → 30.5.0
#183 rollup 4.62.3 → 4.63.1
#182 uuid 14.0.1 → 14.0.2
#181 @jest/globals 30.4.1 → 30.5.0
#180 typescript-eslint 8.67.0 → 8.68.0
#179 jest-environment-jsdom 30.4.1 → 30.5.0
#178 @testing-library/react 16.3.2 → 16.3.3
#177 @types/react-dom 19.2.4 → 19.2.5

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 the
clearMocksOnScope is not a function failure on #129 last time.

Every update is within the declared ranges, so package.json is untouched
and this is a lockfile-only change. Transitive churn is the expected closure:
the @jest/* and @rollup/rollup-* families, plus jest 30.5 swapping
source-map-support/walker/tmpl for @parcel/watcher and es-module-lexer.

Verification

npm ci, npm run build, npm test and npm run lint pass on both the
React 19 and the forced React 18.3.1 matrix. Lint is unchanged at the same 8
pre-existing errors.

🤖 Generated with Claude Code

…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]>
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant