Skip to content

chore(deps): bump brace-expansion - #265

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-e855e31deb
Open

chore(deps): bump brace-expansion#265
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-e855e31deb

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor

Bumps and brace-expansion. These dependencies needed to be updated together.
Updates brace-expansion from 1.1.15 to 1.1.18

Commits

Updates brace-expansion from 5.0.6 to 5.0.9

Commits

Updates brace-expansion from 2.1.1 to 2.1.4

Commits

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  and [brace-expansion](https://github.com/juliangruber/brace-expansion). These dependencies needed to be updated together.

Updates `brace-expansion` from 1.1.15 to 1.1.18
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.15...v1.1.18)

Updates `brace-expansion` from 5.0.6 to 5.0.9
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.15...v1.1.18)

Updates `brace-expansion` from 2.1.1 to 2.1.4
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.15...v1.1.18)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.18
  dependency-type: indirect
- dependency-name: brace-expansion
  dependency-version: 5.0.9
  dependency-type: indirect
- dependency-name: brace-expansion
  dependency-version: 2.1.4
  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 Aug 20, 2026
@changeset-bot

changeset-bot Bot commented Aug 20, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 5e58dee

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

@webpack
webpack Bot enabled auto-merge (squash) August 20, 2026 22:12
@codspeed-hq

codspeed-hq Bot commented Aug 20, 2026

Copy link
Copy Markdown

Merging this PR will regress 15 benchmarks

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 11 improved benchmarks
❌ 15 regressed benchmarks
✅ 186 untouched benchmarks

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Memory compat-source memory: delegated source() + map() through wrapper 9.4 KB 30.4 KB -69.21%
Memory original-source memory: map({ columns: false }) line-only mappings 117.2 KB 379.4 KB -69.11%
Memory concat-source memory: map({ columns: true }) composes child maps 2.5 MB 4.1 MB -38.88%
Memory source-map-source memory: map({ columns: true }) 784 B 1,040 B -24.62%
Memory source-map-source memory: sourceAndMap({ columns: true }) (combined inner) 2 MB 2.7 MB -24.2%
Memory source-map-source memory: new SourceMapSource(with inner map) 912 B 1,168 B -21.92%
Memory cached-source memory: warm sourceAndMap() returns cached references 384 B 465 B -17.42%
Simulation size-only-source: new SizeOnlySource() 160.5 µs 189.5 µs -15.3%
Memory original-source memory: new OriginalSource() 1.2 KB 1.4 KB -15.22%
Simulation replace-source: new ReplaceSource() 178.1 µs 207.9 µs -14.34%
Memory concat-source memory: source() concatenates children 252 KB 291.8 KB -13.63%
Simulation size-only-source: size() 200.3 µs 229.6 µs -12.75%
Simulation source-map-source: new (object map) 207 µs 236.6 µs -12.5%
Simulation cached-source: new CachedSource() 315.8 µs 359.2 µs -12.09%
Memory clear-cache memory: unique tasks (clearCache maps + parsedMap, keep source) 3.8 MB 4.3 MB -11.59%
Memory replace-source memory: construct + 100 insertions 9.9 KB 3.3 KB ×3
Memory clear-cache memory: shared modules (no visited set — allocates per chunk) 18.9 KB 6.7 KB ×2.8
Memory replace-source memory: source() concatenates result 3.7 KB 2.1 KB +74.26%
Memory cached-source memory: construct from cachedData (no warm-up) 648 B 392 B +65.31%
Memory cached-source memory: getCachedData() allocates BufferedMap 648 B 392 B +65.31%
... ... ... ... ... ...

ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.

Tip

Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.


Comparing dependabot/npm_and_yarn/multi-e855e31deb (5e58dee) with main (1aa76ca)

Open in CodSpeed

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants