From cb7cf2b40e983d6af15198ab796dd36981596de4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 03:00:16 +0000 Subject: [PATCH] chore(deps): bump nuxt from 3.15.0 to 3.15.1 (#3643) Bumps [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) from 3.15.0 to 3.15.1. - [Release notes](https://github.com/nuxt/nuxt/releases) - [Commits](https://github.com/nuxt/nuxt/commits/v3.15.1/packages/nuxt) --- updated-dependencies: - dependency-name: nuxt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 139 ++++++++++++++++----------- showcases/nuxt-showcase/package.json | 2 +- 2 files changed, 86 insertions(+), 55 deletions(-) diff --git a/package-lock.json b/package-lock.json index 72d1022b247..92c7b7e526e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7851,13 +7851,13 @@ } }, "node_modules/@nuxt/kit": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.15.0.tgz", - "integrity": "sha512-Q7k11wDTLIbBgoTfRYNrciK7PvjKklewrKd5PRMJCpn9Lmuqkq59HErNfJXFrBKHsE3Ld0DB6WUtpPGOvWJZoQ==", + "version": "3.15.1", + "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.15.1.tgz", + "integrity": "sha512-7cVWjzfz3L6CsZrg6ppDZa7zGrZxCSfZjEQDIvVFn4mFKtJlK9k2izf5EewL6luzWwIQojkZAC3iq/1wtgI0Xw==", "dependencies": { - "@nuxt/schema": "3.15.0", + "@nuxt/schema": "3.15.1", "c12": "^2.0.1", - "consola": "^3.3.1", + "consola": "^3.3.3", "defu": "^6.1.4", "destr": "^2.0.3", "globby": "^14.0.2", @@ -7867,8 +7867,8 @@ "knitwork": "^1.2.0", "mlly": "^1.7.3", "ohash": "^1.1.4", - "pathe": "^1.1.2", - "pkg-types": "^1.2.1", + "pathe": "^2.0.0", + "pkg-types": "^1.3.0", "scule": "^1.3.0", "semver": "^7.6.3", "ufo": "^1.5.4", @@ -7896,29 +7896,30 @@ "jiti": "lib/jiti-cli.mjs" } }, + "node_modules/@nuxt/kit/node_modules/pathe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.0.tgz", + "integrity": "sha512-G7n4uhtk9qJt2hlD+UFfsIGY854wpF+zs2bUbQ3CQEUTcn7v25LRsrmurOxTo4bJgjE4qkyshd9ldsEuY9M6xg==" + }, "node_modules/@nuxt/schema": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.15.0.tgz", - "integrity": "sha512-sAgLgSOj/SZxUmlJ/Q3TLRwIAqmiiZ5gCBrT+eq9CowIj7bgxX92pT720pDLEDs4wlXiTTsqC8nyqXQis8pPyA==", + "version": "3.15.1", + "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.15.1.tgz", + "integrity": "sha512-n5kOHt8uUyUM9z4Wu/8tIZkBYh3KTCGvyruG6oD9bfeT4OaS21+X3M7XsTXFMe+eYBZA70IFFlWn1JJZIPsKeA==", "dependencies": { - "c12": "^2.0.1", - "compatx": "^0.1.8", - "consola": "^3.3.1", + "consola": "^3.3.3", "defu": "^6.1.4", - "hookable": "^5.5.3", - "pathe": "^1.1.2", - "pkg-types": "^1.2.1", - "scule": "^1.3.0", - "std-env": "^3.8.0", - "ufo": "^1.5.4", - "uncrypto": "^0.1.3", - "unimport": "^3.14.5", - "untyped": "^1.5.2" + "pathe": "^2.0.0", + "std-env": "^3.8.0" }, "engines": { "node": "^14.18.0 || >=16.10.0" } }, + "node_modules/@nuxt/schema/node_modules/pathe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.0.tgz", + "integrity": "sha512-G7n4uhtk9qJt2hlD+UFfsIGY854wpF+zs2bUbQ3CQEUTcn7v25LRsrmurOxTo4bJgjE4qkyshd9ldsEuY9M6xg==" + }, "node_modules/@nuxt/telemetry": { "version": "2.6.2", "resolved": "https://registry.npmjs.org/@nuxt/telemetry/-/telemetry-2.6.2.tgz", @@ -7955,16 +7956,16 @@ } }, "node_modules/@nuxt/vite-builder": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/@nuxt/vite-builder/-/vite-builder-3.15.0.tgz", - "integrity": "sha512-cNwX/Q4nqM4hOHbaLUQWdd/cPn8U00GqkTxdxrpzZqTs+A8d8aJQMpuAY+rXclXoU2t0z90HTdSwtgehHGersQ==", + "version": "3.15.1", + "resolved": "https://registry.npmjs.org/@nuxt/vite-builder/-/vite-builder-3.15.1.tgz", + "integrity": "sha512-b9uvLuRSgZy+pvU0rwHOpYo9XmAPibNGFEn0MeG6rUWVee9didV0Q5voAr+/1kq9bIbf6V0QFh9TE+4pCxZuMQ==", "dependencies": { - "@nuxt/kit": "3.15.0", + "@nuxt/kit": "3.15.1", "@rollup/plugin-replace": "^6.0.2", "@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue-jsx": "^4.1.1", "autoprefixer": "^10.4.20", - "consola": "^3.3.1", + "consola": "^3.3.3", "cssnano": "^7.0.6", "defu": "^6.1.4", "esbuild": "^0.24.2", @@ -7977,16 +7978,16 @@ "magic-string": "^0.30.17", "mlly": "^1.7.3", "ohash": "^1.1.4", - "pathe": "^1.1.2", + "pathe": "^2.0.0", "perfect-debounce": "^1.0.0", - "pkg-types": "^1.2.1", + "pkg-types": "^1.3.0", "postcss": "^8.4.49", - "rollup-plugin-visualizer": "^5.12.0", + "rollup-plugin-visualizer": "^5.13.1", "std-env": "^3.8.0", "ufo": "^1.5.4", "unenv": "^1.10.0", - "unplugin": "^2.1.0", - "vite": "^6.0.5", + "unplugin": "^2.1.2", + "vite": "^6.0.7", "vite-node": "^2.1.8", "vite-plugin-checker": "^0.8.0", "vue-bundle-renderer": "^2.1.1" @@ -8277,6 +8278,11 @@ "node": ">=8" } }, + "node_modules/@nuxt/vite-builder/node_modules/pathe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.0.tgz", + "integrity": "sha512-G7n4uhtk9qJt2hlD+UFfsIGY854wpF+zs2bUbQ3CQEUTcn7v25LRsrmurOxTo4bJgjE4qkyshd9ldsEuY9M6xg==" + }, "node_modules/@nuxt/vite-builder/node_modules/type-fest": { "version": "0.18.1", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz", @@ -27681,16 +27687,16 @@ } }, "node_modules/nuxt": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/nuxt/-/nuxt-3.15.0.tgz", - "integrity": "sha512-pjP/2zEjr57ensZZ1F4b7KldocM9S4SOtukgi9zau1OFlyolUmEgMFbHnwmEKqzuZ1OPTaRS3/1S6B7GUVbbRg==", + "version": "3.15.1", + "resolved": "https://registry.npmjs.org/nuxt/-/nuxt-3.15.1.tgz", + "integrity": "sha512-8sKgqjhu5JoaVv89TnBW5S0jvsXRrEWGF+CguYUPK+6sRAtNcJAwcWxd4pEmURYQ2D0jjdfgr/VyH0i9CdhkBQ==", "dependencies": { "@nuxt/devalue": "^2.0.2", - "@nuxt/devtools": "^1.6.4", - "@nuxt/kit": "3.15.0", - "@nuxt/schema": "3.15.0", + "@nuxt/devtools": "^1.7.0", + "@nuxt/kit": "3.15.1", + "@nuxt/schema": "3.15.1", "@nuxt/telemetry": "^2.6.2", - "@nuxt/vite-builder": "3.15.0", + "@nuxt/vite-builder": "3.15.1", "@unhead/dom": "^1.11.14", "@unhead/shared": "^1.11.14", "@unhead/ssr": "^1.11.14", @@ -27700,7 +27706,7 @@ "c12": "^2.0.1", "chokidar": "^4.0.3", "compatx": "^0.1.8", - "consola": "^3.3.1", + "consola": "^3.3.3", "cookie-es": "^1.2.2", "defu": "^6.1.4", "destr": "^2.0.3", @@ -27725,9 +27731,9 @@ "nypm": "^0.4.1", "ofetch": "^1.4.1", "ohash": "^1.1.4", - "pathe": "^1.1.2", + "pathe": "^2.0.0", "perfect-debounce": "^1.0.0", - "pkg-types": "^1.2.1", + "pkg-types": "^1.3.0", "radix3": "^1.1.2", "scule": "^1.3.0", "semver": "^7.6.3", @@ -27741,9 +27747,9 @@ "unenv": "^1.10.0", "unhead": "^1.11.14", "unimport": "^3.14.5", - "unplugin": "^2.1.0", + "unplugin": "^2.1.2", "unplugin-vue-router": "^0.10.9", - "unstorage": "^1.14.1", + "unstorage": "^1.14.4", "untyped": "^1.5.2", "vue": "^3.5.13", "vue-bundle-renderer": "^2.1.1", @@ -27842,6 +27848,16 @@ "node": "^14.16.0 || >=16.10.0" } }, + "node_modules/nuxt/node_modules/nypm/node_modules/pathe": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", + "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" + }, + "node_modules/nuxt/node_modules/pathe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.0.tgz", + "integrity": "sha512-G7n4uhtk9qJt2hlD+UFfsIGY854wpF+zs2bUbQ3CQEUTcn7v25LRsrmurOxTo4bJgjE4qkyshd9ldsEuY9M6xg==" + }, "node_modules/nuxt/node_modules/readdirp": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.0.2.tgz", @@ -29101,12 +29117,12 @@ } }, "node_modules/pkg-types": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.2.1.tgz", - "integrity": "sha512-sQoqa8alT3nHjGuTjuKgOnvjo4cljkufdtLMnO2LBP/wRwuDlo1tkaEdMxCRhyGRPacv/ztlZgDPm2b7FAmEvw==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.0.tgz", + "integrity": "sha512-kS7yWjVFCkIw9hqdJBoMxDdzEngmkr5FXeWZZfQ6GoYacjVnsW6l2CcYW/0ThD0vF4LPJgVYnrg4d0uuhwYQbg==", "dependencies": { "confbox": "^0.1.8", - "mlly": "^1.7.2", + "mlly": "^1.7.3", "pathe": "^1.1.2" } }, @@ -31608,12 +31624,12 @@ } }, "node_modules/rollup-plugin-visualizer": { - "version": "5.12.0", - "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.12.0.tgz", - "integrity": "sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==", + "version": "5.13.1", + "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.13.1.tgz", + "integrity": "sha512-vMg8i6BprL8aFm9DKvL2c8AwS8324EgymYQo9o6E26wgVvwMhsJxS37aNL6ZsU7X9iAcMYwdME7gItLfG5fwJg==", "dependencies": { "open": "^8.4.0", - "picomatch": "^2.3.1", + "picomatch": "^4.0.2", "source-map": "^0.7.4", "yargs": "^17.5.1" }, @@ -31621,12 +31637,16 @@ "rollup-plugin-visualizer": "dist/bin/cli.js" }, "engines": { - "node": ">=14" + "node": ">=18" }, "peerDependencies": { + "rolldown": "1.x", "rollup": "2.x || 3.x || 4.x" }, "peerDependenciesMeta": { + "rolldown": { + "optional": true + }, "rollup": { "optional": true } @@ -31681,6 +31701,17 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/rollup-plugin-visualizer/node_modules/picomatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", + "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, "node_modules/rollup/node_modules/@types/estree": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", @@ -39910,7 +39941,7 @@ "version": "0.0.0", "hasInstallScript": true, "dependencies": { - "nuxt": "^3.15.0", + "nuxt": "^3.15.1", "vue": "^3.5.13", "vue-router": "^4.5.0" } diff --git a/showcases/nuxt-showcase/package.json b/showcases/nuxt-showcase/package.json index 9a8a8750656..db5c38cc1a5 100644 --- a/showcases/nuxt-showcase/package.json +++ b/showcases/nuxt-showcase/package.json @@ -11,7 +11,7 @@ "preview": "nuxt preview" }, "dependencies": { - "nuxt": "^3.15.0", + "nuxt": "^3.15.1", "vue": "^3.5.13", "vue-router": "^4.5.0" }