Skip to content

chore(deps): update devdependency vite to v8#6058

Open
renovate[bot] wants to merge 1 commit intov4from
renovate/major-vite
Open

chore(deps): update devdependency vite to v8#6058
renovate[bot] wants to merge 1 commit intov4from
renovate/major-vite

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 16, 2026

This PR contains the following updates:

Package Change Age Confidence
vite (source) ^7.3.1^8.0.3 age confidence

Release Notes

vitejs/vite (vite)

v8.0.3

Compare Source

Features
Bug Fixes
  • html: cache unfiltered CSS list to prevent missing styles across entries (#​22017) (5464190)
  • module-runner: handle non-ascii characters in base64 sourcemaps (#​21985) (77c95bf)
  • module-runner: skip re-import if the runner is closed (#​22020) (ee2c2cd)
  • optimizer: scan is not resolving sub path import if used in a glob import (#​22018) (ddfe20d)
  • ssr: ssrTransform incorrectly rewrites meta identifier inside import.meta when a binding named meta exists (#​22019) (cff5f0c)
Miscellaneous Chores
Tests

v8.0.2

Compare Source

Features
Bug Fixes
Miscellaneous Chores

v8.0.1

Compare Source

Features
Bug Fixes
Miscellaneous Chores

v8.0.0

Compare Source

Features
Bug Fixes

Configuration

📅 Schedule: Branch creation - Between 06:00 AM and 09:59 AM, only on Monday ( * 6-9 * * 1 ) in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Feb 16, 2026

npm i https://pkg.pr.new/@nuxt/ui@6058

commit: a98dadf

@renovate renovate bot force-pushed the renovate/major-vite branch from 300b89d to d2dc8ba Compare February 17, 2026 15:07
@renovate renovate bot force-pushed the renovate/major-vite branch from d2dc8ba to 99706b1 Compare February 18, 2026 13:16
@renovate renovate bot force-pushed the renovate/major-vite branch from 99706b1 to 6195e5b Compare February 19, 2026 18:19
@renovate renovate bot force-pushed the renovate/major-vite branch from 6195e5b to dd5302b Compare February 19, 2026 23:04
@renovate renovate bot force-pushed the renovate/major-vite branch from dd5302b to 8dc92b1 Compare February 23, 2026 11:04
@renovate renovate bot force-pushed the renovate/major-vite branch from 8dc92b1 to a7c689c Compare March 5, 2026 21:42
@renovate renovate bot force-pushed the renovate/major-vite branch from a7c689c to d6d78d9 Compare March 12, 2026 14:22
@renovate renovate bot changed the title chore(deps): update dependency vue-router to v5 chore(deps): update vite (major) Mar 12, 2026
@renovate renovate bot force-pushed the renovate/major-vite branch from d6d78d9 to c627952 Compare March 12, 2026 17:17
@renovate renovate bot changed the title chore(deps): update vite (major) chore(deps): update devdependency vite to v8 Mar 12, 2026
@renovate renovate bot force-pushed the renovate/major-vite branch from c627952 to 663a18a Compare March 14, 2026 14:22
@renovate renovate bot force-pushed the renovate/major-vite branch from 663a18a to ce764d5 Compare March 16, 2026 09:55
@renovate renovate bot force-pushed the renovate/major-vite branch from ce764d5 to 9a3876e Compare March 19, 2026 06:13
@renovate renovate bot force-pushed the renovate/major-vite branch from 9a3876e to c08018e Compare March 19, 2026 09:43
Copy link
Copy Markdown
Contributor

@howwohmm howwohmm left a comment

Choose a reason for hiding this comment

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

Looking at this Vite v7 → v8 upgrade, here are key areas that need attention:

New bundler integration: The lockfile shows rolldown@1.0.0-rc.11 appearing in the dependency tree, indicating Vite v8's new Rust-based bundler is being used. This could affect build performance and output, especially for the playgrounds. The team should test that playground builds still work correctly and watch for any bundle size or performance changes.

CSS processing pipeline changes: The dependency resolution switched from lightningcss@1.32.0 to esbuild@0.27.3 in several chains, suggesting Vite v8 changed its CSS handling approach. Since Nuxt UI heavily relies on CSS processing for Tailwind and component styles, thoroughly test that all CSS compilation, especially in the playgrounds, works as expected.

Plugin compatibility verification needed: Major Vite updates often introduce breaking changes in plugin APIs. While this only affects playground environments, verify that @vitejs/plugin-vue v6.0.5 and other Vite plugins in the dependency tree are fully compatible with Vite v8, particularly around Vue SFC processing and HMR functionality.

The lockfile changes look consistent and complete, but this major version bump warrants careful testing of the playground environments before merging.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants