chore(deps): update all non-major dependencies (main) (#29271)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-06 05:45:42 +01:00 committed by GitHub
parent fd5a0a1ff8
commit 69e9fb1d57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 261 additions and 238 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
with: with:
path: .lycheecache path: .lycheecache
key: cache-lychee-${{ github.sha }} key: cache-lychee-${{ github.sha }}

View File

@ -60,7 +60,7 @@
"vue": "3.5.11" "vue": "3.5.11"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "9.11.1", "@eslint/js": "9.12.0",
"@nuxt/eslint-config": "0.5.7", "@nuxt/eslint-config": "0.5.7",
"@nuxt/kit": "workspace:*", "@nuxt/kit": "workspace:*",
"@nuxt/test-utils": "3.14.2", "@nuxt/test-utils": "3.14.2",
@ -81,7 +81,7 @@
"cssnano": "7.0.6", "cssnano": "7.0.6",
"destr": "2.0.3", "destr": "2.0.3",
"devalue": "5.1.1", "devalue": "5.1.1",
"eslint": "9.11.1", "eslint": "9.12.0",
"eslint-plugin-no-only-tests": "3.3.0", "eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-perfectionist": "3.8.0", "eslint-plugin-perfectionist": "3.8.0",
"eslint-typegen": "0.3.2", "eslint-typegen": "0.3.2",

View File

@ -18,18 +18,18 @@
"test": "pnpm lint && pnpm build" "test": "pnpm lint && pnpm build"
}, },
"devDependencies": { "devDependencies": {
"@unocss/reset": "0.63.2", "@unocss/reset": "0.63.3",
"critters": "0.0.24", "critters": "0.0.24",
"html-validate": "8.24.0", "html-validate": "8.24.0",
"htmlnano": "2.1.1", "htmlnano": "2.1.1",
"jiti": "2.1.2", "jiti": "2.3.1",
"knitwork": "1.1.0", "knitwork": "1.1.0",
"pathe": "1.1.2", "pathe": "1.1.2",
"prettier": "3.3.3", "prettier": "3.3.3",
"scule": "1.3.0", "scule": "1.3.0",
"tinyexec": "0.3.0", "tinyexec": "0.3.0",
"tinyglobby": "0.2.9", "tinyglobby": "0.2.9",
"unocss": "0.63.2", "unocss": "0.63.3",
"vite": "5.4.8" "vite": "5.4.8"
} }
} }

File diff suppressed because it is too large Load Diff