From f8207f5d07c4a8d4141d8a7ebaac933c1bc913dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 05:20:24 +0000 Subject: [PATCH] Bump @shopify/polaris from 12.27.0 to 13.9.5 Bumps [@shopify/polaris](https://github.com/Shopify/polaris) from 12.27.0 to 13.9.5. - [Release notes](https://github.com/Shopify/polaris/releases) - [Commits](https://github.com/Shopify/polaris/compare/@shopify/polaris@12.27.0...@shopify/polaris@13.9.5) --- updated-dependencies: - dependency-name: "@shopify/polaris" dependency-version: 13.9.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 35 +++++++++++++++-------------------- package.json | 2 +- 2 files changed, 16 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0cc9e07..610f981 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@remix-run/react": "^2.16.1", "@remix-run/serve": "^2.16.1", "@shopify/app-bridge-react": "^4.1.6", - "@shopify/polaris": "^12.0.0", + "@shopify/polaris": "^13.9.5", "@shopify/shopify-app-remix": "^4.1.0", "@shopify/shopify-app-session-storage-prisma": "^8.0.0", "isbot": "^5.1.0", @@ -4619,13 +4619,13 @@ "license": "0BSD" }, "node_modules/@shopify/polaris": { - "version": "12.27.0", - "resolved": "https://registry.npmjs.org/@shopify/polaris/-/polaris-12.27.0.tgz", - "integrity": "sha512-Y8yus6iEjcfW2ZtEJtlqxbWeDJqTX3S/MOLH4GWRvU5gFYJQhlaHaETs0+OimbhEpO95mXbY8qB+KnIJaVBHwA==", + "version": "13.9.5", + "resolved": "https://registry.npmjs.org/@shopify/polaris/-/polaris-13.9.5.tgz", + "integrity": "sha512-UN+rT2q1r/uF0Xia8MaCl2nDxatuzbjunS5WYcv4qw8VBvThTxDVURgpwOuvutSrvu138pwScOAah933vqlYkg==", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@shopify/polaris-icons": "^8.11.1", - "@shopify/polaris-tokens": "^8.10.0", + "@shopify/polaris-icons": "^9.3.1", + "@shopify/polaris-tokens": "^9.4.2", "@types/react": "*", "@types/react-dom": "*", "@types/react-transition-group": "^4.4.2", @@ -4633,7 +4633,7 @@ "react-transition-group": "^4.4.2" }, "engines": { - "node": "^16.17.0 || >=18.12.0" + "node": ">=20.10.0" }, "peerDependencies": { "react": "^18.0.0", @@ -4641,32 +4641,27 @@ } }, "node_modules/@shopify/polaris-icons": { - "version": "8.11.1", - "resolved": "https://registry.npmjs.org/@shopify/polaris-icons/-/polaris-icons-8.11.1.tgz", - "integrity": "sha512-2HLzvJWMejKIwS5P2bs7k5CAjBKwPnD/iy9ncPzcgqRjmFInBXLtUXFQhPWDw6JwXzb1ZjNQK/ssTctcfz87Sw==", + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/@shopify/polaris-icons/-/polaris-icons-9.3.1.tgz", + "integrity": "sha512-16BIFAT93LJ8X4YRXz5cR9ZPHeErMg3DYS0gyTPNPkd0E5IBPoTxPINjn2b4Mr9Sc1x4RfI4AqPcV8ut0D1J5w==", "license": "SEE LICENSE IN LICENSE.md", "engines": { - "node": "^16.17.0 || >=18.12.0" + "node": ">=20.10.0" }, "peerDependencies": { "react": "*" - }, - "peerDependenciesMeta": { - "react": { - "optional": true - } } }, "node_modules/@shopify/polaris-tokens": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/@shopify/polaris-tokens/-/polaris-tokens-8.10.0.tgz", - "integrity": "sha512-y4PDtRbFKGHwA6Lu7a3L4N9SDP6gZv4tw6u0viumtcXcbF0T2j1xPmyuJZNc9c7vmhNSARCg27NGQFpPgxuaEg==", + "version": "9.4.2", + "resolved": "https://registry.npmjs.org/@shopify/polaris-tokens/-/polaris-tokens-9.4.2.tgz", + "integrity": "sha512-WNoDWLYFj38Cj0FolbNsLaY54JbjuYoO0qsLCj6yBb3Bkg4BEdAjOHji9AktL9IZGPsNhTcMp2/8CfzKtSHg2A==", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "deepmerge": "^4.3.1" }, "engines": { - "node": "^16.17.0 || >=18.12.0" + "node": ">=20.10.0" } }, "node_modules/@shopify/shopify-api": { diff --git a/package.json b/package.json index a5c1ddf..2a94300 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@remix-run/react": "^2.16.1", "@remix-run/serve": "^2.16.1", "@shopify/app-bridge-react": "^4.1.6", - "@shopify/polaris": "^12.0.0", + "@shopify/polaris": "^13.9.5", "@shopify/shopify-app-remix": "^4.1.0", "@shopify/shopify-app-session-storage-prisma": "^8.0.0", "isbot": "^5.1.0",