chore(deps): bump js-yaml from 3.14.2 to 3.15.1 - #252
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.2 to 3.15.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/3.15.1/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.2...3.15.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 3.15.1 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: 7809191 | Previous: ccb3f17 | Ratio |
|---|---|---|---|
test/benchmarks/request-response.bench.ts > Request/Response > simple GET - 200 |
68889.59396473033 ops/sec (±1.65%) |
44355.827899388205 ops/sec (±1.52%) |
0.64 |
test/benchmarks/request-response.bench.ts > Request/Response > GET with route params - 200 |
72694.5650092873 ops/sec (±0.62%) |
49077.55133303189 ops/sec (±1.07%) |
0.68 |
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 |
37797.81335439631 ops/sec (±0.98%) |
24127.579263272528 ops/sec (±1.28%) |
0.64 |
test/benchmarks/request-response.bench.ts > Request/Response > POST invalid body - validation error |
5802.085961466375 ops/sec (±2.77%) |
4332.798367697519 ops/sec (±3.08%) |
0.75 |
test/benchmarks/request-response.bench.ts > Request/Response > GET unknown route - 404 |
10055.313644401094 ops/sec (±1.24%) |
6877.491973422911 ops/sec (±1.38%) |
0.68 |
src/__benchmarks__/application.bench.ts > Application - Bootstrap > constructor only |
465662.821873041 ops/sec (±0.47%) |
367439.1967778971 ops/sec (±2.58%) |
0.79 |
src/__benchmarks__/application.bench.ts > Application - Bootstrap > full initialize() |
57762.57210921749 ops/sec (±1.87%) |
40916.51636711715 ops/sec (±2.82%) |
0.71 |
src/__benchmarks__/application.bench.ts > Application - Service Resolution > resolve service after bootstrap |
57958.631944445835 ops/sec (±1.34%) |
46221.77899438597 ops/sec (±1.51%) |
0.80 |
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > initialize with 5 controllers (8 routes) |
60807.12693127283 ops/sec (±0.71%) |
47297.584538015675 ops/sec (±0.94%) |
0.78 |
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > resolve service after multi-controller bootstrap |
58306.96050350889 ops/sec (±0.71%) |
46712.398512126 ops/sec (±0.86%) |
0.80 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > register class provider |
5709742.983666962 ops/sec (±1.35%) |
3659523.004609583 ops/sec (±0.26%) |
0.64 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerSingleton |
5419164.070779333 ops/sec (±0.19%) |
3674735.919157303 ops/sec (±0.23%) |
0.68 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerValue |
5849676.525883294 ops/sec (±1.00%) |
3643329.0527346027 ops/sec (±0.97%) |
0.62 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerFactory |
5756577.9884917615 ops/sec (±0.89%) |
3731349.291036125 ops/sec (±0.79%) |
0.65 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve class token |
1878709.0343454953 ops/sec (±0.64%) |
1231183.1036989056 ops/sec (±0.71%) |
0.66 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve symbol token |
1908845.1982808078 ops/sec (±0.68%) |
1316018.4734202325 ops/sec (±0.72%) |
0.69 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve value token |
2621330.851855458 ops/sec (±0.16%) |
1783899.5774658315 ops/sec (±0.30%) |
0.68 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve singleton token |
1819458.1223198995 ops/sec (±0.47%) |
1315930.5814242992 ops/sec (±0.55%) |
0.72 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > isRegistered check |
2714210.626615465 ops/sec (±0.18%) |
1806360.778904609 ops/sec (±0.19%) |
0.67 |
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when().use().give().otherwise() |
3217755.6975291646 ops/sec (±2.68%) |
1989351.3462046375 ops/sec (±2.25%) |
0.62 |
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when() with cached predicate |
3229595.825614303 ops/sec (±0.66%) |
2077218.3049918814 ops/sec (±0.64%) |
0.64 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register single module |
1548706.9468792025 ops/sec (±0.70%) |
1318623.2747570868 ops/sec (±0.43%) |
0.85 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register 3-level module tree |
842067.6850666505 ops/sec (±0.45%) |
674368.8967327109 ops/sec (±0.61%) |
0.80 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register dynamic module (forRoot) |
1481123.2920223756 ops/sec (±0.43%) |
1033574.8692689876 ops/sec (±0.46%) |
0.70 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Initialization > initialize with lifecycle hooks |
1013579.0006107301 ops/sec (±0.60%) |
861264.3797109328 ops/sec (±0.67%) |
0.85 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllControllers |
745666.313302503 ops/sec (±0.53%) |
601067.2979531069 ops/sec (±0.70%) |
0.81 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllConsumers |
749663.6326646602 ops/sec (±0.52%) |
598005.5897686194 ops/sec (±2.06%) |
0.80 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllJobs |
750692.4956126717 ops/sec (±0.50%) |
606220.5693193878 ops/sec (±0.44%) |
0.81 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register controller with 5 OpenAPI routes |
26140.967637874586 ops/sec (±6.62%) |
20659.201604495036 ops/sec (±7.81%) |
0.79 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register single-route controller |
112894.06454415413 ops/sec (±7.63%) |
87549.06480088776 ops/sec (±9.59%) |
0.78 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register multiple controllers |
24521.590244226707 ops/sec (±6.07%) |
20055.348642388202 ops/sec (±7.48%) |
0.82 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 10 routes by specificity |
473253.18789753783 ops/sec (±0.47%) |
348297.84898624144 ops/sec (±1.02%) |
0.74 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 50 routes by specificity |
84978.67665390817 ops/sec (±0.39%) |
66342.982298651 ops/sec (±0.49%) |
0.78 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 100 routes by specificity |
41206.22755532888 ops/sec (±0.42%) |
32949.193140155745 ops/sec (±0.54%) |
0.80 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - static path |
16548995.20565347 ops/sec (±0.09%) |
12503091.774915366 ops/sec (±0.09%) |
0.76 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - single param |
2129264.6457849224 ops/sec (±0.57%) |
2209847.5226742206 ops/sec (±1.46%) |
1.04 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - multiple params |
1575134.3051550686 ops/sec (±0.82%) |
1332989.981337998 ops/sec (±0.60%) |
0.85 |
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 js-yaml from 3.14.2 to 3.15.1.
Changelog
Sourced from js-yaml's changelog.
Commits
ab85ae23.15.1 released30a5e76dist rebuild22a8071Backport quadratic complexity fix for !!omapc34b6c43.15.0 released21e13d3dist rebuild4165c62Add v3-legacy tag for publishd8ff750Add package lock24f13e7AddedmaxTotalMergeKeys(10000) loader option (v5 backport)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.