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

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] 2023-07-20 10:43:33 +01:00 committed by GitHub
parent a2552c0191
commit 1f1de38d03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 700 additions and 744 deletions

View File

@ -86,7 +86,7 @@ jobs:
run: pnpm install
- name: Initialize CodeQL
uses: github/codeql-action/init@004c5de30b6423267685b897a3d595e944f7fed5 # v2.20.2
uses: github/codeql-action/init@1813ca74c3faaa3a2da2070b9b8a0b3e7373a0d8 # v2.21.0
with:
languages: javascript
queries: +security-and-quality
@ -98,7 +98,7 @@ jobs:
path: packages
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@004c5de30b6423267685b897a3d595e944f7fed5 # v2.20.2
uses: github/codeql-action/analyze@1813ca74c3faaa3a2da2070b9b8a0b3e7373a0d8 # v2.21.0
with:
category: "/language:javascript"

View File

@ -66,6 +66,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@004c5de30b6423267685b897a3d595e944f7fed5 # v2.20.2
uses: github/codeql-action/upload-sarif@1813ca74c3faaa3a2da2070b9b8a0b3e7373a0d8 # v2.21.0
with:
sarif_file: results.sarif

View File

@ -35,7 +35,7 @@
"@nuxt/webpack-builder": "workspace:*",
"nuxi": "workspace:*",
"nuxt": "workspace:*",
"vite": "4.3.9",
"vite": "4.4.4",
"vue": "3.3.4",
"magic-string": "^0.30.1"
},
@ -53,7 +53,7 @@
"cheerio": "1.0.0-rc.12",
"consola": "3.2.3",
"devalue": "4.3.2",
"eslint": "8.44.0",
"eslint": "8.45.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "41.1.2",
"eslint-plugin-no-only-tests": "3.1.0",
@ -61,29 +61,30 @@
"fs-extra": "11.1.1",
"globby": "13.2.2",
"h3": "1.7.1",
"happy-dom": "^10.5.2",
"jiti": "1.19.1",
"markdownlint-cli": "^0.33.0",
"nitropack": "2.5.2",
"nuxi": "workspace:*",
"nuxt": "workspace:*",
"nuxt-vitest": "0.8.7",
"nuxt-vitest": "0.10.1",
"ofetch": "1.1.1",
"pathe": "1.1.1",
"playwright-core": "1.35.1",
"playwright-core": "1.36.1",
"rimraf": "5.0.1",
"semver": "7.5.3",
"semver": "7.5.4",
"std-env": "3.3.3",
"typescript": "5.0.4",
"ufo": "1.1.2",
"vite": "4.3.9",
"vite": "4.4.4",
"vitest": "0.33.0",
"vitest-environment-nuxt": "0.8.7",
"vitest-environment-nuxt": "0.10.1",
"vue": "3.3.4",
"vue-eslint-parser": "9.3.1",
"vue-router": "4.2.4",
"vue-tsc": "1.8.4"
"vue-tsc": "1.8.5"
},
"packageManager": "pnpm@8.6.6",
"packageManager": "pnpm@8.6.9",
"engines": {
"node": "^14.18.0 || >=16.10.0"
}

View File

@ -33,21 +33,21 @@
"pathe": "^1.1.1",
"pkg-types": "^1.0.3",
"scule": "^1.0.0",
"semver": "^7.5.3",
"semver": "^7.5.4",
"unctx": "^2.3.1",
"unimport": "^3.0.14",
"untyped": "^1.3.2"
},
"devDependencies": {
"@types/hash-sum": "1.0.0",
"@types/lodash-es": "4.17.7",
"@types/lodash-es": "4.17.8",
"@types/semver": "7.5.0",
"lodash-es": "4.17.21",
"nitropack": "2.5.2",
"unbuild": "latest",
"vite": "4.3.9",
"vite": "4.4.4",
"vitest": "0.33.0",
"webpack": "5.88.1"
"webpack": "5.88.2"
},
"engines": {
"node": "^14.18.0 || >=16.10.0"

View File

@ -38,7 +38,7 @@
"giget": "1.1.2",
"h3": "1.7.1",
"jiti": "1.19.1",
"listhen": "1.0.4",
"listhen": "1.1.2",
"mlly": "1.4.0",
"mri": "1.2.0",
"ohash": "1.1.2",
@ -46,7 +46,7 @@
"perfect-debounce": "1.0.0",
"pkg-types": "1.0.3",
"scule": "1.0.0",
"semver": "7.5.3",
"semver": "7.5.4",
"ufo": "1.1.2",
"unbuild": "latest"
},

View File

@ -55,11 +55,11 @@
"@nuxt/devalue": "^2.0.2",
"@nuxt/kit": "workspace:../kit",
"@nuxt/schema": "workspace:../schema",
"@nuxt/telemetry": "^2.3.0",
"@nuxt/telemetry": "^2.3.1",
"@nuxt/ui-templates": "^1.2.0",
"@nuxt/vite-builder": "workspace:../vite",
"@unhead/ssr": "^1.1.30",
"@unhead/vue": "^1.1.30",
"@unhead/ssr": "^1.1.32",
"@unhead/vue": "^1.1.32",
"@vue/shared": "^3.3.4",
"acorn": "8.10.0",
"c12": "^1.4.2",
@ -68,7 +68,7 @@
"defu": "^6.1.2",
"destr": "^2.0.0",
"devalue": "^4.3.2",
"esbuild": "^0.18.11",
"esbuild": "^0.18.14",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.3",
"fs-extra": "^11.1.1",
@ -92,12 +92,12 @@
"scule": "^1.0.0",
"strip-literal": "^1.0.1",
"ufo": "^1.1.2",
"ultrahtml": "^1.2.0",
"ultrahtml": "^1.3.0",
"uncrypto": "^0.1.3",
"unctx": "^2.3.1",
"unenv": "^1.5.1",
"unenv": "^1.5.2",
"unimport": "^3.0.14",
"unplugin": "^1.3.2",
"unplugin": "^1.4.0",
"unplugin-vue-router": "^0.6.4",
"untyped": "^1.3.2",
"vue": "^3.3.4",
@ -112,7 +112,7 @@
"@types/prompts": "2.4.4",
"@vitejs/plugin-vue": "4.2.3",
"unbuild": "latest",
"vite": "4.3.9",
"vite": "4.4.4",
"vitest": "0.33.0"
},
"peerDependencies": {

View File

@ -26,11 +26,11 @@
"prepack": "unbuild"
},
"devDependencies": {
"@nuxt/telemetry": "2.3.0",
"@nuxt/telemetry": "2.3.1",
"@types/file-loader": "5.0.1",
"@types/pug": "2.0.6",
"@types/sass-loader": "8.0.5",
"@unhead/schema": "1.1.30",
"@unhead/schema": "1.1.32",
"@vitejs/plugin-vue": "4.2.3",
"@vitejs/plugin-vue-jsx": "3.0.1",
"@vue/compiler-core": "3.3.4",
@ -40,12 +40,12 @@
"nitropack": "2.5.2",
"unbuild": "latest",
"unctx": "2.3.1",
"vite": "4.3.9",
"vite": "4.4.4",
"vue": "3.3.4",
"vue-bundle-renderer": "1.0.3",
"vue-loader": "17.2.2",
"vue-router": "4.2.4",
"webpack": "5.88.1",
"webpack": "5.88.2",
"webpack-dev-middleware": "6.1.1"
},
"dependencies": {

View File

@ -33,8 +33,8 @@
"ufo": "^1.1.2"
},
"devDependencies": {
"@jest/globals": "29.6.0",
"playwright-core": "1.35.1",
"@jest/globals": "29.6.1",
"playwright-core": "1.36.1",
"unbuild": "latest",
"vitest": "0.33.0"
},

View File

@ -35,7 +35,7 @@
"consola": "^3.2.3",
"cssnano": "^6.0.1",
"defu": "^6.1.2",
"esbuild": "^0.18.11",
"esbuild": "^0.18.14",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.3",
"externality": "^1.0.2",
@ -49,15 +49,15 @@
"pathe": "^1.1.1",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.0.3",
"postcss": "^8.4.24",
"postcss": "^8.4.26",
"postcss-import": "^15.1.0",
"postcss-url": "^10.1.3",
"rollup-plugin-visualizer": "^5.9.2",
"std-env": "^3.3.3",
"strip-literal": "^1.0.1",
"ufo": "^1.1.2",
"unplugin": "^1.3.2",
"vite": "^4.3.9",
"unplugin": "^1.4.0",
"vite": "^4.4.4",
"vite-node": "^0.33.0",
"vite-plugin-checker": "^0.6.1",
"vue-bundle-renderer": "^1.0.3"

View File

@ -41,7 +41,7 @@
"ohash": "^1.1.2",
"pathe": "^1.1.1",
"pify": "^6.1.0",
"postcss": "^8.4.24",
"postcss": "^8.4.26",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",
"postcss-url": "^10.1.3",
@ -49,11 +49,11 @@
"std-env": "^3.3.3",
"time-fix-plugin": "^2.0.7",
"ufo": "^1.1.2",
"unplugin": "^1.3.2",
"unplugin": "^1.4.0",
"url-loader": "^4.1.1",
"vue-bundle-renderer": "^1.0.3",
"vue-loader": "^17.2.2",
"webpack": "^5.88.1",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-dev-middleware": "^6.1.1",
"webpack-hot-middleware": "^2.25.4",
@ -64,7 +64,7 @@
"@nuxt/schema": "workspace:../schema",
"@types/fs-extra": "11.0.1",
"@types/hash-sum": "1.0.0",
"@types/lodash-es": "4.17.7",
"@types/lodash-es": "4.17.8",
"@types/pify": "5.0.1",
"@types/webpack-bundle-analyzer": "4.6.0",
"@types/webpack-hot-middleware": "2.25.6",

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('"97.2k"')
expect.soft(roundToKilobytes(clientStats.totalBytes)).toMatchInlineSnapshot('"97.3k"')
expect(clientStats.files.map(f => f.replace(/\..*\.js/, '.js'))).toMatchInlineSnapshot(`
[
"_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 serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"64.1k"')
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"64.4k"')
const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"2329k"')
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"2330k"')
const packages = modules.files
.filter(m => m.endsWith('package.json'))
@ -95,7 +95,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"370k"')
const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"590k"')
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"591k"')
const packages = modules.files
.filter(m => m.endsWith('package.json'))