chore(deps): bump @babel/core from 7.29.0 to 7.29.7 - #227
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
adesege
reviewed
Jun 30, 2026
Contributor
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: a0c769b | Previous: 7abf1a4 | Ratio |
|---|---|---|---|
test/benchmarks/request-response.bench.ts > Request/Response > simple GET - 200 |
51609.186845651915 ops/sec (±1.13%) |
50159.54786183608 ops/sec (±1.20%) |
0.97 |
test/benchmarks/request-response.bench.ts > Request/Response > GET with route params - 200 |
53869.12430351646 ops/sec (±0.99%) |
48788.542100785955 ops/sec (±0.78%) |
0.91 |
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 |
26749.27027990569 ops/sec (±1.43%) |
16324.656937824655 ops/sec (±1.20%) |
0.61 |
test/benchmarks/request-response.bench.ts > Request/Response > POST invalid body - validation error |
4571.091733214747 ops/sec (±3.23%) |
3767.6341525889247 ops/sec (±3.58%) |
0.82 |
test/benchmarks/request-response.bench.ts > Request/Response > GET unknown route - 404 |
7728.817367281917 ops/sec (±1.34%) |
6465.66593197288 ops/sec (±1.25%) |
0.84 |
src/__benchmarks__/application.bench.ts > Application - Bootstrap > constructor only |
340864.7094861963 ops/sec (±2.20%) |
376306.82818050386 ops/sec (±0.43%) |
1.10 |
src/__benchmarks__/application.bench.ts > Application - Bootstrap > full initialize() |
41640.619696737915 ops/sec (±2.64%) |
38183.21846588412 ops/sec (±0.93%) |
0.92 |
src/__benchmarks__/application.bench.ts > Application - Service Resolution > resolve service after bootstrap |
43741.356039758175 ops/sec (±2.40%) |
38777.470454862014 ops/sec (±2.52%) |
0.89 |
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > initialize with 5 controllers (8 routes) |
46743.71215222039 ops/sec (±0.92%) |
44139.17336156522 ops/sec (±0.72%) |
0.94 |
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > resolve service after multi-controller bootstrap |
41568.03000792302 ops/sec (±3.49%) |
43671.34722128782 ops/sec (±0.74%) |
1.05 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > register class provider |
4312906.309341194 ops/sec (±1.58%) |
4378267.089319942 ops/sec (±1.57%) |
1.02 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerSingleton |
4152437.16120682 ops/sec (±2.20%) |
3996288.7611478744 ops/sec (±2.06%) |
0.96 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerValue |
4588547.9816461485 ops/sec (±2.44%) |
4685169.337081629 ops/sec (±1.56%) |
1.02 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerFactory |
4610215.972336691 ops/sec (±0.89%) |
4760014.600562802 ops/sec (±0.71%) |
1.03 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve class token |
1332438.4277233398 ops/sec (±0.89%) |
1398230.3724598626 ops/sec (±0.42%) |
1.05 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve symbol token |
1481826.6278264178 ops/sec (±0.63%) |
1442223.1433174785 ops/sec (±0.42%) |
0.97 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve value token |
1994858.8030856915 ops/sec (±1.55%) |
1916660.9496722054 ops/sec (±0.17%) |
0.96 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve singleton token |
1411560.9610879873 ops/sec (±0.78%) |
1366570.6662249872 ops/sec (±0.46%) |
0.97 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > isRegistered check |
2108127.224206641 ops/sec (±0.30%) |
2060612.6441198322 ops/sec (±0.22%) |
0.98 |
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when().use().give().otherwise() |
1994877.4733515736 ops/sec (±3.34%) |
2448987.8334662053 ops/sec (±3.52%) |
1.23 |
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when() with cached predicate |
1886275.4944758278 ops/sec (±2.12%) |
2405055.4643926523 ops/sec (±0.62%) |
1.28 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register single module |
1278053.1053629508 ops/sec (±0.75%) |
1340462.7024322296 ops/sec (±0.71%) |
1.05 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register 3-level module tree |
662491.0274630247 ops/sec (±0.61%) |
666424.4474642557 ops/sec (±0.39%) |
1.01 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register dynamic module (forRoot) |
1158276.9506012269 ops/sec (±0.54%) |
1183561.6330960623 ops/sec (±0.35%) |
1.02 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Initialization > initialize with lifecycle hooks |
746189.9701522093 ops/sec (±0.74%) |
851155.870407782 ops/sec (±0.55%) |
1.14 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllControllers |
545721.4542786126 ops/sec (±0.47%) |
590249.3046864584 ops/sec (±2.29%) |
1.08 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllConsumers |
482611.18728261103 ops/sec (±0.72%) |
604495.8718469703 ops/sec (±0.29%) |
1.25 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllJobs |
510742.9785140585 ops/sec (±0.57%) |
593957.25042619 ops/sec (±1.36%) |
1.16 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register controller with 5 OpenAPI routes |
19138.86005121744 ops/sec (±7.95%) |
8391.603815600616 ops/sec (±6.55%) |
0.44 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register single-route controller |
88488.42897643034 ops/sec (±9.56%) |
48315.360497889866 ops/sec (±7.22%) |
0.55 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register multiple controllers |
19626.341456388694 ops/sec (±8.27%) |
10884.969280489046 ops/sec (±5.37%) |
0.55 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 10 routes by specificity |
361979.2420154776 ops/sec (±0.96%) |
332313.5088406572 ops/sec (±1.51%) |
0.92 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 50 routes by specificity |
66239.07901184329 ops/sec (±1.21%) |
60216.679809510286 ops/sec (±0.68%) |
0.91 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 100 routes by specificity |
32248.511279724156 ops/sec (±0.57%) |
31479.58270665301 ops/sec (±0.35%) |
0.98 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - static path |
12601653.697547397 ops/sec (±0.20%) |
12502380.574745644 ops/sec (±0.12%) |
0.99 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - single param |
1986081.3048732732 ops/sec (±1.80%) |
1807787.3853475987 ops/sec (±0.48%) |
0.91 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - multiple params |
1422173.3002904633 ops/sec (±0.70%) |
1346117.2569435074 ops/sec (±0.60%) |
0.95 |
This comment was automatically generated by workflow using github-action-benchmark.
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.29.0 to 7.29.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.29.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/babel/core-7.29.7
branch
from
July 27, 2026 17:33
f12640d to
a0c769b
Compare
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 @babel/core from 7.29.0 to 7.29.7.
Release notes
Sourced from @babel/core's releases.
... (truncated)
Commits
4fba754v7.29.704ea6b2v7.29.699f498a[7.x packport]Improve input source map handling (#18001)feba0a3Preserve original identifier names from input sourcemaps (#17992) (#17998)