chore(deps): consolidate JavaScript dependency upgrades (May 2026)#12713
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR consolidates several Renovate-driven JavaScript dependency upgrades into a single change-set, updating the dev dependency ranges and the npm lockfile to reflect the resolved versions used by Open Library’s frontend build/test tooling.
Changes:
- Bump Jest +
jest-environment-jsdomto the 30.4.x line. - Upgrade Vue to 3.5.34.
- Upgrade
slick-carouselto 1.8.1 and refreshpackage-lock.jsonaccordingly.
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 Jest, Vue, and slick-carousel. |
package-lock.json |
Updates the resolved dependency tree to match the new versions (Jest/Vue/slick-carousel and transitive updates). |
Collaborator
|
FYI, you can configure renovate to consolidate PRs for minor bumps like this, if you find that desirable. https://stackoverflow.com/questions/66471226/renovate-combine-all-updates-to-one-branch-pr |
jest: 30.0.5 -> 30.4.2 jest-environment-jsdom: 30.0.5 -> 30.4.1 (latest compatible) Closes #12642
b4dd6da to
3802170
Compare
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
Consolidates open Renovate PRs into a single tested upgrade. All packages installed, built, and tested in Docker before opening this PR.
Note: lockfile diffs from the individual Renovate PRs could not be applied directly (master moved since they were opened). Packages were installed via targeted
npm install <package>@<version>to maintain one-commit-per-package atomicity.Packages upgraded
Excluded packages
Testing
npm installcleanmake js: webpack compiled with 0 errorsnpm run test:js: 388 passed, 20 test suites, 0 failuresdocker compose restart websuccessful/search?q=test