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

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-06-30 00:40:33 +01:00 committed by GitHub
parent 08dd4872b0
commit 82595fe77a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 609 additions and 889 deletions

View File

@ -85,7 +85,7 @@ jobs:
run: pnpm install
- name: Initialize CodeQL
uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
with:
languages: javascript
queries: +security-and-quality
@ -97,7 +97,7 @@ jobs:
path: packages
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
with:
category: "/language:javascript"

View File

@ -68,7 +68,7 @@ jobs:
# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
uses: github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
if: github.repository == 'nuxt/nuxt' && success()
with:
sarif_file: results.sarif

View File

@ -20,7 +20,7 @@ jobs:
name: Semantic pull request
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@cfb60706e18bc85e8aec535e3c577abe8f70378e # v5.5.2
uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
with:
scopes: |
kit

View File

@ -45,11 +45,11 @@
"magic-string": "^0.30.10",
"nuxt": "workspace:*",
"rollup": "^4.18.0",
"vite": "5.3.1",
"vue": "3.4.30"
"vite": "5.3.2",
"vue": "3.4.31"
},
"devDependencies": {
"@eslint/js": "9.5.0",
"@eslint/js": "9.6.0",
"@nuxt/eslint-config": "0.3.13",
"@nuxt/kit": "workspace:*",
"@nuxt/test-utils": "3.13.1",
@ -66,7 +66,7 @@
"changelogen": "0.5.5",
"consola": "3.2.3",
"devalue": "5.0.0",
"eslint": "9.5.0",
"eslint": "9.6.0",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-perfectionist": "2.11.0",
"eslint-typegen": "0.2.4",
@ -90,7 +90,7 @@
"ufo": "1.5.3",
"vitest": "1.6.0",
"vitest-environment-nuxt": "1.0.0",
"vue": "3.4.30",
"vue": "3.4.31",
"vue-router": "4.4.0",
"vue-tsc": "2.0.22"
},

View File

@ -51,7 +51,7 @@
"@types/semver": "7.5.8",
"nitro": "npm:nitro-nightly@3.0.0-beta-28648657.9a717203",
"unbuild": "latest",
"vite": "5.3.1",
"vite": "5.3.2",
"vitest": "1.6.0",
"webpack": "5.92.1"
},

View File

@ -60,7 +60,7 @@
},
"dependencies": {
"@nuxt/devalue": "^2.0.2",
"@nuxt/devtools": "^1.3.6",
"@nuxt/devtools": "^1.3.7",
"@nuxt/kit": "workspace:*",
"@nuxt/schema": "workspace:*",
"@nuxt/telemetry": "^2.5.4",
@ -68,7 +68,7 @@
"@unhead/dom": "^1.9.14",
"@unhead/ssr": "^1.9.14",
"@unhead/vue": "^1.9.14",
"@vue/shared": "^3.4.30",
"@vue/shared": "^3.4.31",
"acorn": "8.12.0",
"c12": "^1.11.1",
"chokidar": "^3.6.0",
@ -92,7 +92,7 @@
"mlly": "^1.7.1",
"nitro": "npm:nitro-nightly@3.0.0-beta-28648657.9a717203",
"nuxi": "^3.12.0",
"nypm": "^0.3.8",
"nypm": "^0.3.9",
"ofetch": "^1.3.4",
"ohash": "^1.1.3",
"pathe": "^1.1.2",
@ -109,11 +109,11 @@
"unctx": "^2.3.1",
"unenv": "^1.9.0",
"unimport": "^3.7.2",
"unplugin": "^1.10.1",
"unplugin": "^1.10.2",
"unplugin-vue-router": "^0.10.0",
"unstorage": "^1.10.2",
"untyped": "^1.4.2",
"vue": "^3.4.30",
"vue": "^3.4.31",
"vue-bundle-renderer": "^2.1.0",
"vue-devtools-stub": "^0.1.0",
"vue-router": "^4.4.0"
@ -124,9 +124,9 @@
"@parcel/watcher": "2.4.1",
"@types/estree": "1.0.5",
"@vitejs/plugin-vue": "5.0.5",
"@vue/compiler-sfc": "3.4.30",
"@vue/compiler-sfc": "3.4.31",
"unbuild": "latest",
"vite": "5.3.1",
"vite": "5.3.2",
"vitest": "1.6.0"
},
"peerDependencies": {

View File

@ -42,8 +42,8 @@
"@unhead/schema": "1.9.14",
"@vitejs/plugin-vue": "5.0.5",
"@vitejs/plugin-vue-jsx": "4.0.0",
"@vue/compiler-core": "3.4.30",
"@vue/compiler-sfc": "3.4.30",
"@vue/compiler-core": "3.4.31",
"@vue/compiler-sfc": "3.4.31",
"@vue/language-core": "2.0.22",
"c12": "1.11.1",
"esbuild-loader": "4.2.0",
@ -54,8 +54,8 @@
"unbuild": "latest",
"unctx": "2.3.1",
"unenv": "1.9.0",
"vite": "5.3.1",
"vue": "3.4.30",
"vite": "5.3.2",
"vue": "3.4.31",
"vue-bundle-renderer": "2.1.0",
"vue-loader": "17.4.2",
"vue-router": "4.4.0",

View File

@ -31,6 +31,6 @@
"prettier": "3.3.2",
"scule": "1.3.0",
"unocss": "0.61.0",
"vite": "5.3.1"
"vite": "5.3.2"
}
}

View File

@ -29,7 +29,7 @@
"@types/estree": "1.0.5",
"rollup": "4.18.0",
"unbuild": "latest",
"vue": "3.4.30"
"vue": "3.4.31"
},
"dependencies": {
"@nuxt/kit": "workspace:*",
@ -54,14 +54,14 @@
"pathe": "^1.1.2",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.1.1",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"rollup-plugin-visualizer": "^5.12.0",
"std-env": "^3.7.0",
"strip-literal": "^2.1.0",
"ufo": "^1.5.3",
"unenv": "^1.9.0",
"unplugin": "^1.10.1",
"vite": "^5.3.1",
"unplugin": "^1.10.2",
"vite": "^5.3.2",
"vite-node": "^1.6.0",
"vite-plugin-checker": "^0.6.4",
"vue-bundle-renderer": "^2.1.0"

View File

@ -49,7 +49,7 @@
"ohash": "^1.1.3",
"pathe": "^1.1.2",
"pify": "^6.1.0",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"postcss-import": "^16.1.0",
"postcss-import-resolver": "^2.0.0",
"postcss-loader": "^8.1.1",
@ -59,7 +59,7 @@
"time-fix-plugin": "^2.0.7",
"ufo": "^1.5.3",
"unenv": "^1.9.0",
"unplugin": "^1.10.1",
"unplugin": "^1.10.2",
"url-loader": "^4.1.1",
"vue-bundle-renderer": "^2.1.0",
"vue-loader": "^17.4.2",
@ -79,7 +79,7 @@
"@types/webpack-hot-middleware": "2.25.9",
"rollup": "4.18.0",
"unbuild": "latest",
"vue": "3.4.30"
"vue": "3.4.31"
},
"peerDependencies": {
"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']) {
it('default client bundle size', async () => {
const clientStats = await analyzeSizes('**/*.js', join(rootDir, outputDir, 'public'))
expect.soft(roundToKilobytes(clientStats.totalBytes)).toMatchInlineSnapshot(`"107k"`)
expect.soft(roundToKilobytes(clientStats.totalBytes)).toMatchInlineSnapshot(`"106k"`)
expect(clientStats.files.map(f => f.replace(/\..*\.js/, '.js'))).toMatchInlineSnapshot(`
[
"_nuxt/entry.js",
@ -35,7 +35,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"205k"`)
const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"1345k"`)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"1344k"`)
const packages = modules.files
.filter(m => m.endsWith('package.json'))
@ -73,7 +73,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
const serverDir = join(rootDir, '.output-inline/server')
const serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"527k"`)
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"526k"`)
const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"80.3k"`)