Skip to content

Commit fbd9325

Browse files
Bump the minor_versions group across 1 directory with 41 updates
Bumps the minor_versions group with 41 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.56.1` | `8.59.2` | | [graphql](https://github.com/graphql/graphql-js) | `16.10.0` | `16.14.0` | | [liquidjs](https://github.com/harttle/liquidjs) | `10.25.0` | `10.25.7` | | [pathe](https://github.com/unjs/pathe) | `1.1.1` | `1.1.2` | | [zod](https://github.com/colinhacks/zod) | `3.24.4` | `3.25.76` | | [@oclif/core](https://github.com/oclif/core) | `4.5.3` | `4.11.1` | | [@shopify/theme-check-node](https://github.com/Shopify/theme-tools/tree/HEAD/packages/theme-check-node) | `3.25.0` | `3.26.0` | | [h3](https://github.com/h3js/h3) | `1.15.9` | `1.15.11` | | [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.3` | | [ws](https://github.com/websockets/ws) | `8.18.0` | `8.20.0` | | [@ast-grep/napi](https://github.com/ast-grep/ast-grep) | `0.33.0` | `0.42.1` | | [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) | `11.7.3` | `11.9.3` | | [@bugsnag/js](https://github.com/bugsnag/bugsnag-js) | `8.6.0` | `8.9.0` | | [@opentelemetry/api](https://github.com/open-telemetry/opentelemetry-js) | `1.9.0` | `1.9.1` | | [@opentelemetry/core](https://github.com/open-telemetry/opentelemetry-js) | `1.30.0` | `1.30.1` | | [@opentelemetry/exporter-metrics-otlp-http](https://github.com/open-telemetry/opentelemetry-js) | `0.57.0` | `0.217.0` | | [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js) | `1.30.0` | `1.30.1` | | [@opentelemetry/sdk-metrics](https://github.com/open-telemetry/opentelemetry-js) | `1.30.0` | `1.30.1` | | [ajv](https://github.com/ajv-validator/ajv) | `8.18.0` | `8.20.0` | | [chalk](https://github.com/chalk/chalk) | `5.4.1` | `5.6.2` | | [dotenv](https://github.com/motdotla/dotenv) | `16.4.7` | `16.6.1` | | [form-data](https://github.com/form-data/form-data) | `4.0.4` | `4.0.5` | | [is-executable](https://github.com/sindresorhus/is-executable) | `2.0.1` | `2.0.2` | | [is-wsl](https://github.com/sindresorhus/is-wsl) | `3.1.0` | `3.1.1` | | [jose](https://github.com/panva/jose) | `5.9.6` | `5.10.0` | | [lodash](https://github.com/lodash/lodash) | `4.17.23` | `4.18.1` | | [macaddress](https://github.com/scravy/node-macaddress) | `0.5.3` | `0.5.4` | | [minimatch](https://github.com/isaacs/minimatch) | `9.0.8` | `9.0.9` | | [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.4` | | [stacktracey](https://github.com/xpl/stacktracey) | `2.1.8` | `2.2.0` | | [strip-ansi](https://github.com/chalk/strip-ansi) | `7.1.0` | `7.2.0` | | [supports-hyperlinks](https://github.com/chalk/supports-hyperlinks) | `3.1.0` | `3.2.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.56.1` | `8.59.2` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` | `10.1.8` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.1` | `5.5.5` | | [eslint-plugin-tsdoc](https://github.com/microsoft/tsdoc/tree/HEAD/eslint-plugin) | `0.4.0` | `0.5.2` | | [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports) | `4.1.4` | `4.4.1` | | [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.1.44` | `1.6.16` | | [globals](https://github.com/sindresorhus/globals) | `16.2.0` | `16.5.0` | | [@shopify/theme-language-server-node](https://github.com/Shopify/theme-tools/tree/HEAD/packages/theme-language-server-node) | `2.21.0` | `2.21.2` | | [yaml](https://github.com/eemeli/yaml) | `2.8.3` | `2.8.4` | Updates `@typescript-eslint/parser` from 8.56.1 to 8.59.2 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.2/packages/parser) Updates `graphql` from 16.10.0 to 16.14.0 - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](graphql/graphql-js@v16.10.0...v16.14.0) Updates `liquidjs` from 10.25.0 to 10.25.7 - [Release notes](https://github.com/harttle/liquidjs/releases) - [Changelog](https://github.com/harttle/liquidjs/blob/master/CHANGELOG.md) - [Commits](harttle/liquidjs@v10.25.0...v10.25.7) Updates `pathe` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/unjs/pathe/releases) - [Changelog](https://github.com/unjs/pathe/blob/main/CHANGELOG.md) - [Commits](unjs/pathe@v1.1.1...v1.1.2) Updates `zod` from 3.24.4 to 3.25.76 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v3.24.4...v3.25.76) Updates `@oclif/core` from 4.5.3 to 4.11.1 - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.5.3...4.11.1) Updates `@shopify/theme-check-node` from 3.25.0 to 3.26.0 - [Release notes](https://github.com/Shopify/theme-tools/releases) - [Changelog](https://github.com/Shopify/theme-tools/blob/main/packages/theme-check-node/CHANGELOG.md) - [Commits](https://github.com/Shopify/theme-tools/commits/@shopify/theme-check-node@3.26.0/packages/theme-check-node) Updates `h3` from 1.15.9 to 1.15.11 - [Release notes](https://github.com/h3js/h3/releases) - [Changelog](https://github.com/h3js/h3/blob/v1.15.11/CHANGELOG.md) - [Commits](h3js/h3@v1.15.9...v1.15.11) Updates `prettier` from 3.8.1 to 3.8.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.1...3.8.3) Updates `ws` from 8.18.0 to 8.20.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.18.0...8.20.0) Updates `@ast-grep/napi` from 0.33.0 to 0.42.1 - [Release notes](https://github.com/ast-grep/ast-grep/releases) - [Changelog](https://github.com/ast-grep/ast-grep/blob/main/CHANGELOG.md) - [Commits](ast-grep/ast-grep@0.33.0...0.42.1) Updates `@apidevtools/json-schema-ref-parser` from 11.7.3 to 11.9.3 - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases) - [Commits](APIDevTools/json-schema-ref-parser@v11.7.3...v11.9.3) Updates `@bugsnag/js` from 8.6.0 to 8.9.0 - [Release notes](https://github.com/bugsnag/bugsnag-js/releases) - [Changelog](https://github.com/bugsnag/bugsnag-js/blob/next/CHANGELOG.md) - [Commits](bugsnag/bugsnag-js@v8.6.0...v8.9.0) Updates `@opentelemetry/api` from 1.9.0 to 1.9.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-js@v1.9.0...v1.9.1) Updates `@opentelemetry/core` from 1.30.0 to 1.30.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/v1.30.1/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-js@v1.30.0...v1.30.1) Updates `@opentelemetry/exporter-metrics-otlp-http` from 0.57.0 to 0.217.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-js@experimental/v0.57.0...experimental/v0.217.0) Updates `@opentelemetry/resources` from 1.30.0 to 1.30.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/v1.30.1/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-js@v1.30.0...v1.30.1) Updates `@opentelemetry/sdk-metrics` from 1.30.0 to 1.30.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/v1.30.1/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-js@v1.30.0...v1.30.1) Updates `ajv` from 8.18.0 to 8.20.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](ajv-validator/ajv@v8.18.0...v8.20.0) Updates `chalk` from 5.4.1 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](chalk/chalk@v5.4.1...v5.6.2) Updates `dotenv` from 16.4.7 to 16.6.1 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.4.7...v16.6.1) Updates `form-data` from 4.0.4 to 4.0.5 - [Release notes](https://github.com/form-data/form-data/releases) - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](form-data/form-data@v4.0.4...v4.0.5) Updates `is-executable` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/sindresorhus/is-executable/releases) - [Commits](sindresorhus/is-executable@v2.0.1...v2.0.2) Updates `is-wsl` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/sindresorhus/is-wsl/releases) - [Commits](sindresorhus/is-wsl@v3.1.0...v3.1.1) Updates `jose` from 5.9.6 to 5.10.0 - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md) - [Commits](panva/jose@v5.9.6...v5.10.0) Updates `lodash` from 4.17.23 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.23...4.18.1) Updates `macaddress` from 0.5.3 to 0.5.4 - [Release notes](https://github.com/scravy/node-macaddress/releases) - [Commits](scravy/node-macaddress@0.5.3...0.5.4) Updates `minimatch` from 9.0.8 to 9.0.9 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v9.0.8...v9.0.9) Updates `semver` from 7.6.3 to 7.7.4 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](npm/node-semver@v7.6.3...v7.7.4) Updates `stacktracey` from 2.1.8 to 2.2.0 - [Changelog](https://github.com/xpl/stacktracey/blob/master/CHANGELOG.md) - [Commits](https://github.com/xpl/stacktracey/commits) Updates `strip-ansi` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/chalk/strip-ansi/releases) - [Commits](chalk/strip-ansi@v7.1.0...v7.2.0) Updates `supports-hyperlinks` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/chalk/supports-hyperlinks/releases) - [Commits](chalk/supports-hyperlinks@v3.1.0...v3.2.0) Updates `@typescript-eslint/eslint-plugin` from 8.56.1 to 8.59.2 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.2/packages/eslint-plugin) Updates `eslint-config-prettier` from 10.1.5 to 10.1.8 - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v10.1.5...v10.1.8) Updates `eslint-plugin-prettier` from 5.5.1 to 5.5.5 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.5.1...v5.5.5) Updates `eslint-plugin-tsdoc` from 0.4.0 to 0.5.2 - [Changelog](https://github.com/microsoft/tsdoc/blob/main/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/microsoft/tsdoc/commits/eslint-plugin-tsdoc_v0.5.2/eslint-plugin) Updates `eslint-plugin-unused-imports` from 4.1.4 to 4.4.1 - [Release notes](https://github.com/sweepline/eslint-plugin-unused-imports/releases) - [Commits](sweepline/eslint-plugin-unused-imports@v4.1.4...v4.4.1) Updates `@vitest/eslint-plugin` from 1.1.44 to 1.6.16 - [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases) - [Commits](vitest-dev/eslint-plugin-vitest@v1.1.44...v1.6.16) Updates `globals` from 16.2.0 to 16.5.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v16.2.0...v16.5.0) Updates `@shopify/theme-language-server-node` from 2.21.0 to 2.21.2 - [Release notes](https://github.com/Shopify/theme-tools/releases) - [Changelog](https://github.com/Shopify/theme-tools/blob/main/packages/theme-language-server-node/CHANGELOG.md) - [Commits](https://github.com/Shopify/theme-tools/commits/@shopify/theme-language-server-node@2.21.2/packages/theme-language-server-node) Updates `yaml` from 2.8.3 to 2.8.4 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.8.3...v2.8.4) --- updated-dependencies: - dependency-name: "@apidevtools/json-schema-ref-parser" dependency-version: 11.9.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions - dependency-name: "@ast-grep/napi" dependency-version: 0.42.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions - dependency-name: "@bugsnag/js" dependency-version: 8.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions - dependency-name: "@oclif/core" dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions - dependency-name: "@opentelemetry/api" dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor_versions - dependency-name: "@opentelemetry/core" dependency-version: 1.30.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor_versions - dependency-name: "@opentelemetry/exporter-metrics-otlp-http" dependency-version: 0.216.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions - dependency-name: "@opentelemetry/resources" dependency-version: 1.30.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor_versions - dependency-name: "@opentelemetry/sdk-metrics" dependency-version: 1.30.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor_versions - dependency-name: "@shopify/theme-check-node" dependency-version: 3.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions - dependency-name: "@shopify/theme-language-server-node" dependency-version: 2.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor_versions - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.59.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions - dependency-name: "@typescript-eslint/parser" dependency-version: 8.59.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions - dependency-name: "@vitest/eslint-plugin" dependency-version: 1.6.16 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions - dependency-name: ajv dependency-version: 8.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions - dependency-name: dotenv dependency-version: 16.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions - dependency-name: eslint-config-prettier dependency-version: 10.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor_versions - dependency-name: eslint-plugin-prettier dependency-version: 5.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor_versions - dependency-name: eslint-plugin-tsdoc dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions - dependency-name: eslint-plugin-unused-imports dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions - dependency-name: form-data dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor_versions - dependency-name: globals dependency-version: 16.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions - dependency-name: graphql dependency-version: 16.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions - dependency-name: h3 dependency-version: 1.15.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor_versions - dependency-name: is-executable dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor_versions - dependency-name: is-wsl dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor_versions - dependency-name: jose dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions - dependency-name: liquidjs dependency-version: 10.25.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor_versions - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions - dependency-name: macaddress dependency-version: 0.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor_versions - dependency-name: minimatch dependency-version: 9.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor_versions - dependency-name: pathe dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor_versions - dependency-name: prettier dependency-version: 3.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor_versions - dependency-name: semver dependency-version: 7.7.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions - dependency-name: stacktracey dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions - dependency-name: strip-ansi dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions - dependency-name: supports-hyperlinks dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions - dependency-name: ws dependency-version: 8.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions - dependency-name: yaml dependency-version: 2.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor_versions - dependency-name: zod dependency-version: 3.25.76 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_versions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dff8875 commit fbd9325

11 files changed

Lines changed: 1268 additions & 1070 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@shopify/eslint-plugin-cli": "file:packages/eslint-plugin-cli",
5454
"@shopify/generate-docs": "1.1.1",
5555
"@types/node": "18.19.70",
56-
"@typescript-eslint/parser": "8.56.1",
56+
"@typescript-eslint/parser": "8.59.2",
5757
"@vitest/coverage-istanbul": "^3.1.4",
5858
"bugsnag-build-reporter": "^2.0.0",
5959
"commander": "^9.4.0",
@@ -64,23 +64,23 @@
6464
"fast-glob": "3.3.3",
6565
"find-up": "^6.3.0",
6666
"fs-extra": "^11.1.0",
67-
"graphql": "^16.10.0",
67+
"graphql": "^16.14.0",
6868
"graphql-codegen-typescript-operation-types": "2.0.2",
6969
"graphql-tag": "^2.12.6",
7070
"json-stringify-deterministic": "1.0.12",
7171
"knip": "5.59.1",
72-
"liquidjs": "10.25.0",
72+
"liquidjs": "10.25.7",
7373
"node-fetch": "^3.3.2",
7474
"nx": "22.7.0",
7575
"oclif": "4.23.0",
7676
"octokit-plugin-create-pull-request": "^3.12.2",
77-
"pathe": "1.1.1",
77+
"pathe": "1.1.2",
7878
"pin-github-action": "^3.3.1",
7979
"rimraf": "^6.1.3",
8080
"ts-node": "^10.9.1",
8181
"typescript": "5.9.3",
8282
"vitest": "^3.1.4",
83-
"zod": "3.24.4"
83+
"zod": "3.25.76"
8484
},
8585
"workspaces": {
8686
"packages": [
@@ -127,7 +127,7 @@
127127
"@shopify/cli-hydrogen>@shopify/cli-kit": "link:./packages/cli-kit",
128128
"@shopify/cli-hydrogen>@shopify/plugin-cloudflare": "link:./packages/plugin-cloudflare",
129129
"nanoid": "3.3.8",
130-
"graphql": "16.10.0"
130+
"graphql": "16.14.0"
131131
},
132132
"knip": {
133133
"$schema": "https://unpkg.com/knip@5/schema.json",

packages/app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,28 +60,28 @@
6060
"dependencies": {
6161
"@graphql-typed-document-node/core": "3.2.0",
6262
"@luckycatfactory/esbuild-graphql-loader": "3.8.1",
63-
"@oclif/core": "4.5.3",
63+
"@oclif/core": "4.11.1",
6464
"@shopify/cli-kit": "3.94.0",
6565
"@shopify/plugin-cloudflare": "3.94.0",
6666
"@shopify/polaris": "12.27.0",
6767
"@shopify/polaris-icons": "8.11.1",
6868
"@shopify/theme": "3.94.0",
69-
"@shopify/theme-check-node": "3.25.0",
69+
"@shopify/theme-check-node": "3.26.0",
7070
"@shopify/toml-patch": "0.3.0",
7171
"chokidar": "3.6.0",
7272
"diff": "5.2.2",
7373
"esbuild": "0.28.0",
7474
"graphql-request": "6.1.0",
75-
"h3": "1.15.9",
75+
"h3": "1.15.11",
7676
"http-proxy-node16": "1.0.6",
7777
"ignore": "6.0.2",
7878
"json-schema-to-typescript": "15.0.4",
79-
"prettier": "3.8.1",
79+
"prettier": "3.8.3",
8080
"proper-lockfile": "4.1.2",
8181
"react": "19.2.4",
8282
"react-dom": "19.2.4",
8383
"which": "4.0.0",
84-
"ws": "8.18.0"
84+
"ws": "8.20.0"
8585
},
8686
"devDependencies": {
8787
"@types/diff": "^5.0.3",

packages/cli-kit/package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -102,68 +102,68 @@
102102
]
103103
},
104104
"dependencies": {
105-
"@apidevtools/json-schema-ref-parser": "11.7.3",
106-
"@bugsnag/js": "8.6.0",
105+
"@apidevtools/json-schema-ref-parser": "11.9.3",
106+
"@bugsnag/js": "8.9.0",
107107
"@graphql-typed-document-node/core": "3.2.0",
108108
"@iarna/toml": "2.2.5",
109-
"@oclif/core": "4.5.3",
109+
"@oclif/core": "4.11.1",
110110
"@shopify/toml-patch": "0.3.0",
111-
"@opentelemetry/api": "1.9.0",
112-
"@opentelemetry/core": "1.30.0",
113-
"@opentelemetry/exporter-metrics-otlp-http": "0.57.0",
114-
"@opentelemetry/resources": "1.30.0",
115-
"@opentelemetry/sdk-metrics": "1.30.0",
111+
"@opentelemetry/api": "1.9.1",
112+
"@opentelemetry/core": "1.30.1",
113+
"@opentelemetry/exporter-metrics-otlp-http": "0.217.0",
114+
"@opentelemetry/resources": "1.30.1",
115+
"@opentelemetry/sdk-metrics": "1.30.1",
116116
"@types/archiver": "5.3.2",
117-
"ajv": "8.18.0",
117+
"ajv": "8.20.0",
118118
"ansi-escapes": "6.2.1",
119119
"archiver": "5.3.2",
120120
"bottleneck": "2.19.5",
121-
"chalk": "5.4.1",
121+
"chalk": "5.6.2",
122122
"change-case": "4.1.2",
123123
"color-json": "3.0.5",
124124
"conf": "11.0.2",
125125
"deepmerge": "4.3.1",
126-
"dotenv": "16.4.7",
126+
"dotenv": "16.6.1",
127127
"env-paths": "3.0.0",
128128
"execa": "7.2.0",
129129
"fast-glob": "3.3.3",
130130
"figures": "5.0.0",
131131
"find-up": "6.3.0",
132-
"form-data": "4.0.4",
132+
"form-data": "4.0.5",
133133
"fs-extra": "11.1.0",
134134
"gradient-string": "2.0.2",
135-
"graphql": "16.10.0",
135+
"graphql": "16.14.0",
136136
"graphql-request": "6.1.0",
137137
"ignore": "6.0.2",
138138
"ink": "6.8.0",
139-
"is-executable": "2.0.1",
140-
"is-wsl": "3.1.0",
141-
"jose": "5.9.6",
139+
"is-executable": "2.0.2",
140+
"is-wsl": "3.1.1",
141+
"jose": "5.10.0",
142142
"latest-version": "7.0.0",
143-
"liquidjs": "10.25.0",
144-
"lodash": "4.17.23",
145-
"macaddress": "0.5.3",
146-
"minimatch": "9.0.8",
143+
"liquidjs": "10.25.7",
144+
"lodash": "4.18.1",
145+
"macaddress": "0.5.4",
146+
"minimatch": "9.0.9",
147147
"mrmime": "1.0.1",
148148
"network-interfaces": "1.1.0",
149149
"node-abort-controller": "3.1.1",
150150
"node-fetch": "3.3.2",
151151
"open": "8.4.2",
152152
"pathe": "1.1.2",
153153
"react": "19.2.4",
154-
"semver": "7.6.3",
155-
"stacktracey": "2.1.8",
156-
"strip-ansi": "7.1.0",
157-
"supports-hyperlinks": "3.1.0",
154+
"semver": "7.7.4",
155+
"stacktracey": "2.2.0",
156+
"strip-ansi": "7.2.0",
157+
"supports-hyperlinks": "3.2.0",
158158
"ts-error": "1.0.6",
159159
"which": "4.0.0",
160-
"zod": "3.24.4"
160+
"zod": "3.25.76"
161161
},
162162
"devDependencies": {
163163
"@types/diff": "^5.2.3",
164164
"@types/fs-extra": "9.0.13",
165165
"@types/gradient-string": "^1.1.2",
166-
"@types/lodash": "4.17.19",
166+
"@types/lodash": "4.17.24",
167167
"@types/react": "^19.0.0",
168168
"@types/semver": "^7.5.2",
169169
"@types/which": "3.0.4",

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
"type-check": "nx type-check"
5353
},
5454
"dependencies": {
55-
"@ast-grep/napi": "0.33.0",
55+
"@ast-grep/napi": "0.42.1",
5656
"esbuild": "0.28.0",
5757
"global-agent": "3.0.0"
5858
},
5959
"devDependencies": {
60-
"@oclif/core": "4.5.3",
60+
"@oclif/core": "4.11.1",
6161
"@oclif/plugin-commands": "4.1.33",
6262
"@oclif/plugin-plugins": "5.4.47",
6363
"@shopify/app": "3.94.0",

packages/e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"@playwright/test": "^1.50.0",
3434
"@shopify/toml-patch": "0.3.0",
3535
"@types/node": "18.19.70",
36-
"dotenv": "16.4.7",
36+
"dotenv": "16.6.1",
3737
"execa": "^7.2.0",
3838
"node-pty": "^1.0.0",
39-
"strip-ansi": "^7.1.0",
39+
"strip-ansi": "^7.2.0",
4040
"tsx": "^4.21.0"
4141
},
4242
"engines": {

packages/eslint-plugin-cli/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@
1717
"author": "Shopify Inc.",
1818
"dependencies": {
1919
"@shopify/eslint-plugin": "50.0.0",
20-
"@typescript-eslint/eslint-plugin": "8.56.1",
21-
"@typescript-eslint/parser": "8.56.1",
22-
"eslint-config-prettier": "10.1.5",
20+
"@typescript-eslint/eslint-plugin": "8.59.2",
21+
"@typescript-eslint/parser": "8.59.2",
22+
"eslint-config-prettier": "10.1.8",
2323
"eslint-plugin-no-catch-all": "1.1.0",
24-
"eslint-plugin-prettier": "5.5.1",
24+
"eslint-plugin-prettier": "5.5.5",
2525
"eslint-plugin-react": "7.37.5",
2626
"eslint-plugin-react-hooks": "5.2.0",
27-
"eslint-plugin-tsdoc": "0.4.0",
28-
"eslint-plugin-unused-imports": "4.1.4",
29-
"@vitest/eslint-plugin": "1.1.44",
30-
"globals": "16.2.0",
27+
"eslint-plugin-tsdoc": "0.5.2",
28+
"eslint-plugin-unused-imports": "4.4.1",
29+
"@vitest/eslint-plugin": "1.6.16",
30+
"globals": "16.5.0",
3131
"execa": "7.2.0"
3232
},
3333
"devDependencies": {
34-
"prettier": "3.8.1"
34+
"prettier": "3.8.3"
3535
},
3636
"peerDependencies": {
3737
"eslint": "^9.0.0"

packages/plugin-cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
]
4646
},
4747
"dependencies": {
48-
"@oclif/core": "4.5.3",
48+
"@oclif/core": "4.11.1",
4949
"@shopify/cli-kit": "3.94.0"
5050
},
5151
"devDependencies": {

packages/plugin-did-you-mean/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@oclif/core": "4.5.3",
43+
"@oclif/core": "4.11.1",
4444
"@shopify/cli-kit": "3.94.0",
4545
"n-gram": "2.0.2"
4646
},

packages/store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
]
4040
},
4141
"dependencies": {
42-
"@oclif/core": "4.5.3",
42+
"@oclif/core": "4.11.1",
4343
"@shopify/cli-kit": "3.94.0"
4444
},
4545
"devDependencies": {

packages/theme/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@oclif/core": "4.5.3",
43+
"@oclif/core": "4.11.1",
4444
"@shopify/cli-kit": "3.94.0",
45-
"@shopify/theme-check-node": "3.25.0",
46-
"@shopify/theme-language-server-node": "2.21.0",
45+
"@shopify/theme-check-node": "3.26.0",
46+
"@shopify/theme-language-server-node": "2.21.2",
4747
"chokidar": "3.6.0",
48-
"h3": "1.15.9",
49-
"yaml": "2.8.3"
48+
"h3": "1.15.11",
49+
"yaml": "2.8.4"
5050
},
5151
"devDependencies": {
5252
"@shopify/theme-hot-reload": "^0.0.18",

0 commit comments

Comments
 (0)