chore(deps): bump uuid from 11.1.0 to 11.1.1 - #188
Open
dependabot[bot] wants to merge 2 commits into
Open
Conversation
Bumps [uuid](https://github.com/uuidjs/uuid) from 11.1.0 to 11.1.1. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/v11.1.1/CHANGELOG.md) - [Commits](uuidjs/uuid@v11.1.0...v11.1.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 11.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
adesege
reviewed
May 11, 2026
Contributor
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: b84f9cd | Previous: 8d232a0 | Ratio |
|---|---|---|---|
test/benchmarks/request-response.bench.ts > Request/Response > simple GET - 200 |
65731.85236625723 ops/sec (±1.01%) |
66186.4456775074 ops/sec (±1.10%) |
1.01 |
test/benchmarks/request-response.bench.ts > Request/Response > GET with route params - 200 |
60947.65454869292 ops/sec (±0.80%) |
60110.62971808316 ops/sec (±0.97%) |
0.99 |
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 |
27899.653430506565 ops/sec (±1.14%) |
27119.94109548857 ops/sec (±1.36%) |
0.97 |
test/benchmarks/request-response.bench.ts > Request/Response > POST invalid body - validation error |
4085.8331182320776 ops/sec (±4.04%) |
3982.573888081481 ops/sec (±4.35%) |
0.97 |
test/benchmarks/request-response.bench.ts > Request/Response > GET unknown route - 404 |
7911.5290424990235 ops/sec (±1.41%) |
8021.239217545217 ops/sec (±1.53%) |
1.01 |
src/__benchmarks__/application.bench.ts > Application - Bootstrap > constructor only |
359997.0676075853 ops/sec (±0.53%) |
358867.18178282696 ops/sec (±0.64%) |
1.00 |
src/__benchmarks__/application.bench.ts > Application - Bootstrap > full initialize() |
43095.213770919225 ops/sec (±2.82%) |
42214.909504458956 ops/sec (±3.03%) |
0.98 |
src/__benchmarks__/application.bench.ts > Application - Service Resolution > resolve service after bootstrap |
44451.522412843755 ops/sec (±3.92%) |
45580.8054182536 ops/sec (±1.70%) |
1.03 |
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > initialize with 5 controllers (8 routes) |
47396.494023800864 ops/sec (±0.90%) |
47319.78772343219 ops/sec (±0.97%) |
1.00 |
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > resolve service after multi-controller bootstrap |
46355.84415165363 ops/sec (±1.01%) |
46490.998676871175 ops/sec (±1.04%) |
1.00 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > register class provider |
4443461.093533471 ops/sec (±1.76%) |
4336183.444968295 ops/sec (±1.77%) |
0.98 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerSingleton |
4233039.517435545 ops/sec (±2.12%) |
4078837.070024511 ops/sec (±1.92%) |
0.96 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerValue |
4612469.806273182 ops/sec (±1.67%) |
4511784.637448638 ops/sec (±0.82%) |
0.98 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerFactory |
4591876.429584637 ops/sec (±2.37%) |
4364648.79536217 ops/sec (±1.06%) |
0.95 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve class token |
1440734.2941684562 ops/sec (±0.54%) |
1422336.4212070394 ops/sec (±0.78%) |
0.99 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve symbol token |
1478945.890557402 ops/sec (±0.54%) |
1456866.6829912884 ops/sec (±1.00%) |
0.99 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve value token |
2010622.2708627402 ops/sec (±1.50%) |
2001912.4985689048 ops/sec (±4.29%) |
1.00 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve singleton token |
1393680.25232279 ops/sec (±0.59%) |
1373780.8680053211 ops/sec (±0.64%) |
0.99 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > isRegistered check |
2124395.328691421 ops/sec (±0.23%) |
2110093.05889678 ops/sec (±0.28%) |
0.99 |
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when().use().give().otherwise() |
2521254.65869215 ops/sec (±3.22%) |
2431622.5313065355 ops/sec (±3.23%) |
0.96 |
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when() with cached predicate |
2559391.0274261828 ops/sec (±0.71%) |
2420070.2575497753 ops/sec (±0.73%) |
0.95 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register single module |
1240966.9079491934 ops/sec (±0.89%) |
1363098.8468182497 ops/sec (±0.47%) |
1.10 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register 3-level module tree |
667901.4523206981 ops/sec (±0.57%) |
674150.1191211612 ops/sec (±0.66%) |
1.01 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register dynamic module (forRoot) |
1121875.6454866547 ops/sec (±0.46%) |
1156129.2647019888 ops/sec (±0.50%) |
1.03 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Initialization > initialize with lifecycle hooks |
804348.6454771445 ops/sec (±0.58%) |
772787.6939760441 ops/sec (±0.90%) |
0.96 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllControllers |
599314.3926387667 ops/sec (±0.53%) |
594428.8729627975 ops/sec (±0.70%) |
0.99 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllConsumers |
603249.4968900796 ops/sec (±0.52%) |
602740.786079681 ops/sec (±0.49%) |
1.00 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllJobs |
595831.2182696734 ops/sec (±0.48%) |
600705.0088370828 ops/sec (±0.54%) |
1.01 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register controller with 5 OpenAPI routes |
11847.339368662175 ops/sec (±7.80%) |
12048.116059801083 ops/sec (±7.58%) |
1.02 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register single-route controller |
62915.88624807274 ops/sec (±7.57%) |
60084.306944398675 ops/sec (±8.24%) |
0.95 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register multiple controllers |
12387.933675003202 ops/sec (±6.12%) |
11811.003363914066 ops/sec (±7.00%) |
0.95 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 10 routes by specificity |
363774.9428699205 ops/sec (±0.67%) |
352116.7950563546 ops/sec (±1.77%) |
0.97 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 50 routes by specificity |
65304.24174859333 ops/sec (±1.09%) |
66196.42333358919 ops/sec (±0.70%) |
1.01 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 100 routes by specificity |
32367.659233284718 ops/sec (±0.51%) |
31898.13606431636 ops/sec (±0.63%) |
0.99 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - static path |
12137409.927197836 ops/sec (±0.11%) |
12505503.599794427 ops/sec (±0.11%) |
1.03 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - single param |
1929144.3370778114 ops/sec (±2.42%) |
1960577.470642791 ops/sec (±0.84%) |
1.02 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - multiple params |
1505499.187029731 ops/sec (±0.60%) |
1359426.574967609 ops/sec (±1.29%) |
0.90 |
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 uuid from 11.1.0 to 11.1.1.
Release notes
Sourced from uuid's releases.
Changelog
Sourced from uuid's changelog.
Commits
7269a96chore(11.x): release 11.1.1 (#949)32389c8fix: backport GHSA-w5hq-g745-h8pq fix2799f71chore: update workflowMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for uuid since your current version.
You can trigger a rebase of this PR 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.