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

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-12 11:02:10 +01:00 committed by GitHub
parent 15e6dfb560
commit 7f122cc809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 468 additions and 503 deletions

View File

@ -204,7 +204,7 @@ jobs:
echo "PLAYWRIGHT_VERSION=$env:PLAYWRIGHT_VERSION" >> $env:GITHUB_ENV echo "PLAYWRIGHT_VERSION=$env:PLAYWRIGHT_VERSION" >> $env:GITHUB_ENV
- name: Cache Playwright's binary - name: Cache Playwright's binary
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with: with:
key: ${{ runner.os }}-playwright-bin-v1-${{ env.PLAYWRIGHT_VERSION }} key: ${{ runner.os }}-playwright-bin-v1-${{ env.PLAYWRIGHT_VERSION }}
path: ${{ env.PLAYWRIGHT_BROWSERS_PATH }} path: ${{ env.PLAYWRIGHT_BROWSERS_PATH }}

View File

@ -19,4 +19,4 @@ jobs:
- name: 'Checkout Repository' - name: 'Checkout Repository'
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: 'Dependency Review' - name: 'Dependency Review'
uses: actions/dependency-review-action@f6fff72a3217f580d5afd49a46826795305b63c7 # v3.0.8 uses: actions/dependency-review-action@6c5ccdad469c9f8a2996bfecaec55a631a347034 # v3.1.0

View File

@ -39,12 +39,12 @@
"magic-string": "^0.30.3" "magic-string": "^0.30.3"
}, },
"devDependencies": { "devDependencies": {
"@actions/core": "1.10.0", "@actions/core": "1.10.1",
"@nuxt/test-utils": "workspace:*", "@nuxt/test-utils": "workspace:*",
"@nuxt/webpack-builder": "workspace:*", "@nuxt/webpack-builder": "workspace:*",
"@nuxtjs/eslint-config-typescript": "12.1.0", "@nuxtjs/eslint-config-typescript": "12.1.0",
"@types/fs-extra": "11.0.1", "@types/fs-extra": "11.0.1",
"@types/node": "18.17.14", "@types/node": "18.17.15",
"@types/semver": "7.5.1", "@types/semver": "7.5.1",
"case-police": "0.6.1", "case-police": "0.6.1",
"chalk": "5.3.0", "chalk": "5.3.0",
@ -52,7 +52,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.48.0", "eslint": "8.49.0",
"eslint-plugin-import": "2.28.1", "eslint-plugin-import": "2.28.1",
"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",
@ -60,10 +60,10 @@
"fs-extra": "11.1.1", "fs-extra": "11.1.1",
"globby": "13.2.2", "globby": "13.2.2",
"h3": "1.8.1", "h3": "1.8.1",
"happy-dom": "11.0.1", "happy-dom": "11.0.2",
"jiti": "1.19.3", "jiti": "1.20.0",
"markdownlint-cli": "^0.33.0", "markdownlint-cli": "^0.33.0",
"nitropack": "2.6.2", "nitropack": "2.6.3",
"nuxi": "3.7.3", "nuxi": "3.7.3",
"nuxt": "workspace:*", "nuxt": "workspace:*",
"nuxt-vitest": "0.10.4", "nuxt-vitest": "0.10.4",
@ -83,7 +83,7 @@
"vue-router": "4.2.4", "vue-router": "4.2.4",
"vue-tsc": "1.8.10" "vue-tsc": "1.8.10"
}, },
"packageManager": "pnpm@8.7.4", "packageManager": "pnpm@8.7.5",
"engines": { "engines": {
"node": "^14.18.0 || >=16.10.0" "node": "^14.18.0 || >=16.10.0"
} }

View File

@ -27,7 +27,7 @@
"globby": "^13.2.2", "globby": "^13.2.2",
"hash-sum": "^2.0.0", "hash-sum": "^2.0.0",
"ignore": "^5.2.4", "ignore": "^5.2.4",
"jiti": "^1.19.3", "jiti": "^1.20.0",
"knitwork": "^1.0.0", "knitwork": "^1.0.0",
"mlly": "^1.4.2", "mlly": "^1.4.2",
"pathe": "^1.1.1", "pathe": "^1.1.1",
@ -44,7 +44,7 @@
"@types/lodash-es": "4.17.9", "@types/lodash-es": "4.17.9",
"@types/semver": "7.5.1", "@types/semver": "7.5.1",
"lodash-es": "4.17.21", "lodash-es": "4.17.21",
"nitropack": "2.6.2", "nitropack": "2.6.3",
"unbuild": "latest", "unbuild": "latest",
"vite": "4.4.9", "vite": "4.4.9",
"vitest": "0.33.0", "vitest": "0.33.0",

View File

@ -58,9 +58,9 @@
"@nuxt/telemetry": "^2.4.1", "@nuxt/telemetry": "^2.4.1",
"@nuxt/ui-templates": "^1.3.1", "@nuxt/ui-templates": "^1.3.1",
"@nuxt/vite-builder": "workspace:*", "@nuxt/vite-builder": "workspace:*",
"@unhead/dom": "^1.5.3", "@unhead/dom": "^1.6.2",
"@unhead/ssr": "^1.5.3", "@unhead/ssr": "^1.6.2",
"@unhead/vue": "^1.5.3", "@unhead/vue": "^1.6.2",
"@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",
@ -76,14 +76,14 @@
"globby": "^13.2.2", "globby": "^13.2.2",
"h3": "^1.8.1", "h3": "^1.8.1",
"hookable": "^5.5.3", "hookable": "^5.5.3",
"jiti": "^1.19.3", "jiti": "^1.20.0",
"klona": "^2.0.6", "klona": "^2.0.6",
"knitwork": "^1.0.0", "knitwork": "^1.0.0",
"magic-string": "^0.30.3", "magic-string": "^0.30.3",
"mlly": "^1.4.2", "mlly": "^1.4.2",
"nitropack": "^2.6.2", "nitropack": "^2.6.3",
"nuxi": "^3.7.3", "nuxi": "^3.7.3",
"nypm": "^0.3.2", "nypm": "^0.3.3",
"ofetch": "^1.3.3", "ofetch": "^1.3.3",
"ohash": "^1.1.3", "ohash": "^1.1.3",
"pathe": "^1.1.1", "pathe": "^1.1.1",
@ -94,7 +94,7 @@
"std-env": "^3.4.3", "std-env": "^3.4.3",
"strip-literal": "^1.3.0", "strip-literal": "^1.3.0",
"ufo": "^1.3.0", "ufo": "^1.3.0",
"ultrahtml": "^1.4.0", "ultrahtml": "^1.5.2",
"uncrypto": "^0.1.3", "uncrypto": "^0.1.3",
"unctx": "^2.3.1", "unctx": "^2.3.1",
"unenv": "^1.7.4", "unenv": "^1.7.4",

View File

@ -32,14 +32,14 @@
"@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.5.3", "@unhead/schema": "1.6.2",
"@vitejs/plugin-vue": "4.3.4", "@vitejs/plugin-vue": "4.3.4",
"@vitejs/plugin-vue-jsx": "3.0.2", "@vitejs/plugin-vue-jsx": "3.0.2",
"@vue/compiler-core": "3.3.4", "@vue/compiler-core": "3.3.4",
"esbuild-loader": "4.0.2", "esbuild-loader": "4.0.2",
"h3": "1.8.1", "h3": "1.8.1",
"ignore": "5.2.4", "ignore": "5.2.4",
"nitropack": "2.6.2", "nitropack": "2.6.3",
"unbuild": "latest", "unbuild": "latest",
"unctx": "2.3.1", "unctx": "2.3.1",
"vite": "4.4.9", "vite": "4.4.9",

View File

@ -33,7 +33,7 @@
"ufo": "^1.3.0" "ufo": "^1.3.0"
}, },
"devDependencies": { "devDependencies": {
"@jest/globals": "29.6.4", "@jest/globals": "29.7.0",
"playwright-core": "1.37.1", "playwright-core": "1.37.1",
"unbuild": "latest", "unbuild": "latest",
"vitest": "0.33.0" "vitest": "0.33.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('"300k"') expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"300k"')
const modules = await analyzeSizes('node_modules/**/*', serverDir) const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"1823k"') expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"1825k"')
const packages = modules.files const packages = modules.files
.filter(m => m.endsWith('package.json')) .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"') expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"607k"')
const modules = await analyzeSizes('node_modules/**/*', serverDir) const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"71.1k"') expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"73.7k"')
const packages = modules.files const packages = modules.files
.filter(m => m.endsWith('package.json')) .filter(m => m.endsWith('package.json'))