chore(deps): bump brace-expansion from 5.0.5 to 5.0.7 - #237
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump brace-expansion from 5.0.5 to 5.0.7#237dependabot[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.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>
adesege
reviewed
Jul 22, 2026
adesege
left a comment
Contributor
There was a problem hiding this comment.
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.
Contributor
Author
|
Superseded by #240. |
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.7.
Commits
b735ba65.0.7c7e33ecMerge commit from forkfa1786aBump tar from 7.5.11 to 7.5.16 (#116)c16f1ecfix(package.json): use git+https instead of git+ssh for repository URL (#115)196bbccBump ip-address from 10.1.0 to 10.2.0 (#104)eb18dd6Update ci.yml (#107)a39928dBump minimatch (#106)7950ae3ci: correct test workflow (#105)46317b55.0.6c0b095bMerge commit from forkDependabot 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.