mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-20 08:15:59 +00:00
chore(deps): update all non-major dependencies (main) (#31300)
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
1f23874281
commit
26ed789d3e
22
package.json
22
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.12",
|
||||
"@vue/compiler-core": "3.5.13",
|
||||
"@vue/compiler-dom": "3.5.13",
|
||||
"@vue/shared": "3.5.13",
|
||||
@ -73,10 +73,10 @@
|
||||
},
|
||||
"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:*",
|
||||
@ -88,7 +88,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.12",
|
||||
"@vitest/coverage-v8": "3.0.8",
|
||||
"@vue/test-utils": "2.4.6",
|
||||
"acorn": "8.14.1",
|
||||
@ -102,14 +102,14 @@
|
||||
"devalue": "5.1.1",
|
||||
"eslint": "9.22.0",
|
||||
"eslint-plugin-no-only-tests": "3.3.0",
|
||||
"eslint-plugin-perfectionist": "4.10.0",
|
||||
"eslint-plugin-perfectionist": "4.10.1",
|
||||
"eslint-typegen": "2.0.0",
|
||||
"estree-walker": "3.0.3",
|
||||
"h3": "npm:h3-nightly@1.15.1-20250222-111608-d1c00fc",
|
||||
"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",
|
||||
@ -118,7 +118,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",
|
||||
@ -136,6 +136,6 @@
|
||||
"vue-tsc": "2.2.8",
|
||||
"webpack": "5.98.0"
|
||||
},
|
||||
"packageManager": "pnpm@10.6.1",
|
||||
"packageManager": "pnpm@10.6.2",
|
||||
"version": ""
|
||||
}
|
||||
|
@ -51,7 +51,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxt/schema": "workspace:*",
|
||||
"@rspack/core": "1.2.7",
|
||||
"@rspack/core": "1.2.8",
|
||||
"@types/semver": "7.5.8",
|
||||
"nitro": "npm:nitro-nightly@3.0.0-beta-28969273.f7aa9de6",
|
||||
"unbuild": "3.5.0",
|
||||
|
@ -68,15 +68,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.12",
|
||||
"@vue/shared": "^3.5.13",
|
||||
"c12": "^3.0.2",
|
||||
"chokidar": "^4.0.3",
|
||||
@ -87,7 +87,7 @@
|
||||
"destr": "^2.0.3",
|
||||
"devalue": "^5.1.1",
|
||||
"errx": "^0.1.0",
|
||||
"esbuild": "^0.25.0",
|
||||
"esbuild": "^0.25.1",
|
||||
"escape-string-regexp": "^5.0.0",
|
||||
"estree-walker": "^3.0.3",
|
||||
"exsolve": "^1.0.4",
|
||||
@ -101,7 +101,7 @@
|
||||
"knitwork": "^1.2.0",
|
||||
"magic-string": "^0.30.17",
|
||||
"mlly": "^1.7.4",
|
||||
"mocked-exports": "^0.1.0",
|
||||
"mocked-exports": "^0.1.1",
|
||||
"nanotar": "^0.2.0",
|
||||
"nitro": "npm:nitro-nightly@3.0.0-beta-28969273.f7aa9de6",
|
||||
"nypm": "^0.6.0",
|
||||
@ -133,7 +133,7 @@
|
||||
"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",
|
||||
|
@ -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.12",
|
||||
"@vitejs/plugin-vue": "5.2.1",
|
||||
"@vitejs/plugin-vue-jsx": "4.1.1",
|
||||
"@vue/compiler-core": "3.5.13",
|
||||
@ -49,7 +49,7 @@
|
||||
"chokidar": "4.0.3",
|
||||
"compatx": "0.1.8",
|
||||
"css-minimizer-webpack-plugin": "7.0.2",
|
||||
"esbuild": "0.25.0",
|
||||
"esbuild": "0.25.1",
|
||||
"esbuild-loader": "4.3.0",
|
||||
"file-loader": "6.2.0",
|
||||
"h3": "npm:h3-nightly@1.15.1-20250222-111608-d1c00fc",
|
||||
|
@ -39,7 +39,7 @@
|
||||
"consola": "^3.4.0",
|
||||
"cssnano": "^7.0.6",
|
||||
"defu": "^6.1.4",
|
||||
"esbuild": "^0.25.0",
|
||||
"esbuild": "^0.25.1",
|
||||
"escape-string-regexp": "^5.0.0",
|
||||
"exsolve": "^1.0.4",
|
||||
"get-port-please": "^3.1.2",
|
||||
@ -48,7 +48,7 @@
|
||||
"knitwork": "^1.2.0",
|
||||
"magic-string": "^0.30.17",
|
||||
"mlly": "^1.7.4",
|
||||
"mocked-exports": "^0.1.0",
|
||||
"mocked-exports": "^0.1.1",
|
||||
"pathe": "^2.0.3",
|
||||
"pkg-types": "^2.1.0",
|
||||
"postcss": "^8.5.3",
|
||||
|
@ -73,7 +73,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",
|
||||
|
904
pnpm-lock.yaml
904
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -100,7 +100,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
|
||||
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"554k"`)
|
||||
|
||||
const modules = await analyzeSizes(['node_modules/**/*'], serverDir)
|
||||
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"91.1k"`)
|
||||
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"91.4k"`)
|
||||
|
||||
const packages = modules.files
|
||||
.filter(m => m.endsWith('package.json'))
|
||||
|
Loading…
Reference in New Issue
Block a user