chore(deps): consolidate 11 dependency updates#5345
Merged
marcoscaceres merged 3 commits intoJul 6, 2026
Conversation
prettier 3.8.3->3.9.4, rollup 4.60.4->4.62.2, puppeteer 25.0.4->25.1.0, marked 18.0.4->18.0.5, jasmine + jasmine-core 6.2.0->6.3.0, vnu-jar 26.5.22->26.6.24, lint-staged 17.0.5->17.0.7, eslint-plugin-prettier 5.5.5->5.5.6, @rollup/plugin-commonjs 29.0.2->29.0.3
Prettier 3.9 wraps multiline expressions inside template literals onto their own lines. No logic changes; applied via eslint --fix.
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.
Consolidates 11 open dependabot PRs into one. All patch/minor bumps: prettier 3.8.3→3.9.4, rollup 4.60.4→4.62.2, puppeteer 25.0.4→25.1.0, marked 18.0.4→18.0.5, jasmine and jasmine-core 6.2.0→6.3.0, vnu-jar 26.5.22→26.6.24, lint-staged 17.0.5→17.0.7, eslint-plugin-prettier 5.5.5→5.5.6, @rollup/plugin-commonjs 29.0.2→29.0.3, and actions/checkout v6→v7.
Prettier 3.9 reflows multiline expressions inside template literals, so the reformat is a separate commit (10 src/ files, no logic change). This fixes the lint failure that was blocking #5335.
No new transitive deps, no license changes.
Closes #5319
Closes #5320
Closes #5321
Closes #5323
Closes #5329
Closes #5330
Closes #5331
Closes #5334
Closes #5335
Closes #5336
Closes #5340