chore(deps-dev): bump vite from 8.0.16 to 8.1.0 - #222
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.0.16 to 8.1.0. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/create-vite@8.1.0/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
adesege
reviewed
Jun 24, 2026
adesege
left a comment
Contributor
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: d64f747 | Previous: 7abf1a4 | Ratio |
|---|---|---|---|
test/benchmarks/request-response.bench.ts > Request/Response > simple GET - 200 |
50579.10333365793 ops/sec (±1.08%) |
50159.54786183608 ops/sec (±1.20%) |
0.99 |
test/benchmarks/request-response.bench.ts > Request/Response > GET with route params - 200 |
49737.14521742102 ops/sec (±0.64%) |
48788.542100785955 ops/sec (±0.78%) |
0.98 |
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 |
15773.43102079563 ops/sec (±1.18%) |
16324.656937824655 ops/sec (±1.20%) |
1.03 |
test/benchmarks/request-response.bench.ts > Request/Response > POST invalid body - validation error |
3714.79571523618 ops/sec (±4.07%) |
3767.6341525889247 ops/sec (±3.58%) |
1.01 |
test/benchmarks/request-response.bench.ts > Request/Response > GET unknown route - 404 |
6654.801842856964 ops/sec (±1.13%) |
6465.66593197288 ops/sec (±1.25%) |
0.97 |
src/__benchmarks__/application.bench.ts > Application - Bootstrap > constructor only |
381638.54672041046 ops/sec (±0.43%) |
376306.82818050386 ops/sec (±0.43%) |
0.99 |
src/__benchmarks__/application.bench.ts > Application - Bootstrap > full initialize() |
39173.42430735605 ops/sec (±0.89%) |
38183.21846588412 ops/sec (±0.93%) |
0.97 |
src/__benchmarks__/application.bench.ts > Application - Service Resolution > resolve service after bootstrap |
41444.29456727563 ops/sec (±1.60%) |
38777.470454862014 ops/sec (±2.52%) |
0.94 |
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > initialize with 5 controllers (8 routes) |
43650.67531602287 ops/sec (±0.73%) |
44139.17336156522 ops/sec (±0.72%) |
1.01 |
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > resolve service after multi-controller bootstrap |
43102.760364609676 ops/sec (±0.76%) |
43671.34722128782 ops/sec (±0.74%) |
1.01 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > register class provider |
4368133.781593377 ops/sec (±1.43%) |
4378267.089319942 ops/sec (±1.57%) |
1.00 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerSingleton |
4007327.258987347 ops/sec (±1.93%) |
3996288.7611478744 ops/sec (±2.06%) |
1.00 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerValue |
4624966.631016447 ops/sec (±2.30%) |
4685169.337081629 ops/sec (±1.56%) |
1.01 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerFactory |
4694223.802839247 ops/sec (±0.76%) |
4760014.600562802 ops/sec (±0.71%) |
1.01 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve class token |
1418045.5632425048 ops/sec (±0.39%) |
1398230.3724598626 ops/sec (±0.42%) |
0.99 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve symbol token |
1434677.262576744 ops/sec (±1.46%) |
1442223.1433174785 ops/sec (±0.42%) |
1.01 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve value token |
1980880.688656216 ops/sec (±0.15%) |
1916660.9496722054 ops/sec (±0.17%) |
0.97 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve singleton token |
1382579.1483264293 ops/sec (±0.45%) |
1366570.6662249872 ops/sec (±0.46%) |
0.99 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > isRegistered check |
2081728.9341581813 ops/sec (±0.18%) |
2060612.6441198322 ops/sec (±0.22%) |
0.99 |
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when().use().give().otherwise() |
2551005.5306181274 ops/sec (±3.44%) |
2448987.8334662053 ops/sec (±3.52%) |
0.96 |
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when() with cached predicate |
2487676.1740447083 ops/sec (±1.42%) |
2405055.4643926523 ops/sec (±0.62%) |
0.97 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register single module |
1378099.9696819 ops/sec (±0.38%) |
1340462.7024322296 ops/sec (±0.71%) |
0.97 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register 3-level module tree |
673504.6435616683 ops/sec (±0.47%) |
666424.4474642557 ops/sec (±0.39%) |
0.99 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register dynamic module (forRoot) |
1158502.7349150889 ops/sec (±0.41%) |
1183561.6330960623 ops/sec (±0.35%) |
1.02 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Initialization > initialize with lifecycle hooks |
828336.2157638388 ops/sec (±0.61%) |
851155.870407782 ops/sec (±0.55%) |
1.03 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllControllers |
598237.7954030372 ops/sec (±0.40%) |
590249.3046864584 ops/sec (±2.29%) |
0.99 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllConsumers |
585145.3809161105 ops/sec (±3.34%) |
604495.8718469703 ops/sec (±0.29%) |
1.03 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllJobs |
604154.7373168145 ops/sec (±0.33%) |
593957.25042619 ops/sec (±1.36%) |
0.98 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register controller with 5 OpenAPI routes |
9767.91921930807 ops/sec (±6.65%) |
8391.603815600616 ops/sec (±6.55%) |
0.86 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register single-route controller |
52473.415865934694 ops/sec (±7.70%) |
48315.360497889866 ops/sec (±7.22%) |
0.92 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register multiple controllers |
10658.171207034902 ops/sec (±6.30%) |
10884.969280489046 ops/sec (±5.37%) |
1.02 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 10 routes by specificity |
329434.92867760523 ops/sec (±1.56%) |
332313.5088406572 ops/sec (±1.51%) |
1.01 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 50 routes by specificity |
60371.12015129663 ops/sec (±0.41%) |
60216.679809510286 ops/sec (±0.68%) |
1.00 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 100 routes by specificity |
29611.18794278307 ops/sec (±0.38%) |
31479.58270665301 ops/sec (±0.35%) |
1.06 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - static path |
12149162.5663961 ops/sec (±0.15%) |
12502380.574745644 ops/sec (±0.12%) |
1.03 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - single param |
1875242.4735547327 ops/sec (±2.22%) |
1807787.3853475987 ops/sec (±0.48%) |
0.96 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - multiple params |
1450942.1427929113 ops/sec (±0.41%) |
1346117.2569435074 ops/sec (±0.60%) |
0.93 |
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 vite from 8.0.16 to 8.1.0.
Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
5909efdfix: allow multiplebindCLIShortcutscalls with shortcut merging (#21103)39a0a15chore(deps): update rolldown-related dependencies (#21095)6a34ac3fix(deps): update all non-major dependencies (#21096)02ceaecchore(deps): update dependency@rollup/plugin-commonjsto v29 (#21099)572aacarelease: v7.2.2728c8eefix: revert "refactor: use fs.cpSync (#21019)" (#21081)a532e68release: v7.2.182d2d6cfix(worker): some worker asset was missing (#21074)f83264frefactor(build): renameindexOfMatchInSlicetofindPreloadMarker(#21054)8293de0release: v7.2.0You 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.