chore(deps): update all non-major dependencies

This commit is contained in:
renovate[bot] 2025-02-20 04:45:01 +00:00 committed by GitHub
parent cb5a961c47
commit 08e95fbdbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 677 additions and 722 deletions

View File

@ -236,7 +236,7 @@ jobs:
path: packages path: packages
- name: Run benchmarks - name: Run benchmarks
uses: CodSpeedHQ/action@1015f4f828ff74b7a950909897fe581d6ba868cc # v3.3.1 uses: CodSpeedHQ/action@63ae6025a0ffee97d7736a37c9192dbd6ed4e75f # v3.4.0
with: with:
run: pnpm vitest bench run: pnpm vitest bench
token: ${{ secrets.CODSPEED_TOKEN }} token: ${{ secrets.CODSPEED_TOKEN }}

View File

@ -19,7 +19,7 @@ jobs:
steps: steps:
# Cache lychee results (e.g. to avoid hitting rate limits) # Cache lychee results (e.g. to avoid hitting rate limits)
- name: Restore lychee cache - name: Restore lychee cache
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
with: with:
path: .lycheecache path: .lycheecache
key: cache-lychee-${{ github.sha }} key: cache-lychee-${{ github.sha }}

View File

@ -39,7 +39,7 @@
"resolutions": { "resolutions": {
"@babel/core": "7.26.9", "@babel/core": "7.26.9",
"@babel/helper-plugin-utils": "7.26.5", "@babel/helper-plugin-utils": "7.26.5",
"@nuxt/cli": "3.21.1", "@nuxt/cli": "3.22.1",
"@nuxt/kit": "workspace:*", "@nuxt/kit": "workspace:*",
"@nuxt/rspack-builder": "workspace:*", "@nuxt/rspack-builder": "workspace:*",
"@nuxt/schema": "workspace:*", "@nuxt/schema": "workspace:*",
@ -58,14 +58,14 @@
"memfs": "4.14.1", "memfs": "4.14.1",
"nuxt": "workspace:*", "nuxt": "workspace:*",
"ohash": "1.1.4", "ohash": "1.1.4",
"postcss": "8.5.2", "postcss": "8.5.3",
"rollup": "4.34.8", "rollup": "4.34.8",
"send": ">=1.1.0", "send": ">=1.1.0",
"typescript": "5.7.3", "typescript": "5.7.3",
"ufo": "1.5.4", "ufo": "1.5.4",
"unhead": "1.11.19", "unhead": "1.11.19",
"unimport": "4.1.2", "unimport": "4.1.2",
"vite": "6.1.0", "vite": "6.1.1",
"vue": "3.5.13", "vue": "3.5.13",
"webpack": "5.96.1" "webpack": "5.96.1"
}, },
@ -74,8 +74,8 @@
"@babel/core": "7.26.9", "@babel/core": "7.26.9",
"@babel/helper-plugin-utils": "7.26.5", "@babel/helper-plugin-utils": "7.26.5",
"@codspeed/vitest-plugin": "4.0.0", "@codspeed/vitest-plugin": "4.0.0",
"@nuxt/cli": "3.21.1", "@nuxt/cli": "3.22.1",
"@nuxt/eslint-config": "1.0.1", "@nuxt/eslint-config": "1.1.0",
"@nuxt/kit": "workspace:*", "@nuxt/kit": "workspace:*",
"@nuxt/rspack-builder": "workspace:*", "@nuxt/rspack-builder": "workspace:*",
"@nuxt/test-utils": "3.15.4", "@nuxt/test-utils": "3.15.4",
@ -103,10 +103,10 @@
"eslint-typegen": "1.0.0", "eslint-typegen": "1.0.0",
"estree-walker": "3.0.3", "estree-walker": "3.0.3",
"h3": "1.15.0", "h3": "1.15.0",
"happy-dom": "17.1.0", "happy-dom": "17.1.1",
"installed-check": "9.3.0", "installed-check": "9.3.0",
"jiti": "2.4.2", "jiti": "2.4.2",
"knip": "5.44.1", "knip": "5.44.4",
"magic-string": "0.30.17", "magic-string": "0.30.17",
"markdownlint-cli": "0.44.0", "markdownlint-cli": "0.44.0",
"memfs": "4.14.1", "memfs": "4.14.1",
@ -122,7 +122,7 @@
"sherif": "1.3.0", "sherif": "1.3.0",
"std-env": "3.8.0", "std-env": "3.8.0",
"tinyexec": "0.3.2", "tinyexec": "0.3.2",
"tinyglobby": "0.2.11", "tinyglobby": "0.2.12",
"ts-blank-space": "0.6.0", "ts-blank-space": "0.6.0",
"typescript": "5.7.3", "typescript": "5.7.3",
"ufo": "1.5.4", "ufo": "1.5.4",

View File

@ -50,13 +50,13 @@
}, },
"devDependencies": { "devDependencies": {
"@nuxt/schema": "workspace:*", "@nuxt/schema": "workspace:*",
"@rspack/core": "1.2.3", "@rspack/core": "1.2.5",
"@types/lodash-es": "4.17.12", "@types/lodash-es": "4.17.12",
"@types/semver": "7.5.8", "@types/semver": "7.5.8",
"lodash-es": "4.17.21", "lodash-es": "4.17.21",
"nitropack": "2.10.4", "nitropack": "2.10.4",
"unbuild": "latest", "unbuild": "latest",
"vite": "6.1.0", "vite": "6.1.1",
"vitest": "3.0.6", "vitest": "3.0.6",
"webpack": "5.96.1" "webpack": "5.96.1"
}, },

View File

@ -69,7 +69,7 @@
"test:attw": "attw --pack" "test:attw": "attw --pack"
}, },
"dependencies": { "dependencies": {
"@nuxt/cli": "^3.21.1", "@nuxt/cli": "^3.22.1",
"@nuxt/devalue": "^2.0.2", "@nuxt/devalue": "^2.0.2",
"@nuxt/devtools": "^2.1.0", "@nuxt/devtools": "^2.1.0",
"@nuxt/kit": "workspace:*", "@nuxt/kit": "workspace:*",
@ -118,7 +118,7 @@
"semver": "^7.7.1", "semver": "^7.7.1",
"std-env": "^3.8.0", "std-env": "^3.8.0",
"strip-literal": "^3.0.0", "strip-literal": "^3.0.0",
"tinyglobby": "0.2.11", "tinyglobby": "0.2.12",
"ufo": "^1.5.4", "ufo": "^1.5.4",
"ultrahtml": "^1.5.3", "ultrahtml": "^1.5.3",
"uncrypto": "^0.1.3", "uncrypto": "^0.1.3",
@ -136,13 +136,13 @@
"vue-router": "^4.5.0" "vue-router": "^4.5.0"
}, },
"devDependencies": { "devDependencies": {
"@nuxt/scripts": "0.10.3", "@nuxt/scripts": "0.10.4",
"@parcel/watcher": "2.5.1", "@parcel/watcher": "2.5.1",
"@types/estree": "1.0.6", "@types/estree": "1.0.6",
"@vitejs/plugin-vue": "5.2.1", "@vitejs/plugin-vue": "5.2.1",
"@vue/compiler-sfc": "3.5.13", "@vue/compiler-sfc": "3.5.13",
"unbuild": "latest", "unbuild": "latest",
"vite": "6.1.0", "vite": "6.1.1",
"vitest": "3.0.6" "vitest": "3.0.6"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -32,7 +32,7 @@
"dependencies": { "dependencies": {
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0", "@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
"@nuxt/kit": "workspace:*", "@nuxt/kit": "workspace:*",
"@rspack/core": "^1.2.3", "@rspack/core": "^1.2.5",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"css-loader": "^7.1.2", "css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0", "css-minimizer-webpack-plugin": "^7.0.0",
@ -51,7 +51,7 @@
"ohash": "^1.1.4", "ohash": "^1.1.4",
"pathe": "^2.0.3", "pathe": "^2.0.3",
"pify": "^6.1.0", "pify": "^6.1.0",
"postcss": "^8.5.2", "postcss": "^8.5.3",
"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

@ -60,14 +60,14 @@
"nitropack": "2.10.4", "nitropack": "2.10.4",
"ofetch": "1.4.1", "ofetch": "1.4.1",
"pkg-types": "1.3.1", "pkg-types": "1.3.1",
"postcss": "8.5.2", "postcss": "8.5.3",
"sass-loader": "16.0.5", "sass-loader": "16.0.5",
"scule": "1.3.0", "scule": "1.3.0",
"unbuild": "3.3.1", "unbuild": "3.3.1",
"unctx": "2.4.1", "unctx": "2.4.1",
"unimport": "4.1.2", "unimport": "4.1.2",
"untyped": "1.5.2", "untyped": "1.5.2",
"vite": "6.1.0", "vite": "6.1.1",
"vue": "3.5.13", "vue": "3.5.13",
"vue-bundle-renderer": "2.1.1", "vue-bundle-renderer": "2.1.1",
"vue-loader": "17.4.2", "vue-loader": "17.4.2",

View File

@ -30,8 +30,8 @@
"scule": "1.3.0", "scule": "1.3.0",
"svgo": "3.3.2", "svgo": "3.3.2",
"tinyexec": "0.3.2", "tinyexec": "0.3.2",
"tinyglobby": "0.2.11", "tinyglobby": "0.2.12",
"unocss": "65.5.0", "unocss": "65.5.0",
"vite": "6.1.0" "vite": "6.1.1"
} }
} }

View File

@ -52,13 +52,13 @@
"pathe": "^2.0.3", "pathe": "^2.0.3",
"perfect-debounce": "^1.0.0", "perfect-debounce": "^1.0.0",
"pkg-types": "^1.3.1", "pkg-types": "^1.3.1",
"postcss": "^8.5.2", "postcss": "^8.5.3",
"rollup-plugin-visualizer": "^5.14.0", "rollup-plugin-visualizer": "^5.14.0",
"std-env": "^3.8.0", "std-env": "^3.8.0",
"ufo": "^1.5.4", "ufo": "^1.5.4",
"unenv": "^1.10.0", "unenv": "^1.10.0",
"unplugin": "^2.2.0", "unplugin": "^2.2.0",
"vite": "^6.1.0", "vite": "^6.1.1",
"vite-node": "^3.0.6", "vite-node": "^3.0.6",
"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

@ -49,7 +49,7 @@
"ohash": "^1.1.4", "ohash": "^1.1.4",
"pathe": "^2.0.3", "pathe": "^2.0.3",
"pify": "^6.1.0", "pify": "^6.1.0",
"postcss": "^8.5.2", "postcss": "^8.5.3",
"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",
@ -71,7 +71,7 @@
}, },
"devDependencies": { "devDependencies": {
"@nuxt/schema": "workspace:*", "@nuxt/schema": "workspace:*",
"@rspack/core": "1.2.3", "@rspack/core": "1.2.5",
"@types/pify": "5.0.4", "@types/pify": "5.0.4",
"@types/webpack-bundle-analyzer": "4.7.0", "@types/webpack-bundle-analyzer": "4.7.0",
"@types/webpack-hot-middleware": "2.25.9", "@types/webpack-hot-middleware": "2.25.9",

File diff suppressed because it is too large Load Diff