Skip to content

chore(deps): update dependency brace-expansion@>=2 <3 to v5 - #793

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/brace-expansion-=2-3-5.x
Closed

chore(deps): update dependency brace-expansion@>=2 <3 to v5#793
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/brace-expansion-=2-3-5.x

Conversation

@renovate

@renovate renovate Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
brace-expansion@>=2 <3 [~2.1.1~5.0.0](https://renovatebot.com/diffs/npm/brace-expansion@>=2 <3/2.1.4/5.0.9) age confidence

Release Notes

juliangruber/brace-expansion (brace-expansion@>=2 <3)

v5.0.9

Compare Source

v5.0.8

Compare Source

v5.0.7

Compare Source

v5.0.6

Compare Source

v5.0.5

Compare Source

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source

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

Compare Source

v3.0.5

Compare Source

v3.0.4

Compare Source

v3.0.3

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source


v3.0.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, 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.

@renovate renovate Bot added the dependencies label Sep 3, 2026
@changeset-bot

changeset-bot Bot commented Sep 3, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: b8ef693

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@nx-cloud

nx-cloud Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

View your CI Pipeline Execution ↗ for commit b8ef693

Command Status Duration Result
nx affected -t build lint test typecheck e2e-ci ❌ Failed 2m 53s View ↗

💡 Dealing with memory or CPU issues? See memory and CPU details with the resource usage add-on ↗.


☁️ Nx Cloud last updated this comment at 2026-09-03 01:56:14 UTC

@nx-cloud nx-cloud Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Nx Cloud is proposing a fix for your failed CI:

We updated the brace-expansion@>=2 <3 pnpm override from ~5.0.0 back to ~2.1.4 to fix the TypeError: (0 , brace_expansion_1.default) is not a function crash that surfaced in @forgerock/journey-client:test. This change ensures CJS consumers like minimatch@9.0.9 receive a compatible 2.x release rather than the ESM-only v5, while still carrying the ReDoS security patch introduced in 2.1.4.

Tip

We verified this fix by re-running @forgerock/journey-client:test.

Suggested Fix changes
diff --git a/package.json b/package.json
index 72cc3a1..6293c49 100644
--- a/package.json
+++ b/package.json
@@ -139,7 +139,7 @@
       "qs": "^6.16.0",
       "@opentelemetry/core": "^2.8.0",
       "brace-expansion@<2": "~1.1.15",
-      "brace-expansion@>=2 <3": "~5.0.0",
+      "brace-expansion@>=2 <3": "~2.1.1",
       "brace-expansion@>=3 <4": "~3.0.2",
       "brace-expansion@>=4": "~5.0.8",
       "ws": "^8.21.1",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 79478e1..4dcaa7b 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -75,7 +75,7 @@ overrides:
   qs: ^6.16.0
   '@opentelemetry/core': ^2.8.0
   brace-expansion@<2: ~1.1.15
-  brace-expansion@>=2 <3: ~5.0.0
+  brace-expansion@>=2 <3: ~2.1.1
   brace-expansion@>=3 <4: ~3.0.2
   brace-expansion@>=4: ~5.0.8
   ws: ^8.21.1
@@ -4056,6 +4056,9 @@ packages:
   brace-expansion@1.1.15:
     resolution: {integrity: sha512-EwOCDEex4quD37XhqM3omwtMoJjr//isUZz1JopUNWms+4Z2ViyM/k1YIRePpoVNnQhENnxtFjLaxNHrT7xIUg==}
 
+  brace-expansion@2.1.1:
+    resolution: {integrity: sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==}
+
   brace-expansion@5.0.9:
     resolution: {integrity: sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==}
     engines: {node: 20 || >=22}
@@ -12616,6 +12619,10 @@ snapshots:
       balanced-match: 1.0.2
       concat-map: 0.0.1
 
+  brace-expansion@2.1.1:
+    dependencies:
+      balanced-match: 1.0.2
+
   brace-expansion@5.0.9:
     dependencies:
       balanced-match: 4.0.4
@@ -15374,15 +15381,15 @@ snapshots:
 
   minimatch@7.4.6:
     dependencies:
-      brace-expansion: 5.0.9
+      brace-expansion: 2.1.1
 
   minimatch@7.4.9:
     dependencies:
-      brace-expansion: 5.0.9
+      brace-expansion: 2.1.1
 
   minimatch@9.0.9:
     dependencies:
-      brace-expansion: 5.0.9
+      brace-expansion: 2.1.1
 
   minimist@1.2.7: {}
 

Apply fix via Nx Cloud  Reject fix via Nx Cloud


Or Apply changes locally with:

npx nx-cloud apply-locally yZd5-9wCN

Apply fix locally with your editor ↗   View interactive diff ↗



🎓 Learn more about Self-Healing CI on nx.dev

@ryanbas21 ryanbas21 closed this Sep 3, 2026
@renovate

renovate Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate
renovate Bot deleted the renovate/brace-expansion-=2-3-5.x branch September 3, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant