Skip to content

chore(deps): bump brace-expansion from 5.0.5 to 5.0.7 - #237

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps brace-expansion from 5.0.5 to 5.0.7.

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

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 5.0.7
  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 Jul 22, 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: 30f978e Previous: 7abf1a4 Ratio
test/benchmarks/request-response.bench.ts > Request/Response > simple GET - 200 60541.68566756737 ops/sec (±1.41%) 50159.54786183608 ops/sec (±1.20%) 0.83
test/benchmarks/request-response.bench.ts > Request/Response > GET with route params - 200 60356.94858195435 ops/sec (±0.93%) 48788.542100785955 ops/sec (±0.78%) 0.81
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 27707.86572768297 ops/sec (±1.20%) 16324.656937824655 ops/sec (±1.20%) 0.59
test/benchmarks/request-response.bench.ts > Request/Response > POST invalid body - validation error 3883.955132550291 ops/sec (±4.19%) 3767.6341525889247 ops/sec (±3.58%) 0.97
test/benchmarks/request-response.bench.ts > Request/Response > GET unknown route - 404 8221.276708517966 ops/sec (±1.36%) 6465.66593197288 ops/sec (±1.25%) 0.79
src/__benchmarks__/application.bench.ts > Application - Bootstrap > constructor only 358887.6109658317 ops/sec (±0.60%) 376306.82818050386 ops/sec (±0.43%) 1.05
src/__benchmarks__/application.bench.ts > Application - Bootstrap > full initialize() 43184.3301483196 ops/sec (±1.22%) 38183.21846588412 ops/sec (±0.93%) 0.88
src/__benchmarks__/application.bench.ts > Application - Service Resolution > resolve service after bootstrap 47189.28706424948 ops/sec (±2.57%) 38777.470454862014 ops/sec (±2.52%) 0.82
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > initialize with 5 controllers (8 routes) 47277.85636987304 ops/sec (±0.83%) 44139.17336156522 ops/sec (±0.72%) 0.93
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > resolve service after multi-controller bootstrap 46448.77356658097 ops/sec (±0.98%) 43671.34722128782 ops/sec (±0.74%) 0.94
src/di/__benchmarks__/container.bench.ts > Container - Registration > register class provider 4410485.973536695 ops/sec (±1.93%) 4378267.089319942 ops/sec (±1.57%) 0.99
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerSingleton 4241367.4486199925 ops/sec (±0.27%) 3996288.7611478744 ops/sec (±2.06%) 0.94
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerValue 4626583.75941588 ops/sec (±1.76%) 4685169.337081629 ops/sec (±1.56%) 1.01
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerFactory 4517765.304265296 ops/sec (±2.32%) 4760014.600562802 ops/sec (±0.71%) 1.05
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve class token 1494873.9999986568 ops/sec (±0.45%) 1398230.3724598626 ops/sec (±0.42%) 0.94
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve symbol token 1496766.3146431237 ops/sec (±0.46%) 1442223.1433174785 ops/sec (±0.42%) 0.96
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve value token 2045533.3576994657 ops/sec (±1.50%) 1916660.9496722054 ops/sec (±0.17%) 0.94
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve singleton token 1408455.0225320577 ops/sec (±0.50%) 1366570.6662249872 ops/sec (±0.46%) 0.97
src/di/__benchmarks__/container.bench.ts > Container - Resolution > isRegistered check 2167512.786190584 ops/sec (±0.21%) 2060612.6441198322 ops/sec (±0.22%) 0.95
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when().use().give().otherwise() 2518790.458499232 ops/sec (±3.38%) 2448987.8334662053 ops/sec (±3.52%) 0.97
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when() with cached predicate 2465581.847134286 ops/sec (±0.68%) 2405055.4643926523 ops/sec (±0.62%) 0.98
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register controller with 5 OpenAPI routes 11750.560898566073 ops/sec (±7.58%) 8391.603815600616 ops/sec (±6.55%) 0.71
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register single-route controller 60651.170049388325 ops/sec (±8.13%) 48315.360497889866 ops/sec (±7.22%) 0.80
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register multiple controllers 11610.788901831762 ops/sec (±7.53%) 10884.969280489046 ops/sec (±5.37%) 0.94
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 10 routes by specificity 365130.1612045482 ops/sec (±1.57%) 332313.5088406572 ops/sec (±1.51%) 0.91
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 50 routes by specificity 68058.45480084239 ops/sec (±0.61%) 60216.679809510286 ops/sec (±0.68%) 0.88
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 100 routes by specificity 30517.63049252728 ops/sec (±0.94%) 31479.58270665301 ops/sec (±0.35%) 1.03
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - static path 12767758.901950486 ops/sec (±0.13%) 12502380.574745644 ops/sec (±0.12%) 0.98
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - single param 1832520.0210447218 ops/sec (±0.84%) 1807787.3853475987 ops/sec (±0.48%) 0.99
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - multiple params 1364702.9328047652 ops/sec (±1.06%) 1346117.2569435074 ops/sec (±0.60%) 0.99
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register single module 1300848.1319821118 ops/sec (±0.86%) 1340462.7024322296 ops/sec (±0.71%) 1.03
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register 3-level module tree 676774.5896016234 ops/sec (±0.57%) 666424.4474642557 ops/sec (±0.39%) 0.98
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register dynamic module (forRoot) 1136060.9366471076 ops/sec (±0.50%) 1183561.6330960623 ops/sec (±0.35%) 1.04
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Initialization > initialize with lifecycle hooks 781357.4684019715 ops/sec (±0.82%) 851155.870407782 ops/sec (±0.55%) 1.09
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllControllers 600018.9463665672 ops/sec (±0.57%) 590249.3046864584 ops/sec (±2.29%) 0.98
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllConsumers 589207.1751103766 ops/sec (±3.59%) 604495.8718469703 ops/sec (±0.29%) 1.03
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllJobs 605258.7604299516 ops/sec (±0.45%) 593957.25042619 ops/sec (±1.36%) 0.98

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

@dependabot @github

dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #240.

@dependabot dependabot Bot closed this Jul 23, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/brace-expansion-5.0.7 branch July 23, 2026 21:21
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