Skip to content

Bump the minor_versions group across 1 directory with 41 updates#7457

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-npm_and_yarn-minor_versions-e2fd84e6a3
Open

Bump the minor_versions group across 1 directory with 41 updates#7457
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-npm_and_yarn-minor_versions-e2fd84e6a3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps the minor_versions group with 41 updates in the / directory:

Package From To
@typescript-eslint/parser 8.56.1 8.59.1
graphql 16.10.0 16.13.2
liquidjs 10.25.0 10.25.7
pathe 1.1.1 1.1.2
zod 3.24.4 3.25.76
@oclif/core 4.5.3 4.11.0
@shopify/theme-check-node 3.25.0 3.26.0
h3 1.15.9 1.15.11
prettier 3.8.1 3.8.3
ws 8.18.0 8.20.0
@ast-grep/napi 0.33.0 0.42.1
@apidevtools/json-schema-ref-parser 11.7.3 11.9.3
@bugsnag/js 8.6.0 8.9.0
@opentelemetry/api 1.9.0 1.9.1
@opentelemetry/core 1.30.0 1.30.1
@opentelemetry/exporter-metrics-otlp-http 0.57.0 0.216.0
@opentelemetry/resources 1.30.0 1.30.1
@opentelemetry/sdk-metrics 1.30.0 1.30.1
ajv 8.18.0 8.20.0
chalk 5.4.1 5.6.2
dotenv 16.4.7 16.6.1
form-data 4.0.4 4.0.5
is-executable 2.0.1 2.0.2
is-wsl 3.1.0 3.1.1
jose 5.9.6 5.10.0
lodash 4.17.23 4.18.1
macaddress 0.5.3 0.5.4
minimatch 9.0.8 9.0.9
semver 7.6.3 7.7.4
stacktracey 2.1.8 2.2.0
strip-ansi 7.1.0 7.2.0
supports-hyperlinks 3.1.0 3.2.0
@typescript-eslint/eslint-plugin 8.56.1 8.59.1
eslint-config-prettier 10.1.5 10.1.8
eslint-plugin-prettier 5.5.1 5.5.5
eslint-plugin-tsdoc 0.4.0 0.5.2
eslint-plugin-unused-imports 4.1.4 4.4.1
@vitest/eslint-plugin 1.1.44 1.6.16
globals 16.2.0 16.5.0
@shopify/theme-language-server-node 2.21.0 2.21.2
yaml 2.8.3 2.8.4

Updates @typescript-eslint/parser from 8.56.1 to 8.59.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.59.1

8.59.1 (2026-04-27)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#12246)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#12257)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#12269)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#12278)
  • eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#12220)
  • eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#12241)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.59.0

8.59.0 (2026-04-20)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-assertion] report more cases based on assignability (#11789)

❤️ Thank You

  • Ulrich Stark

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.2

8.58.2 (2026-04-13)

🩹 Fixes

  • remove tsbuildinfo cache file from published packages (#12187)
  • eslint-plugin: [no-unnecessary-condition] use assignability checks in checkTypePredicates (#12147)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.59.1 (2026-04-27)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.59.0 (2026-04-20)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.58.2 (2026-04-13)

🩹 Fixes

  • remove tsbuildinfo cache file from published packages (#12187)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.58.1 (2026-04-08)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.58.0 (2026-03-30)

🚀 Features

  • support TypeScript 6 (#12124)

❤️ Thank You

See GitHub Releases for more information.

... (truncated)

Commits
  • 5245793 chore(release): publish 8.59.1
  • ea9ae4f chore(release): publish 8.59.0
  • 90c2803 chore(release): publish 8.58.2
  • be6b49a fix: remove tsbuildinfo cache file from published packages (#12187)
  • 5311ed3 chore(release): publish 8.58.1
  • 4933417 chore(release): publish 8.58.0
  • 8cde2d0 feat: support TypeScript 6 (#12124)
  • be4d54d chore(release): publish 8.57.2
  • c7c38aa chore(release): publish 8.57.1
  • 2c6aeee chore(release): publish 8.57.0
  • Additional commits viewable in compare view

Updates graphql from 16.10.0 to 16.13.2

Release notes

Sourced from graphql's releases.

v16.13.2 (2026-03-24)

Docs 📝

Polish 💅

  • #4631 Use Object.create(null) over {} to avoid prototype issues - v16 (@​benjie)

Internal 🏠

Committers: 2

v16.13.1 (2026-03-04)

First 16.x.x release with trusted publishing and provenance, see: https://docs.npmjs.com/trusted-publishers for additional information.

Docs 📝

Internal 🏠

Committers: 2

16.13.0

v16.13.0 (2026-02-24)

New Feature 🚀

Bug Fix 🐞

  • #4336 add deprecated note to assertValidExecutionArguments (@​yaacovCR)
  • #4517 fix(validation): incorrect validation errors when variable descriptions are used (@​phryneas)

Internal 🏠

Committers: 4

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for graphql since your current version.


Updates liquidjs from 10.25.0 to 10.25.7

Release notes

Sourced from liquidjs's releases.

v10.25.7

10.25.7 (2026-04-23)

Bug Fixes

  • filters: support Buffer input in base64_encode to prevent binary data corruption (#881) (0ee6dbb)

v10.25.6

10.25.6 (2026-04-19)

Bug Fixes

v10.25.5

10.25.5 (2026-04-07)

Bug Fixes

  • enforce root containment for renderFile/parseFile lookups (#870) (f41c1fc)
  • null date should return empty (#868) (#872) (4f9a499)
  • rounding negative away from zero when half (#873) (1cdf10b)

v10.25.4

10.25.4 (2026-04-07)

Bug Fixes

  • sort and sort_natural filters bypass ownPropertyOnly (#869) (e743da0)

v10.25.3

10.25.3 (2026-04-06)

Bug Fixes

  • precise memoryLimit for string replace (abc058b)
  • use realpath for fs.contains (#867) (529dd67)

v10.25.2

10.25.2 (2026-03-25)

Bug Fixes

  • handle undefined replacement argument in replace filter (#864) (0ad2b11)

... (truncated)

Changelog

Sourced from liquidjs's changelog.

10.25.7 (2026-04-23)

Bug Fixes

  • filters: support Buffer input in base64_encode to prevent binary data corruption (#881) (0ee6dbb)

10.25.6 (2026-04-19)

Bug Fixes

10.25.5 (2026-04-07)

Bug Fixes

  • enforce root containment for renderFile/parseFile lookups (#870) (f41c1fc)
  • null date should return empty (#868) (#872) (4f9a499)
  • rounding negative away from zero when half (#873) (1cdf10b)

10.25.4 (2026-04-07)

Bug Fixes

  • sort and sort_natural filters bypass ownPropertyOnly (#869) (e743da0)

10.25.3 (2026-04-06)

Bug Fixes

  • precise memoryLimit for string replace (abc058b)
  • use realpath for fs.contains (#867) (529dd67)

10.25.2 (2026-03-25)

Bug Fixes

  • handle undefined replacement argument in replace filter (#864) (0ad2b11)

10.25.1 (2026-03-22)

Bug Fixes

... (truncated)

Commits
  • 3487795 chore(release): 10.25.7 [skip ci]
  • 75c815a docs: add @​talboren as financial contributor (#886)
  • f1f896c docs: add talboren as a contributor for code (#885)
  • 0ee6dbb fix(filters): support Buffer input in base64_encode to prevent binary data co...
  • 30e04ba chore(release): 10.25.6 [skip ci]
  • e2311df fix: nested block for layout (#883)
  • 2def22c docs(readme): add Kibana to README.md (#882)
  • 4af7be6 chore(release): 10.25.5 [skip ci]
  • 05c47da refactor: replace shell scripts with JS for cross-platform support (#875)
  • 66011d1 docs: add timbze as a contributor for code (#874)
  • Additional commits viewable in compare view

Updates pathe from 1.1.1 to 1.1.2

Release notes

Sourced from pathe's releases.

v1.1.2

compare changes

🩹 Fixes

  • Trim root folder / when calculating relative paths (#142)
  • Check process.cwd before calling it (#147)
  • Uppercase windows drive letters (#151)
  • resolveAlias: Handle aliases ending with trailing slash (#155)
  • relative: Handle different windows drive letters (#158)

❤️ Contributors

Changelog

Sourced from pathe's changelog.

v1.1.2

compare changes

🩹 Fixes

  • Trim root folder / when calculating relative paths (#142)
  • Check process.cwd before calling it (#147)
  • Uppercase windows drive letters (#151)
  • resolveAlias: Handle aliases ending with trailing slash (#155)
  • relative: Handle different windows drive letters (#158)

🏡 Chore

❤️ Contributors

Commits
  • faa2b11 fix(relative): handle different windows drive letters (#158)
  • 2fa8aaa fix(resolveAlias): handle aliases ending with trailing slash (#155)
  • dffa918 chore: use changelogen for release
  • b310408 chore: update lockfile
  • cbd6095 fix: uppercase windows drive letters (#151)
  • 04a0aee chore(deps): update all non-major dependencies (#157)
  • c9029e2 chore(deps): update all non-major dependencies (#156)
  • ac826eb chore(deps): update all non-major dependencies (#153)
  • 66ef08f chore(deps): update all non-major dependencies (#152)
  • 0bb67d4 fix: check process.cwd before calling it (#147)
  • Additional commits viewable in compare view

Updates zod from 3.24.4 to 3.25.76

Release notes

Sourced from zod's releases.

v3.25.76

Commits:

  • 91c9ca6385bef38278605294498af06c89b9aa68 fix: cleanup _idmap of $ZodRegistry (#4837)
  • 9cce1c5779aea32d00226a931a7f67d3e2529d58 docs: fix typo in flattenError example on error-formatting page (#4819) (#4833)
  • a3560aeb6c3a8675a932601be79cfae897eec9d9 v3.25.76 (#4838)
  • 50606616c0d291caf3210a7521da51271b918333 Release 3.25.76
  • 7baee4e17f86f4017e09e12b0acdee36a5b1c087 Update index.mdx (#4831)

v3.25.75

Commits:

  • c5f349b6c4e76f879eba9fd350dd79950fcb02f9 Fix z.undefined() behavior in toJSONSchema

v3.25.74

Commits:

  • ae0dbe1f79b2421f6d91ec0796295763436b26e2 Partial record
  • 39c5f71c92b9c4c39fc0a59b9375204fa140eaf0 3.25.74

v3.25.73

Commits:

  • 1021d3c230d41d600698a6d98b9db86c19f56904 v3.25.73 (#4822)

v3.25.72

Commits:

  • 4a4dac7cfb787162eeb79165d39bbb4830d4a6de Warn about id uniqueness check on Metadata page (#4782)
  • 7a5838dc0da967e15a217bf5abdd81f725da46c4 feat(locale): Add Esperanto (eo) locale (#4743)
  • 36fe14e1472f2a7cd71415841be8832fc4e9acc5 Fix optionality of schemas (#4769)
  • 20c8c4b67b508d653012808f69c43c7cfe5b39e3 Fix re-export bug
  • 8b0df10c8757a5fbd75bd65128ae183d764b3304 3.25.72

v3.25.71

Commits:

  • 66a0f34bfc746acddbfb68426b8b1b3f1d3d1727 Move source to /src (#4808)
  • 2a15f44606fd66335c6ebc1f91d702bb6bc95693 3.25.71

v3.25.70

Commits:

  • bd81c7cfaa03f61365d1c708c7e0f1cac54ea9ca Add ecosystem listing to homepage
  • 1ddb9719564e644722852193930a09d54f720443 Add Mobb to sponsors
  • 30ba440859f5b9184817f578626ff85d484aec27 Clean up ecosystem.mdx
  • 0ef1b85b5923a1a06a2afab47dbad249d105a997 Add svelte-jsonschema-form to form integrations (#4784)
  • 14715f147363e88e73190bb6ddbdf008914f0b19 docs: fix Lambda spelling (#4804)
  • f6da030188ea30defc025bbc672e5a81fbe93078 Add back src (#4806)
  • 364200a67c9f74ef252dbfa65ea93aab8fb15c06 Revert "Add back src (#4806)"

... (truncated)

Commits

Updates @oclif/core from 4.5.3 to 4.11.0

Release notes

Sourced from @​oclif/core's releases.

4.11.0

Bug Fixes

Features

4.10.6

Bug Fixes

  • deps: bump postcss from 8.4.31 to 8.5.10 (9b29ad4)

4.10.5

Bug Fixes

  • deps: bump minimatch from 10.2.4 to 10.2.5 (45ff39a)

4.10.4

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.18.1 (7db542d)

4.10.3

Bug Fixes

4.10.2

Bug Fixes

  • deps: bump flatted from 3.3.2 to 3.4.2 (64f4b92)

4.10.1

Bug Fixes

4.10.0

Bug Fixes

  • include multiple property in cached arg metadata (32b4bb7)

... (truncated)

Changelog

Sourced from @​oclif/core's changelog.

4.11.0 (2026-04-30)

Bug Fixes

Features

4.10.6 (2026-04-25)

Bug Fixes

  • deps: bump postcss from 8.4.31 to 8.5.10 (9b29ad4)

4.10.5 (2026-04-04)

Bug Fixes

  • deps: bump minimatch from 10.2.4 to 10.2.5 (45ff39a)

4.10.4 (2026-04-03)

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.18.1 (7db542d)

4.10.3 (2026-03-26)

... (truncated)

Commits
  • 7d7a493 chore(release): 4.11.0 [skip ci]
  • 2f7e34a Merge pull request #1580 from oclif/d/W-20534184
  • 8d8a92d fix: integrated feedback from code review @​W-20534184@
  • f461b17 Merge pull request #1587 from oclif/dependabot-npm_and_yarn-oclif-plugin-plug...
  • debab50 Merge pull request #1588 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • fa52dd8 chore(dev-deps): bump eslint-config-oclif from 6.0.157 to 6.0.159
  • 6f8b553 chore(dev-deps): bump @​oclif/plugin-plugins from 5.4.61 to 5.4.62
  • 1316e3a chore(release): 4.10.6 [skip ci]
  • 4d2464f Merge pull request #1586 from oclif/dependabot-npm_and_yarn-postcss-8.5.10
  • 9b29ad4 fix(deps): bump postcss from 8.4.31 to 8.5.10
  • Additional commits viewable in compare view

Updates @shopify/theme-check-node from 3.25.0 to 3.26.0

Release notes

Sourced from @​shopify/theme-check-node's releases.

@​shopify/theme-check-node@​3.26.0

Patch Changes

  • Updated dependencies
  • Updated dependencies [892683dc]
  • Updated dependencies [e330f115]
    • @​shopify/theme-graph@​0.2.6
    • @​shopify/theme-check-common@​3.26.0
    • @​shopify/theme-check-docs-updater@​3.26.0

@​shopify/theme-check-node@​3.25.1

Patch Changes

  • 5f098a2d: Temporarily remove ValidScopedCSSClass from the recommended config. The check causes severe save lag in VS Code on larger themes (see #1179) because it re-parses every {% stylesheet %} tag in the theme on every save. It remains available as an opt-in check. Will be re-enabled once the performance issue is resolved.
  • 54e1418b: Fix VSCode extension failing to resolve custom check packages from node_modules (e.g. extends: '@acme/theme-check-extension/recommended.yml'). The extension server is webpack-bundled, so require.resolve was being handled by webpack instead of Node.js, returning a module ID rather than a file path. Now uses createRequire from node:module to get real Node.js resolution.
  • Updated dependencies
  • Updated dependencies [5f098a2d]
    • @​shopify/theme-graph@​0.2.5
    • @​shopify/theme-check-common@​3.25.1
    • @​shopify/theme-check-docs-updater@​3.25.1
Changelog

Sourced from @​shopify/theme-check-node's changelog.

3.26.0

Patch Changes

  • Updated dependencies
  • Updated dependencies [892683dc]
  • Updated dependencies [e330f115]
    • @​shopify/theme-graph@​0.2.6
    • @​shopify/theme-check-common@​3.26.0
    • @​shopify/theme-check-docs-updater@​3.26.0

3.25.1

Patch Changes

  • 5f098a2d: Temporarily remove ValidScopedCSSClass from the recommended config. The check causes severe save lag in VS Code on larger themes (see #1179) because it re-parses every {% stylesheet %} tag in the theme on every save. It remains available as an opt-in check. Will be re-enabled once the performance issue is resolved.
  • 54e1418b: Fix VSCode extension failing to resolve custom check packages from node_modules (e.g. extends: '@acme/theme-check-extension/recommended.yml'). The extension server is webpack-bundled, so require.resolve was being handled by webpack instead of Node.js, returning a module ID rather than a file path. Now uses createRequire from node:module to get real Node.js resolution.
  • Updated dependencies
  • Updated dependencies [5f098a2d]
    • @​shopify/theme-graph@​0.2.5
    • @​shopify/theme-check-common@​3.25.1
    • @​shopify/theme-check-docs-updater@​3.25.1
Commits
  • 7c0ee19 Theme Tools Release — 2026-04-23 (#1187)
  • 892683d perf: cache ValidScopedCSSClass extraction on document model (#1181)
  • e330f11 feat: add DeprecatedFontsOnSettingsData check for config/settings_data.json (...
  • ac5393c Theme Tools Release — 2026-04-17 (#1178)
  • 5f098a2 fix: remove ValidScopedCSSClass from recommended config (#1180)
  • 54e1418 fix: use createRequire for node_modules resolution in VSCode extension (#1171)
  • See full diff in compare view

Updates h3 from 1.15.9 to 1.15.11

Release notes

Sourced from h3's releases.

v1.15.11

compare changes

🏡 Chore

v1.15.10

compare changes

🩹 Fixes

  • Preserve percent-encoded req.url in app event handler (#1355)

❤️ Contributors

Changelog

Sourced from h3's changelog.

v1.15.11

compare changes

🏡 Chore

❤️ Contributors

v1.15.10

compare changes

🩹 Fixes

  • Preserve percent-encoded req.url in app event handler (#1355)

🏡 Chore

❤️ Contributors

Commits

Updates prettier from 3.8.1 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

3.8.2

diff

Angular: Support Angular v21.2 (#18722, #19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@switch (foo) {
  @case (1) {}
  @default never;
}
<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "&#64;" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@​switch (foo) {
@​case (1) {}
@​default never;
}

arrow function and instanceof expressions.

</tr></table> 

... (truncated)

Commits

Updates ws from 8.18.0 to 8.20.0

Release notes

Sourced from ws's releases.

8.20.0

Features

  • Added exports for the PerMessageDeflate class and utilities for the Sec-WebSocket-Extensions and Sec-WebSocket-Protocol headers (d3503c1f).

8.19.0

Features

  • Added the closeTimeout option (#2308).

Bug fixes

  • Handled a forthcoming breaking change in Node.js core (19984854).

8.18.3

Bug fixes

  • Fixed a spec violation where the Sec-WebSocket-Version header was not added to the HTTP response if the client requested version was either invalid or unacceptable (#2291).

8.18.2

Bug fixes

  • Fixed an issue that, during message decompression when the maximum size was exceeded, led to the emission of an inaccurate error and closure of the connection with an improper close code (#2285).

8.18.1

Bug fixes

  • The length of the UNIX domain socket paths in the tests has been shortened to make them work when run via CITGM (021f7b8b).
Commits
  • 8439255 [dist] 8.20.0
  • d3503c1 [minor] Export the PerMessageDeflate class and header utils
  • 3ee5349 [api] Convert the isServer and maxPayload parameters to options

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.1` |
| [graphql](https://github.com/graphql/graphql-js) | `16.10.0` | `16.13.2` |
| [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.0` |
| [@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.216.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.1` |
| [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.1
- [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.1/packages/parser)

Updates `graphql` from 16.10.0 to 16.13.2
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.10.0...v16.13.2)

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.0
- [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.0)

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/[email protected]/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.216.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.216.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.1
- [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.1/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/[email protected]/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: "@typescript-eslint/parser"
  dependency-version: 8.59.1
  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: liquidjs
  dependency-version: 10.25.7
  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: zod
  dependency-version: 3.25.76
  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: "@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: h3
  dependency-version: 1.15.11
  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: ws
  dependency-version: 8.20.0
  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: "@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: "@bugsnag/js"
  dependency-version: 8.9.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: 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: form-data
  dependency-version: 4.0.5
  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: 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: 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: "@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: 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: "@vitest/eslint-plugin"
  dependency-version: 1.6.16
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: "@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: yaml
  dependency-version: 2.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_versions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 4, 2026
@dependabot dependabot Bot requested review from a team as code owners May 4, 2026 08:38
@github-actions github-actions Bot added devtools-gardener Post the issue or PR to Slack for the gardener no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users. labels May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file devtools-gardener Post the issue or PR to Slack for the gardener no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants