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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
renovate[bot] 2024-03-04 11:28:26 +00:00 committed by GitHub
parent 23fbe8513b
commit 75278ca8fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 468 additions and 485 deletions

View File

@ -18,7 +18,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@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
with: with:
path: .lycheecache path: .lycheecache
key: cache-lychee-${{ github.sha }} key: cache-lychee-${{ github.sha }}

View File

@ -85,19 +85,19 @@ jobs:
run: pnpm install run: pnpm install
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5 uses: github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
with: with:
languages: javascript languages: javascript
queries: +security-and-quality queries: +security-and-quality
- name: Restore dist cache - name: Restore dist cache
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with: with:
name: dist name: dist
path: packages path: packages
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5 uses: github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
with: with:
category: "/language:javascript" category: "/language:javascript"
@ -124,7 +124,7 @@ jobs:
run: pnpm install run: pnpm install
- name: Restore dist cache - name: Restore dist cache
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with: with:
name: dist name: dist
path: packages path: packages
@ -236,7 +236,7 @@ jobs:
echo "PLAYWRIGHT_VERSION=$env:PLAYWRIGHT_VERSION" >> $env:GITHUB_ENV echo "PLAYWRIGHT_VERSION=$env:PLAYWRIGHT_VERSION" >> $env:GITHUB_ENV
- name: Cache Playwright's binary - name: Cache Playwright's binary
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
with: with:
key: ${{ runner.os }}-playwright-bin-v1-${{ env.PLAYWRIGHT_VERSION }} key: ${{ runner.os }}-playwright-bin-v1-${{ env.PLAYWRIGHT_VERSION }}
path: ${{ env.PLAYWRIGHT_BROWSERS_PATH }} path: ${{ env.PLAYWRIGHT_BROWSERS_PATH }}
@ -247,7 +247,7 @@ jobs:
run: pnpm playwright-core install chromium run: pnpm playwright-core install chromium
- name: Restore dist cache - name: Restore dist cache
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with: with:
name: dist name: dist
path: packages path: packages
@ -296,7 +296,7 @@ jobs:
run: pnpm install run: pnpm install
- name: Restore dist cache - name: Restore dist cache
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with: with:
name: dist name: dist
path: packages path: packages
@ -335,7 +335,7 @@ jobs:
run: pnpm install run: pnpm install
- name: Restore dist cache - name: Restore dist cache
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with: with:
name: dist name: dist
path: packages path: packages

View File

@ -66,6 +66,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard. # Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning" - name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5 uses: github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
with: with:
sarif_file: results.sarif sarif_file: results.sarif

View File

@ -40,8 +40,8 @@
"rollup": "^4.12.0", "rollup": "^4.12.0",
"nuxt": "workspace:*", "nuxt": "workspace:*",
"vite": "5.1.4", "vite": "5.1.4",
"vue": "3.4.20", "vue": "3.4.21",
"magic-string": "^0.30.7" "magic-string": "^0.30.8"
}, },
"devDependencies": { "devDependencies": {
"@codspeed/vitest-plugin": "3.1.0", "@codspeed/vitest-plugin": "3.1.0",
@ -51,7 +51,7 @@
"@nuxt/webpack-builder": "workspace:*", "@nuxt/webpack-builder": "workspace:*",
"@testing-library/vue": "8.0.2", "@testing-library/vue": "8.0.2",
"@types/fs-extra": "11.0.4", "@types/fs-extra": "11.0.4",
"@types/node": "20.11.20", "@types/node": "20.11.24",
"@types/semver": "7.5.8", "@types/semver": "7.5.8",
"@vitest/coverage-v8": "1.3.1", "@vitest/coverage-v8": "1.3.1",
"@vue/test-utils": "2.4.4", "@vue/test-utils": "2.4.4",
@ -71,13 +71,13 @@
"happy-dom": "13.6.2", "happy-dom": "13.6.2",
"jiti": "1.21.0", "jiti": "1.21.0",
"markdownlint-cli": "0.39.0", "markdownlint-cli": "0.39.0",
"nitropack": "2.8.1", "nitropack": "2.9.1",
"nuxi": "3.10.1", "nuxi": "3.10.1",
"nuxt": "workspace:*", "nuxt": "workspace:*",
"nuxt-content-twoslash": "0.0.10", "nuxt-content-twoslash": "0.0.10",
"ofetch": "1.3.3", "ofetch": "1.3.3",
"pathe": "1.1.2", "pathe": "1.1.2",
"playwright-core": "1.41.2", "playwright-core": "1.42.1",
"rimraf": "5.0.5", "rimraf": "5.0.5",
"semver": "7.6.0", "semver": "7.6.0",
"std-env": "3.7.0", "std-env": "3.7.0",
@ -85,10 +85,10 @@
"ufo": "1.4.0", "ufo": "1.4.0",
"vitest": "1.3.1", "vitest": "1.3.1",
"vitest-environment-nuxt": "1.0.0", "vitest-environment-nuxt": "1.0.0",
"vue": "3.4.20", "vue": "3.4.21",
"vue-eslint-parser": "9.4.2", "vue-eslint-parser": "9.4.2",
"vue-router": "4.3.0", "vue-router": "4.3.0",
"vue-tsc": "2.0.1" "vue-tsc": "2.0.4"
}, },
"packageManager": "pnpm@8.15.4", "packageManager": "pnpm@8.15.4",
"engines": { "engines": {

View File

@ -50,7 +50,7 @@
"@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.8.1", "nitropack": "2.9.1",
"unbuild": "latest", "unbuild": "latest",
"vite": "5.1.4", "vite": "5.1.4",
"vitest": "1.3.1", "vitest": "1.3.1",

View File

@ -66,10 +66,10 @@
"@nuxt/telemetry": "^2.5.3", "@nuxt/telemetry": "^2.5.3",
"@nuxt/ui-templates": "^1.3.1", "@nuxt/ui-templates": "^1.3.1",
"@nuxt/vite-builder": "workspace:*", "@nuxt/vite-builder": "workspace:*",
"@unhead/dom": "^1.8.10", "@unhead/dom": "^1.8.11",
"@unhead/ssr": "^1.8.10", "@unhead/ssr": "^1.8.11",
"@unhead/vue": "^1.8.10", "@unhead/vue": "^1.8.11",
"@vue/shared": "^3.4.20", "@vue/shared": "^3.4.21",
"acorn": "8.11.3", "acorn": "8.11.3",
"c12": "^1.9.0", "c12": "^1.9.0",
"chokidar": "^3.6.0", "chokidar": "^3.6.0",
@ -87,11 +87,11 @@
"jiti": "^1.21.0", "jiti": "^1.21.0",
"klona": "^2.0.6", "klona": "^2.0.6",
"knitwork": "^1.0.0", "knitwork": "^1.0.0",
"magic-string": "^0.30.7", "magic-string": "^0.30.8",
"mlly": "^1.6.1", "mlly": "^1.6.1",
"nitropack": "^2.8.1", "nitropack": "^2.9.1",
"nuxi": "^3.10.1", "nuxi": "^3.10.1",
"nypm": "^0.3.6", "nypm": "^0.3.8",
"ofetch": "^1.3.3", "ofetch": "^1.3.3",
"ohash": "^1.1.3", "ohash": "^1.1.3",
"pathe": "^1.1.2", "pathe": "^1.1.2",
@ -107,10 +107,10 @@
"unctx": "^2.3.1", "unctx": "^2.3.1",
"unenv": "^1.9.0", "unenv": "^1.9.0",
"unimport": "^3.7.1", "unimport": "^3.7.1",
"unplugin": "^1.7.1", "unplugin": "^1.8.0",
"unplugin-vue-router": "^0.7.0", "unplugin-vue-router": "^0.7.0",
"untyped": "^1.4.2", "untyped": "^1.4.2",
"vue": "^3.4.20", "vue": "^3.4.21",
"vue-bundle-renderer": "^2.0.0", "vue-bundle-renderer": "^2.0.0",
"vue-devtools-stub": "^0.1.0", "vue-devtools-stub": "^0.1.0",
"vue-router": "^4.3.0" "vue-router": "^4.3.0"

View File

@ -38,22 +38,22 @@
"@types/file-loader": "5.0.4", "@types/file-loader": "5.0.4",
"@types/pug": "2.0.10", "@types/pug": "2.0.10",
"@types/sass-loader": "8.0.8", "@types/sass-loader": "8.0.8",
"@unhead/schema": "1.8.10", "@unhead/schema": "1.8.11",
"@vitejs/plugin-vue": "5.0.4", "@vitejs/plugin-vue": "5.0.4",
"@vitejs/plugin-vue-jsx": "3.1.0", "@vitejs/plugin-vue-jsx": "3.1.0",
"@vue/compiler-core": "3.4.20", "@vue/compiler-core": "3.4.21",
"@vue/language-core": "2.0.4", "@vue/language-core": "2.0.4",
"c12": "1.9.0", "c12": "1.9.0",
"esbuild-loader": "4.0.3", "esbuild-loader": "4.0.3",
"h3": "1.11.1", "h3": "1.11.1",
"ignore": "5.3.1", "ignore": "5.3.1",
"nitropack": "2.8.1", "nitropack": "2.9.1",
"ofetch": "1.3.3", "ofetch": "1.3.3",
"unbuild": "latest", "unbuild": "latest",
"unctx": "2.3.1", "unctx": "2.3.1",
"unenv": "1.9.0", "unenv": "1.9.0",
"vite": "5.1.4", "vite": "5.1.4",
"vue": "3.4.20", "vue": "3.4.21",
"vue-bundle-renderer": "2.0.0", "vue-bundle-renderer": "2.0.0",
"vue-loader": "17.4.2", "vue-loader": "17.4.2",
"vue-router": "4.3.0", "vue-router": "4.3.0",

View File

@ -29,14 +29,14 @@
"@types/estree": "1.0.5", "@types/estree": "1.0.5",
"@types/fs-extra": "11.0.4", "@types/fs-extra": "11.0.4",
"unbuild": "latest", "unbuild": "latest",
"vue": "3.4.20" "vue": "3.4.21"
}, },
"dependencies": { "dependencies": {
"@nuxt/kit": "workspace:*", "@nuxt/kit": "workspace:*",
"@rollup/plugin-replace": "^5.0.5", "@rollup/plugin-replace": "^5.0.5",
"@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0", "@vitejs/plugin-vue-jsx": "^3.1.0",
"autoprefixer": "^10.4.17", "autoprefixer": "^10.4.18",
"clear": "^0.1.0", "clear": "^0.1.0",
"consola": "^3.2.3", "consola": "^3.2.3",
"cssnano": "^6.0.5", "cssnano": "^6.0.5",
@ -49,7 +49,7 @@
"get-port-please": "^3.1.2", "get-port-please": "^3.1.2",
"h3": "^1.11.1", "h3": "^1.11.1",
"knitwork": "^1.0.0", "knitwork": "^1.0.0",
"magic-string": "^0.30.7", "magic-string": "^0.30.8",
"mlly": "^1.6.1", "mlly": "^1.6.1",
"ohash": "^1.1.3", "ohash": "^1.1.3",
"pathe": "^1.1.2", "pathe": "^1.1.2",
@ -61,7 +61,7 @@
"strip-literal": "^2.0.0", "strip-literal": "^2.0.0",
"ufo": "^1.4.0", "ufo": "^1.4.0",
"unenv": "^1.9.0", "unenv": "^1.9.0",
"unplugin": "^1.7.1", "unplugin": "^1.8.0",
"vite": "^5.1.4", "vite": "^5.1.4",
"vite-node": "^1.3.1", "vite-node": "^1.3.1",
"vite-plugin-checker": "^0.6.4", "vite-plugin-checker": "^0.6.4",

View File

@ -27,7 +27,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:*",
"autoprefixer": "^10.4.17", "autoprefixer": "^10.4.18",
"css-loader": "^6.10.0", "css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^6.0.0", "css-minimizer-webpack-plugin": "^6.0.0",
"cssnano": "^6.0.5", "cssnano": "^6.0.5",
@ -41,9 +41,9 @@
"h3": "^1.11.1", "h3": "^1.11.1",
"hash-sum": "^2.0.0", "hash-sum": "^2.0.0",
"lodash-es": "4.17.21", "lodash-es": "4.17.21",
"magic-string": "^0.30.7", "magic-string": "^0.30.8",
"memfs": "^4.7.7", "memfs": "^4.7.7",
"mini-css-extract-plugin": "^2.8.0", "mini-css-extract-plugin": "^2.8.1",
"mlly": "^1.6.1", "mlly": "^1.6.1",
"ohash": "^1.1.3", "ohash": "^1.1.3",
"pathe": "^1.1.2", "pathe": "^1.1.2",
@ -51,14 +51,14 @@
"postcss": "^8.4.35", "postcss": "^8.4.35",
"postcss-import": "^16.0.1", "postcss-import": "^16.0.1",
"postcss-import-resolver": "^2.0.0", "postcss-import-resolver": "^2.0.0",
"postcss-loader": "^8.1.0", "postcss-loader": "^8.1.1",
"postcss-url": "^10.1.3", "postcss-url": "^10.1.3",
"pug-plain-loader": "^1.1.0", "pug-plain-loader": "^1.1.0",
"std-env": "^3.7.0", "std-env": "^3.7.0",
"time-fix-plugin": "^2.0.7", "time-fix-plugin": "^2.0.7",
"ufo": "^1.4.0", "ufo": "^1.4.0",
"unenv": "^1.9.0", "unenv": "^1.9.0",
"unplugin": "^1.7.1", "unplugin": "^1.8.0",
"url-loader": "^4.1.1", "url-loader": "^4.1.1",
"vue-bundle-renderer": "^2.0.0", "vue-bundle-renderer": "^2.0.0",
"vue-loader": "^17.4.2", "vue-loader": "^17.4.2",
@ -78,7 +78,7 @@
"@types/webpack-hot-middleware": "2.25.9", "@types/webpack-hot-middleware": "2.25.9",
"@types/webpack-virtual-modules": "0.1.3", "@types/webpack-virtual-modules": "0.1.3",
"unbuild": "latest", "unbuild": "latest",
"vue": "3.4.20" "vue": "3.4.21"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^3.3.4" "vue": "^3.3.4"

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
for (const outputDir of ['.output', '.output-inline']) { for (const outputDir of ['.output', '.output-inline']) {
it('default client bundle size', async () => { it('default client bundle size', async () => {
const clientStats = await analyzeSizes('**/*.js', join(rootDir, outputDir, 'public')) const clientStats = await analyzeSizes('**/*.js', join(rootDir, outputDir, 'public'))
expect.soft(roundToKilobytes(clientStats.totalBytes)).toMatchInlineSnapshot(`"104k"`) expect.soft(roundToKilobytes(clientStats.totalBytes)).toMatchInlineSnapshot(`"105k"`)
expect(clientStats.files.map(f => f.replace(/\..*\.js/, '.js'))).toMatchInlineSnapshot(` expect(clientStats.files.map(f => f.replace(/\..*\.js/, '.js'))).toMatchInlineSnapshot(`
[ [
"_nuxt/entry.js", "_nuxt/entry.js",
@ -32,10 +32,10 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
const serverDir = join(rootDir, '.output/server') const serverDir = join(rootDir, '.output/server')
const serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir) const serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"204k"`) expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"205k"`)
const modules = await analyzeSizes('node_modules/**/*', serverDir) const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"1334k"`) expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"1335k"`)
const packages = modules.files const packages = modules.files
.filter(m => m.endsWith('package.json')) .filter(m => m.endsWith('package.json'))
@ -72,10 +72,10 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
const serverDir = join(rootDir, '.output-inline/server') const serverDir = join(rootDir, '.output-inline/server')
const serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir) const serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"522k"`) expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"524k"`)
const modules = await analyzeSizes('node_modules/**/*', serverDir) const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"77.2k"`) expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"78.0k"`)
const packages = modules.files const packages = modules.files
.filter(m => m.endsWith('package.json')) .filter(m => m.endsWith('package.json'))