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

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-10-01 20:15:06 +01:00 committed by GitHub
parent 96d9d56ac5
commit 6ce94a0762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 523 additions and 434 deletions

View File

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

View File

@ -9,6 +9,6 @@
"preview": "nuxt preview"
},
"devDependencies": {
"@nuxt-themes/docus": "1.14.7"
"@nuxt-themes/docus": "1.14.8"
}
}

View File

@ -56,8 +56,8 @@
"execa": "7.2.0",
"fs-extra": "11.1.1",
"globby": "13.2.2",
"h3": "1.8.1",
"happy-dom": "12.2.0",
"h3": "1.8.2",
"happy-dom": "12.2.1",
"jiti": "1.20.0",
"markdownlint-cli": "^0.33.0",
"nitropack": "2.6.3",
@ -67,20 +67,20 @@
"ofetch": "1.3.3",
"pathe": "1.1.1",
"playwright-core": "1.38.1",
"rimraf": "5.0.2",
"rimraf": "5.0.5",
"semver": "7.5.4",
"std-env": "3.4.3",
"typescript": "5.2.2",
"ufo": "1.3.0",
"ufo": "1.3.1",
"vite": "4.4.9",
"vitest": "0.33.0",
"vitest-environment-nuxt": "0.10.5",
"vue": "3.3.4",
"vue-eslint-parser": "9.3.1",
"vue-router": "4.2.5",
"vue-tsc": "1.8.14"
"vue-tsc": "1.8.15"
},
"packageManager": "pnpm@8.7.6",
"packageManager": "pnpm@8.8.0",
"engines": {
"node": "^14.18.0 || >=16.10.0"
}

View File

@ -34,9 +34,9 @@
"pkg-types": "^1.0.3",
"scule": "^1.0.0",
"semver": "^7.5.4",
"ufo": "^1.3.0",
"ufo": "^1.3.1",
"unctx": "^2.3.1",
"unimport": "^3.3.0",
"unimport": "^3.4.0",
"untyped": "^1.4.0"
},
"devDependencies": {

View File

@ -69,12 +69,12 @@
"defu": "^6.1.2",
"destr": "^2.0.1",
"devalue": "^4.3.2",
"esbuild": "^0.19.3",
"esbuild": "^0.19.4",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.3",
"fs-extra": "^11.1.1",
"globby": "^13.2.2",
"h3": "^1.8.1",
"h3": "^1.8.2",
"hookable": "^5.5.3",
"jiti": "^1.20.0",
"klona": "^2.0.6",
@ -93,12 +93,12 @@
"scule": "^1.0.0",
"std-env": "^3.4.3",
"strip-literal": "^1.3.0",
"ufo": "^1.3.0",
"ufo": "^1.3.1",
"ultrahtml": "^1.5.2",
"uncrypto": "^0.1.3",
"unctx": "^2.3.1",
"unenv": "^1.7.4",
"unimport": "^3.3.0",
"unimport": "^3.4.0",
"unplugin": "^1.5.0",
"unplugin-vue-router": "^0.7.0",
"untyped": "^1.4.0",

View File

@ -37,7 +37,7 @@
"@vitejs/plugin-vue-jsx": "3.0.2",
"@vue/compiler-core": "3.3.4",
"esbuild-loader": "4.0.2",
"h3": "1.8.1",
"h3": "1.8.2",
"ignore": "5.2.4",
"nitropack": "2.6.3",
"unbuild": "latest",
@ -59,8 +59,8 @@
"pkg-types": "^1.0.3",
"postcss-import-resolver": "^2.0.0",
"std-env": "^3.4.3",
"ufo": "^1.3.0",
"unimport": "^3.3.0",
"ufo": "^1.3.1",
"unimport": "^3.4.0",
"untyped": "^1.4.0"
},
"engines": {

View File

@ -30,7 +30,7 @@
"get-port-please": "^3.1.1",
"ofetch": "^1.3.3",
"pathe": "^1.1.1",
"ufo": "^1.3.0"
"ufo": "^1.3.1"
},
"devDependencies": {
"@jest/globals": "29.7.0",

View File

@ -35,13 +35,13 @@
"consola": "^3.2.3",
"cssnano": "^6.0.1",
"defu": "^6.1.2",
"esbuild": "^0.19.3",
"esbuild": "^0.19.4",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.3",
"externality": "^1.0.2",
"fs-extra": "^11.1.1",
"get-port-please": "^3.1.1",
"h3": "^1.8.1",
"h3": "^1.8.2",
"knitwork": "^1.0.0",
"magic-string": "^0.30.3",
"mlly": "^1.4.2",
@ -49,13 +49,13 @@
"pathe": "^1.1.1",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.0.3",
"postcss": "^8.4.30",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"postcss-url": "^10.1.3",
"rollup-plugin-visualizer": "^5.9.2",
"std-env": "^3.4.3",
"strip-literal": "^1.3.0",
"ufo": "^1.3.0",
"ufo": "^1.3.1",
"unplugin": "^1.5.0",
"vite": "^4.4.9",
"vite-node": "^0.33.0",

View File

@ -32,7 +32,7 @@
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"fs-extra": "^11.1.1",
"h3": "^1.8.1",
"h3": "^1.8.2",
"hash-sum": "^2.0.0",
"lodash-es": "^4.17.21",
"magic-string": "^0.30.3",
@ -42,14 +42,14 @@
"ohash": "^1.1.3",
"pathe": "^1.1.1",
"pify": "^6.1.0",
"postcss": "^8.4.30",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",
"postcss-url": "^10.1.3",
"pug-plain-loader": "^1.1.0",
"std-env": "^3.4.3",
"time-fix-plugin": "^2.0.7",
"ufo": "^1.3.0",
"ufo": "^1.3.1",
"unplugin": "^1.5.0",
"url-loader": "^4.1.1",
"vue-bundle-renderer": "^2.0.0",

File diff suppressed because it is too large Load Diff

View File

@ -35,7 +35,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"304k"')
const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"1822k"')
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"1823k"')
const packages = modules.files
.filter(m => m.endsWith('package.json'))