Skip to content

build(deps): bump brace-expansion from 1.1.12 to 2.1.0#1245

Open
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/npm_and_yarn/brace-expansion-2.1.0
Open

build(deps): bump brace-expansion from 1.1.12 to 2.1.0#1245
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/npm_and_yarn/brace-expansion-2.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Bumps brace-expansion from 1.1.12 to 2.1.0.

Release notes

Sourced from brace-expansion's releases.

v2.0.2

  • pkg: publish on tag 2.x 14f1d91
  • fmt ed7780a
  • Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) 36603d5

juliangruber/brace-expansion@v2.0.1...v2.0.2

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.12 to 2.1.0.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.12...v2.1.0)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 2.1.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 22, 2026
The Run Tests CI checks failed after brace-expansion
was updated from 1.1.12/2.0.2 to 1.1.14/2.1.0.

Root cause: The brace-expansion update caused yarn to resolve testem's
transitive dependency on execa to version 7.x during ember-try test scenarios.
Execa 7.x is an ES Module-only package, but testem (via ember-cli) uses
CommonJS require() statements to load it, resulting in the error: "require()
of ES Module .../execa/index.js ... not supported."

Fix: Added a yarn resolution to pin execa to ^5.1.1, which is the last
version that supports CommonJS require(). This forces all execa references
across the dependency tree to resolve to 5.1.1, preventing the ES Module
incompatibility during ember-try scenario runs.

Risk: Low risk. Execa 5.1.1 is a stable version that supports CommonJS,
and this change only affects test tooling (testem/ember-cli), not production
dependencies. The resolution ensures consistent dependency resolution across
all test scenarios.

Files changed:
- package.json (added execa resolution)
- yarn.lock (regenerated with pinned execa version)

Automated fix by veni-vidi-fixi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

1 participant