chore(deps): update all non-major dependencies (3.x) (#29874)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-11 13:06:33 +00:00 committed by GitHub
parent 479ed8cdd1
commit c6ed9f934b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 660 additions and 360 deletions

View File

@ -52,13 +52,13 @@
"magic-string": "^0.30.12", "magic-string": "^0.30.12",
"nuxt": "workspace:*", "nuxt": "workspace:*",
"ohash": "1.1.4", "ohash": "1.1.4",
"postcss": "8.4.47", "postcss": "8.4.48",
"rollup": "4.25.0", "rollup": "4.25.0",
"send": ">=1.1.0", "send": ">=1.1.0",
"typescript": "5.6.3", "typescript": "5.6.3",
"ufo": "1.5.4", "ufo": "1.5.4",
"unhead": "1.11.11", "unhead": "1.11.11",
"vite": "5.4.10", "vite": "5.4.11",
"vue": "3.5.12" "vue": "3.5.12"
}, },
"devDependencies": { "devDependencies": {
@ -74,7 +74,7 @@
"@types/semver": "7.5.8", "@types/semver": "7.5.8",
"@unhead/schema": "1.11.11", "@unhead/schema": "1.11.11",
"@unhead/vue": "1.11.11", "@unhead/vue": "1.11.11",
"@vitejs/plugin-vue": "5.1.4", "@vitejs/plugin-vue": "5.1.5",
"@vitest/coverage-v8": "2.1.4", "@vitest/coverage-v8": "2.1.4",
"@vue/test-utils": "2.4.6", "@vue/test-utils": "2.4.6",
"autoprefixer": "10.4.20", "autoprefixer": "10.4.20",

View File

@ -55,7 +55,7 @@
"lodash-es": "4.17.21", "lodash-es": "4.17.21",
"nitropack": "2.10.4", "nitropack": "2.10.4",
"unbuild": "latest", "unbuild": "latest",
"vite": "5.4.10", "vite": "5.4.11",
"vitest": "2.1.4", "vitest": "2.1.4",
"webpack": "5.96.1" "webpack": "5.96.1"
}, },

View File

@ -129,10 +129,10 @@
"@nuxt/ui-templates": "1.3.4", "@nuxt/ui-templates": "1.3.4",
"@parcel/watcher": "2.5.0", "@parcel/watcher": "2.5.0",
"@types/estree": "1.0.6", "@types/estree": "1.0.6",
"@vitejs/plugin-vue": "5.1.4", "@vitejs/plugin-vue": "5.1.5",
"@vue/compiler-sfc": "3.5.12", "@vue/compiler-sfc": "3.5.12",
"unbuild": "latest", "unbuild": "latest",
"vite": "5.4.10", "vite": "5.4.11",
"vitest": "2.1.4" "vitest": "2.1.4"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -54,7 +54,7 @@
"ohash": "^1.1.4", "ohash": "^1.1.4",
"pathe": "^1.1.2", "pathe": "^1.1.2",
"pify": "^6.1.0", "pify": "^6.1.0",
"postcss": "^8.4.47", "postcss": "^8.4.48",
"postcss-import": "^16.1.0", "postcss-import": "^16.1.0",
"postcss-import-resolver": "^2.0.0", "postcss-import-resolver": "^2.0.0",
"postcss-loader": "^8.1.1", "postcss-loader": "^8.1.1",

View File

@ -40,8 +40,8 @@
"@types/pug": "2.0.10", "@types/pug": "2.0.10",
"@types/sass-loader": "8.0.9", "@types/sass-loader": "8.0.9",
"@unhead/schema": "1.11.11", "@unhead/schema": "1.11.11",
"@vitejs/plugin-vue": "5.1.4", "@vitejs/plugin-vue": "5.1.5",
"@vitejs/plugin-vue-jsx": "4.0.1", "@vitejs/plugin-vue-jsx": "4.1.0",
"@vue/compiler-core": "3.5.12", "@vue/compiler-core": "3.5.12",
"@vue/compiler-sfc": "3.5.12", "@vue/compiler-sfc": "3.5.12",
"@vue/language-core": "2.1.10", "@vue/language-core": "2.1.10",
@ -53,7 +53,7 @@
"unbuild": "latest", "unbuild": "latest",
"unctx": "2.3.1", "unctx": "2.3.1",
"unenv": "1.10.0", "unenv": "1.10.0",
"vite": "5.4.10", "vite": "5.4.11",
"vue": "3.5.12", "vue": "3.5.12",
"vue-bundle-renderer": "2.1.1", "vue-bundle-renderer": "2.1.1",
"vue-loader": "17.4.2", "vue-loader": "17.4.2",

View File

@ -21,7 +21,7 @@
"@types/lodash-es": "4.17.12", "@types/lodash-es": "4.17.12",
"@unocss/reset": "0.64.0", "@unocss/reset": "0.64.0",
"beasties": "0.1.0", "beasties": "0.1.0",
"html-validate": "8.24.2", "html-validate": "8.25.0",
"htmlnano": "2.1.1", "htmlnano": "2.1.1",
"jiti": "2.4.0", "jiti": "2.4.0",
"knitwork": "1.1.0", "knitwork": "1.1.0",
@ -32,6 +32,6 @@
"tinyexec": "0.3.1", "tinyexec": "0.3.1",
"tinyglobby": "0.2.10", "tinyglobby": "0.2.10",
"unocss": "0.64.0", "unocss": "0.64.0",
"vite": "5.4.10" "vite": "5.4.11"
} }
} }

View File

@ -34,8 +34,8 @@
"dependencies": { "dependencies": {
"@nuxt/kit": "workspace:*", "@nuxt/kit": "workspace:*",
"@rollup/plugin-replace": "^6.0.1", "@rollup/plugin-replace": "^6.0.1",
"@vitejs/plugin-vue": "^5.1.4", "@vitejs/plugin-vue": "^5.1.5",
"@vitejs/plugin-vue-jsx": "^4.0.1", "@vitejs/plugin-vue-jsx": "^4.1.0",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"clear": "^0.1.0", "clear": "^0.1.0",
"consola": "^3.2.3", "consola": "^3.2.3",
@ -55,14 +55,14 @@
"pathe": "^1.1.2", "pathe": "^1.1.2",
"perfect-debounce": "^1.0.0", "perfect-debounce": "^1.0.0",
"pkg-types": "^1.2.1", "pkg-types": "^1.2.1",
"postcss": "^8.4.47", "postcss": "^8.4.48",
"rollup-plugin-visualizer": "^5.12.0", "rollup-plugin-visualizer": "^5.12.0",
"std-env": "^3.8.0", "std-env": "^3.8.0",
"strip-literal": "^2.1.0", "strip-literal": "^2.1.0",
"ufo": "^1.5.4", "ufo": "^1.5.4",
"unenv": "^1.10.0", "unenv": "^1.10.0",
"unplugin": "^1.15.0", "unplugin": "^1.15.0",
"vite": "^5.4.10", "vite": "^5.4.11",
"vite-node": "^2.1.4", "vite-node": "^2.1.4",
"vite-plugin-checker": "^0.8.0", "vite-plugin-checker": "^0.8.0",
"vue-bundle-renderer": "^2.1.1" "vue-bundle-renderer": "^2.1.1"

View File

@ -52,7 +52,7 @@
"ohash": "^1.1.4", "ohash": "^1.1.4",
"pathe": "^1.1.2", "pathe": "^1.1.2",
"pify": "^6.1.0", "pify": "^6.1.0",
"postcss": "^8.4.47", "postcss": "^8.4.48",
"postcss-import": "^16.1.0", "postcss-import": "^16.1.0",
"postcss-import-resolver": "^2.0.0", "postcss-import-resolver": "^2.0.0",
"postcss-loader": "^8.1.1", "postcss-loader": "^8.1.1",

File diff suppressed because it is too large Load Diff