mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-19 16:01:24 +00:00
chore(deps): update all non-major dependencies (3.x) (#31324)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
425f81892a
commit
88463de9b9
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -239,7 +239,7 @@ jobs:
|
||||
run: pnpm test:prepare
|
||||
|
||||
- name: Run benchmarks
|
||||
uses: CodSpeedHQ/action@63ae6025a0ffee97d7736a37c9192dbd6ed4e75f # v3.4.0
|
||||
uses: CodSpeedHQ/action@0010eb0ca6e89b80c88e8edaaa07cfe5f3e6664d # v3.5.0
|
||||
with:
|
||||
run: pnpm vitest bench
|
||||
token: ${{ secrets.CODSPEED_TOKEN }}
|
||||
|
24
package.json
24
package.json
@ -42,16 +42,16 @@
|
||||
"typecheck:docs": "DOCS_TYPECHECK=true pnpm nuxi prepare && nuxt-content-twoslash verify --content-dir docs --languages html"
|
||||
},
|
||||
"resolutions": {
|
||||
"@babel/core": "7.26.9",
|
||||
"@babel/core": "7.26.10",
|
||||
"@babel/helper-plugin-utils": "7.26.5",
|
||||
"@nuxt/cli": "3.22.5",
|
||||
"@nuxt/cli": "3.23.0",
|
||||
"@nuxt/kit": "workspace:*",
|
||||
"@nuxt/rspack-builder": "workspace:*",
|
||||
"@nuxt/schema": "workspace:*",
|
||||
"@nuxt/vite-builder": "workspace:*",
|
||||
"@nuxt/webpack-builder": "workspace:*",
|
||||
"@types/node": "22.13.10",
|
||||
"@unhead/vue": "2.0.0-rc.9",
|
||||
"@unhead/vue": "2.0.0-rc.13",
|
||||
"@vue/compiler-core": "3.5.13",
|
||||
"@vue/compiler-dom": "3.5.13",
|
||||
"@vue/shared": "3.5.13",
|
||||
@ -64,16 +64,16 @@
|
||||
"typescript": "5.8.2",
|
||||
"ufo": "1.5.4",
|
||||
"unimport": "4.1.2",
|
||||
"vite": "6.2.1",
|
||||
"vite": "6.2.2",
|
||||
"vue": "3.5.13",
|
||||
"webpack": "5.98.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@arethetypeswrong/cli": "0.17.4",
|
||||
"@babel/core": "7.26.9",
|
||||
"@babel/core": "7.26.10",
|
||||
"@babel/helper-plugin-utils": "7.26.5",
|
||||
"@codspeed/vitest-plugin": "4.0.0",
|
||||
"@nuxt/cli": "3.22.5",
|
||||
"@nuxt/cli": "3.23.0",
|
||||
"@nuxt/eslint-config": "1.2.0",
|
||||
"@nuxt/kit": "workspace:*",
|
||||
"@nuxt/rspack-builder": "workspace:*",
|
||||
@ -85,7 +85,7 @@
|
||||
"@types/babel__helper-plugin-utils": "7.10.3",
|
||||
"@types/node": "22.13.10",
|
||||
"@types/semver": "7.5.8",
|
||||
"@unhead/vue": "2.0.0-rc.9",
|
||||
"@unhead/vue": "2.0.0-rc.13",
|
||||
"@vitest/coverage-v8": "3.0.8",
|
||||
"@vue/test-utils": "2.4.6",
|
||||
"acorn": "8.14.1",
|
||||
@ -100,13 +100,13 @@
|
||||
"eslint": "9.22.0",
|
||||
"eslint-plugin-no-only-tests": "3.3.0",
|
||||
"eslint-plugin-perfectionist": "4.10.1",
|
||||
"eslint-typegen": "2.0.0",
|
||||
"eslint-typegen": "2.1.0",
|
||||
"estree-walker": "3.0.3",
|
||||
"h3": "1.15.1",
|
||||
"happy-dom": "17.4.3",
|
||||
"happy-dom": "17.4.4",
|
||||
"installed-check": "9.3.0",
|
||||
"jiti": "2.4.2",
|
||||
"knip": "5.45.0",
|
||||
"knip": "5.46.0",
|
||||
"magic-string": "0.30.17",
|
||||
"markdownlint-cli": "0.44.0",
|
||||
"memfs": "4.17.0",
|
||||
@ -115,7 +115,7 @@
|
||||
"nuxt-content-twoslash": "0.1.2",
|
||||
"ofetch": "1.4.1",
|
||||
"pathe": "2.0.3",
|
||||
"pkg-pr-new": "0.0.40",
|
||||
"pkg-pr-new": "0.0.41",
|
||||
"playwright-core": "1.51.0",
|
||||
"rollup": "4.35.0",
|
||||
"semver": "7.7.1",
|
||||
@ -133,6 +133,6 @@
|
||||
"vue-tsc": "2.2.8",
|
||||
"webpack": "5.98.0"
|
||||
},
|
||||
"packageManager": "pnpm@10.6.2",
|
||||
"packageManager": "pnpm@10.6.3",
|
||||
"version": ""
|
||||
}
|
||||
|
@ -52,13 +52,13 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxt/schema": "workspace:*",
|
||||
"@rspack/core": "1.2.7",
|
||||
"@rspack/core": "1.2.8",
|
||||
"@types/lodash-es": "4.17.12",
|
||||
"@types/semver": "7.5.8",
|
||||
"lodash-es": "4.17.21",
|
||||
"nitropack": "2.11.6",
|
||||
"unbuild": "latest",
|
||||
"vite": "6.2.1",
|
||||
"vite": "6.2.2",
|
||||
"vitest": "3.0.8",
|
||||
"webpack": "5.98.0"
|
||||
},
|
||||
|
@ -73,15 +73,15 @@
|
||||
"test:attw": "attw --pack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/cli": "^3.22.5",
|
||||
"@nuxt/cli": "^3.23.0",
|
||||
"@nuxt/devalue": "^2.0.2",
|
||||
"@nuxt/devtools": "^2.2.1",
|
||||
"@nuxt/devtools": "^2.3.0",
|
||||
"@nuxt/kit": "workspace:*",
|
||||
"@nuxt/schema": "workspace:*",
|
||||
"@nuxt/telemetry": "^2.6.5",
|
||||
"@nuxt/vite-builder": "workspace:*",
|
||||
"@oxc-parser/wasm": "^0.56.5",
|
||||
"@unhead/vue": "^2.0.0-rc.9",
|
||||
"@oxc-parser/wasm": "^0.58.1",
|
||||
"@unhead/vue": "^2.0.0-rc.13",
|
||||
"@vue/shared": "^3.5.13",
|
||||
"c12": "^3.0.2",
|
||||
"chokidar": "^4.0.3",
|
||||
@ -138,14 +138,14 @@
|
||||
"vue-router": "^4.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxt/scripts": "0.11.1",
|
||||
"@nuxt/scripts": "0.11.2",
|
||||
"@parcel/watcher": "2.5.1",
|
||||
"@types/estree": "1.0.6",
|
||||
"@vitejs/plugin-vue": "5.2.1",
|
||||
"@vitejs/plugin-vue-jsx": "4.1.1",
|
||||
"@vue/compiler-sfc": "3.5.13",
|
||||
"unbuild": "latest",
|
||||
"vite": "6.2.1",
|
||||
"vite": "6.2.2",
|
||||
"vitest": "3.0.8"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -32,7 +32,7 @@
|
||||
"dependencies": {
|
||||
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
|
||||
"@nuxt/kit": "workspace:*",
|
||||
"@rspack/core": "^1.2.7",
|
||||
"@rspack/core": "^1.2.8",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"css-loader": "^7.1.2",
|
||||
"css-minimizer-webpack-plugin": "^7.0.2",
|
||||
|
@ -39,7 +39,7 @@
|
||||
"@types/pug": "2.0.10",
|
||||
"@types/webpack-bundle-analyzer": "4.7.0",
|
||||
"@types/webpack-hot-middleware": "2.25.9",
|
||||
"@unhead/vue": "2.0.0-rc.9",
|
||||
"@unhead/vue": "2.0.0-rc.13",
|
||||
"@vitejs/plugin-vue": "5.2.1",
|
||||
"@vitejs/plugin-vue-jsx": "4.1.1",
|
||||
"@vue/compiler-core": "3.5.13",
|
||||
@ -67,7 +67,7 @@
|
||||
"unctx": "2.4.1",
|
||||
"unimport": "4.1.2",
|
||||
"untyped": "2.0.0",
|
||||
"vite": "6.2.1",
|
||||
"vite": "6.2.2",
|
||||
"vue": "3.5.13",
|
||||
"vue-bundle-renderer": "2.1.1",
|
||||
"vue-loader": "17.4.2",
|
||||
|
@ -20,7 +20,7 @@
|
||||
"@types/lodash-es": "4.17.12",
|
||||
"@unocss/reset": "66.0.0",
|
||||
"beasties": "0.2.0",
|
||||
"html-validate": "9.5.0",
|
||||
"html-validate": "9.5.1",
|
||||
"htmlnano": "2.1.1",
|
||||
"jiti": "2.4.2",
|
||||
"knitwork": "1.2.0",
|
||||
@ -32,6 +32,6 @@
|
||||
"tinyexec": "0.3.2",
|
||||
"tinyglobby": "0.2.12",
|
||||
"unocss": "66.0.0",
|
||||
"vite": "6.2.1"
|
||||
"vite": "6.2.2"
|
||||
}
|
||||
}
|
||||
|
@ -60,7 +60,7 @@
|
||||
"ufo": "^1.5.4",
|
||||
"unenv": "^2.0.0-rc.14",
|
||||
"unplugin": "^2.2.0",
|
||||
"vite": "^6.2.1",
|
||||
"vite": "^6.2.2",
|
||||
"vite-node": "^3.0.8",
|
||||
"vite-plugin-checker": "^0.9.0",
|
||||
"vue-bundle-renderer": "^2.1.1"
|
||||
|
@ -71,7 +71,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxt/schema": "workspace:*",
|
||||
"@rspack/core": "1.2.7",
|
||||
"@rspack/core": "1.2.8",
|
||||
"@types/pify": "6.1.0",
|
||||
"@types/webpack-bundle-analyzer": "4.7.0",
|
||||
"@types/webpack-hot-middleware": "2.25.9",
|
||||
|
674
pnpm-lock.yaml
674
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -77,7 +77,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
|
||||
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"542k"`)
|
||||
|
||||
const modules = await analyzeSizes(['node_modules/**/*'], serverDir)
|
||||
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"78.0k"`)
|
||||
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"78.3k"`)
|
||||
|
||||
const packages = modules.files
|
||||
.filter(m => m.endsWith('package.json'))
|
||||
|
Loading…
Reference in New Issue
Block a user