chore(deps): update devdependency vite to v8#6058
Conversation
commit: |
300b89d to
d2dc8ba
Compare
d2dc8ba to
99706b1
Compare
99706b1 to
6195e5b
Compare
6195e5b to
dd5302b
Compare
dd5302b to
8dc92b1
Compare
8dc92b1 to
a7c689c
Compare
a7c689c to
d6d78d9
Compare
d6d78d9 to
c627952
Compare
c627952 to
663a18a
Compare
663a18a to
ce764d5
Compare
ce764d5 to
9a3876e
Compare
9a3876e to
c08018e
Compare
c08018e to
74be60c
Compare
74be60c to
5135f13
Compare
5135f13 to
36a645e
Compare
36a645e to
657d7cc
Compare
howwohmm
left a comment
There was a problem hiding this comment.
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.
657d7cc to
b81785e
Compare
This PR contains the following updates:
^7.3.1→^8.0.3Release Notes
vitejs/vite (vite)
v8.0.3Compare Source
Features
Bug Fixes
metaidentifier insideimport.metawhen a binding namedmetaexists (#22019) (cff5f0c)Miscellaneous Chores
Tests
getCssFilesForChunk(#22016) (43fbbf9)v8.0.2Compare Source
Features
Bug Fixes
Miscellaneous Chores
v8.0.1Compare Source
Features
Bug Fixes
inlineConstoptimization (#21865) (6d97142)build.target: 'es6'(#21933) (5fcce46)_createServer(#21810) (40bc729)+symbol in package subpath exports during dep optimization (#21886) (86db93d)no-corsrequest block error (#21902) (5ba688b)require(json)result should not be wrapped (#21847) (0672fd2)Miscellaneous Chores
@vitejs/devtoolsversion to 0.1+ (#21925) (12932f5)v8.0.0Compare Source
Features
vite-tsconfig-pathsplugin is detected (#21781) (ada493e)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.
This PR was generated by Mend Renovate. View the repository job log.