Skip to content

chore(deps): bump brace-expansion from 5.0.5 to 5.0.8 - #240

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bumps brace-expansion from 5.0.5 to 5.0.8.

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.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 23, 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: 9ea3422 Previous: ccb3f17 Ratio
test/benchmarks/request-response.bench.ts > Request/Response > simple GET - 200 51625.49551565673 ops/sec (±1.12%) 44355.827899388205 ops/sec (±1.52%) 0.86
test/benchmarks/request-response.bench.ts > Request/Response > GET with route params - 200 54700.51608440147 ops/sec (±0.81%) 49077.55133303189 ops/sec (±1.07%) 0.90
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 26550.76491152038 ops/sec (±1.15%) 24127.579263272528 ops/sec (±1.28%) 0.91
test/benchmarks/request-response.bench.ts > Request/Response > POST invalid body - validation error 4299.74351170015 ops/sec (±3.08%) 4332.798367697519 ops/sec (±3.08%) 1.01
test/benchmarks/request-response.bench.ts > Request/Response > GET unknown route - 404 7827.90241736845 ops/sec (±1.21%) 6877.491973422911 ops/sec (±1.38%) 0.88
src/__benchmarks__/application.bench.ts > Application - Bootstrap > constructor only 363155.6622652424 ops/sec (±0.72%) 367439.1967778971 ops/sec (±2.58%) 1.01
src/__benchmarks__/application.bench.ts > Application - Bootstrap > full initialize() 39736.571629196726 ops/sec (±2.24%) 40916.51636711715 ops/sec (±2.82%) 1.03
src/__benchmarks__/application.bench.ts > Application - Service Resolution > resolve service after bootstrap 46665.76200461801 ops/sec (±2.08%) 46221.77899438597 ops/sec (±1.51%) 0.99
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > initialize with 5 controllers (8 routes) 47334.71145448601 ops/sec (±0.94%) 47297.584538015675 ops/sec (±0.94%) 1.00
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > resolve service after multi-controller bootstrap 47030.65696612389 ops/sec (±0.91%) 46712.398512126 ops/sec (±0.86%) 0.99
src/di/__benchmarks__/container.bench.ts > Container - Registration > register class provider 4454691.786175863 ops/sec (±0.26%) 3659523.004609583 ops/sec (±0.26%) 0.82
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerSingleton 4119770.8629451236 ops/sec (±0.24%) 3674735.919157303 ops/sec (±0.23%) 0.89
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerValue 4563309.096459633 ops/sec (±1.58%) 3643329.0527346027 ops/sec (±0.97%) 0.80
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerFactory 4477168.37926146 ops/sec (±2.35%) 3731349.291036125 ops/sec (±0.79%) 0.83
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve class token 1474339.4692390193 ops/sec (±1.69%) 1231183.1036989056 ops/sec (±0.71%) 0.84
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve symbol token 1451830.2868417467 ops/sec (±1.43%) 1316018.4734202325 ops/sec (±0.72%) 0.91
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve value token 2043478.4387848587 ops/sec (±0.17%) 1783899.5774658315 ops/sec (±0.30%) 0.87
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve singleton token 1415738.612577163 ops/sec (±0.52%) 1315930.5814242992 ops/sec (±0.55%) 0.93
src/di/__benchmarks__/container.bench.ts > Container - Resolution > isRegistered check 2134035.4750265754 ops/sec (±0.19%) 1806360.778904609 ops/sec (±0.19%) 0.85
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when().use().give().otherwise() 2477345.603624443 ops/sec (±3.20%) 1989351.3462046375 ops/sec (±2.25%) 0.80
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when() with cached predicate 2420753.6562519046 ops/sec (±1.80%) 2077218.3049918814 ops/sec (±0.64%) 0.86
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register single module 1231727.32501347 ops/sec (±0.85%) 1318623.2747570868 ops/sec (±0.43%) 1.07
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register 3-level module tree 682645.5139563453 ops/sec (±0.47%) 674368.8967327109 ops/sec (±0.61%) 0.99
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register dynamic module (forRoot) 1075901.0144743861 ops/sec (±0.54%) 1033574.8692689876 ops/sec (±0.46%) 0.96
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Initialization > initialize with lifecycle hooks 791785.0751951922 ops/sec (±2.00%) 861264.3797109328 ops/sec (±0.67%) 1.09
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllControllers 590668.4075579896 ops/sec (±0.50%) 601067.2979531069 ops/sec (±0.70%) 1.02
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllConsumers 594499.7526881036 ops/sec (±1.64%) 598005.5897686194 ops/sec (±2.06%) 1.01
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllJobs 598180.4016618228 ops/sec (±0.47%) 606220.5693193878 ops/sec (±0.44%) 1.01
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register controller with 5 OpenAPI routes 21033.635024365194 ops/sec (±8.07%) 20659.201604495036 ops/sec (±7.81%) 0.98
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register single-route controller 92889.45795608315 ops/sec (±9.07%) 87549.06480088776 ops/sec (±9.59%) 0.94
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register multiple controllers 20157.724242332228 ops/sec (±6.81%) 20055.348642388202 ops/sec (±7.48%) 0.99
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 10 routes by specificity 368949.8443031721 ops/sec (±0.52%) 348297.84898624144 ops/sec (±1.02%) 0.94
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 50 routes by specificity 67463.35855838074 ops/sec (±0.60%) 66342.982298651 ops/sec (±0.49%) 0.98
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 100 routes by specificity 32663.391872970198 ops/sec (±0.44%) 32949.193140155745 ops/sec (±0.54%) 1.01
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - static path 12265292.380968207 ops/sec (±0.12%) 12503091.774915366 ops/sec (±0.09%) 1.02
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - single param 2050180.7739886628 ops/sec (±2.76%) 2209847.5226742206 ops/sec (±1.46%) 1.08
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - multiple params 1551164.625668314 ops/sec (±0.52%) 1332989.981337998 ops/sec (±0.60%) 0.86

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

Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 5.0.5 to 5.0.8.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v5.0.5...v5.0.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
@adesege
adesege force-pushed the dependabot/npm_and_yarn/brace-expansion-5.0.8 branch from f3d7eaa to 9ea3422 Compare July 27, 2026 17:40
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