Skip to content

chore(deps): update dependency brace-expansion to v4 - autoclosed#9473

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/brace-expansion-4.x
Closed

chore(deps): update dependency brace-expansion to v4 - autoclosed#9473
renovate[bot] wants to merge 1 commit intomainfrom
renovate/brace-expansion-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 8, 2025

This PR contains the following updates:

Package Change Age Confidence
brace-expansion ~1.1.12~4.0.0 age confidence

Release Notes

juliangruber/brace-expansion (brace-expansion)

v4.0.1

Compare Source


v4.0.0

Compare Source

As a precaution to not risk breaking anything with 278132b, this is a new semver major release

v3.0.1

Compare Source


v3.0.0

Compare Source

v2.0.2

Compare Source


v2.0.1

Compare Source

v2.0.0

Compare 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.


  • If you want to rebase/retry this PR, check this box

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-expansion requires Node >=18), which could break installs/builds on older Node versions.

Overview
Updates the UI build dependency override for brace-expansion from ~1.1.12 to ~4.0.0.

Regenerates package-lock.json to pull in brace-expansion@4.0.1, which updates transitive dependencies (e.g., balanced-match to 3.0.1) and drops concat-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.

@renovate renovate Bot requested review from a team as code owners August 8, 2025 18:08
@renovate renovate Bot force-pushed the renovate/brace-expansion-4.x branch 3 times, most recently from de896de to 2836046 Compare August 19, 2025 14:20
@renovate renovate Bot changed the title chore(deps): update dependency brace-expansion to v4 Update dependency brace-expansion to v4 Aug 20, 2025
@renovate renovate Bot force-pushed the renovate/brace-expansion-4.x branch from 2836046 to e18cf28 Compare August 31, 2025 12:09
@renovate renovate Bot changed the title Update dependency brace-expansion to v4 chore(deps): update dependency brace-expansion to v4 Sep 23, 2025
@renovate renovate Bot force-pushed the renovate/brace-expansion-4.x branch 4 times, most recently from 67eaec0 to 6bb9bbf Compare September 30, 2025 14:00
@renovate renovate Bot requested a review from a team as a code owner September 30, 2025 14:00
@renovate renovate Bot changed the title chore(deps): update dependency brace-expansion to v4 Update dependency brace-expansion to v4 Sep 30, 2025
@renovate renovate Bot force-pushed the renovate/brace-expansion-4.x branch 14 times, most recently from 084a63f to fc4537a Compare October 6, 2025 11:07
@renovate renovate Bot force-pushed the renovate/brace-expansion-4.x branch 25 times, most recently from cec1aa8 to 7ac1dc2 Compare October 15, 2025 17:03
@renovate renovate Bot force-pushed the renovate/brace-expansion-4.x branch 3 times, most recently from 7ceedfb to 3e10d06 Compare October 16, 2025 22:41
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Comment thread ui/package.json
"stylelint": "~16.26.0"
},
"brace-expansion": "~1.1.12",
"brace-expansion": "~4.0.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

Fix in Cursor Fix in Web

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.

0 participants