From 5660a36a06c09fe6bd264661cf1924f3344fd783 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 10:47:47 +0100 Subject: [PATCH] chore(deps): update all non-major dependencies (main) (#23022) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe --- .github/workflows/ci.yml | 2 +- .github/workflows/scorecards.yml | 2 +- package.json | 4 +- packages/nuxt/package.json | 6 +- packages/schema/package.json | 2 +- packages/test-utils/package.json | 2 +- packages/vite/package.json | 2 +- pnpm-lock.yaml | 121 ++++++++++++++++++------------- test/bundle.test.ts | 4 +- 9 files changed, 82 insertions(+), 63 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50090c582e..47a554bd33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: run: pnpm build - name: Cache dist - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 with: retention-days: 3 name: dist diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 6a381b5d85..d4ff06ab82 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -58,7 +58,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 with: name: SARIF file path: results.sarif diff --git a/package.json b/package.json index f45371e990..eb870dd9f3 100644 --- a/package.json +++ b/package.json @@ -81,9 +81,9 @@ "vue": "3.3.4", "vue-eslint-parser": "9.3.1", "vue-router": "4.2.4", - "vue-tsc": "1.8.8" + "vue-tsc": "1.8.10" }, - "packageManager": "pnpm@8.7.1", + "packageManager": "pnpm@8.7.4", "engines": { "node": "^14.18.0 || >=16.10.0" } diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 8baadb3eb1..7fe99482e9 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -58,9 +58,9 @@ "@nuxt/telemetry": "^2.4.1", "@nuxt/ui-templates": "^1.3.1", "@nuxt/vite-builder": "workspace:*", - "@unhead/dom": "^1.5.2", - "@unhead/ssr": "^1.5.2", - "@unhead/vue": "^1.5.2", + "@unhead/dom": "^1.5.3", + "@unhead/ssr": "^1.5.3", + "@unhead/vue": "^1.5.3", "@vue/shared": "^3.3.4", "acorn": "8.10.0", "c12": "^1.4.2", diff --git a/packages/schema/package.json b/packages/schema/package.json index 9b0fe6e1c8..28338a229e 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -32,7 +32,7 @@ "@types/file-loader": "5.0.1", "@types/pug": "2.0.6", "@types/sass-loader": "8.0.5", - "@unhead/schema": "1.5.2", + "@unhead/schema": "1.5.3", "@vitejs/plugin-vue": "4.3.4", "@vitejs/plugin-vue-jsx": "3.0.2", "@vue/compiler-core": "3.3.4", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index afb232d9f2..4539e500c4 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -27,7 +27,7 @@ "consola": "^3.2.3", "defu": "^6.1.2", "execa": "^7.2.0", - "get-port-please": "^3.0.2", + "get-port-please": "^3.1.1", "ofetch": "^1.3.3", "pathe": "^1.1.1", "ufo": "^1.3.0" diff --git a/packages/vite/package.json b/packages/vite/package.json index cb6e185054..458cba6a56 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -40,7 +40,7 @@ "estree-walker": "^3.0.3", "externality": "^1.0.2", "fs-extra": "^11.1.1", - "get-port-please": "^3.0.2", + "get-port-please": "^3.1.1", "h3": "^1.8.1", "knitwork": "^1.0.0", "magic-string": "^0.30.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cfaf9ceb09..1e183eff8d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -146,8 +146,8 @@ importers: specifier: 4.2.4 version: 4.2.4(vue@3.3.4) vue-tsc: - specifier: 1.8.8 - version: 1.8.8(typescript@5.2.2) + specifier: 1.8.10 + version: 1.8.10(typescript@5.2.2) .website: devDependencies: @@ -264,14 +264,14 @@ importers: specifier: ^14.18.0 || >=16.10.0 version: 18.17.14 '@unhead/dom': - specifier: ^1.5.2 - version: 1.5.2 + specifier: ^1.5.3 + version: 1.5.3 '@unhead/ssr': - specifier: ^1.5.2 - version: 1.5.2 + specifier: ^1.5.3 + version: 1.5.3 '@unhead/vue': - specifier: ^1.5.2 - version: 1.5.2(vue@3.3.4) + specifier: ^1.5.3 + version: 1.5.3(vue@3.3.4) '@vue/shared': specifier: ^3.3.4 version: 3.3.4 @@ -479,8 +479,8 @@ importers: specifier: 8.0.5 version: 8.0.5 '@unhead/schema': - specifier: 1.5.2 - version: 1.5.2 + specifier: 1.5.3 + version: 1.5.3 '@vitejs/plugin-vue': specifier: 4.3.4 version: 4.3.4(vite@4.4.9)(vue@3.3.4) @@ -548,8 +548,8 @@ importers: specifier: ^7.2.0 version: 7.2.0 get-port-please: - specifier: ^3.0.2 - version: 3.0.2 + specifier: ^3.1.1 + version: 3.1.1 ofetch: specifier: ^1.3.3 version: 1.3.3 @@ -621,8 +621,8 @@ importers: specifier: ^11.1.1 version: 11.1.1 get-port-please: - specifier: ^3.0.2 - version: 3.0.2 + specifier: ^3.1.1 + version: 3.1.1 h3: specifier: ^1.8.1 version: 1.8.1 @@ -679,7 +679,7 @@ importers: version: 0.33.0(@types/node@18.17.14) vite-plugin-checker: specifier: ^0.6.2 - version: 0.6.2(eslint@8.48.0)(typescript@5.2.2)(vite@4.4.9)(vue-tsc@1.8.8) + version: 0.6.2(eslint@8.48.0)(typescript@5.2.2)(vite@4.4.9)(vue-tsc@1.8.10) vue-bundle-renderer: specifier: ^2.0.0 version: 2.0.0 @@ -3155,41 +3155,41 @@ packages: eslint-visitor-keys: 3.4.3 dev: true - /@unhead/dom@1.5.2: - resolution: {integrity: sha512-lEDxqFSGb3Ye1TD7Kr3kRsMOSv5R2ldJ/uYh2mRFungYfv3TjOUfxvGgMs2vRjatPDpV4IUWr3E1BASayN8CnA==} + /@unhead/dom@1.5.3: + resolution: {integrity: sha512-0a9aO34lzy40jT3DycpyaQCMbksveKajkhEACxcs2VdG04tndRK0s3UzdvJFV8nnTfRZAI+y3yEIjTLWswgFWQ==} dependencies: - '@unhead/schema': 1.5.2 - '@unhead/shared': 1.5.2 + '@unhead/schema': 1.5.3 + '@unhead/shared': 1.5.3 dev: false - /@unhead/schema@1.5.2: - resolution: {integrity: sha512-7nmcN332yuXzWPzzlqD/F/wOXTaIKn3cRaPxTkU+eJLNGmAsQ9i5p4P5x9AgduZD/NGbJG/h+wM+/cB0psMiKQ==} + /@unhead/schema@1.5.3: + resolution: {integrity: sha512-UpvxfEn+2CJAO6Ytr/Mnps67/zm4ezWjP5JrisjTx8NqWQtIsuvkdp81GpTGVYGHuaPe9c/SqtlsL9aL9oUv8Q==} dependencies: hookable: 5.5.3 zhead: 2.0.10 - /@unhead/shared@1.5.2: - resolution: {integrity: sha512-gHjquSnyJ9SOV20zxGffZP0t9mkBAHTGgFhUl9HB8FrL9tp4Jovjc01O0jn/NRNaBICsQBxDryj5lpuTHFIM9g==} + /@unhead/shared@1.5.3: + resolution: {integrity: sha512-JMRHlOmKTOlC949u3LTZIObwB9vRPLwLqbI5SRp9Cb1hheizTaHHsj7R7UfYpXzrbfNrx6wvnOosb5RF6Urikw==} dependencies: - '@unhead/schema': 1.5.2 + '@unhead/schema': 1.5.3 dev: false - /@unhead/ssr@1.5.2: - resolution: {integrity: sha512-wse2uOg2Fh+MM9unoM0T1Q/dYwmaNdUWzR4ovnMKvQ6K7HpzCJaETHLzbS5g/TXLRIFd7eA3mTQCnp0iPoaoYw==} + /@unhead/ssr@1.5.3: + resolution: {integrity: sha512-zgSQzh33Q/1wtTM15hEYwkWVxJA8ENt++bM6acjQvx8vdaDTgNlD6ZokRBmKDvZ0dj9rNZDmQD34IFsJhuaW+A==} dependencies: - '@unhead/schema': 1.5.2 - '@unhead/shared': 1.5.2 + '@unhead/schema': 1.5.3 + '@unhead/shared': 1.5.3 dev: false - /@unhead/vue@1.5.2(vue@3.3.4): - resolution: {integrity: sha512-DkKJJfNmiwkq41PiNmPcONVdNN1wRp8KTHCCOnOBt1nAdhIAj83ykIdpkLGLseJTzy4C2efiR1lips/42ZsNTg==} + /@unhead/vue@1.5.3(vue@3.3.4): + resolution: {integrity: sha512-9xo7/ArTE+sunIK5RomfQWOPJYw3Vbvs/aJ1/vzaSQandqrgzSX8THiaZ+ZveefdJUqBXlq8tuTIf9ggzrW5Ww==} peerDependencies: vue: 3.3.4 dependencies: - '@unhead/schema': 1.5.2 - '@unhead/shared': 1.5.2 + '@unhead/schema': 1.5.3 + '@unhead/shared': 1.5.3 hookable: 5.5.3 - unhead: 1.5.2 + unhead: 1.5.3 vue: 3.3.4 dev: false @@ -3414,6 +3414,24 @@ packages: /@vue/devtools-api@6.5.0: resolution: {integrity: sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==} + /@vue/language-core@1.8.10(typescript@5.2.2): + resolution: {integrity: sha512-db8PtM4ZZr7SYNH30XpKxUYnUBYaTvcuJ4c2whKK04fuAjbtjAIZ2al5GzGEfUlesmvkpgdbiSviRXUxgD9Omw==} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@volar/language-core': 1.10.0 + '@volar/source-map': 1.10.0 + '@vue/compiler-dom': 3.3.4 + '@vue/reactivity': 3.3.4 + '@vue/shared': 3.3.4 + minimatch: 9.0.3 + muggle-string: 0.3.1 + typescript: 5.2.2 + vue-template-compiler: 2.7.14 + /@vue/language-core@1.8.8(typescript@5.2.2): resolution: {integrity: sha512-i4KMTuPazf48yMdYoebTkgSOJdFraE4pQf0B+FTOFkbB+6hAfjrSou/UmYWRsWyZV6r4Rc6DDZdI39CJwL0rWw==} peerDependencies: @@ -3431,6 +3449,7 @@ packages: muggle-string: 0.3.1 typescript: 5.2.2 vue-template-compiler: 2.7.14 + dev: true /@vue/reactivity-transform@3.3.4: resolution: {integrity: sha512-MXgwjako4nu5WFLAjpBnCj/ieqcjE2aJBINUNQzkZQfzIZA4xn+0fV1tIYBJvvva3N3OvKGofRLvQIwEQPpaXw==} @@ -3485,11 +3504,11 @@ packages: vue-component-type-helpers: 1.8.4 dev: true - /@vue/typescript@1.8.8(typescript@5.2.2): - resolution: {integrity: sha512-jUnmMB6egu5wl342eaUH236v8tdcEPXXkPgj+eI/F6JwW/lb+yAU6U07ZbQ3MVabZRlupIlPESB7ajgAGixhow==} + /@vue/typescript@1.8.10(typescript@5.2.2): + resolution: {integrity: sha512-vPSpTXMk4chYwvyTGjM891cKgnx2r6vtbdANOp2mRU31f4HYGyLrZBlGgiua7SaO2cLjUg8y91OipJe0t8OFhA==} dependencies: '@volar/typescript': 1.10.0 - '@vue/language-core': 1.8.8(typescript@5.2.2) + '@vue/language-core': 1.8.10(typescript@5.2.2) transitivePeerDependencies: - typescript @@ -6041,8 +6060,8 @@ packages: engines: {node: '>=8.0.0'} dev: true - /get-port-please@3.0.2: - resolution: {integrity: sha512-c14cAITf0E+uqdxGALvyYHwOL7UsnWcv3oDtgDAZksiVSGN87xlWVUWGZcmWQU3cICdaOxT+6LdQzUfK2ei1SA==} + /get-port-please@3.1.1: + resolution: {integrity: sha512-3UBAyM3u4ZBVYDsxOQfJDxEa6XTbpBDrOjp4mf7ExFRt5BKs/QywQQiJsh2B+hxcZLSapWqCRvElUe8DnKcFHA==} /get-stdin@9.0.0: resolution: {integrity: sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==} @@ -7115,7 +7134,7 @@ packages: clipboardy: 3.0.0 consola: 3.2.3 defu: 6.1.2 - get-port-please: 3.0.2 + get-port-please: 3.1.1 h3: 1.8.1 http-shutdown: 1.2.2 jiti: 1.19.3 @@ -8217,7 +8236,7 @@ packages: '@vitejs/plugin-vue-jsx': 3.0.2(vite@4.4.9)(vue@3.3.4) '@vitest/ui': 0.33.0(vitest@0.33.0) defu: 6.1.2 - get-port-please: 3.0.2 + get-port-please: 3.1.1 perfect-debounce: 1.0.0 std-env: 3.4.3 vite: 4.4.9(@types/node@18.17.14) @@ -10439,12 +10458,12 @@ packages: node-fetch-native: 1.4.0 pathe: 1.1.1 - /unhead@1.5.2: - resolution: {integrity: sha512-KLsz9MCMEhVEeaI4YsoALnr4xk6k+xZ2JW9xjJxsae6AvHNTZQzRbavuPRQ3tIw2hIHoGetyPKiYjFteORNQMg==} + /unhead@1.5.3: + resolution: {integrity: sha512-4hkVcX74zs+bv5s6ubIGd/iLgAN4D58u+z2wYbczPwUVFUxKyElTqT+9VjNX3T1SikKbOSl1pFyNKqBc+342lw==} dependencies: - '@unhead/dom': 1.5.2 - '@unhead/schema': 1.5.2 - '@unhead/shared': 1.5.2 + '@unhead/dom': 1.5.3 + '@unhead/schema': 1.5.3 + '@unhead/shared': 1.5.3 hookable: 5.5.3 dev: false @@ -10801,7 +10820,7 @@ packages: - supports-color - terser - /vite-plugin-checker@0.6.2(eslint@8.48.0)(typescript@5.2.2)(vite@4.4.9)(vue-tsc@1.8.8): + /vite-plugin-checker@0.6.2(eslint@8.48.0)(typescript@5.2.2)(vite@4.4.9)(vue-tsc@1.8.10): resolution: {integrity: sha512-YvvvQ+IjY09BX7Ab+1pjxkELQsBd4rPhWNw8WLBeFVxu/E7O+n6VYAqNsKdK/a2luFlX/sMpoWdGFfg4HvwdJQ==} engines: {node: '>=14.16'} peerDependencies: @@ -10852,7 +10871,7 @@ packages: vscode-languageserver: 7.0.0 vscode-languageserver-textdocument: 1.0.8 vscode-uri: 3.0.7 - vue-tsc: 1.8.8(typescript@5.2.2) + vue-tsc: 1.8.10(typescript@5.2.2) dev: false /vite@4.4.9(@types/node@18.17.14): @@ -11133,14 +11152,14 @@ packages: de-indent: 1.0.2 he: 1.2.0 - /vue-tsc@1.8.8(typescript@5.2.2): - resolution: {integrity: sha512-bSydNFQsF7AMvwWsRXD7cBIXaNs/KSjvzWLymq/UtKE36697sboX4EccSHFVxvgdBlI1frYPc/VMKJNB7DFeDQ==} + /vue-tsc@1.8.10(typescript@5.2.2): + resolution: {integrity: sha512-ptpTFFDoHQgkWJF7i5iERxooiQzOGtG1uKTfmAUuS3qPuSQGq+Ky/S8BFHhnFGwoOxq/PjmGN2QSZEfg1rtzQA==} hasBin: true peerDependencies: typescript: '*' dependencies: - '@vue/language-core': 1.8.8(typescript@5.2.2) - '@vue/typescript': 1.8.8(typescript@5.2.2) + '@vue/language-core': 1.8.10(typescript@5.2.2) + '@vue/typescript': 1.8.10(typescript@5.2.2) semver: 7.5.4 typescript: 5.2.2 diff --git a/test/bundle.test.ts b/test/bundle.test.ts index dd56092c01..1d26a7b925 100644 --- a/test/bundle.test.ts +++ b/test/bundle.test.ts @@ -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('"1822k"') + expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"1823k"') 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('"71.0k"') + expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"71.1k"') const packages = modules.files .filter(m => m.endsWith('package.json'))