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

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@004c5de30b6423267685b897a3d595e944f7fed5 # v2.20.2 uses: github/codeql-action/upload-sarif@1813ca74c3faaa3a2da2070b9b8a0b3e7373a0d8 # v2.21.0
with: with:
sarif_file: results.sarif sarif_file: results.sarif

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -41,7 +41,7 @@
"ohash": "^1.1.2", "ohash": "^1.1.2",
"pathe": "^1.1.1", "pathe": "^1.1.1",
"pify": "^6.1.0", "pify": "^6.1.0",
"postcss": "^8.4.24", "postcss": "^8.4.26",
"postcss-import": "^15.1.0", "postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3", "postcss-loader": "^7.3.3",
"postcss-url": "^10.1.3", "postcss-url": "^10.1.3",
@ -49,11 +49,11 @@
"std-env": "^3.3.3", "std-env": "^3.3.3",
"time-fix-plugin": "^2.0.7", "time-fix-plugin": "^2.0.7",
"ufo": "^1.1.2", "ufo": "^1.1.2",
"unplugin": "^1.3.2", "unplugin": "^1.4.0",
"url-loader": "^4.1.1", "url-loader": "^4.1.1",
"vue-bundle-renderer": "^1.0.3", "vue-bundle-renderer": "^1.0.3",
"vue-loader": "^17.2.2", "vue-loader": "^17.2.2",
"webpack": "^5.88.1", "webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.0", "webpack-bundle-analyzer": "^4.9.0",
"webpack-dev-middleware": "^6.1.1", "webpack-dev-middleware": "^6.1.1",
"webpack-hot-middleware": "^2.25.4", "webpack-hot-middleware": "^2.25.4",
@ -64,7 +64,7 @@
"@nuxt/schema": "workspace:../schema", "@nuxt/schema": "workspace:../schema",
"@types/fs-extra": "11.0.1", "@types/fs-extra": "11.0.1",
"@types/hash-sum": "1.0.0", "@types/hash-sum": "1.0.0",
"@types/lodash-es": "4.17.7", "@types/lodash-es": "4.17.8",
"@types/pify": "5.0.1", "@types/pify": "5.0.1",
"@types/webpack-bundle-analyzer": "4.6.0", "@types/webpack-bundle-analyzer": "4.6.0",
"@types/webpack-hot-middleware": "2.25.6", "@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']) { 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('"97.2k"') expect.soft(roundToKilobytes(clientStats.totalBytes)).toMatchInlineSnapshot('"97.3k"')
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('"64.1k"') expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"64.4k"')
const modules = await analyzeSizes('node_modules/**/*', serverDir) 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 const packages = modules.files
.filter(m => m.endsWith('package.json')) .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"') expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"370k"')
const modules = await analyzeSizes('node_modules/**/*', serverDir) 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 const packages = modules.files
.filter(m => m.endsWith('package.json')) .filter(m => m.endsWith('package.json'))