chore: update packages to fix brace-expansion vulnerability - #940
Merged
Conversation
pgiraud
marked this pull request as draft
July 28, 2026 06:22
pgiraud
force-pushed
the
brace-extension-vulnerability
branch
3 times, most recently
from
July 28, 2026 06:36
6e104ab to
b061c53
Compare
pgiraud
marked this pull request as ready for review
July 28, 2026 06:38
pgiraud
force-pushed
the
brace-extension-vulnerability
branch
2 times, most recently
from
July 28, 2026 07:02
79a1889 to
d7235be
Compare
This fixes the error seen in CI:
Error: browserType.launch: Executable doesn't exist at /ms-playwright/firefox-1538/firefox/firefox
╔════════════════════════════════════════════════════════╗
║ Looks like Playwright was just updated to 1.62.0. ║
║ Please update docker image as well. ║
║ - current: mcr.microsoft.com/playwright:v1.61.0-noble ║
║ - required: mcr.microsoft.com/playwright:v1.62.0-noble ║
║ ║
║ <3 Playwright Team ║
╚════════════════════════════════════════════════════════╝
pgiraud
force-pushed
the
brace-extension-vulnerability
branch
from
July 28, 2026 07:04
d7235be to
0abf9b0
Compare
pgiraud
force-pushed
the
brace-extension-vulnerability
branch
3 times, most recently
from
July 28, 2026 09:21
a71dc77 to
903edb9
Compare
- fix brace-expansion vulnerability
For that, we override minimatch version to pin it explicitly until
@eslint/eslintrc and @eslint/config-array bump a new version depending
on recent version.
- bump vue-tsc from 2.2.4 to 3.3.8
- bump vite from 8.0.16 to 8.1.5
- bump vite-plugin-dts from 4.5.4 to 5.0.3
- bump prettier from 3.5.2 to 3.9.6
And fix new error detected.
- bump @vue/eslint-config-typescript from 14.4.0 to 14.9.0
- bump versions of eslint
And dependant eslint-plugin-vue, @eslint/eslintrc, @eslint/js
to latest versions.
- bump @types/node from 24.7.1 to 26.1.2
- bump @vue/tsconfig from 0.7.0 to 0.9.1
- bump jsdom from 26.0.0 to 30.0.0
- bump lint-staged from 15.4.3 to 17.2.0
- bump splitpanes from 3.2.0 to 4.1.2
- bump typescript from 5.7.3 to 5.9.3
- approve npm install script @parcel/watcher@2.6.0
pgiraud
force-pushed
the
brace-extension-vulnerability
branch
from
July 28, 2026 09:24
903edb9 to
fafdf83
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.
We override brace-expansion version to pin it explicitly until @eslint/eslintrc and @eslint/config-array bump a new version depending on recent version.