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

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-09-15 13:21:37 +01:00 committed by GitHub
parent 3334ca26c6
commit f27c708bcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 224 additions and 228 deletions

View File

@ -86,7 +86,7 @@ jobs:
run: pnpm install
- name: Initialize CodeQL
uses: github/codeql-action/init@701f152f28d4350ad289a5e31435e9ab6169a7ca # v2.21.6
uses: github/codeql-action/init@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # v2.21.7
with:
languages: javascript
queries: +security-and-quality
@ -98,7 +98,7 @@ jobs:
path: packages
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@701f152f28d4350ad289a5e31435e9ab6169a7ca # v2.21.6
uses: github/codeql-action/analyze@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # v2.21.7
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@701f152f28d4350ad289a5e31435e9ab6169a7ca # v2.21.6
uses: github/codeql-action/upload-sarif@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # v2.21.7
with:
sarif_file: results.sarif

View File

@ -43,9 +43,9 @@
"@nuxt/test-utils": "workspace:*",
"@nuxt/webpack-builder": "workspace:*",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@types/fs-extra": "11.0.1",
"@types/node": "18.17.15",
"@types/semver": "7.5.1",
"@types/fs-extra": "11.0.2",
"@types/node": "18.17.16",
"@types/semver": "7.5.2",
"case-police": "0.6.1",
"chalk": "5.3.0",
"changelogen": "0.5.5",
@ -60,16 +60,16 @@
"fs-extra": "11.1.1",
"globby": "13.2.2",
"h3": "1.8.1",
"happy-dom": "11.0.6",
"happy-dom": "11.2.0",
"jiti": "1.20.0",
"markdownlint-cli": "^0.33.0",
"nitropack": "2.6.3",
"nuxi": "3.8.3",
"nuxi": "3.8.4",
"nuxt": "workspace:*",
"nuxt-vitest": "0.10.5",
"ofetch": "1.3.3",
"pathe": "1.1.1",
"playwright-core": "1.37.1",
"playwright-core": "1.38.0",
"rimraf": "5.0.1",
"semver": "7.5.4",
"std-env": "3.4.3",

View File

@ -42,7 +42,7 @@
"devDependencies": {
"@types/hash-sum": "1.0.0",
"@types/lodash-es": "4.17.9",
"@types/semver": "7.5.1",
"@types/semver": "7.5.2",
"lodash-es": "4.17.21",
"nitropack": "2.6.3",
"unbuild": "latest",

View File

@ -58,9 +58,9 @@
"@nuxt/telemetry": "^2.4.1",
"@nuxt/ui-templates": "^1.3.1",
"@nuxt/vite-builder": "workspace:*",
"@unhead/dom": "^1.7.2",
"@unhead/ssr": "^1.7.2",
"@unhead/vue": "^1.7.2",
"@unhead/dom": "^1.7.3",
"@unhead/ssr": "^1.7.3",
"@unhead/vue": "^1.7.3",
"@vue/shared": "^3.3.4",
"acorn": "8.10.0",
"c12": "^1.4.2",
@ -69,7 +69,7 @@
"defu": "^6.1.2",
"destr": "^2.0.1",
"devalue": "^4.3.2",
"esbuild": "^0.19.2",
"esbuild": "^0.19.3",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.3",
"fs-extra": "^11.1.1",
@ -82,7 +82,7 @@
"magic-string": "^0.30.3",
"mlly": "^1.4.2",
"nitropack": "^2.6.3",
"nuxi": "^3.8.3",
"nuxi": "^3.8.4",
"nypm": "^0.3.3",
"ofetch": "^1.3.3",
"ohash": "^1.1.3",
@ -109,7 +109,7 @@
"devDependencies": {
"@parcel/watcher": "2.3.0",
"@types/estree": "1.0.1",
"@types/fs-extra": "11.0.1",
"@types/fs-extra": "11.0.2",
"@vitejs/plugin-vue": "4.3.4",
"unbuild": "latest",
"vite": "4.4.9",

View File

@ -29,10 +29,10 @@
},
"devDependencies": {
"@nuxt/telemetry": "2.4.1",
"@types/file-loader": "5.0.1",
"@types/file-loader": "5.0.2",
"@types/pug": "2.0.6",
"@types/sass-loader": "8.0.5",
"@unhead/schema": "1.7.2",
"@unhead/schema": "1.7.3",
"@vitejs/plugin-vue": "4.3.4",
"@vitejs/plugin-vue-jsx": "3.0.2",
"@vue/compiler-core": "3.3.4",

View File

@ -34,7 +34,7 @@
},
"devDependencies": {
"@jest/globals": "29.7.0",
"playwright-core": "1.37.1",
"playwright-core": "1.38.0",
"unbuild": "latest",
"vitest": "0.33.0"
},

View File

@ -21,7 +21,7 @@
"@nuxt/schema": "workspace:*",
"@types/clear": "0.1.2",
"@types/estree": "1.0.1",
"@types/fs-extra": "11.0.1",
"@types/fs-extra": "11.0.2",
"unbuild": "latest",
"vue": "3.3.4"
},
@ -35,7 +35,7 @@
"consola": "^3.2.3",
"cssnano": "^6.0.1",
"defu": "^6.1.2",
"esbuild": "^0.19.2",
"esbuild": "^0.19.3",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.3",
"externality": "^1.0.2",

View File

@ -63,7 +63,7 @@
},
"devDependencies": {
"@nuxt/schema": "workspace:*",
"@types/fs-extra": "11.0.1",
"@types/fs-extra": "11.0.2",
"@types/hash-sum": "1.0.0",
"@types/lodash-es": "4.17.9",
"@types/pify": "5.0.1",

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('"96.2k"')
expect.soft(roundToKilobytes(clientStats.totalBytes)).toMatchInlineSnapshot('"96.1k"')
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('"300k"')
const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"1826k"')
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"1825k"')
const packages = modules.files
.filter(m => m.endsWith('package.json'))
@ -74,7 +74,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"607k"')
const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"74.1k"')
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"73.9k"')
const packages = modules.files
.filter(m => m.endsWith('package.json'))