From 76e5de36d93e587cd51c94bb38deec6fecb662c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 21:14:36 +0000 Subject: [PATCH] Bump vite from 4.5.3 to 4.5.6 (#13093) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.3 to 4.5.6.
Release notes

Sourced from vite's releases.

v4.5.6

This version contains a breaking change due to security fixes. See https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6 for more details.

Please refer to CHANGELOG.md for details.

v4.5.5

Please refer to CHANGELOG.md for details.

v4.5.4

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

4.5.6 (2025-01-20)

4.5.5 (2024-09-16)

4.5.4 (2024-09-16)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite&package-manager=npm_and_yarn&previous-version=4.5.3&new-version=4.5.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Shopify/polaris/network/alerts).
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 136 +++++++++++++++++-------------------- polaris-react/package.json | 2 +- 2 files changed, 65 insertions(+), 73 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3943f3f645b..47a8f5425f3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -305,7 +305,7 @@ importers: version: 5.3.0 '@storybook/addon-a11y': specifier: ^8.5.0 - version: 8.5.0(storybook@8.5.0)(vitest@3.0.2) + version: 8.5.0(storybook@8.5.0)(vitest@3.0.3) '@storybook/addon-toolbars': specifier: ^8.5.0 version: 8.5.0(storybook@8.5.0) @@ -329,7 +329,7 @@ importers: version: 8.5.0(@storybook/test@8.5.0)(react-dom@18.2.0)(react@18.2.0)(storybook@8.5.0)(typescript@4.9.3) '@storybook/react-vite': specifier: ^8.5.0 - version: 8.5.0(@storybook/test@8.5.0)(react-dom@18.2.0)(react@18.2.0)(rollup@3.29.5)(storybook@8.5.0)(typescript@4.9.3)(vite@4.5.3) + version: 8.5.0(@storybook/test@8.5.0)(react-dom@18.2.0)(react@18.2.0)(rollup@3.29.5)(storybook@8.5.0)(typescript@4.9.3)(vite@4.5.6) '@storybook/test': specifier: ^8.5.0 version: 8.5.0(storybook@8.5.0) @@ -421,11 +421,11 @@ importers: specifier: ^0.4.0 version: 0.4.0 vite: - specifier: ^4.5.3 - version: 4.5.3(@types/node@20.12.5) + specifier: ^4.5.6 + version: 4.5.6(@types/node@20.12.5) vite-plugin-replace: specifier: ^0.1.1 - version: 0.1.1(vite@4.5.3) + version: 0.1.1(vite@4.5.6) wait-on: specifier: ^7.2.0 version: 7.2.0 @@ -4750,7 +4750,7 @@ packages: chalk: 4.1.2 dev: true - /@joshwooding/vite-plugin-react-docgen-typescript@0.4.2(typescript@4.9.3)(vite@4.5.3): + /@joshwooding/vite-plugin-react-docgen-typescript@0.4.2(typescript@4.9.3)(vite@4.5.6): resolution: {integrity: sha512-feQ+ntr+8hbVudnsTUapiMN9q8T90XA1d5jn9QzY09sNoj4iD9wi0PY1vsBFTda4ZjEaxRK9S81oarR2nj7TFQ==} peerDependencies: typescript: '>= 4.3.x' @@ -4762,7 +4762,7 @@ packages: magic-string: 0.27.0 react-docgen-typescript: 2.2.2(typescript@4.9.3) typescript: 4.9.3 - vite: 4.5.3(@types/node@20.12.5) + vite: 4.5.6(@types/node@20.12.5) dev: true /@jridgewell/gen-mapping@0.3.8: @@ -5877,7 +5877,7 @@ packages: webpack: 5.76.0 dev: true - /@storybook/addon-a11y@8.5.0(storybook@8.5.0)(vitest@3.0.2): + /@storybook/addon-a11y@8.5.0(storybook@8.5.0)(vitest@3.0.3): resolution: {integrity: sha512-dTKlnhOaDsAXxkmHz7m6/qb98IENoaXTCG3fXo2iwJ1xT27fZF+i8fz8oQprLAN5r7xlnz66ARJvEIKJ+Lxjgw==} peerDependencies: storybook: ^8.5.0 @@ -5886,7 +5886,7 @@ packages: '@storybook/test': 8.5.0(storybook@8.5.0) axe-core: 4.10.2 storybook: 8.5.0(prettier@2.8.8) - vitest-axe: 0.1.0(vitest@3.0.2) + vitest-axe: 0.1.0(vitest@3.0.3) transitivePeerDependencies: - vitest dev: true @@ -5937,7 +5937,7 @@ packages: ts-dedent: 2.2.0 dev: true - /@storybook/builder-vite@8.5.0(storybook@8.5.0)(vite@4.5.3): + /@storybook/builder-vite@8.5.0(storybook@8.5.0)(vite@4.5.6): resolution: {integrity: sha512-GVJFjAxX/mL3bmXX6N619ShuYprkh6Ix08JU6QGNf/tTkG92BxjgCqQdfovBrviDhFyO2bhkdlEp6ujMo5CbZA==} peerDependencies: storybook: ^8.5.0 @@ -5947,7 +5947,7 @@ packages: browser-assert: 1.2.1 storybook: 8.5.0(prettier@2.8.8) ts-dedent: 2.2.0 - vite: 4.5.3(@types/node@20.12.5) + vite: 4.5.6(@types/node@20.12.5) dev: true /@storybook/components@8.5.0(storybook@8.5.0): @@ -6064,7 +6064,7 @@ packages: storybook: 8.5.0(prettier@2.8.8) dev: true - /@storybook/react-vite@8.5.0(@storybook/test@8.5.0)(react-dom@18.2.0)(react@18.2.0)(rollup@3.29.5)(storybook@8.5.0)(typescript@4.9.3)(vite@4.5.3): + /@storybook/react-vite@8.5.0(@storybook/test@8.5.0)(react-dom@18.2.0)(react@18.2.0)(rollup@3.29.5)(storybook@8.5.0)(typescript@4.9.3)(vite@4.5.6): resolution: {integrity: sha512-4f5AM8aPs2aTBeiycotinaDIPJg/YRtPb0F1dDquS097eUOeImS73+NSSCwrIjmSiapG/KWVkPgFnadEumFkAA==} engines: {node: '>=18.0.0'} peerDependencies: @@ -6077,9 +6077,9 @@ packages: '@storybook/test': optional: true dependencies: - '@joshwooding/vite-plugin-react-docgen-typescript': 0.4.2(typescript@4.9.3)(vite@4.5.3) + '@joshwooding/vite-plugin-react-docgen-typescript': 0.4.2(typescript@4.9.3)(vite@4.5.6) '@rollup/pluginutils': 5.1.4(rollup@3.29.5) - '@storybook/builder-vite': 8.5.0(storybook@8.5.0)(vite@4.5.3) + '@storybook/builder-vite': 8.5.0(storybook@8.5.0)(vite@4.5.6) '@storybook/react': 8.5.0(@storybook/test@8.5.0)(react-dom@18.2.0)(react@18.2.0)(storybook@8.5.0)(typescript@4.9.3) '@storybook/test': 8.5.0(storybook@8.5.0) find-up: 5.0.0 @@ -6090,7 +6090,7 @@ packages: resolve: 1.22.10 storybook: 8.5.0(prettier@2.8.8) tsconfig-paths: 4.2.0 - vite: 4.5.3(@types/node@20.12.5) + vite: 4.5.6(@types/node@20.12.5) transitivePeerDependencies: - rollup - supports-color @@ -7372,17 +7372,17 @@ packages: tinyrainbow: 1.2.0 dev: true - /@vitest/expect@3.0.2: - resolution: {integrity: sha512-dKSHLBcoZI+3pmP5hiZ7I5grNru2HRtEW8Z5Zp4IXog8QYcxhlox7JUPyIIFWfN53+3HW3KPLIl6nSzUGgKSuQ==} + /@vitest/expect@3.0.3: + resolution: {integrity: sha512-SbRCHU4qr91xguu+dH3RUdI5dC86zm8aZWydbp961aIR7G8OYNN6ZiayFuf9WAngRbFOfdrLHCGgXTj3GtoMRQ==} dependencies: - '@vitest/spy': 3.0.2 - '@vitest/utils': 3.0.2 + '@vitest/spy': 3.0.3 + '@vitest/utils': 3.0.3 chai: 5.1.2 tinyrainbow: 2.0.0 dev: true - /@vitest/mocker@3.0.2(vite@6.0.8): - resolution: {integrity: sha512-Hr09FoBf0jlwwSyzIF4Xw31OntpO3XtZjkccpcBf8FeVW3tpiyKlkeUzxS/txzHqpUCNIX157NaTySxedyZLvA==} + /@vitest/mocker@3.0.3(vite@6.0.11): + resolution: {integrity: sha512-XT2XBc4AN9UdaxJAeIlcSZ0ILi/GzmG5G8XSly4gaiqIvPV3HMTSIDZWJVX6QRJ0PX1m+W8Cy0K9ByXNb/bPIA==} peerDependencies: msw: ^2.4.9 vite: ^5.0.0 || ^6.0.0 @@ -7392,10 +7392,10 @@ packages: vite: optional: true dependencies: - '@vitest/spy': 3.0.2 + '@vitest/spy': 3.0.3 estree-walker: 3.0.3 magic-string: 0.30.17 - vite: 6.0.8(@types/node@20.12.5) + vite: 6.0.11(@types/node@20.12.5) dev: true /@vitest/pretty-format@2.0.5: @@ -7410,23 +7410,23 @@ packages: tinyrainbow: 1.2.0 dev: true - /@vitest/pretty-format@3.0.2: - resolution: {integrity: sha512-yBohcBw/T/p0/JRgYD+IYcjCmuHzjC3WLAKsVE4/LwiubzZkE8N49/xIQ/KGQwDRA8PaviF8IRO8JMWMngdVVQ==} + /@vitest/pretty-format@3.0.3: + resolution: {integrity: sha512-gCrM9F7STYdsDoNjGgYXKPq4SkSxwwIU5nkaQvdUxiQ0EcNlez+PdKOVIsUJvh9P9IeIFmjn4IIREWblOBpP2Q==} dependencies: tinyrainbow: 2.0.0 dev: true - /@vitest/runner@3.0.2: - resolution: {integrity: sha512-GHEsWoncrGxWuW8s405fVoDfSLk6RF2LCXp6XhevbtDjdDme1WV/eNmUueDfpY1IX3MJaCRelVCEXsT9cArfEg==} + /@vitest/runner@3.0.3: + resolution: {integrity: sha512-Rgi2kOAk5ZxWZlwPguRJFOBmWs6uvvyAAR9k3MvjRvYrG7xYvKChZcmnnpJCS98311CBDMqsW9MzzRFsj2gX3g==} dependencies: - '@vitest/utils': 3.0.2 + '@vitest/utils': 3.0.3 pathe: 2.0.2 dev: true - /@vitest/snapshot@3.0.2: - resolution: {integrity: sha512-h9s67yD4+g+JoYG0zPCo/cLTabpDqzqNdzMawmNPzDStTiwxwkyYM1v5lWE8gmGv3SVJ2DcxA2NpQJZJv9ym3g==} + /@vitest/snapshot@3.0.3: + resolution: {integrity: sha512-kNRcHlI4txBGztuJfPEJ68VezlPAXLRT1u5UCx219TU3kOG2DplNxhWLwDf2h6emwmTPogzLnGVwP6epDaJN6Q==} dependencies: - '@vitest/pretty-format': 3.0.2 + '@vitest/pretty-format': 3.0.3 magic-string: 0.30.17 pathe: 2.0.2 dev: true @@ -7437,8 +7437,8 @@ packages: tinyspy: 3.0.2 dev: true - /@vitest/spy@3.0.2: - resolution: {integrity: sha512-8mI2iUn+PJFMT44e3ISA1R+K6ALVs47W6eriDTfXe6lFqlflID05MB4+rIFhmDSLBj8iBsZkzBYlgSkinxLzSQ==} + /@vitest/spy@3.0.3: + resolution: {integrity: sha512-7/dgux8ZBbF7lEIKNnEqQlyRaER9nkAL9eTmdKJkDO3hS8p59ATGwKOCUDHcBLKr7h/oi/6hP+7djQk8049T2A==} dependencies: tinyspy: 3.0.2 dev: true @@ -7460,10 +7460,10 @@ packages: tinyrainbow: 1.2.0 dev: true - /@vitest/utils@3.0.2: - resolution: {integrity: sha512-Qu01ZYZlgHvDP02JnMBRpX43nRaZtNpIzw3C1clDXmn8eakgX6iQVGzTQ/NjkIr64WD8ioqOjkaYRVvHQI5qiw==} + /@vitest/utils@3.0.3: + resolution: {integrity: sha512-f+s8CvyzPtMFY1eZKkIHGhPsQgYo5qCm6O8KZoim9qm1/jT64qBgGpO5tHscNH6BzRHM+edLNOP+3vO8+8pE/A==} dependencies: - '@vitest/pretty-format': 3.0.2 + '@vitest/pretty-format': 3.0.3 loupe: 3.1.2 tinyrainbow: 2.0.0 dev: true @@ -8004,7 +8004,7 @@ packages: resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} dependencies: fast-deep-equal: 3.1.3 - fast-uri: 3.0.5 + fast-uri: 3.0.6 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 dev: true @@ -12268,8 +12268,8 @@ packages: resolution: {integrity: sha512-HPtaa38cPgWvaCFmRNhlc6NG7pv6NUHqjPgVAkWGoB9mQMwYB27/K0CvOM5Czy+qpT3e8XJ6Q4aPAnzpNpzNaw==} dev: true - /fast-uri@3.0.5: - resolution: {integrity: sha512-5JnBCWpFlMo0a3ciDy/JckMzzv1U9coZrIhedq+HXxxUfDTAiS0LA8OKVao4G9BxmCVck/jtA5r3KAtRWEyD8Q==} + /fast-uri@3.0.6: + resolution: {integrity: sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==} dev: true /fastest-levenshtein@1.0.16: @@ -20667,14 +20667,6 @@ packages: fsevents: 2.3.3 dev: true - /rollup@3.29.4: - resolution: {integrity: sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==} - engines: {node: '>=14.18.0', npm: '>=8.0.0'} - hasBin: true - optionalDependencies: - fsevents: 2.3.3 - dev: true - /rollup@3.29.5: resolution: {integrity: sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} @@ -23405,8 +23397,8 @@ packages: vfile-message: 4.0.2 dev: false - /vite-node@3.0.2(@types/node@20.12.5): - resolution: {integrity: sha512-hsEQerBAHvVAbv40m3TFQe/lTEbOp7yDpyqMJqr2Tnd+W58+DEYOt+fluQgekOePcsNBmR77lpVAnIU2Xu4SvQ==} + /vite-node@3.0.3(@types/node@20.12.5): + resolution: {integrity: sha512-0sQcwhwAEw/UJGojbhOrnq3HtiZ3tC7BzpAa0lx3QaTX0S3YX70iGcik25UBdB96pmdwjyY2uyKNYruxCDmiEg==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true dependencies: @@ -23414,7 +23406,7 @@ packages: debug: 4.4.0 es-module-lexer: 1.6.0 pathe: 2.0.2 - vite: 6.0.8(@types/node@20.12.5) + vite: 6.0.11(@types/node@20.12.5) transitivePeerDependencies: - '@types/node' - jiti @@ -23430,16 +23422,16 @@ packages: - yaml dev: true - /vite-plugin-replace@0.1.1(vite@4.5.3): + /vite-plugin-replace@0.1.1(vite@4.5.6): resolution: {integrity: sha512-v+okl3JNt2pf1jDYijw+WPVt6h9FWa/atTi+qnSFBqmKThLTDhlesx0r3bh+oFPmxRJmis5tNx9HtN6lGFoqWg==} peerDependencies: vite: ^2 dependencies: - vite: 4.5.3(@types/node@20.12.5) + vite: 4.5.6(@types/node@20.12.5) dev: true - /vite@4.5.3(@types/node@20.12.5): - resolution: {integrity: sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==} + /vite@4.5.6(@types/node@20.12.5): + resolution: {integrity: sha512-ElBNuVvJKslxcfY2gMmae5IjaKGqCYGicCNZ+8R56sAznobeE3pI9ctzI17cBS/6OJh5YuQNMSN4BP4dRjugBg==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -23469,13 +23461,13 @@ packages: '@types/node': 20.12.5 esbuild: 0.18.20 postcss: 8.5.1 - rollup: 3.29.4 + rollup: 3.29.5 optionalDependencies: fsevents: 2.3.3 dev: true - /vite@6.0.8(@types/node@20.12.5): - resolution: {integrity: sha512-rJmB+6m3Qmo5nssFmm6hbSvaCS+5tH/iuTJYeHEOHMwqu/DPrjjBs1rlecCo4D0qy5xq506hMpkKx6pKaudUxA==} + /vite@6.0.11(@types/node@20.12.5): + resolution: {integrity: sha512-4VL9mQPKoHy4+FE0NnRE/kbY51TOfaknxAjt3fJbGJxhIpBZiqVzlZDEesWWsuREXHwNdAoOFZ9MkPEVXczHwg==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: @@ -23522,7 +23514,7 @@ packages: fsevents: 2.3.3 dev: true - /vitest-axe@0.1.0(vitest@3.0.2): + /vitest-axe@0.1.0(vitest@3.0.3): resolution: {integrity: sha512-jvtXxeQPg8R/2ANTY8QicA5pvvdRP4F0FsVUAHANJ46YCDASie/cuhlSzu0DGcLmZvGBSBNsNuK3HqfaeknyvA==} peerDependencies: vitest: '>=0.16.0' @@ -23533,18 +23525,18 @@ packages: dom-accessibility-api: 0.5.16 lodash-es: 4.17.21 redent: 3.0.0 - vitest: 3.0.2(@types/node@20.12.5) + vitest: 3.0.3(@types/node@20.12.5) dev: true - /vitest@3.0.2(@types/node@20.12.5): - resolution: {integrity: sha512-5bzaHakQ0hmVVKLhfh/jXf6oETDBtgPo8tQCHYB+wftNgFJ+Hah67IsWc8ivx4vFL025Ow8UiuTf4W57z4izvQ==} + /vitest@3.0.3(@types/node@20.12.5): + resolution: {integrity: sha512-dWdwTFUW9rcnL0LyF2F+IfvNQWB0w9DERySCk8VMG75F8k25C7LsZoh6XfCjPvcR8Nb+Lqi9JKr6vnzH7HSrpQ==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 - '@vitest/browser': 3.0.2 - '@vitest/ui': 3.0.2 + '@vitest/browser': 3.0.3 + '@vitest/ui': 3.0.3 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -23562,13 +23554,13 @@ packages: optional: true dependencies: '@types/node': 20.12.5 - '@vitest/expect': 3.0.2 - '@vitest/mocker': 3.0.2(vite@6.0.8) - '@vitest/pretty-format': 3.0.2 - '@vitest/runner': 3.0.2 - '@vitest/snapshot': 3.0.2 - '@vitest/spy': 3.0.2 - '@vitest/utils': 3.0.2 + '@vitest/expect': 3.0.3 + '@vitest/mocker': 3.0.3(vite@6.0.11) + '@vitest/pretty-format': 3.0.3 + '@vitest/runner': 3.0.3 + '@vitest/snapshot': 3.0.3 + '@vitest/spy': 3.0.3 + '@vitest/utils': 3.0.3 chai: 5.1.2 debug: 4.4.0 expect-type: 1.1.0 @@ -23579,8 +23571,8 @@ packages: tinyexec: 0.3.2 tinypool: 1.0.2 tinyrainbow: 2.0.0 - vite: 6.0.8(@types/node@20.12.5) - vite-node: 3.0.2(@types/node@20.12.5) + vite: 6.0.11(@types/node@20.12.5) + vite-node: 3.0.3(@types/node@20.12.5) why-is-node-running: 2.3.0 transitivePeerDependencies: - jiti diff --git a/polaris-react/package.json b/polaris-react/package.json index 38ba098506c..a1164f4b67f 100644 --- a/polaris-react/package.json +++ b/polaris-react/package.json @@ -117,7 +117,7 @@ "serve": "^14.2.4", "storybook": "^8.5.0", "transitions-all-settled": "^0.4.0", - "vite": "^4.5.3", + "vite": "^4.5.6", "vite-plugin-replace": "^0.1.1", "wait-on": "^7.2.0" },