This commit is contained in:
renovate[bot] 2025-02-18 18:01:34 +00:00 committed by GitHub
commit b14091541b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 495 additions and 329 deletions

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

@ -78,7 +78,7 @@
"@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.21.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",
@ -109,7 +109,7 @@
"happy-dom": "17.1.0", "happy-dom": "17.1.0",
"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.2",
"magic-string": "0.30.17", "magic-string": "0.30.17",
"markdownlint-cli": "0.44.0", "markdownlint-cli": "0.44.0",
"memfs": "4.17.0", "memfs": "4.17.0",

View File

@ -50,7 +50,7 @@
}, },
"devDependencies": { "devDependencies": {
"@nuxt/schema": "workspace:*", "@nuxt/schema": "workspace:*",
"@rspack/core": "1.2.3", "@rspack/core": "1.2.4",
"@types/semver": "7.5.8", "@types/semver": "7.5.8",
"nitro": "npm:nitro-nightly@3.0.0-beta-28969273.f7aa9de6", "nitro": "npm:nitro-nightly@3.0.0-beta-28969273.f7aa9de6",
"unbuild": "3.3.1", "unbuild": "3.3.1",

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.4",
"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",

View File

@ -73,7 +73,7 @@
}, },
"devDependencies": { "devDependencies": {
"@nuxt/schema": "workspace:*", "@nuxt/schema": "workspace:*",
"@rspack/core": "1.2.3", "@rspack/core": "1.2.4",
"@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