From dd131063eea91f7b0406aad7f150d3d9cc034373 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 21:49:18 +0000 Subject: [PATCH] Version Packages --- .changeset/add-intercepts-capability.md | 6 -- .../app-dev-store-picker-create-option.md | 5 -- .changeset/brotli-bundle-size-report.md | 5 -- .../claimed-preview-store-auth-recovery.md | 5 -- .changeset/create-dev-store-from-app.md | 5 -- .changeset/fuzzy-store-variables.md | 5 -- .changeset/nervous-pandas-acknowledge.md | 5 -- .../prompt-for-localhost-certificate.md | 5 -- .changeset/quiet-dev-store-help.md | 5 -- .changeset/spicy-crabs-bundle.md | 5 -- packages/app/CHANGELOG.md | 19 +++++ packages/app/package.json | 10 +-- packages/cli-kit/CHANGELOG.md | 2 + packages/cli-kit/package.json | 2 +- packages/cli-kit/src/public/common/version.ts | 2 +- packages/cli/CHANGELOG.md | 6 ++ packages/cli/oclif.manifest.json | 2 +- packages/cli/package.json | 14 ++-- packages/create-app/CHANGELOG.md | 2 + packages/create-app/oclif.manifest.json | 2 +- packages/create-app/package.json | 6 +- packages/organizations/CHANGELOG.md | 6 ++ packages/organizations/package.json | 4 +- packages/plugin-cloudflare/CHANGELOG.md | 6 ++ packages/plugin-cloudflare/package.json | 4 +- packages/plugin-did-you-mean/CHANGELOG.md | 6 ++ packages/plugin-did-you-mean/package.json | 4 +- packages/store/CHANGELOG.md | 9 ++ packages/store/package.json | 6 +- packages/theme/CHANGELOG.md | 6 ++ packages/theme/package.json | 4 +- .../ui-extensions-server-kit/CHANGELOG.md | 6 ++ .../ui-extensions-server-kit/package.json | 2 +- pnpm-lock.yaml | 83 ++++--------------- 34 files changed, 117 insertions(+), 147 deletions(-) delete mode 100644 .changeset/add-intercepts-capability.md delete mode 100644 .changeset/app-dev-store-picker-create-option.md delete mode 100644 .changeset/brotli-bundle-size-report.md delete mode 100644 .changeset/claimed-preview-store-auth-recovery.md delete mode 100644 .changeset/create-dev-store-from-app.md delete mode 100644 .changeset/fuzzy-store-variables.md delete mode 100644 .changeset/nervous-pandas-acknowledge.md delete mode 100644 .changeset/prompt-for-localhost-certificate.md delete mode 100644 .changeset/quiet-dev-store-help.md delete mode 100644 .changeset/spicy-crabs-bundle.md diff --git a/.changeset/add-intercepts-capability.md b/.changeset/add-intercepts-capability.md deleted file mode 100644 index 7d3cba12279..00000000000 --- a/.changeset/add-intercepts-capability.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@shopify/app': minor -'@shopify/ui-extensions-server-kit': minor ---- - -Add support for the `intercepts` UI extension target capability. diff --git a/.changeset/app-dev-store-picker-create-option.md b/.changeset/app-dev-store-picker-create-option.md deleted file mode 100644 index 430b09ddda1..00000000000 --- a/.changeset/app-dev-store-picker-create-option.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/app': minor ---- - -Add a "Create a new dev store" option to the store picker in `app dev`. diff --git a/.changeset/brotli-bundle-size-report.md b/.changeset/brotli-bundle-size-report.md deleted file mode 100644 index d2d3ad844e0..00000000000 --- a/.changeset/brotli-bundle-size-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/app': patch ---- - -Report extension compressed bundle size using Brotli diff --git a/.changeset/claimed-preview-store-auth-recovery.md b/.changeset/claimed-preview-store-auth-recovery.md deleted file mode 100644 index 4abb1d0ea2b..00000000000 --- a/.changeset/claimed-preview-store-auth-recovery.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/store': patch ---- - -Allow store auth recovery after a preview store is claimed. diff --git a/.changeset/create-dev-store-from-app.md b/.changeset/create-dev-store-from-app.md deleted file mode 100644 index fd55986e428..00000000000 --- a/.changeset/create-dev-store-from-app.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/app': minor ---- - -Allow `app dev` to create a development store when the organization has none. diff --git a/.changeset/fuzzy-store-variables.md b/.changeset/fuzzy-store-variables.md deleted file mode 100644 index ee89cd880fc..00000000000 --- a/.changeset/fuzzy-store-variables.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/cli': patch ---- - -Reject invalid variable values before store execute requests are sent. diff --git a/.changeset/nervous-pandas-acknowledge.md b/.changeset/nervous-pandas-acknowledge.md deleted file mode 100644 index 5d818319278..00000000000 --- a/.changeset/nervous-pandas-acknowledge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/app': minor ---- - -Show a confirmation when configuration-only extensions are accepted during `shopify app dev` diff --git a/.changeset/prompt-for-localhost-certificate.md b/.changeset/prompt-for-localhost-certificate.md deleted file mode 100644 index 52ac7fc13ec..00000000000 --- a/.changeset/prompt-for-localhost-certificate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/app': patch ---- - -Prompt to generate the localhost certificate again instead of aborting on `app dev --use-localhost` diff --git a/.changeset/quiet-dev-store-help.md b/.changeset/quiet-dev-store-help.md deleted file mode 100644 index 9ab32e6f243..00000000000 --- a/.changeset/quiet-dev-store-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/store': patch ---- - -Correct development store command help text. diff --git a/.changeset/spicy-crabs-bundle.md b/.changeset/spicy-crabs-bundle.md deleted file mode 100644 index b16645d40e7..00000000000 --- a/.changeset/spicy-crabs-bundle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/app': minor ---- - -Support the bundle_size_exception extension capability diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index b683fc5a008..9602e6b72a6 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,5 +1,24 @@ # @shopify/app +## 4.8.0 + +### Minor Changes + +- 86d164b: Add support for the `intercepts` UI extension target capability. +- 4830793: Add a "Create a new dev store" option to the store picker in `app dev`. +- a4d5bb0: Allow `app dev` to create a development store when the organization has none. +- 509c9de: Show a confirmation when configuration-only extensions are accepted during `shopify app dev` +- 71ca2e7: Support the bundle_size_exception extension capability + +### Patch Changes + +- 30c4e00: Report extension compressed bundle size using Brotli +- a0cc4a9: Prompt to generate the localhost certificate again instead of aborting on `app dev --use-localhost` + - @shopify/organizations@4.8.0 + - @shopify/cli-kit@4.8.0 + - @shopify/theme@4.8.0 + - @shopify/plugin-cloudflare@4.8.0 + ## 4.7.0 ### Minor Changes diff --git a/packages/app/package.json b/packages/app/package.json index 4a3ed74a086..5ffff06a06a 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/app", - "version": "4.7.0", + "version": "4.8.0", "packageManager": "pnpm@10.11.1", "description": "Utilities for loading, building, and publishing apps.", "homepage": "https://github.com/shopify/cli#readme", @@ -57,10 +57,10 @@ "@graphql-typed-document-node/core": "3.2.0", "@luckycatfactory/esbuild-graphql-loader": "3.8.1", "@oclif/core": "4.8.3", - "@shopify/cli-kit": "4.7.0", - "@shopify/organizations": "4.7.0", - "@shopify/plugin-cloudflare": "4.7.0", - "@shopify/theme": "4.7.0", + "@shopify/cli-kit": "4.8.0", + "@shopify/organizations": "4.8.0", + "@shopify/plugin-cloudflare": "4.8.0", + "@shopify/theme": "4.8.0", "@shopify/theme-check-node": "3.29.0", "@shopify/toml-patch": "0.3.0", "chokidar": "3.6.0", diff --git a/packages/cli-kit/CHANGELOG.md b/packages/cli-kit/CHANGELOG.md index 91f18cf381d..bc3858ce298 100644 --- a/packages/cli-kit/CHANGELOG.md +++ b/packages/cli-kit/CHANGELOG.md @@ -1,5 +1,7 @@ # @shopify/cli-kit +## 4.8.0 + ## 4.7.0 ### Minor Changes diff --git a/packages/cli-kit/package.json b/packages/cli-kit/package.json index 23f261099c9..daa30b9eab2 100644 --- a/packages/cli-kit/package.json +++ b/packages/cli-kit/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/cli-kit", - "version": "4.7.0", + "version": "4.8.0", "packageManager": "pnpm@10.11.1", "private": false, "description": "A set of utilities, interfaces, and models that are common across all the platform features", diff --git a/packages/cli-kit/src/public/common/version.ts b/packages/cli-kit/src/public/common/version.ts index dbe71034a39..0153d95bcbc 100644 --- a/packages/cli-kit/src/public/common/version.ts +++ b/packages/cli-kit/src/public/common/version.ts @@ -1 +1 @@ -export const CLI_KIT_VERSION = '4.7.0' +export const CLI_KIT_VERSION = '4.8.0' diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 445bf937cdb..81be078f968 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/cli +## 4.8.0 + +### Patch Changes + +- 2604627: Reject invalid variable values before store execute requests are sent. + ## 4.7.0 ## 4.6.0 diff --git a/packages/cli/oclif.manifest.json b/packages/cli/oclif.manifest.json index fa36d024fb8..703d8b5fbe0 100644 --- a/packages/cli/oclif.manifest.json +++ b/packages/cli/oclif.manifest.json @@ -9709,5 +9709,5 @@ "strict": true } }, - "version": "4.7.0" + "version": "4.8.0" } \ No newline at end of file diff --git a/packages/cli/package.json b/packages/cli/package.json index 010c754a4d2..f121aa7b6e3 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/cli", - "version": "4.7.0", + "version": "4.8.0", "packageManager": "pnpm@10.11.1", "private": false, "description": "A CLI tool to build for the Shopify platform", @@ -60,12 +60,12 @@ "@oclif/core": "4.8.3", "@oclif/plugin-commands": "4.1.60", "@oclif/plugin-plugins": "5.4.84", - "@shopify/app": "4.7.0", - "@shopify/store": "4.7.0", - "@shopify/cli-kit": "4.7.0", - "@shopify/plugin-cloudflare": "4.7.0", - "@shopify/plugin-did-you-mean": "4.7.0", - "@shopify/theme": "4.7.0", + "@shopify/app": "4.8.0", + "@shopify/store": "4.8.0", + "@shopify/cli-kit": "4.8.0", + "@shopify/plugin-cloudflare": "4.8.0", + "@shopify/plugin-did-you-mean": "4.8.0", + "@shopify/theme": "4.8.0", "@shopify/cli-hydrogen": "13.0.3", "@types/global-agent": "3.0.0", "@vitest/coverage-istanbul": "^3.2.7", diff --git a/packages/create-app/CHANGELOG.md b/packages/create-app/CHANGELOG.md index 6e60d7ccb20..dc5ccb17b47 100644 --- a/packages/create-app/CHANGELOG.md +++ b/packages/create-app/CHANGELOG.md @@ -1,5 +1,7 @@ # @shopify/create-app +## 4.8.0 + ## 4.7.0 ## 4.6.0 diff --git a/packages/create-app/oclif.manifest.json b/packages/create-app/oclif.manifest.json index 1b112f5940e..e776094379b 100644 --- a/packages/create-app/oclif.manifest.json +++ b/packages/create-app/oclif.manifest.json @@ -129,5 +129,5 @@ "summary": "Create a new app project" } }, - "version": "4.7.0" + "version": "4.8.0" } \ No newline at end of file diff --git a/packages/create-app/package.json b/packages/create-app/package.json index de9f183af5a..cbe1fb2b608 100644 --- a/packages/create-app/package.json +++ b/packages/create-app/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/create-app", - "version": "4.7.0", + "version": "4.8.0", "packageManager": "pnpm@10.11.1", "private": false, "description": "A CLI tool to create a new Shopify app.", @@ -58,8 +58,8 @@ "esbuild": "0.28.1" }, "devDependencies": { - "@shopify/cli-kit": "4.7.0", - "@shopify/app": "4.7.0", + "@shopify/cli-kit": "4.8.0", + "@shopify/app": "4.8.0", "esbuild-plugin-copy": "^2.1.1", "@vitest/coverage-istanbul": "^3.2.7" }, diff --git a/packages/organizations/CHANGELOG.md b/packages/organizations/CHANGELOG.md index d11f4d38b1c..68226f3ef59 100644 --- a/packages/organizations/CHANGELOG.md +++ b/packages/organizations/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/organizations +## 4.8.0 + +### Patch Changes + +- @shopify/cli-kit@4.8.0 + ## 4.7.0 ### Patch Changes diff --git a/packages/organizations/package.json b/packages/organizations/package.json index f5c4ee52d37..7aa073736d1 100644 --- a/packages/organizations/package.json +++ b/packages/organizations/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/organizations", - "version": "4.7.0", + "version": "4.8.0", "packageManager": "pnpm@10.11.1", "private": true, "description": "Utilities for working with Shopify organizations", @@ -39,7 +39,7 @@ ] }, "dependencies": { - "@shopify/cli-kit": "4.7.0", + "@shopify/cli-kit": "4.8.0", "@graphql-typed-document-node/core": "3.2.0" }, "devDependencies": { diff --git a/packages/plugin-cloudflare/CHANGELOG.md b/packages/plugin-cloudflare/CHANGELOG.md index e84a07f036d..f0bc84fa5e1 100644 --- a/packages/plugin-cloudflare/CHANGELOG.md +++ b/packages/plugin-cloudflare/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/plugin-cloudflare +## 4.8.0 + +### Patch Changes + +- @shopify/cli-kit@4.8.0 + ## 4.7.0 ### Patch Changes diff --git a/packages/plugin-cloudflare/package.json b/packages/plugin-cloudflare/package.json index 12443875b06..c28d1956304 100644 --- a/packages/plugin-cloudflare/package.json +++ b/packages/plugin-cloudflare/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/plugin-cloudflare", - "version": "4.7.0", + "version": "4.8.0", "packageManager": "pnpm@10.11.1", "description": "Enables the creation of Cloudflare tunnels from `shopify app dev`, allowing previews from any device", "keywords": [ @@ -46,7 +46,7 @@ }, "dependencies": { "@oclif/core": "4.8.3", - "@shopify/cli-kit": "4.7.0" + "@shopify/cli-kit": "4.8.0" }, "devDependencies": { "@vitest/coverage-istanbul": "^3.2.7" diff --git a/packages/plugin-did-you-mean/CHANGELOG.md b/packages/plugin-did-you-mean/CHANGELOG.md index c3c44c3d126..0ee6384e6ab 100644 --- a/packages/plugin-did-you-mean/CHANGELOG.md +++ b/packages/plugin-did-you-mean/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/plugin-did-you-mean +## 4.8.0 + +### Patch Changes + +- @shopify/cli-kit@4.8.0 + ## 4.7.0 ### Patch Changes diff --git a/packages/plugin-did-you-mean/package.json b/packages/plugin-did-you-mean/package.json index 65bd5aa361f..f4f3e1fdc4b 100644 --- a/packages/plugin-did-you-mean/package.json +++ b/packages/plugin-did-you-mean/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/plugin-did-you-mean", - "version": "4.7.0", + "version": "4.8.0", "packageManager": "pnpm@10.11.1", "private": true, "bugs": { @@ -41,7 +41,7 @@ }, "dependencies": { "@oclif/core": "4.8.3", - "@shopify/cli-kit": "4.7.0", + "@shopify/cli-kit": "4.8.0", "n-gram": "2.0.2" }, "devDependencies": { diff --git a/packages/store/CHANGELOG.md b/packages/store/CHANGELOG.md index d784154fb1a..48535cdcb21 100644 --- a/packages/store/CHANGELOG.md +++ b/packages/store/CHANGELOG.md @@ -1,5 +1,14 @@ # @shopify/store +## 4.8.0 + +### Patch Changes + +- c60d9c3: Allow store auth recovery after a preview store is claimed. +- 97943ff: Correct development store command help text. + - @shopify/organizations@4.8.0 + - @shopify/cli-kit@4.8.0 + ## 4.7.0 ### Patch Changes diff --git a/packages/store/package.json b/packages/store/package.json index 96c852c5c8b..53ad1eee4eb 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/store", - "version": "4.7.0", + "version": "4.8.0", "packageManager": "pnpm@10.11.1", "private": true, "description": "Utilities for working with Shopify stores", @@ -41,8 +41,8 @@ "dependencies": { "@graphql-typed-document-node/core": "3.2.0", "@oclif/core": "4.8.3", - "@shopify/cli-kit": "4.7.0", - "@shopify/organizations": "4.7.0" + "@shopify/cli-kit": "4.8.0", + "@shopify/organizations": "4.8.0" }, "devDependencies": { "@vitest/coverage-istanbul": "^3.2.7" diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index d106305d645..90cb5f97bc2 100644 --- a/packages/theme/CHANGELOG.md +++ b/packages/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/theme +## 4.8.0 + +### Patch Changes + +- @shopify/cli-kit@4.8.0 + ## 4.7.0 ### Patch Changes diff --git a/packages/theme/package.json b/packages/theme/package.json index ddf98c2a16a..76a298143b7 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/theme", - "version": "4.7.0", + "version": "4.8.0", "packageManager": "pnpm@10.11.1", "private": true, "description": "Utilities for building and publishing themes", @@ -41,7 +41,7 @@ }, "dependencies": { "@oclif/core": "4.8.3", - "@shopify/cli-kit": "4.7.0", + "@shopify/cli-kit": "4.8.0", "@shopify/theme-check-node": "3.29.0", "@shopify/theme-language-server-node": "2.22.2", "chokidar": "3.6.0", diff --git a/packages/ui-extensions-server-kit/CHANGELOG.md b/packages/ui-extensions-server-kit/CHANGELOG.md index 239696eab30..966b82eaacf 100644 --- a/packages/ui-extensions-server-kit/CHANGELOG.md +++ b/packages/ui-extensions-server-kit/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/ui-extensions-server-kit +## 5.5.0 + +### Minor Changes + +- 86d164b: Add support for the `intercepts` UI extension target capability. + ## 5.4.1 ### Patch Changes diff --git a/packages/ui-extensions-server-kit/package.json b/packages/ui-extensions-server-kit/package.json index ec53eb8df0b..a0ee21cf0ec 100644 --- a/packages/ui-extensions-server-kit/package.json +++ b/packages/ui-extensions-server-kit/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/ui-extensions-server-kit", - "version": "5.4.1", + "version": "5.5.0", "packageManager": "pnpm@10.11.1", "private": false, "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 402a85d6031..e69a5c54999 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -174,16 +174,16 @@ importers: specifier: 4.8.3 version: 4.8.3 '@shopify/cli-kit': - specifier: 4.7.0 + specifier: 4.8.0 version: link:../cli-kit '@shopify/organizations': - specifier: 4.7.0 + specifier: 4.8.0 version: link:../organizations '@shopify/plugin-cloudflare': - specifier: 4.7.0 + specifier: 4.8.0 version: link:../plugin-cloudflare '@shopify/theme': - specifier: 4.7.0 + specifier: 4.8.0 version: link:../theme '@shopify/theme-check-node': specifier: 3.29.0 @@ -272,25 +272,25 @@ importers: specifier: 5.4.84 version: 5.4.84 '@shopify/app': - specifier: 4.7.0 + specifier: 4.8.0 version: link:../app '@shopify/cli-hydrogen': specifier: 13.0.3 version: 13.0.3(@graphql-codegen/cli@6.3.1(@parcel/watcher@2.5.6)(@types/node@22.20.1)(crossws@0.3.5)(graphql@16.14.2)(typescript@5.9.3))(graphql-config@5.1.6(@types/node@26.1.1)(crossws@0.3.5)(graphql@16.14.2)(typescript@5.9.3))(graphql@16.14.2)(react-dom@19.2.4(react@18.3.1))(react@18.3.1)(vite@6.4.3(@types/node@26.1.1)(jiti@2.6.1)(sass@1.100.0)(tsx@4.23.1)(yaml@2.9.0)) '@shopify/cli-kit': - specifier: 4.7.0 + specifier: 4.8.0 version: link:../cli-kit '@shopify/plugin-cloudflare': - specifier: 4.7.0 + specifier: 4.8.0 version: link:../plugin-cloudflare '@shopify/plugin-did-you-mean': - specifier: 4.7.0 + specifier: 4.8.0 version: link:../plugin-did-you-mean '@shopify/store': - specifier: 4.7.0 + specifier: 4.8.0 version: link:../store '@shopify/theme': - specifier: 4.7.0 + specifier: 4.8.0 version: link:../theme '@types/global-agent': specifier: 3.0.0 @@ -514,10 +514,10 @@ importers: version: 0.28.1 devDependencies: '@shopify/app': - specifier: 4.7.0 + specifier: 4.8.0 version: link:../app '@shopify/cli-kit': - specifier: 4.7.0 + specifier: 4.8.0 version: link:../cli-kit '@vitest/coverage-istanbul': specifier: ^3.2.7 @@ -611,7 +611,7 @@ importers: specifier: 3.2.0 version: 3.2.0(graphql@16.14.2) '@shopify/cli-kit': - specifier: 4.7.0 + specifier: 4.8.0 version: link:../cli-kit devDependencies: '@vitest/coverage-istanbul': @@ -624,7 +624,7 @@ importers: specifier: 4.8.3 version: 4.8.3 '@shopify/cli-kit': - specifier: 4.7.0 + specifier: 4.8.0 version: link:../cli-kit devDependencies: '@vitest/coverage-istanbul': @@ -637,7 +637,7 @@ importers: specifier: 4.8.3 version: 4.8.3 '@shopify/cli-kit': - specifier: 4.7.0 + specifier: 4.8.0 version: link:../cli-kit n-gram: specifier: 2.0.2 @@ -656,10 +656,10 @@ importers: specifier: 4.8.3 version: 4.8.3 '@shopify/cli-kit': - specifier: 4.7.0 + specifier: 4.8.0 version: link:../cli-kit '@shopify/organizations': - specifier: 4.7.0 + specifier: 4.8.0 version: link:../organizations devDependencies: '@vitest/coverage-istanbul': @@ -672,7 +672,7 @@ importers: specifier: 4.8.3 version: 4.8.3 '@shopify/cli-kit': - specifier: 4.7.0 + specifier: 4.8.0 version: link:../cli-kit '@shopify/theme-check-node': specifier: 3.29.0 @@ -844,56 +844,48 @@ packages: engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [glibc] '@ast-grep/napi-linux-arm64-gnu@0.43.0': resolution: {integrity: sha512-yJSRPxwwrvVW94J2rtaatcixSAGWcSaHNbAh6soXD6HXgq6I7uMc+cyMnJstFL789yd6Pu3QIhTlpD9VY0oYhw==, tarball: https://registry.npmjs.org/@ast-grep/napi-linux-arm64-gnu/-/napi-linux-arm64-gnu-0.43.0.tgz} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [glibc] '@ast-grep/napi-linux-arm64-musl@0.34.1': resolution: {integrity: sha512-IXdqwTbkdqHrcuQb448Qzd82QdTqVFe/f0sSkFYQTic8P2qNzmiHsVnxgEFsQPPbe09BVAoZ885j3OnaNfcDYA==, tarball: https://registry.npmjs.org/@ast-grep/napi-linux-arm64-musl/-/napi-linux-arm64-musl-0.34.1.tgz} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [musl] '@ast-grep/napi-linux-arm64-musl@0.43.0': resolution: {integrity: sha512-mknXLDsf66HvT/JEl18ZQSvR7/qWgWfqh3eHuVRqD2lE6cKBDXRnAzx9ZNZkUnL2Z5ph54Yk8dKVu09k45cegA==, tarball: https://registry.npmjs.org/@ast-grep/napi-linux-arm64-musl/-/napi-linux-arm64-musl-0.43.0.tgz} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [musl] '@ast-grep/napi-linux-x64-gnu@0.34.1': resolution: {integrity: sha512-on4LyIeN/zN7SIh8zr5v+NTzVu3kXm2mG28ib1Qe9GVcf35dz52ckf7bilulayKSa2MHZWAXMjuc6NYMiNEw+w==, tarball: https://registry.npmjs.org/@ast-grep/napi-linux-x64-gnu/-/napi-linux-x64-gnu-0.34.1.tgz} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [glibc] '@ast-grep/napi-linux-x64-gnu@0.43.0': resolution: {integrity: sha512-KM6M5KKFsHG9Y7VKCKnMsWQQ1sYwj/SPdyr91SKp66AeFJ5xMtXb13WVQ3Joe9NEsi84dzzOBIJgMddz+UMvQw==, tarball: https://registry.npmjs.org/@ast-grep/napi-linux-x64-gnu/-/napi-linux-x64-gnu-0.43.0.tgz} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [glibc] '@ast-grep/napi-linux-x64-musl@0.34.1': resolution: {integrity: sha512-l1R5L9LOp0jTPjs8C+LUndZOA8cRw7PFlvoVxVbi2jCfcns00dqatSYc4yA/ke6ng2K0LSxjoV/jS8tefve0sA==, tarball: https://registry.npmjs.org/@ast-grep/napi-linux-x64-musl/-/napi-linux-x64-musl-0.34.1.tgz} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [musl] '@ast-grep/napi-linux-x64-musl@0.43.0': resolution: {integrity: sha512-NfjI74m7CEEOsLi7ZkYwcxY10CfKIHPHRrr9aqMulmnrC4FGvxQMk1qpDrTqkjmEd8LdZt3PsPrmBa8AZCErew==, tarball: https://registry.npmjs.org/@ast-grep/napi-linux-x64-musl/-/napi-linux-x64-musl-0.43.0.tgz} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [musl] '@ast-grep/napi-win32-arm64-msvc@0.34.1': resolution: {integrity: sha512-eVsdMtnY7jmN2xQjYY9gaqIxRHA44+QYivlP1uLbg8w3P4YlZWTFgOJ7aa357Hg/257mjeQCpodCkr0lGRsSYQ==, tarball: https://registry.npmjs.org/@ast-grep/napi-win32-arm64-msvc/-/napi-win32-arm64-msvc-0.34.1.tgz} @@ -2997,25 +2989,21 @@ packages: resolution: {integrity: sha512-CfzWaS+b32lI/inlYPv1ZAK9CWTWFHzT7TPThvOHML65nrgFl8cQ4Z4FeGdyCbHu2NoG3vR1E36O2tPI2/DLGg==, tarball: https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-22.7.7.tgz} cpu: [arm64] os: [linux] - libc: [glibc] '@nx/nx-linux-arm64-musl@22.7.7': resolution: {integrity: sha512-53QFuODMEHc1gobCT2WOmYz89DZtEIuLphirdIgnXkkPBTdrP77LPbJUXMRXCMKr90BQaSWhTX+J/ubANRE8og==, tarball: https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-22.7.7.tgz} cpu: [arm64] os: [linux] - libc: [musl] '@nx/nx-linux-x64-gnu@22.7.7': resolution: {integrity: sha512-unzmqGIDXGzujo1ZtbrMj2e5D5ldQ1feZmqDPhvO4casK2d96jpT8LtgIILpVDUfhLjl+By185gb0ArrWTsyKw==, tarball: https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-22.7.7.tgz} cpu: [x64] os: [linux] - libc: [glibc] '@nx/nx-linux-x64-musl@22.7.7': resolution: {integrity: sha512-oTjMGuM105ok8aH5rlg2YP0Kgkjg0VfUj1exwp49S70gGBJ0r8v5rEtJwOSdCf1WTHuEh0xi66Y/b1S0khF8dg==, tarball: https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-22.7.7.tgz} cpu: [x64] os: [linux] - libc: [musl] '@nx/nx-win32-arm64-msvc@22.7.7': resolution: {integrity: sha512-K741meG/l48TPPeDqnhYTV7pP+1ljjZ+0DRJBxMrPFIu8qKE3Abko/7NKWmWRjcSXJvtxvYkgG3wZds4N2Bhow==, tarball: https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-22.7.7.tgz} @@ -3321,49 +3309,41 @@ packages: resolution: {integrity: sha512-0bJnmYFp62JdZ4nVMDUZ/C58BCZOCcqgKtnUlp7L9Ojf/czIN+3j72YlLPeWLkzlr6SlYvIQA4SGV/HyO0d+qg==, tarball: https://registry.npmjs.org/@oxc-resolver/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-11.20.0.tgz} cpu: [arm64] os: [linux] - libc: [glibc] '@oxc-resolver/binding-linux-arm64-musl@11.20.0': resolution: {integrity: sha512-wKHHzPKZo7Ufhv/Bt6yxT7FOgnIgW4gwXcJUipkShGp68W3wGVqvr1Sr0fY65lN0Oy6y41+g2kIDvkgZaMMUkw==, tarball: https://registry.npmjs.org/@oxc-resolver/binding-linux-arm64-musl/-/binding-linux-arm64-musl-11.20.0.tgz} cpu: [arm64] os: [linux] - libc: [musl] '@oxc-resolver/binding-linux-ppc64-gnu@11.20.0': resolution: {integrity: sha512-RN8goF7Ie0B79L4i4G6OeBocTgSC56vJbQ65VJje+oXnldVpLnOU7j/AQ/dP94TcCS+Yh6WG8u3Qt4ETteXFNQ==, tarball: https://registry.npmjs.org/@oxc-resolver/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-11.20.0.tgz} cpu: [ppc64] os: [linux] - libc: [glibc] '@oxc-resolver/binding-linux-riscv64-gnu@11.20.0': resolution: {integrity: sha512-5l1yU6/xQEqLZRzxqmMxJfWPslpwCmBsdDGaBvABPehxquCXDC7dd7oraNdKSJUMDXSM7VvVj8H2D2FTjU7oWw==, tarball: https://registry.npmjs.org/@oxc-resolver/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-11.20.0.tgz} cpu: [riscv64] os: [linux] - libc: [glibc] '@oxc-resolver/binding-linux-riscv64-musl@11.20.0': resolution: {integrity: sha512-xHEvkbgz6UC+A3JOyDQy76LkUaxsNSfIr3/GV8slwZsnuooJiIB34gzJfsyvR4JdCYNUUPsRJc/w/oWkODu+hg==, tarball: https://registry.npmjs.org/@oxc-resolver/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-11.20.0.tgz} cpu: [riscv64] os: [linux] - libc: [musl] '@oxc-resolver/binding-linux-s390x-gnu@11.20.0': resolution: {integrity: sha512-aWPDUUmSeyHvlW+SoEUd+JIJsQhVhu6a5tBpDRMu058naPAchTgAVGCFy35zjbnFlt0i8hLWziff6HX0D3LU4g==, tarball: https://registry.npmjs.org/@oxc-resolver/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-11.20.0.tgz} cpu: [s390x] os: [linux] - libc: [glibc] '@oxc-resolver/binding-linux-x64-gnu@11.20.0': resolution: {integrity: sha512-x2YeSimvhJjKLVD8KSu8f/rqU1potcdEMkApIPJqjZWN7c2Fpt4g2X32WDg1p+XDAmyT7nuQGe0vnhvXeLbH+g==, tarball: https://registry.npmjs.org/@oxc-resolver/binding-linux-x64-gnu/-/binding-linux-x64-gnu-11.20.0.tgz} cpu: [x64] os: [linux] - libc: [glibc] '@oxc-resolver/binding-linux-x64-musl@11.20.0': resolution: {integrity: sha512-kcRLEIxpZefeYfLChjpgFf3ilBzRDZ+yobMrpRsQlSrxuFGtm3U6PMU7AaEpMqo3NfDGVyJJseAjnRLzMFHjwQ==, tarball: https://registry.npmjs.org/@oxc-resolver/binding-linux-x64-musl/-/binding-linux-x64-musl-11.20.0.tgz} cpu: [x64] os: [linux] - libc: [musl] '@oxc-resolver/binding-openharmony-arm64@11.20.0': resolution: {integrity: sha512-HHcfnApSZGtKhTiHqe8OZruOZe5XuFQH5/E0Yhj3u8fnFvzkM4/k6WjacUf4SvA0SPEAbfbgYmVPuo0VX/fIBQ==, tarball: https://registry.npmjs.org/@oxc-resolver/binding-openharmony-arm64/-/binding-openharmony-arm64-11.20.0.tgz} @@ -3414,42 +3394,36 @@ packages: engines: {node: '>= 10.0.0'} cpu: [arm] os: [linux] - libc: [glibc] '@parcel/watcher-linux-arm-musl@2.5.6': resolution: {integrity: sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==, tarball: https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz} engines: {node: '>= 10.0.0'} cpu: [arm] os: [linux] - libc: [musl] '@parcel/watcher-linux-arm64-glibc@2.5.6': resolution: {integrity: sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==, tarball: https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] - libc: [glibc] '@parcel/watcher-linux-arm64-musl@2.5.6': resolution: {integrity: sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==, tarball: https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] - libc: [musl] '@parcel/watcher-linux-x64-glibc@2.5.6': resolution: {integrity: sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==, tarball: https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz} engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] - libc: [glibc] '@parcel/watcher-linux-x64-musl@2.5.6': resolution: {integrity: sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==, tarball: https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz} engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] - libc: [musl] '@parcel/watcher-win32-arm64@2.5.6': resolution: {integrity: sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==, tarball: https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz} @@ -3573,79 +3547,66 @@ packages: resolution: {integrity: sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.59.0.tgz} cpu: [arm] os: [linux] - libc: [glibc] '@rollup/rollup-linux-arm-musleabihf@4.59.0': resolution: {integrity: sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.59.0.tgz} cpu: [arm] os: [linux] - libc: [musl] '@rollup/rollup-linux-arm64-gnu@4.59.0': resolution: {integrity: sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.59.0.tgz} cpu: [arm64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-arm64-musl@4.59.0': resolution: {integrity: sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.59.0.tgz} cpu: [arm64] os: [linux] - libc: [musl] '@rollup/rollup-linux-loong64-gnu@4.59.0': resolution: {integrity: sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.59.0.tgz} cpu: [loong64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-loong64-musl@4.59.0': resolution: {integrity: sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.59.0.tgz} cpu: [loong64] os: [linux] - libc: [musl] '@rollup/rollup-linux-ppc64-gnu@4.59.0': resolution: {integrity: sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.59.0.tgz} cpu: [ppc64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-ppc64-musl@4.59.0': resolution: {integrity: sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.59.0.tgz} cpu: [ppc64] os: [linux] - libc: [musl] '@rollup/rollup-linux-riscv64-gnu@4.59.0': resolution: {integrity: sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.59.0.tgz} cpu: [riscv64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-riscv64-musl@4.59.0': resolution: {integrity: sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.59.0.tgz} cpu: [riscv64] os: [linux] - libc: [musl] '@rollup/rollup-linux-s390x-gnu@4.59.0': resolution: {integrity: sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.59.0.tgz} cpu: [s390x] os: [linux] - libc: [glibc] '@rollup/rollup-linux-x64-gnu@4.59.0': resolution: {integrity: sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.59.0.tgz} cpu: [x64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-x64-musl@4.59.0': resolution: {integrity: sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.59.0.tgz} cpu: [x64] os: [linux] - libc: [musl] '@rollup/rollup-openbsd-x64@4.59.0': resolution: {integrity: sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==, tarball: https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.59.0.tgz} @@ -4153,49 +4114,41 @@ packages: resolution: {integrity: sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==, tarball: https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.11.1.tgz} cpu: [arm64] os: [linux] - libc: [glibc] '@unrs/resolver-binding-linux-arm64-musl@1.11.1': resolution: {integrity: sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==, tarball: https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.11.1.tgz} cpu: [arm64] os: [linux] - libc: [musl] '@unrs/resolver-binding-linux-ppc64-gnu@1.11.1': resolution: {integrity: sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==, tarball: https://registry.npmjs.org/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.11.1.tgz} cpu: [ppc64] os: [linux] - libc: [glibc] '@unrs/resolver-binding-linux-riscv64-gnu@1.11.1': resolution: {integrity: sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==, tarball: https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.11.1.tgz} cpu: [riscv64] os: [linux] - libc: [glibc] '@unrs/resolver-binding-linux-riscv64-musl@1.11.1': resolution: {integrity: sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==, tarball: https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.11.1.tgz} cpu: [riscv64] os: [linux] - libc: [musl] '@unrs/resolver-binding-linux-s390x-gnu@1.11.1': resolution: {integrity: sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==, tarball: https://registry.npmjs.org/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.11.1.tgz} cpu: [s390x] os: [linux] - libc: [glibc] '@unrs/resolver-binding-linux-x64-gnu@1.11.1': resolution: {integrity: sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==, tarball: https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.11.1.tgz} cpu: [x64] os: [linux] - libc: [glibc] '@unrs/resolver-binding-linux-x64-musl@1.11.1': resolution: {integrity: sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==, tarball: https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.11.1.tgz} cpu: [x64] os: [linux] - libc: [musl] '@unrs/resolver-binding-wasm32-wasi@1.11.1': resolution: {integrity: sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==, tarball: https://registry.npmjs.org/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.11.1.tgz}