chore(deps): bump brace-expansion from 5.0.5 to 5.0.9 - #251
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump brace-expansion from 5.0.5 to 5.0.9#251dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
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>
adesege
reviewed
Aug 4, 2026
adesege
left a comment
Contributor
There was a problem hiding this comment.
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
reviewed
Aug 4, 2026
adesege
left a comment
Contributor
There was a problem hiding this comment.
⚠️ 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps brace-expansion from 5.0.5 to 5.0.9.
Commits
fbcf8ec5.0.9f6f3939test: cover dropping empties when only some prefixes are empty688a99eMerge commit from forkc66e5f9docs: make the maxLength example produce a non-empty result (#137)473d3e9Bump linkify-it from 5.0.1 to 5.0.2 (#128)96a63c05.0.8a1bd339Merge commit from fork592a36fBump tar from 7.5.16 to 7.5.20 (#127)bd14690Bump brace-expansion from 2.0.2 to 2.1.2 (#126)e729ba6Bump ws from 8.19.0 to 8.21.1 (#124)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.