chore(deps): update dependency brace-expansion to v4 - autoclosed#9473
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): update dependency brace-expansion to v4 - autoclosed#9473renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
de896de to
2836046
Compare
2836046 to
e18cf28
Compare
67eaec0 to
6bb9bbf
Compare
084a63f to
fc4537a
Compare
cec1aa8 to
7ac1dc2
Compare
7ceedfb to
3e10d06
Compare
| "stylelint": "~16.26.0" | ||
| }, | ||
| "brace-expansion": "~1.1.12", | ||
| "brace-expansion": "~4.0.0", |
There was a problem hiding this comment.
ESM-only override breaks CommonJS minimatch consumers
High Severity
The brace-expansion override to ~4.0.0 forces all consumers—including minimatch@3.x—to use v4, which is ESM-only (v3 switched to ES Modules). minimatch@3.x is CommonJS and uses require('brace-expansion'), which will throw ERR_REQUIRE_ESM at runtime on Node < 22. Multiple critical dev tools depend on minimatch@3.x (@eslint/eslintrc, @eslint/config-array, glob@7, postcss-url), and the lock file confirms only a single hoisted brace-expansion@4.0.1 copy exists with no nested v1 fallback.
Additional Locations (1)
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.


This PR contains the following updates:
~1.1.12→~4.0.0Release Notes
juliangruber/brace-expansion (brace-expansion)
v4.0.1Compare Source
5a5cc170b6a978v4.0.0Compare Source
278132bdd72a59tea.yaml70e4c1bAs a precaution to not risk breaking anything with
278132b, this is a new semver major releasev3.0.1Compare Source
3059c078229e6f15f9b3cv3.0.0Compare Source
c0360e868c0e379e781e93494c4ddd5a4cb6dad209teste3dd8aed23ede91eb3fa41e7c9cd252053761a94f1dc741cf8ee56265c8756a05978a7v2.0.2Compare Source
14f1d91ed7780a36603d5v2.0.1Compare Source
v2.0.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Note
Medium Risk
Major-version dependency bump with updated transitive deps and new Node engine constraints (e.g.,
brace-expansionrequires Node >=18), which could break installs/builds on older Node versions.Overview
Updates the UI build dependency override for
brace-expansionfrom~1.1.12to~4.0.0.Regenerates
package-lock.jsonto pull inbrace-expansion@4.0.1, which updates transitive dependencies (e.g.,balanced-matchto3.0.1) and dropsconcat-map, and introduces stricter Node engine requirements for these packages.Written by Cursor Bugbot for commit 97b4a14. This will update automatically on new commits. Configure here.