From 2e68bb8137230f2d8b62a7c49e52acf7e2493395 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:17:10 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies (3.x) (#29888) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 +- .github/workflows/scorecards.yml | 2 +- package.json | 2 +- packages/kit/package.json | 4 +- packages/nuxt/package.json | 2 +- packages/rspack/package.json | 4 +- packages/vite/package.json | 2 +- packages/webpack/package.json | 4 +- pnpm-lock.yaml | 232 +++++++++++++++---------------- 9 files changed, 128 insertions(+), 128 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3723343776..2a0796f186 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Initialize CodeQL - uses: github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1 + uses: github/codeql-action/init@9278e421667d5d90a2839487a482448c4ec7df4d # v3.27.2 with: config: | paths: @@ -91,7 +91,7 @@ jobs: queries: +security-and-quality - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1 + uses: github/codeql-action/analyze@9278e421667d5d90a2839487a482448c4ec7df4d # v3.27.2 with: category: "/language:javascript-typescript" diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 410556ccea..80bd213f13 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -68,7 +68,7 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1 + uses: github/codeql-action/upload-sarif@9278e421667d5d90a2839487a482448c4ec7df4d # v3.27.2 if: github.repository == 'nuxt/nuxt' && success() with: sarif_file: results.sarif diff --git a/package.json b/package.json index dcec56bd0c..146a7cb5f9 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "eslint-plugin-perfectionist": "3.9.1", "eslint-typegen": "0.3.2", "h3": "1.13.0", - "happy-dom": "15.11.2", + "happy-dom": "15.11.3", "jiti": "2.4.0", "markdownlint-cli": "0.42.0", "nitropack": "2.10.4", diff --git a/packages/kit/package.json b/packages/kit/package.json index 6e5bcefd63..6b4dc9081f 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -37,7 +37,7 @@ "jiti": "^2.4.0", "klona": "^2.0.6", "knitwork": "^1.1.0", - "mlly": "^1.7.2", + "mlly": "^1.7.3", "pathe": "^1.1.2", "pkg-types": "^1.2.1", "scule": "^1.3.0", @@ -48,7 +48,7 @@ "untyped": "^1.5.1" }, "devDependencies": { - "@rspack/core": "1.1.0", + "@rspack/core": "1.1.1", "@types/hash-sum": "1.0.2", "@types/lodash-es": "4.17.12", "@types/semver": "7.5.8", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 7bafeac0a1..121e8ae66e 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -92,7 +92,7 @@ "klona": "^2.0.6", "knitwork": "^1.1.0", "magic-string": "^0.30.12", - "mlly": "^1.7.2", + "mlly": "^1.7.3", "nanotar": "^0.1.1", "nitropack": "^2.10.4", "nuxi": "^3.15.0", diff --git a/packages/rspack/package.json b/packages/rspack/package.json index 7c592edc50..9dee52d855 100644 --- a/packages/rspack/package.json +++ b/packages/rspack/package.json @@ -31,7 +31,7 @@ "dependencies": { "@nuxt/friendly-errors-webpack-plugin": "^2.6.0", "@nuxt/kit": "workspace:*", - "@rspack/core": "^1.1.0", + "@rspack/core": "^1.1.1", "autoprefixer": "^10.4.20", "css-loader": "^7.1.2", "css-minimizer-webpack-plugin": "^7.0.0", @@ -50,7 +50,7 @@ "lodash-es": "4.17.21", "magic-string": "^0.30.12", "memfs": "^4.14.0", - "mlly": "^1.7.2", + "mlly": "^1.7.3", "ohash": "^1.1.4", "pathe": "^1.1.2", "pify": "^6.1.0", diff --git a/packages/vite/package.json b/packages/vite/package.json index 67e2ec98d8..ab19594b1c 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -50,7 +50,7 @@ "jiti": "^2.4.0", "knitwork": "^1.1.0", "magic-string": "^0.30.12", - "mlly": "^1.7.2", + "mlly": "^1.7.3", "ohash": "^1.1.4", "pathe": "^1.1.2", "perfect-debounce": "^1.0.0", diff --git a/packages/webpack/package.json b/packages/webpack/package.json index c800867e68..6cefff684a 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -48,7 +48,7 @@ "magic-string": "^0.30.12", "memfs": "^4.14.0", "mini-css-extract-plugin": "^2.9.2", - "mlly": "^1.7.2", + "mlly": "^1.7.3", "ohash": "^1.1.4", "pathe": "^1.1.2", "pify": "^6.1.0", @@ -74,7 +74,7 @@ }, "devDependencies": { "@nuxt/schema": "workspace:*", - "@rspack/core": "1.1.0", + "@rspack/core": "1.1.1", "@types/hash-sum": "1.0.2", "@types/lodash-es": "4.17.12", "@types/pify": "5.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b86b6d4e1e..f2947154a7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -50,7 +50,7 @@ importers: version: link:packages/rspack '@nuxt/test-utils': specifier: 3.14.4 - version: 3.14.4(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.12)(vue@3.5.12(typescript@5.6.3)))(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.11.2)(magicast@0.3.5)(nitropack@2.10.4(typescript@5.6.3)(webpack-sources@3.2.3))(playwright-core@1.48.2)(vite@5.4.11(@types/node@22.9.0)(sass@1.78.0)(terser@5.32.0))(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.2)(sass@1.78.0)(terser@5.32.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) + version: 3.14.4(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.12)(vue@3.5.12(typescript@5.6.3)))(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.11.3)(magicast@0.3.5)(nitropack@2.10.4(typescript@5.6.3)(webpack-sources@3.2.3))(playwright-core@1.48.2)(vite@5.4.11(@types/node@22.9.0)(sass@1.78.0)(terser@5.32.0))(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.3)(sass@1.78.0)(terser@5.32.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) '@nuxt/webpack-builder': specifier: workspace:* version: link:packages/webpack @@ -77,7 +77,7 @@ importers: version: 5.1.5(vite@5.4.11(@types/node@22.9.0)(sass@1.78.0)(terser@5.32.0))(vue@3.5.12(typescript@5.6.3)) '@vitest/coverage-v8': specifier: 2.1.4 - version: 2.1.4(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.2)(sass@1.78.0)(terser@5.32.0)) + version: 2.1.4(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.3)(sass@1.78.0)(terser@5.32.0)) '@vue/test-utils': specifier: 2.4.6 version: 2.4.6 @@ -118,8 +118,8 @@ importers: specifier: 1.13.0 version: 1.13.0 happy-dom: - specifier: 15.11.2 - version: 15.11.2 + specifier: 15.11.3 + version: 15.11.3 jiti: specifier: 2.4.0 version: 2.4.0 @@ -173,10 +173,10 @@ importers: version: 1.5.4 vitest: specifier: 2.1.4 - version: 2.1.4(@types/node@22.9.0)(happy-dom@15.11.2)(sass@1.78.0)(terser@5.32.0) + version: 2.1.4(@types/node@22.9.0)(happy-dom@15.11.3)(sass@1.78.0)(terser@5.32.0) vitest-environment-nuxt: specifier: 1.0.1 - version: 1.0.1(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.12)(vue@3.5.12(typescript@5.6.3)))(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.11.2)(magicast@0.3.5)(nitropack@2.10.4(typescript@5.6.3)(webpack-sources@3.2.3))(playwright-core@1.48.2)(vite@5.4.11(@types/node@22.9.0)(sass@1.78.0)(terser@5.32.0))(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.2)(sass@1.78.0)(terser@5.32.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) + version: 1.0.1(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.12)(vue@3.5.12(typescript@5.6.3)))(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.11.3)(magicast@0.3.5)(nitropack@2.10.4(typescript@5.6.3)(webpack-sources@3.2.3))(playwright-core@1.48.2)(vite@5.4.11(@types/node@22.9.0)(sass@1.78.0)(terser@5.32.0))(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.3)(sass@1.78.0)(terser@5.32.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) vue: specifier: 3.5.12 version: 3.5.12(typescript@5.6.3) @@ -223,8 +223,8 @@ importers: specifier: ^1.1.0 version: 1.1.0 mlly: - specifier: ^1.7.2 - version: 1.7.2 + specifier: ^1.7.3 + version: 1.7.3 pathe: specifier: ^1.1.2 version: 1.1.2 @@ -251,8 +251,8 @@ importers: version: 1.5.1 devDependencies: '@rspack/core': - specifier: 1.1.0 - version: 1.1.0 + specifier: 1.1.1 + version: 1.1.1 '@types/hash-sum': specifier: 1.0.2 version: 1.0.2 @@ -276,7 +276,7 @@ importers: version: 5.4.11(@types/node@22.9.0)(sass@1.78.0)(terser@5.32.0) vitest: specifier: 2.1.4 - version: 2.1.4(@types/node@22.9.0)(happy-dom@15.11.2)(sass@1.78.0)(terser@5.32.0) + version: 2.1.4(@types/node@22.9.0)(happy-dom@15.11.3)(sass@1.78.0)(terser@5.32.0) webpack: specifier: 5.96.1 version: 5.96.1 @@ -386,8 +386,8 @@ importers: specifier: ^0.30.12 version: 0.30.12 mlly: - specifier: ^1.7.2 - version: 1.7.2 + specifier: ^1.7.3 + version: 1.7.3 nanotar: specifier: ^0.1.1 version: 0.1.1 @@ -505,7 +505,7 @@ importers: version: 5.4.11(@types/node@22.9.0)(sass@1.78.0)(terser@5.32.0) vitest: specifier: 2.1.4 - version: 2.1.4(@types/node@22.9.0)(happy-dom@15.11.2)(sass@1.78.0)(terser@5.32.0) + version: 2.1.4(@types/node@22.9.0)(happy-dom@15.11.3)(sass@1.78.0)(terser@5.32.0) packages/rspack: dependencies: @@ -516,14 +516,14 @@ importers: specifier: workspace:* version: link:../kit '@rspack/core': - specifier: ^1.1.0 - version: 1.1.0 + specifier: ^1.1.1 + version: 1.1.1 autoprefixer: specifier: ^10.4.20 version: 10.4.20(postcss@8.4.49) css-loader: specifier: ^7.1.2 - version: 7.1.2(@rspack/core@1.1.0)(webpack@5.96.1) + version: 7.1.2(@rspack/core@1.1.1)(webpack@5.96.1) css-minimizer-webpack-plugin: specifier: ^7.0.0 version: 7.0.0(webpack@5.96.1) @@ -573,8 +573,8 @@ importers: specifier: ^4.14.0 version: 4.14.0 mlly: - specifier: ^1.7.2 - version: 1.7.2 + specifier: ^1.7.3 + version: 1.7.3 ohash: specifier: 1.1.4 version: 1.1.4 @@ -595,7 +595,7 @@ importers: version: 2.0.0 postcss-loader: specifier: ^8.1.1 - version: 8.1.1(@rspack/core@1.1.0)(postcss@8.4.49)(typescript@5.6.3)(webpack@5.96.1) + version: 8.1.1(@rspack/core@1.1.1)(postcss@8.4.49)(typescript@5.6.3)(webpack@5.96.1) postcss-url: specifier: ^10.1.3 version: 10.1.3(postcss@8.4.49) @@ -640,7 +640,7 @@ importers: version: 0.6.2 webpackbar: specifier: ^7.0.0 - version: 7.0.0(@rspack/core@1.1.0)(webpack@5.96.1) + version: 7.0.0(@rspack/core@1.1.1)(webpack@5.96.1) devDependencies: '@nuxt/schema': specifier: workspace:* @@ -804,7 +804,7 @@ importers: version: 0.1.0 html-validate: specifier: 8.25.0 - version: 8.25.0(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.2)(sass@1.78.0)(terser@5.32.0)) + version: 8.25.0(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.3)(sass@1.78.0)(terser@5.32.0)) htmlnano: specifier: 2.1.1 version: 2.1.1(cssnano@7.0.6(postcss@8.4.49))(postcss@8.4.49)(svgo@3.3.2)(terser@5.32.0)(typescript@5.6.3) @@ -896,8 +896,8 @@ importers: specifier: ^0.30.12 version: 0.30.12 mlly: - specifier: ^1.7.2 - version: 1.7.2 + specifier: ^1.7.3 + version: 1.7.3 ohash: specifier: 1.1.4 version: 1.1.4 @@ -976,7 +976,7 @@ importers: version: 10.4.20(postcss@8.4.49) css-loader: specifier: ^7.1.2 - version: 7.1.2(@rspack/core@1.1.0)(webpack@5.96.1) + version: 7.1.2(@rspack/core@1.1.1)(webpack@5.96.1) css-minimizer-webpack-plugin: specifier: ^7.0.0 version: 7.0.0(webpack@5.96.1) @@ -1023,8 +1023,8 @@ importers: specifier: ^2.9.2 version: 2.9.2(webpack@5.96.1) mlly: - specifier: ^1.7.2 - version: 1.7.2 + specifier: ^1.7.3 + version: 1.7.3 ohash: specifier: 1.1.4 version: 1.1.4 @@ -1045,7 +1045,7 @@ importers: version: 2.0.0 postcss-loader: specifier: ^8.1.1 - version: 8.1.1(@rspack/core@1.1.0)(postcss@8.4.49)(typescript@5.6.3)(webpack@5.96.1) + version: 8.1.1(@rspack/core@1.1.1)(postcss@8.4.49)(typescript@5.6.3)(webpack@5.96.1) postcss-url: specifier: ^10.1.3 version: 10.1.3(postcss@8.4.49) @@ -1090,14 +1090,14 @@ importers: version: 2.26.1 webpackbar: specifier: ^7.0.0 - version: 7.0.0(@rspack/core@1.1.0)(webpack@5.96.1) + version: 7.0.0(@rspack/core@1.1.1)(webpack@5.96.1) devDependencies: '@nuxt/schema': specifier: workspace:* version: link:../schema '@rspack/core': - specifier: 1.1.0 - version: 1.1.0 + specifier: 1.1.1 + version: 1.1.1 '@types/hash-sum': specifier: 1.0.2 version: 1.0.2 @@ -1168,7 +1168,7 @@ importers: version: 0.10.8(rollup@4.25.0)(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) vitest: specifier: 1.6.0 - version: 1.6.0(@types/node@22.9.0)(happy-dom@15.11.2)(sass@1.78.0)(terser@5.32.0) + version: 1.6.0(@types/node@22.9.0)(happy-dom@15.11.3)(sass@1.78.0)(terser@5.32.0) vue: specifier: 3.5.12 version: 3.5.12(typescript@5.6.3) @@ -2647,56 +2647,56 @@ packages: cpu: [x64] os: [win32] - '@rspack/binding-darwin-arm64@1.1.0': - resolution: {integrity: sha512-02YmzmtKMNHCSMzVT5sgbJuPDn+HunkrtWq0D95Fh9sGKYap9cs0JOpzTfyAL3KXJ9JzVfOAZA3VgVQOBaQNWQ==} + '@rspack/binding-darwin-arm64@1.1.1': + resolution: {integrity: sha512-BnvGPWObGZ2ZVnxe4K3NKwAWxYubOJvfwporXWD3NgkzeV5xJqGBFWRDnr/nfsFpgCTI8goxK5db/wb7NVzLqg==} cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-x64@1.1.0': - resolution: {integrity: sha512-HtBh8p6hml7BWNtZaqWFtGbOFP/tvFDn1uPWmA3R32WTILUXNRWXIsLDY95U3Z2U1Gt3SL58SOpJjXlFIb6wZg==} + '@rspack/binding-darwin-x64@1.1.1': + resolution: {integrity: sha512-aiwJRkPGAg99vCrG/C9I87Fh9TShOAkzpf2yeJEZL4gwTj9A8wrc/xlrCFn1BDkbPnGYz62oCR7z6JLIDgYLuA==} cpu: [x64] os: [darwin] - '@rspack/binding-linux-arm64-gnu@1.1.0': - resolution: {integrity: sha512-Q/i50Pieii3akdv5Q6my6QelV5Dpc8O/Ir4udpjYl0pbSdKamdI8M85fxrMxGAGcoNSD+X52fDvxJujXWMcP0w==} + '@rspack/binding-linux-arm64-gnu@1.1.1': + resolution: {integrity: sha512-2Z8YxH4+V0MiNhVQ2IFELDIFtykIdKgmOmGr/PuRQMHMxSn8AKo5uqBD30sZqe0+gryplZwK3hyrBETHOmSltQ==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-musl@1.1.0': - resolution: {integrity: sha512-H7Eu3xC7LWPpxrI47n8X361eEGGpQOjZIWTz8tLdn4oNS2D9kqsBYES7LsuuLTTH4ueHTDuEtDdfZpBsE+qesw==} + '@rspack/binding-linux-arm64-musl@1.1.1': + resolution: {integrity: sha512-l+cJd3wAxBt523Min7qN+G5s3SU0rif9Yq2AFWWl+R6IvmnMlMq6sAAyiyogUidFmJ5XIKSJJBTBnvLF3g4ezg==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-x64-gnu@1.1.0': - resolution: {integrity: sha512-dIZSutPo2z/OaO2f6SVlcYA6lGBH+4TrRtWmMyPshpTNPrkCGGfDhC43fZ4jCiUj2PO/Hcn8jyKhci4leBsVBA==} + '@rspack/binding-linux-x64-gnu@1.1.1': + resolution: {integrity: sha512-goaDDrXNulR7FcvUfj8AjhF3g7IXUttjQ4QsfY2xz7s20tDETlq5HpcM2A8GEI6lqkPAv/ITU0AynLK7bfyr4A==} cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-musl@1.1.0': - resolution: {integrity: sha512-f6L2JWgbG9PKWnVw2YNZdntjzia1V2w2Xq458HkCQUDwhnEipWXaZ2zhfD9jcb4UYoMP8/2uD3B96sSFFNTdrQ==} + '@rspack/binding-linux-x64-musl@1.1.1': + resolution: {integrity: sha512-T4RRn9ycxUHAfZJpfNRy+DdfevTXIZqox+NNg/N3d+Pqj5QS3zqpHBfPLC2mIIN1dw55BoshRIP2C1hUG0Fk6g==} cpu: [x64] os: [linux] - '@rspack/binding-win32-arm64-msvc@1.1.0': - resolution: {integrity: sha512-opo6XR4iXh/QkHiauVQBlU2xR2JyjDmSwgkION27oszu81nr+IajTSXQX96x5I6Bq48GQLU4rItHse/doctQDA==} + '@rspack/binding-win32-arm64-msvc@1.1.1': + resolution: {integrity: sha512-FHIPpueFc/+vWdZeVWRYWW0Z0IsDIHy+WhWxITeLjOVGsUN4rhaztYOausD7WsOlOhmR0SddeOYtRs/BR35wig==} cpu: [arm64] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.1.0': - resolution: {integrity: sha512-FBcG+OPJokSE3nPi1+ZamLK2V4IWdNC+GMr0z7LUrBiKc5lO70y5VkldfyPV1Z+doSuroVINlhK+lRHdQgGwYg==} + '@rspack/binding-win32-ia32-msvc@1.1.1': + resolution: {integrity: sha512-pgXE45ATK/Iil/oXlqaGoWZ0x3SoQk4dAjJGK7TzQuek6UEoJbLQL+W1ufe/iUxz67ICAmUvq5NH2ftOhEE2SA==} cpu: [ia32] os: [win32] - '@rspack/binding-win32-x64-msvc@1.1.0': - resolution: {integrity: sha512-H/6Glp1nZvxWAD5+2hRrp1kBs9f+pLb/un2TdFSUNd2tyXq5GyHCe70+N9psbe/jjGxD8e1vPNQtN/VvkuR0Zg==} + '@rspack/binding-win32-x64-msvc@1.1.1': + resolution: {integrity: sha512-z/kdbB+uhMi+H4podjTE7bfUpahACUuPOZPUtAAA6PMgRyiigBTK5UFYN35D30MONwZP4yNiLvPjurwiLw7EpA==} cpu: [x64] os: [win32] - '@rspack/binding@1.1.0': - resolution: {integrity: sha512-zLduWacrw/bBYiFvhjN70f+AJxXnTzevywXp54vso8d0Nz7z4KIycdz/Ua5AGRUkG2ZuQw6waypN5pXf48EBcA==} + '@rspack/binding@1.1.1': + resolution: {integrity: sha512-BRFliHbErqWrUo9X9bdik9WTRi6EgrJSQbbUiVeIYgW4gzYdfHUohgTkWo2Byu36LZolKrEjq/Uq2A8q/tc0YA==} - '@rspack/core@1.1.0': - resolution: {integrity: sha512-+IYWSe9D3wB97VVBfaojuWLv3wGIBe9pfJkxNObkorN60Nj3UHYzBLuACrHn4hW2mZjAWrv06ReHXJUEGzQqaQ==} + '@rspack/core@1.1.1': + resolution: {integrity: sha512-khYNAho2evyc7N5mYk4K6B587ou/dN1CDCqWrSDeZZNFFQHtuEp5T3kL1ntsKY7agObQhI60osCYaxFUPs0yww==} engines: {node: '>=16.0.0'} peerDependencies: '@swc/helpers': '>=0.5.1' @@ -4859,8 +4859,8 @@ packages: h3@1.13.0: resolution: {integrity: sha512-vFEAu/yf8UMUcB4s43OaDaigcqpQd14yanmOsn+NcRX3/guSKncyE2rOYhq8RIchgJrPSs/QiIddnTTR1ddiAg==} - happy-dom@15.11.2: - resolution: {integrity: sha512-MZ8kazOz+8i9G+olnJS836mNaF96UhOTzuECmxdE56+1+juiubqaJHTJUf+1WZ6Vs09lKLdmfX2AxGslfj1XFg==} + happy-dom@15.11.3: + resolution: {integrity: sha512-MZFy3YpoX4jnQbgrTWv35gpKxvw8y9FRSOIO6CIYmpZjxbkobaB0sAW+EXCxwTZcMvvmrjD59/NYvyld6nABfw==} engines: {node: '>=18.0.0'} has-bigints@1.0.2: @@ -5836,8 +5836,8 @@ packages: vue-tsc: optional: true - mlly@1.7.2: - resolution: {integrity: sha512-tN3dvVHYVz4DhSXinXIk7u9syPYaJvio118uomkovAtWBT+RdbP6Lfh/5Lvo519YMmwBafwlh20IPTXIStscpA==} + mlly@1.7.3: + resolution: {integrity: sha512-xUsx5n/mN0uQf4V548PKQ+YShA4/IW0KI1dZhrNrPCLG+xizETbHTkOa1f8/xut9JRPp8kQuMnz0oqwkTiLo/A==} mri@1.2.0: resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} @@ -8703,7 +8703,7 @@ snapshots: debug: 4.3.7(supports-color@9.4.0) kolorist: 1.8.0 local-pkg: 0.5.0 - mlly: 1.7.2 + mlly: 1.7.3 transitivePeerDependencies: - supports-color @@ -9013,7 +9013,7 @@ snapshots: defu: 6.1.4 h3: 1.13.0 magic-string: 0.30.12 - mlly: 1.7.2 + mlly: 1.7.3 ofetch: 1.4.1 ohash: 1.1.4 pathe: 1.1.2 @@ -9087,7 +9087,7 @@ snapshots: rc9: 2.1.2 std-env: 3.8.0 - '@nuxt/test-utils@3.14.4(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.12)(vue@3.5.12(typescript@5.6.3)))(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.11.2)(magicast@0.3.5)(nitropack@2.10.4(typescript@5.6.3)(webpack-sources@3.2.3))(playwright-core@1.48.2)(vite@5.4.11(@types/node@22.9.0)(sass@1.78.0)(terser@5.32.0))(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.2)(sass@1.78.0)(terser@5.32.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3)': + '@nuxt/test-utils@3.14.4(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.12)(vue@3.5.12(typescript@5.6.3)))(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.11.3)(magicast@0.3.5)(nitropack@2.10.4(typescript@5.6.3)(webpack-sources@3.2.3))(playwright-core@1.48.2)(vite@5.4.11(@types/node@22.9.0)(sass@1.78.0)(terser@5.32.0))(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.3)(sass@1.78.0)(terser@5.32.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3)': dependencies: '@nuxt/kit': link:packages/kit '@nuxt/schema': link:packages/schema @@ -9114,15 +9114,15 @@ snapshots: unenv: 1.10.0 unplugin: 1.15.0(webpack-sources@3.2.3) vite: 5.4.11(@types/node@22.9.0)(sass@1.78.0)(terser@5.32.0) - vitest-environment-nuxt: 1.0.1(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.12)(vue@3.5.12(typescript@5.6.3)))(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.11.2)(magicast@0.3.5)(nitropack@2.10.4(typescript@5.6.3)(webpack-sources@3.2.3))(playwright-core@1.48.2)(vite@5.4.11(@types/node@22.9.0)(sass@1.78.0)(terser@5.32.0))(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.2)(sass@1.78.0)(terser@5.32.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) + vitest-environment-nuxt: 1.0.1(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.12)(vue@3.5.12(typescript@5.6.3)))(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.11.3)(magicast@0.3.5)(nitropack@2.10.4(typescript@5.6.3)(webpack-sources@3.2.3))(playwright-core@1.48.2)(vite@5.4.11(@types/node@22.9.0)(sass@1.78.0)(terser@5.32.0))(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.3)(sass@1.78.0)(terser@5.32.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) vue: 3.5.12(typescript@5.6.3) vue-router: 4.4.5(vue@3.5.12(typescript@5.6.3)) optionalDependencies: '@testing-library/vue': 8.1.0(@vue/compiler-sfc@3.5.12)(vue@3.5.12(typescript@5.6.3)) '@vue/test-utils': 2.4.6 - happy-dom: 15.11.2 + happy-dom: 15.11.3 playwright-core: 1.48.2 - vitest: 2.1.4(@types/node@22.9.0)(happy-dom@15.11.2)(sass@1.78.0)(terser@5.32.0) + vitest: 2.1.4(@types/node@22.9.0)(happy-dom@15.11.3)(sass@1.78.0)(terser@5.32.0) transitivePeerDependencies: - magicast - webpack-sources @@ -9408,49 +9408,49 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.25.0': optional: true - '@rspack/binding-darwin-arm64@1.1.0': + '@rspack/binding-darwin-arm64@1.1.1': optional: true - '@rspack/binding-darwin-x64@1.1.0': + '@rspack/binding-darwin-x64@1.1.1': optional: true - '@rspack/binding-linux-arm64-gnu@1.1.0': + '@rspack/binding-linux-arm64-gnu@1.1.1': optional: true - '@rspack/binding-linux-arm64-musl@1.1.0': + '@rspack/binding-linux-arm64-musl@1.1.1': optional: true - '@rspack/binding-linux-x64-gnu@1.1.0': + '@rspack/binding-linux-x64-gnu@1.1.1': optional: true - '@rspack/binding-linux-x64-musl@1.1.0': + '@rspack/binding-linux-x64-musl@1.1.1': optional: true - '@rspack/binding-win32-arm64-msvc@1.1.0': + '@rspack/binding-win32-arm64-msvc@1.1.1': optional: true - '@rspack/binding-win32-ia32-msvc@1.1.0': + '@rspack/binding-win32-ia32-msvc@1.1.1': optional: true - '@rspack/binding-win32-x64-msvc@1.1.0': + '@rspack/binding-win32-x64-msvc@1.1.1': optional: true - '@rspack/binding@1.1.0': + '@rspack/binding@1.1.1': optionalDependencies: - '@rspack/binding-darwin-arm64': 1.1.0 - '@rspack/binding-darwin-x64': 1.1.0 - '@rspack/binding-linux-arm64-gnu': 1.1.0 - '@rspack/binding-linux-arm64-musl': 1.1.0 - '@rspack/binding-linux-x64-gnu': 1.1.0 - '@rspack/binding-linux-x64-musl': 1.1.0 - '@rspack/binding-win32-arm64-msvc': 1.1.0 - '@rspack/binding-win32-ia32-msvc': 1.1.0 - '@rspack/binding-win32-x64-msvc': 1.1.0 + '@rspack/binding-darwin-arm64': 1.1.1 + '@rspack/binding-darwin-x64': 1.1.1 + '@rspack/binding-linux-arm64-gnu': 1.1.1 + '@rspack/binding-linux-arm64-musl': 1.1.1 + '@rspack/binding-linux-x64-gnu': 1.1.1 + '@rspack/binding-linux-x64-musl': 1.1.1 + '@rspack/binding-win32-arm64-msvc': 1.1.1 + '@rspack/binding-win32-ia32-msvc': 1.1.1 + '@rspack/binding-win32-x64-msvc': 1.1.1 - '@rspack/core@1.1.0': + '@rspack/core@1.1.1': dependencies: '@module-federation/runtime-tools': 0.5.1 - '@rspack/binding': 1.1.0 + '@rspack/binding': 1.1.1 '@rspack/lite-tapable': 1.0.1 caniuse-lite: 1.0.30001667 @@ -10250,7 +10250,7 @@ snapshots: vite: 5.4.11(@types/node@22.9.0)(sass@1.78.0)(terser@5.32.0) vue: 3.5.12(typescript@5.6.3) - '@vitest/coverage-v8@2.1.4(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.2)(sass@1.78.0)(terser@5.32.0))': + '@vitest/coverage-v8@2.1.4(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.3)(sass@1.78.0)(terser@5.32.0))': dependencies: '@ampproject/remapping': 2.3.0 '@bcoe/v8-coverage': 0.2.3 @@ -10264,7 +10264,7 @@ snapshots: std-env: 3.8.0 test-exclude: 7.0.1 tinyrainbow: 1.2.0 - vitest: 2.1.4(@types/node@22.9.0)(happy-dom@15.11.2)(sass@1.78.0)(terser@5.32.0) + vitest: 2.1.4(@types/node@22.9.0)(happy-dom@15.11.3)(sass@1.78.0)(terser@5.32.0) transitivePeerDependencies: - supports-color @@ -10934,7 +10934,7 @@ snapshots: dotenv: 16.4.5 giget: 1.2.3 jiti: 1.21.6 - mlly: 1.7.2 + mlly: 1.7.3 ohash: 1.1.4 pathe: 1.1.2 perfect-debounce: 1.0.0 @@ -10951,7 +10951,7 @@ snapshots: dotenv: 16.4.5 giget: 1.2.3 jiti: 2.4.0 - mlly: 1.7.2 + mlly: 1.7.3 ohash: 1.1.4 pathe: 1.1.2 perfect-debounce: 1.0.0 @@ -11230,7 +11230,7 @@ snapshots: dependencies: postcss: 8.4.49 - css-loader@7.1.2(@rspack/core@1.1.0)(webpack@5.96.1): + css-loader@7.1.2(@rspack/core@1.1.1)(webpack@5.96.1): dependencies: icss-utils: 5.1.0(postcss@8.4.49) postcss: 8.4.49 @@ -11241,7 +11241,7 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.6.3 optionalDependencies: - '@rspack/core': 1.1.0 + '@rspack/core': 1.1.1 webpack: 5.96.1 css-minimizer-webpack-plugin@7.0.0(webpack@5.96.1): @@ -11945,7 +11945,7 @@ snapshots: externality@1.0.2: dependencies: enhanced-resolve: 5.17.1 - mlly: 1.7.2 + mlly: 1.7.3 pathe: 1.1.2 ufo: 1.5.4 @@ -12252,7 +12252,7 @@ snapshots: uncrypto: 0.1.3 unenv: 1.10.0 - happy-dom@15.11.2: + happy-dom@15.11.3: dependencies: entities: 4.5.0 webidl-conversions: 7.0.0 @@ -12375,7 +12375,7 @@ snapshots: html-tags@3.3.1: {} - html-validate@8.25.0(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.2)(sass@1.78.0)(terser@5.32.0)): + html-validate@8.25.0(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.3)(sass@1.78.0)(terser@5.32.0)): dependencies: '@html-validate/stylish': 4.2.0 '@sidvind/better-ajv-errors': 3.0.1(ajv@8.17.1) @@ -12388,7 +12388,7 @@ snapshots: prompts: 2.4.2 semver: 7.6.3 optionalDependencies: - vitest: 2.1.4(@types/node@22.9.0)(happy-dom@15.11.2)(sass@1.78.0)(terser@5.32.0) + vitest: 2.1.4(@types/node@22.9.0)(happy-dom@15.11.3)(sass@1.78.0)(terser@5.32.0) html-void-elements@3.0.0: {} @@ -12485,7 +12485,7 @@ snapshots: impound@0.2.0(rollup@4.25.0)(webpack-sources@3.2.3): dependencies: '@rollup/pluginutils': 5.1.3(rollup@4.25.0) - mlly: 1.7.2 + mlly: 1.7.3 pathe: 1.1.2 unenv: 1.10.0 unplugin: 1.15.0(webpack-sources@3.2.3) @@ -12862,7 +12862,7 @@ snapshots: h3: 1.13.0 http-shutdown: 1.2.2 jiti: 2.4.0 - mlly: 1.7.2 + mlly: 1.7.3 node-forge: 1.3.1 pathe: 1.1.2 std-env: 3.8.0 @@ -12888,7 +12888,7 @@ snapshots: local-pkg@0.5.0: dependencies: - mlly: 1.7.2 + mlly: 1.7.3 pkg-types: 1.2.1 locate-path@5.0.0: @@ -13397,7 +13397,7 @@ snapshots: defu: 6.1.4 esbuild: 0.24.0 jiti: 1.21.6 - mlly: 1.7.2 + mlly: 1.7.3 pathe: 1.1.2 pkg-types: 1.2.1 postcss: 8.4.49 @@ -13409,7 +13409,7 @@ snapshots: typescript: 5.6.3 vue-tsc: 2.1.10(typescript@5.6.3) - mlly@1.7.2: + mlly@1.7.3: dependencies: acorn: 8.14.0 pathe: 1.1.2 @@ -13481,7 +13481,7 @@ snapshots: magic-string: 0.30.12 magicast: 0.3.5 mime: 4.0.4 - mlly: 1.7.2 + mlly: 1.7.3 node-fetch-native: 1.6.4 ofetch: 1.4.1 ohash: 1.1.4 @@ -13826,7 +13826,7 @@ snapshots: pkg-types@1.2.1: dependencies: confbox: 0.1.8 - mlly: 1.7.2 + mlly: 1.7.3 pathe: 1.1.2 playwright-core@1.48.2: {} @@ -13883,14 +13883,14 @@ snapshots: read-cache: 1.0.0 resolve: 1.22.8 - postcss-loader@8.1.1(@rspack/core@1.1.0)(postcss@8.4.49)(typescript@5.6.3)(webpack@5.96.1): + postcss-loader@8.1.1(@rspack/core@1.1.1)(postcss@8.4.49)(typescript@5.6.3)(webpack@5.96.1): dependencies: cosmiconfig: 9.0.0(typescript@5.6.3) jiti: 1.21.6 postcss: 8.4.49 semver: 7.6.3 optionalDependencies: - '@rspack/core': 1.1.0 + '@rspack/core': 1.1.1 webpack: 5.96.1 transitivePeerDependencies: - typescript @@ -15018,7 +15018,7 @@ snapshots: jiti: 1.21.6 magic-string: 0.30.12 mkdist: 1.6.0(sass@1.78.0)(typescript@5.6.3)(vue-tsc@2.1.10(typescript@5.6.3)) - mlly: 1.7.2 + mlly: 1.7.3 pathe: 1.1.2 pkg-types: 1.2.1 pretty-bytes: 6.1.1 @@ -15092,7 +15092,7 @@ snapshots: fast-glob: 3.3.2 local-pkg: 0.5.0 magic-string: 0.30.12 - mlly: 1.7.2 + mlly: 1.7.3 pathe: 1.1.2 pkg-types: 1.2.1 scule: 1.3.0 @@ -15196,7 +15196,7 @@ snapshots: json5: 2.2.3 local-pkg: 0.5.0 magic-string: 0.30.12 - mlly: 1.7.2 + mlly: 1.7.3 pathe: 1.1.2 scule: 1.3.0 unplugin: 1.15.0(webpack-sources@3.2.3) @@ -15252,7 +15252,7 @@ snapshots: dependencies: knitwork: 1.1.0 magic-string: 0.30.12 - mlly: 1.7.2 + mlly: 1.7.3 pathe: 1.1.2 pkg-types: 1.2.1 unplugin: 1.15.0(webpack-sources@3.2.3) @@ -15420,9 +15420,9 @@ snapshots: sass: 1.78.0 terser: 5.32.0 - vitest-environment-nuxt@1.0.1(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.12)(vue@3.5.12(typescript@5.6.3)))(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.11.2)(magicast@0.3.5)(nitropack@2.10.4(typescript@5.6.3)(webpack-sources@3.2.3))(playwright-core@1.48.2)(vite@5.4.11(@types/node@22.9.0)(sass@1.78.0)(terser@5.32.0))(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.2)(sass@1.78.0)(terser@5.32.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3): + vitest-environment-nuxt@1.0.1(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.12)(vue@3.5.12(typescript@5.6.3)))(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.11.3)(magicast@0.3.5)(nitropack@2.10.4(typescript@5.6.3)(webpack-sources@3.2.3))(playwright-core@1.48.2)(vite@5.4.11(@types/node@22.9.0)(sass@1.78.0)(terser@5.32.0))(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.3)(sass@1.78.0)(terser@5.32.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3): dependencies: - '@nuxt/test-utils': 3.14.4(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.12)(vue@3.5.12(typescript@5.6.3)))(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.11.2)(magicast@0.3.5)(nitropack@2.10.4(typescript@5.6.3)(webpack-sources@3.2.3))(playwright-core@1.48.2)(vite@5.4.11(@types/node@22.9.0)(sass@1.78.0)(terser@5.32.0))(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.2)(sass@1.78.0)(terser@5.32.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) + '@nuxt/test-utils': 3.14.4(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.12)(vue@3.5.12(typescript@5.6.3)))(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.11.3)(magicast@0.3.5)(nitropack@2.10.4(typescript@5.6.3)(webpack-sources@3.2.3))(playwright-core@1.48.2)(vite@5.4.11(@types/node@22.9.0)(sass@1.78.0)(terser@5.32.0))(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.3)(sass@1.78.0)(terser@5.32.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) transitivePeerDependencies: - '@cucumber/cucumber' - '@jest/globals' @@ -15442,7 +15442,7 @@ snapshots: - vue-router - webpack-sources - vitest@1.6.0(@types/node@22.9.0)(happy-dom@15.11.2)(sass@1.78.0)(terser@5.32.0): + vitest@1.6.0(@types/node@22.9.0)(happy-dom@15.11.3)(sass@1.78.0)(terser@5.32.0): dependencies: '@vitest/expect': 1.6.0 '@vitest/runner': 1.6.0 @@ -15466,7 +15466,7 @@ snapshots: why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 22.9.0 - happy-dom: 15.11.2 + happy-dom: 15.11.3 transitivePeerDependencies: - less - lightningcss @@ -15477,7 +15477,7 @@ snapshots: - supports-color - terser - vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.2)(sass@1.78.0)(terser@5.32.0): + vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.3)(sass@1.78.0)(terser@5.32.0): dependencies: '@vitest/expect': 2.1.4 '@vitest/mocker': 2.1.4(vite@5.4.11(@types/node@22.9.0)(sass@1.78.0)(terser@5.32.0)) @@ -15501,7 +15501,7 @@ snapshots: why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 22.9.0 - happy-dom: 15.11.2 + happy-dom: 15.11.3 transitivePeerDependencies: - less - lightningcss @@ -15718,14 +15718,14 @@ snapshots: - esbuild - uglify-js - webpackbar@7.0.0(@rspack/core@1.1.0)(webpack@5.96.1): + webpackbar@7.0.0(@rspack/core@1.1.1)(webpack@5.96.1): dependencies: ansis: 3.3.2 consola: 3.2.3 pretty-time: 1.1.0 std-env: 3.8.0 optionalDependencies: - '@rspack/core': 1.1.0 + '@rspack/core': 1.1.1 webpack: 5.96.1 whatwg-mimetype@3.0.0: {}