Skip to content

chore(deps): bump brace-expansion from 5.0.5 to 5.0.9 - #251

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/brace-expansion-5.0.9
Open

chore(deps): bump brace-expansion from 5.0.5 to 5.0.9#251
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/brace-expansion-5.0.9

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps brace-expansion from 5.0.5 to 5.0.9.

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 5.0.5 to 5.0.9.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v5.0.5...v5.0.9)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 5.0.9
  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 4, 2026

@adesege adesege 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.

Benchmark

Details
Benchmark suite Current: ebc1431 Previous: ccb3f17 Ratio
test/benchmarks/request-response.bench.ts > Request/Response > simple GET - 200 34895.427156666796 ops/sec (±1.69%) 44355.827899388205 ops/sec (±1.52%) 1.27
test/benchmarks/request-response.bench.ts > Request/Response > GET with route params - 200 43556.89618113437 ops/sec (±0.99%) 49077.55133303189 ops/sec (±1.07%) 1.13
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 15737.094644945477 ops/sec (±1.28%) 24127.579263272528 ops/sec (±1.28%) 1.53
test/benchmarks/request-response.bench.ts > Request/Response > POST invalid body - validation error 3741.7994096172415 ops/sec (±3.29%) 4332.798367697519 ops/sec (±3.08%) 1.16
test/benchmarks/request-response.bench.ts > Request/Response > GET unknown route - 404 5734.838247937521 ops/sec (±1.75%) 6877.491973422911 ops/sec (±1.38%) 1.20
src/__benchmarks__/application.bench.ts > Application - Bootstrap > constructor only 336794.52618716 ops/sec (±0.93%) 367439.1967778971 ops/sec (±2.58%) 1.09
src/__benchmarks__/application.bench.ts > Application - Bootstrap > full initialize() 34208.6397960645 ops/sec (±2.99%) 40916.51636711715 ops/sec (±2.82%) 1.20
src/__benchmarks__/application.bench.ts > Application - Service Resolution > resolve service after bootstrap 42075.49795515697 ops/sec (±1.15%) 46221.77899438597 ops/sec (±1.51%) 1.10
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > initialize with 5 controllers (8 routes) 42480.33086284142 ops/sec (±1.54%) 47297.584538015675 ops/sec (±0.94%) 1.11
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > resolve service after multi-controller bootstrap 42697.99496163567 ops/sec (±1.05%) 46712.398512126 ops/sec (±0.86%) 1.09
src/di/__benchmarks__/container.bench.ts > Container - Registration > register class provider 4097378.1971550616 ops/sec (±1.58%) 3659523.004609583 ops/sec (±0.26%) 0.89
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerSingleton 3906066.773067668 ops/sec (±1.95%) 3674735.919157303 ops/sec (±0.23%) 0.94
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerValue 4414209.1259866385 ops/sec (±1.20%) 3643329.0527346027 ops/sec (±0.97%) 0.83
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerFactory 4549553.4085604055 ops/sec (±0.96%) 3731349.291036125 ops/sec (±0.79%) 0.82
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve class token 1359343.9646561276 ops/sec (±1.80%) 1231183.1036989056 ops/sec (±0.71%) 0.91
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve symbol token 1346252.2283387505 ops/sec (±1.54%) 1316018.4734202325 ops/sec (±0.72%) 0.98
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve value token 1933373.5050579386 ops/sec (±0.21%) 1783899.5774658315 ops/sec (±0.30%) 0.92
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve singleton token 1317930.5291883028 ops/sec (±0.75%) 1315930.5814242992 ops/sec (±0.55%) 1.00
src/di/__benchmarks__/container.bench.ts > Container - Resolution > isRegistered check 2057544.4033401818 ops/sec (±0.13%) 1806360.778904609 ops/sec (±0.19%) 0.88
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when().use().give().otherwise() 2486513.388319788 ops/sec (±3.27%) 1989351.3462046375 ops/sec (±2.25%) 0.80
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when() with cached predicate 2405095.365055825 ops/sec (±2.10%) 2077218.3049918814 ops/sec (±0.64%) 0.86
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register single module 1372540.8388305067 ops/sec (±0.58%) 1318623.2747570868 ops/sec (±0.43%) 0.96
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register 3-level module tree 672685.6354043423 ops/sec (±0.74%) 674368.8967327109 ops/sec (±0.61%) 1.00
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register dynamic module (forRoot) 1161917.2958782427 ops/sec (±0.69%) 1033574.8692689876 ops/sec (±0.46%) 0.89
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Initialization > initialize with lifecycle hooks 790304.5189770105 ops/sec (±1.07%) 861264.3797109328 ops/sec (±0.67%) 1.09
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllControllers 575365.0564013052 ops/sec (±2.86%) 601067.2979531069 ops/sec (±0.70%) 1.04
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllConsumers 588892.9871040888 ops/sec (±0.74%) 598005.5897686194 ops/sec (±2.06%) 1.02
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllJobs 588967.2849934675 ops/sec (±0.77%) 606220.5693193878 ops/sec (±0.44%) 1.03
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register controller with 5 OpenAPI routes 16033.06360495328 ops/sec (±7.66%) 20659.201604495036 ops/sec (±7.81%) 1.29
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register single-route controller 85231.59105883146 ops/sec (±8.64%) 87549.06480088776 ops/sec (±9.59%) 1.03
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register multiple controllers 18095.167007081644 ops/sec (±6.92%) 20055.348642388202 ops/sec (±7.48%) 1.11
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 10 routes by specificity 334864.97129481926 ops/sec (±0.63%) 348297.84898624144 ops/sec (±1.02%) 1.04
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 50 routes by specificity 63078.52295330865 ops/sec (±0.54%) 66342.982298651 ops/sec (±0.49%) 1.05
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 100 routes by specificity 29624.465452686632 ops/sec (±0.71%) 32949.193140155745 ops/sec (±0.54%) 1.11
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - static path 12494748.800517391 ops/sec (±0.12%) 12503091.774915366 ops/sec (±0.09%) 1.00
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - single param 1922504.1851579912 ops/sec (±2.30%) 2209847.5226742206 ops/sec (±1.46%) 1.15
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - multiple params 1429359.4739942616 ops/sec (±0.66%) 1332989.981337998 ops/sec (±0.60%) 0.93

This comment was automatically generated by workflow using github-action-benchmark.

@adesege adesege 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.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: ebc1431 Previous: ccb3f17 Ratio
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 15737.094644945477 ops/sec (±1.28%) 24127.579263272528 ops/sec (±1.28%) 1.53

This comment was automatically generated by workflow using github-action-benchmark.

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.

1 participant