-
Notifications
You must be signed in to change notification settings - Fork 112
chore(deps): update nuxt framework #1619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
danielroe
merged 13 commits into
nuxt:main
from
yamachi4416:align-nuxt-root-with-upstream
Mar 23, 2026
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
cf1f2bf
chore: align `nuxt-root` with upstream
yamachi4416 d32eb16
Merge branch 'main' into align-nuxt-root-with-upstream
yamachi4416 8790011
chore(deps): update nuxt framework
renovate[bot] 1709b1c
remove disable lint
yamachi4416 6eeb862
test/nitro-v3 nuxt to 4.4.2
yamachi4416 1b4c05f
chore(deps): update resolutions vite to v8
renovate[bot] a600ad1
chore(deps): update resolutions vite-node to v6
renovate[bot] a4fcc08
chore(deps): update dependency std-env to v4
renovate[bot] 4f11d5a
chore(deps): update vitest to v4.1.0
renovate[bot] 998e78d
fix mock plugin type error
yamachi4416 7f4f1d5
test/nitro-v3 nuxt to pkg.pr.new/latest
yamachi4416 9f1a238
remove ssr option from config to prevent conflicts
yamachi4416 760f8da
enable e2e test/nitro-v3
yamachi4416 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| import { defineEventHandler, getQuery } from 'nitro/h3' | ||
|
|
||
| export default defineEventHandler((event) => { | ||
| return getQuery(event) | ||
| }) |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| import { defineEventHandler, readBody } from 'nitro/h3' | ||
|
|
||
| export default defineEventHandler(async (event) => { | ||
| return await readBody(event) | ||
| }) |
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🌐 Web query:
Vite 8 release notes breaking changes💡 Result:
Key Vite 8 breaking changes / migration notes (from the official v7→v8 migration guide):
build.target: 'baseline-widely-available') bumped to newer baseline versions (Chrome/Edge 111, Firefox 114, Safari 16.4). If you rely on older targets, setbuild.targetexplicitly. [1]optimizeDeps.esbuildOptionsis deprecated in favor ofoptimizeDeps.rolldownOptions(a compatibility layer auto-converts some options). [1]esbuildconfig is deprecated in favor ofoxc(auto-converted where possible). [1]esbuildis no longer a direct dependency; if you (or a plugin) usetransformWithEsbuild, you must addesbuildas a devDependency;transformWithEsbuildis deprecated in favor oftransformWithOxc. [1]build.minify: 'esbuild'is deprecated and requires installingesbuild. [1]browserandmodulefields exist; Vite now respectsresolve.mainFieldsorder. [1]require()for externalized modules (no longer rewritten toimport), with an opt-in plugin if you want conversion. [1]import.meta.urlis no longer polyfilled for UMD/IIFE output (replaced withundefinedby default). [1]build.rollupOptions.watch.chokidar. [1]build.rollupOptions.output.manualChunksobject form removed; function form deprecated in favor of RolldowncodeSplitting. [1]build.rollupOptions/worker.rollupOptionsin favor ofbuild.rolldownOptions/worker.rolldownOptions(and some other related options become no-ops). [1]import.meta.hot.acceptis no longer supported (pass an id instead). [1]system/amdoutput formats, no ES5-and-below via@vitejs/plugin-legacy, and some Rollup hooks/features aren’t supported. [1]Sources: Official Vite 8 beta announcement and migration guide. [1][2]
🏁 Script executed:
# First, read the package.json to see the full context around lines 129 and 184-185 wc -l package.jsonRepository: nuxt/test-utils
Length of output: 75
🏁 Script executed:
Repository: nuxt/test-utils
Length of output: 739
🏁 Script executed:
Repository: nuxt/test-utils
Length of output: 504
🏁 Script executed:
Repository: nuxt/test-utils
Length of output: 1136
🏁 Script executed:
Repository: nuxt/test-utils
Length of output: 1346
🏁 Script executed:
Repository: nuxt/test-utils
Length of output: 90
🏁 Script executed:
Repository: nuxt/test-utils
Length of output: 474
🏁 Script executed:
Repository: nuxt/test-utils
Length of output: 41
🏁 Script executed:
Repository: nuxt/test-utils
Length of output: 41
🏁 Script executed:
Repository: nuxt/test-utils
Length of output: 1097
🏁 Script executed:
Repository: nuxt/test-utils
Length of output: 41
🏁 Script executed:
Repository: nuxt/test-utils
Length of output: 41
Migrate esbuild config to oxc in Vite 8.
The Vite 8 upgrade affects this Nuxt/Vitest project. The
esbuildconfig option insrc/e2e/run.ts(lines 48–50) is deprecated in Vite 8; useoxcinstead. Vitest 4.0.18 and vite-node 6.0.0 are compatible with Vite 8, but the toolchain shift from esbuild+Rollup to Rolldown+Oxc requires configuration updates. Review the esbuild config for any transformWithEsbuild() calls (deprecated in favor of transformWithOxc()) and ensureoxcOptionsreplaces deprecated build/esbuild settings.Also applies to: 184-185
🤖 Prompt for AI Agents