chore(deps): bump tar from 7.5.13 to 7.5.19 - #224
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.13 to 7.5.19. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v7.5.13...v7.5.19) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.19 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
adesege
reviewed
Jun 29, 2026
adesege
left a comment
Contributor
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: 332fdf1 | Previous: 7abf1a4 | Ratio |
|---|---|---|---|
test/benchmarks/request-response.bench.ts > Request/Response > simple GET - 200 |
47721.242282114166 ops/sec (±1.44%) |
50159.54786183608 ops/sec (±1.20%) |
1.05 |
test/benchmarks/request-response.bench.ts > Request/Response > GET with route params - 200 |
49061.583859643935 ops/sec (±0.93%) |
48788.542100785955 ops/sec (±0.78%) |
0.99 |
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 |
16613.51448665311 ops/sec (±1.31%) |
16324.656937824655 ops/sec (±1.20%) |
0.98 |
test/benchmarks/request-response.bench.ts > Request/Response > POST invalid body - validation error |
3680.5119101465907 ops/sec (±3.93%) |
3767.6341525889247 ops/sec (±3.58%) |
1.02 |
test/benchmarks/request-response.bench.ts > Request/Response > GET unknown route - 404 |
6463.78637186035 ops/sec (±1.37%) |
6465.66593197288 ops/sec (±1.25%) |
1.00 |
src/__benchmarks__/application.bench.ts > Application - Bootstrap > constructor only |
372879.3422408366 ops/sec (±0.85%) |
376306.82818050386 ops/sec (±0.43%) |
1.01 |
src/__benchmarks__/application.bench.ts > Application - Bootstrap > full initialize() |
38929.9810800287 ops/sec (±1.15%) |
38183.21846588412 ops/sec (±0.93%) |
0.98 |
src/__benchmarks__/application.bench.ts > Application - Service Resolution > resolve service after bootstrap |
43375.16311960243 ops/sec (±1.58%) |
38777.470454862014 ops/sec (±2.52%) |
0.89 |
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > initialize with 5 controllers (8 routes) |
42602.61541499679 ops/sec (±1.07%) |
44139.17336156522 ops/sec (±0.72%) |
1.04 |
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > resolve service after multi-controller bootstrap |
41829.511514965794 ops/sec (±1.20%) |
43671.34722128782 ops/sec (±0.74%) |
1.04 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > register class provider |
4220079.518911752 ops/sec (±3.02%) |
4378267.089319942 ops/sec (±1.57%) |
1.04 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerSingleton |
4031777.8951741355 ops/sec (±2.22%) |
3996288.7611478744 ops/sec (±2.06%) |
0.99 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerValue |
4474621.293012832 ops/sec (±2.45%) |
4685169.337081629 ops/sec (±1.56%) |
1.05 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerFactory |
4363275.057531038 ops/sec (±2.51%) |
4760014.600562802 ops/sec (±0.71%) |
1.09 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve class token |
1372641.898424515 ops/sec (±0.53%) |
1398230.3724598626 ops/sec (±0.42%) |
1.02 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve symbol token |
1402917.234003986 ops/sec (±0.67%) |
1442223.1433174785 ops/sec (±0.42%) |
1.03 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve value token |
1940239.89134648 ops/sec (±0.19%) |
1916660.9496722054 ops/sec (±0.17%) |
0.99 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve singleton token |
1351162.9082619175 ops/sec (±0.64%) |
1366570.6662249872 ops/sec (±0.46%) |
1.01 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > isRegistered check |
2020123.1757904573 ops/sec (±0.33%) |
2060612.6441198322 ops/sec (±0.22%) |
1.02 |
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when().use().give().otherwise() |
2337322.373223324 ops/sec (±3.28%) |
2448987.8334662053 ops/sec (±3.52%) |
1.05 |
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when() with cached predicate |
2261111.728664288 ops/sec (±2.14%) |
2405055.4643926523 ops/sec (±0.62%) |
1.06 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register single module |
1244540.1779931015 ops/sec (±1.07%) |
1340462.7024322296 ops/sec (±0.71%) |
1.08 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register 3-level module tree |
652957.9360100208 ops/sec (±0.73%) |
666424.4474642557 ops/sec (±0.39%) |
1.02 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register dynamic module (forRoot) |
1152694.720509056 ops/sec (±0.72%) |
1183561.6330960623 ops/sec (±0.35%) |
1.03 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Initialization > initialize with lifecycle hooks |
793739.2062608404 ops/sec (±1.04%) |
851155.870407782 ops/sec (±0.55%) |
1.07 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllControllers |
580594.4846480447 ops/sec (±0.66%) |
590249.3046864584 ops/sec (±2.29%) |
1.02 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllConsumers |
588260.3940487282 ops/sec (±0.53%) |
604495.8718469703 ops/sec (±0.29%) |
1.03 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllJobs |
562470.3103391293 ops/sec (±0.54%) |
593957.25042619 ops/sec (±1.36%) |
1.06 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register controller with 5 OpenAPI routes |
9115.302752261883 ops/sec (±7.12%) |
8391.603815600616 ops/sec (±6.55%) |
0.92 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register single-route controller |
49585.57197734231 ops/sec (±8.11%) |
48315.360497889866 ops/sec (±7.22%) |
0.97 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register multiple controllers |
10271.857200641112 ops/sec (±6.92%) |
10884.969280489046 ops/sec (±5.37%) |
1.06 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 10 routes by specificity |
339977.8898471471 ops/sec (±0.84%) |
332313.5088406572 ops/sec (±1.51%) |
0.98 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 50 routes by specificity |
62543.198696532614 ops/sec (±0.57%) |
60216.679809510286 ops/sec (±0.68%) |
0.96 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 100 routes by specificity |
30310.271465840135 ops/sec (±0.60%) |
31479.58270665301 ops/sec (±0.35%) |
1.04 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - static path |
12613184.66296423 ops/sec (±0.12%) |
12502380.574745644 ops/sec (±0.12%) |
0.99 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - single param |
1779745.3806491748 ops/sec (±0.90%) |
1807787.3853475987 ops/sec (±0.48%) |
1.02 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - multiple params |
1270057.6596280497 ops/sec (±1.33%) |
1346117.2569435074 ops/sec (±0.60%) |
1.06 |
This comment was automatically generated by workflow using github-action-benchmark.
Contributor
Author
|
Superseded by #233. |
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 tar from 7.5.13 to 7.5.19.
Commits
be440da7.5.192812e93add maxDecompressionRatio guard against explosive decompression9ecd4d27.5.189e78bf0refuse to let header size be less than 0e02a4e9pax: parse values according to known types9cbdb317.5.177a635c2terminate pax strings on nul bytescf213387.5.1621a8220do not apply PAX header fields to meta entries52632cfupdate project depsDependabot 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.