Skip to content

chore(deps-dev): bump vite from 8.0.16 to 8.1.0 - #222

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-8.1.0
Open

chore(deps-dev): bump vite from 8.0.16 to 8.1.0#222
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-8.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor

Bumps vite from 8.0.16 to 8.1.0.

Release notes

Sourced from vite's releases.

create-vite@8.1.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.1.0

Please refer to CHANGELOG.md for details.

v8.1.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.1.0-beta.0

Please refer to CHANGELOG.md for details.

v8.1.0-beta.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.1.0 (2026-06-23)

Features

Bug Fixes

  • bundled-dev: errors should be kept when incremental build fails (#22617) (9a0dd48)
  • cache falsy values in perEnvironmentState (#22715) (0e91e79)
  • glob: respect caseSensitive option in hmr matcher (#22711) (65f525e)
  • html: omit nonce on import map when cspNonce is unset (#22713) (8340bb5)
  • optimizer: skip null-valued exports in expandGlobIds glob resolution (#22611) (8b9f5cd)
  • resolved build options should be kept as a getter (#22691) (3527191)
  • server: handle malformed URI in memory files middleware (#22714) (df9e0a5)
  • use literal envPrefix queries for Vite Task (#22706) (da72733)
  • warn on deprecated envFile (#22555) (ed7b283)

Code Refactoring

8.1.0-beta.0 (2026-06-15)

Features

  • import.meta.glob support caseSensitive option (#21707) (2ad6737)
  • add warning to discourage Vite with yarn pnp (#21906) (3fbb55a)
  • build: chunk importmap (#21580) (e180312)
  • css: support lightningcss plugin dependency (#21748) (0b7aaed)
  • deps: bump @​vitejs/devtools peer dependency version (#22542) (d2c2bc0)
  • html: add html.additionalAssetSources option (#21412) (a41404b)
  • integrate with Vite Task for zero-config build caching (#22453) (f8d75f7)
  • rename server.hmr options to server.ws options (#21357) (9ce3036)
  • server: support multiple hosts in __VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS (#21501) (735f9a1)
  • track dependencies when loading config with native (#22602) (a7e2da8)
  • types: add more precise typing for known query types to match known as types (#21863) (cc39e55)
  • update rolldown to 1.1.1 (#22593) (8a13d63)
  • wasm: direct .wasm imports (WASM ESM Integration) (#21779) (c23d85b)

Bug Fixes

  • apply correct fs restrictions for pnpm gvs (#22415) (092320b)
  • css: support external CSS with lightningcss (#18389) (d64a1a5)
  • deps: update all non-major dependencies (#22637) (44bb9d9)
  • deps: update all non-major dependencies (#22681) (f4f0633)
  • html: insert import map before modulepreload that is not self-close tag (#21409) (e399c89)
  • optimizer: preserve sourcemaps for transformed optimized deps with follow-up transforms (#22428) (1298951)

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 24, 2026

@adesege adesege left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant