Skip to content

Bump the minor_versions group across 1 directory with 14 updates#8085

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-npm_and_yarn-minor_versions-b8f4d85394
Open

Bump the minor_versions group across 1 directory with 14 updates#8085
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-npm_and_yarn-minor_versions-b8f4d85394

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
@typescript-eslint/parser 8.56.1 8.64.0
liquidjs 10.27.0 10.27.2
@oclif/core 4.8.3 4.11.14
@shopify/theme-check-node 3.26.1 3.27.0
prettier 3.8.4 3.9.5
ws 8.21.0 8.21.1
@ast-grep/napi 0.43.0 0.44.1
@bugsnag/js 8.9.0 8.10.0
@opentelemetry/core 2.8.0 2.9.0
@opentelemetry/exporter-metrics-otlp-http 0.57.0 0.220.0
semver 7.8.4 7.8.5
@typescript-eslint/eslint-plugin 8.56.1 8.64.0
@vitest/eslint-plugin 1.1.44 1.6.23
@shopify/theme-language-server-node 2.21.3 2.21.4

Updates @typescript-eslint/parser from 8.56.1 to 8.64.0

Release notes

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

v8.64.0

8.64.0 (2026-07-13)

🚀 Features

  • support parsing import defer (#12513)
  • eslint-plugin: [no-loop-func] support using / await using declarations and deprecate the rule (#12500)
  • typescript-estree: throw for invalid definite assignment in class properties (#12543)

🩹 Fixes

  • eslint-plugin: [require-array-sort-compare] handle constrained arrays (#12512)

❤️ Thank You

See GitHub Releases for more information.

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

v8.63.0

8.63.0 (2026-07-06)

🚀 Features

  • eslint-plugin: [no-misused-promises] detect async usage of a sync dispose usage (#12426)

🩹 Fixes

  • eslint-plugin: [method-signature-style] suggest converting readonly function properties instead of emitting invalid syntax (#12447, #12446)
  • eslint-plugin: [no-unnecessary-type-assertion] handle optional-chained calls to overloaded functions (#12491, #12485)
  • eslint-plugin: [no-base-to-string] don't flag a shadowed String() call (#12492)
  • scope-manager: export ClassStaticBlockScope (#12460)

❤️ Thank You

See GitHub Releases for more information.

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

v8.62.1

8.62.1 (2026-06-29)

... (truncated)

Changelog

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

8.64.0 (2026-07-13)

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.63.0 (2026-07-06)

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.62.1 (2026-06-29)

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.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

❤️ Thank You

See GitHub Releases for more information.

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

8.61.1 (2026-06-15)

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.61.0 (2026-06-08)

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

... (truncated)

Commits

Updates liquidjs from 10.27.0 to 10.27.2

Release notes

Sourced from liquidjs's releases.

v10.27.2

10.27.2 (2026-07-09)

Bug Fixes

  • charge join/json/inspect filters by produced output size (#925) (7ab49f9)
  • date: zero-pad milliseconds when formatting %N fractional seconds (#929) (2634f9d)
  • enforce ownPropertyOnly for inherited array indices (#924) (552819a)
  • filters: modulo should follow divisor sign for negative operands (#922) (568bd5f)
  • filters: return empty for out-of-range slice begin or negative length (#928) (f9a1316)

v10.27.1

10.27.1 (2026-06-23)

Bug Fixes

  • improve round function; improvement to #873 (#901) (956b51e)
  • security: charge pop filter allocation to memoryLimit (#907) (8a0c74a)
  • strip_html: infinite loop for strip_html (5c3522f)

Performance Improvements

  • parser: memoize createTrie to avoid rebuilding tries per Tokenizer (#911) (3a0d80d)
Changelog

Sourced from liquidjs's changelog.

10.27.2 (2026-07-09)

Bug Fixes

  • charge join/json/inspect filters by produced output size (#925) (7ab49f9)
  • date: zero-pad milliseconds when formatting %N fractional seconds (#929) (2634f9d)
  • enforce ownPropertyOnly for inherited array indices (#924) (552819a)
  • filters: modulo should follow divisor sign for negative operands (#922) (568bd5f)
  • filters: return empty for out-of-range slice begin or negative length (#928) (f9a1316)

10.27.1 (2026-06-23)

Bug Fixes

  • improve round function; improvement to #873 (#901) (956b51e)
  • security: charge pop filter allocation to memoryLimit (#907) (8a0c74a)
  • strip_html: infinite loop for strip_html (5c3522f)

Performance Improvements

  • parser: memoize createTrie to avoid rebuilding tries per Tokenizer (#911) (3a0d80d)
Commits
  • 050f161 chore(release): 10.27.2 [skip ci]
  • 2634f9d fix(date): zero-pad milliseconds when formatting %N fractional seconds (#929)
  • f9a1316 fix(filters): return empty for out-of-range slice begin or negative length (#...
  • 7ab49f9 fix: charge join/json/inspect filters by produced output size (#925)
  • 552819a fix: enforce ownPropertyOnly for inherited array indices (#924)
  • 8bfb642 docs: add spokodev as a contributor for code (#923)
  • 568bd5f fix(filters): modulo should follow divisor sign for negative operands (#922)
  • ed48986 chore(release): 10.27.1 [skip ci]
  • afec88b docs(readme): README overhaul, used-by grid, and docs homepage (#914)
  • 3a0d80d perf(parser): memoize createTrie to avoid rebuilding tries per Tokenizer (#911)
  • Additional commits viewable in compare view

Updates @oclif/core from 4.8.3 to 4.11.14

Release notes

Sourced from @​oclif/core's releases.

4.11.14

Bug Fixes

  • deps: bump @​sigstore/core from 3.2.0 to 3.2.1 (b45271f)

4.11.13

Bug Fixes

  • deps: bump sigstore from 4.1.0 to 4.1.1 (5d7fe54)

4.11.12

Bug Fixes

  • deps: bump @​sigstore/verify from 3.1.0 to 3.1.1 (e00068f)

4.11.11

Bug Fixes

  • deps: bump undici from 6.25.0 to 6.27.0 (319945a)

4.11.10

Bug Fixes

  • deps: bump tinyglobby from 0.2.16 to 0.2.17 (f941872)

4.11.9

Bug Fixes

  • deps: bump tar from 7.5.12 to 7.5.16 (153400e)

4.11.8

Bug Fixes

  • deps: bump @​babel/core from 7.23.0 to 7.29.7 (3e552ea)

4.11.7

Bug Fixes

  • include error message in --json output (2cb3a76), closes #1608

4.11.6

Bug Fixes

4.11.5

Bug Fixes

  • refactored shell identification code (a33c256)
  • test failure (a6ebe3e)

... (truncated)

Changelog

Sourced from @​oclif/core's changelog.

4.11.14 (2026-07-02)

Bug Fixes

  • deps: bump @​sigstore/core from 3.2.0 to 3.2.1 (b45271f)

4.11.13 (2026-07-02)

Bug Fixes

  • deps: bump sigstore from 4.1.0 to 4.1.1 (5d7fe54)

4.11.12 (2026-07-02)

Bug Fixes

  • deps: bump @​sigstore/verify from 3.1.0 to 3.1.1 (e00068f)

4.11.11 (2026-06-23)

Bug Fixes

  • deps: bump undici from 6.25.0 to 6.27.0 (319945a)

4.11.10 (2026-06-22)

Bug Fixes

  • deps: bump tinyglobby from 0.2.16 to 0.2.17 (f941872)

4.11.9 (2026-06-21)

Bug Fixes

... (truncated)

Commits
  • 2cd460c chore(release): 4.11.14 [skip ci]
  • ccc6cc6 Merge pull request #1623 from oclif/dependabot-npm_and_yarn-sigstore-core-3.2.1
  • b45271f fix(deps): bump @​sigstore/core from 3.2.0 to 3.2.1
  • 7dd3051 chore(release): 4.11.13 [skip ci]
  • 9e7c92d Merge pull request #1625 from oclif/dependabot-npm_and_yarn-sigstore-4.1.1
  • 5d7fe54 fix(deps): bump sigstore from 4.1.0 to 4.1.1
  • ef30012 chore(release): 4.11.12 [skip ci]
  • a88d867 Merge pull request #1624 from oclif/dependabot-npm_and_yarn-sigstore-verify-3...
  • e00068f fix(deps): bump @​sigstore/verify from 3.1.0 to 3.1.1
  • 87eeca3 chore(release): 4.11.11 [skip ci]
  • Additional commits viewable in compare view

Updates @shopify/theme-check-node from 3.26.1 to 3.27.0

Release notes

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

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

Patch Changes

  • Updated dependencies
  • Updated dependencies [180eacbe]
    • @​shopify/theme-graph@​0.2.8
    • @​shopify/theme-check-common@​3.27.0
    • @​shopify/theme-check-docs-updater@​3.27.0
Changelog

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

3.27.0

Patch Changes

  • Updated dependencies
  • Updated dependencies [180eacbe]
    • @​shopify/theme-graph@​0.2.8
    • @​shopify/theme-check-common@​3.27.0
    • @​shopify/theme-check-docs-updater@​3.27.0
Commits
  • 1bcd041 Theme Tools Release — 2026-06-28
  • 180eacb Rename check to UnsupportedFilterArguments
  • 7eea0d2 Add NoFiltersInRenderArguments check
  • See full diff in compare view

Updates prettier from 3.8.4 to 3.9.5

Release notes

Sourced from prettier's releases.

3.9.5

🔗 Changelog

3.9.4

  • Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @​fisker)

🔗 Changelog

3.9.3

🔗 Changelog

3.9.1

🔗 Changelog

3.9.0

diff

🔗 Prettier 3.9: Major parser upgrades and Formatting improvements

3.8.5

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.5

diff

Markdown: Cap ordered list mark at 999,999,999 (#19351 by @​tats-u)

CommonMark parsers only support ordered list item numbers up to 999,999,999.

With this change, Prettier now caps the ordered list item number at 999,999,999 to ensure that the output is correctly parsed as an ordered list by CommonMark parsers. Numbers larger than 999,999,999 are not parsed as list item numbers and are left unchanged in the output:

<!-- Input -->
999999998. text
999999998. text
999999998. text
999999998. text
1234567890123456789012) text
<!-- Prettier 3.9.4 -->
999999998. text
999999999. text
1000000000. text
1000000001. text
1234567890123456789012) text
<!-- Prettier 3.9.5 -->
999999998. text
999999999. text
999999999. text
999999999. text
1234567890123456789012) text

Markdown: Avoid corrupting empty link with title (#19487 by @​andersk)

Do not remove <> from an inline link or image with an empty URL and a title, as this removal would change its interpretation.

<!-- Input -->
[link](https://github.com/prettier/prettier/blob/main/<> "title")
<!-- Prettier 3.9.4 -->
[link](https://github.com/prettier/prettier/blob/main/ "title")
<!-- Prettier 3.9.5 -->
</tr></table>

... (truncated)

Commits

Updates ws from 8.21.0 to 8.21.1

Release notes

Sourced from ws's releases.

8.21.1

Bug fixes

  • Empty fragments are now counted toward the limit (a2f4e7c0).
  • The default values of the maxBufferedChunks and maxFragments options have been reduced (f197ac65).
Commits
  • ae1de54 [dist] 8.21.1
  • 8e9511b [ci] Trust Coveralls Homebrew tap
  • f197ac6 [fix] Lower default values of maxBufferedChunks and maxFragments
  • 8df8265 [ci] Update actions/checkout action to v7
  • a2f4e7c [fix] Count empty fragments toward the limit (#2329)
  • e79f912 [pkg] Approve install scripts for bufferutil and utf-8-validate
  • 4ea355d [doc] Document 32-bit signed integer coercion for option values
  • 2120f4c [example] Remove uuid dependency
  • 4c534a6 [security] Add latest vulnerability to SECURITY.md
  • See full diff in compare view

Updates @ast-grep/napi from 0.43.0 to 0.44.1

Release notes

Sourced from @​ast-grep/napi's releases.

0.44.1

0.44.0

... (truncated)

Changelog

Sourced from @​ast-grep/napi's changelog.

0.44.1

0.44.0

21 June 2026

... (truncated)

Commits
  • 26f7845 0.44.1
  • de129f2 chore(deps): update rust crate napi to v3.10.3 (#2786)
  • 6859948 chore(deps): update rust crate napi-derive to v3.5.9 (#2785)
  • b50dd49 chore(deps): update dependency oxlint to v1.72.0 (#2780)
  • c16babe chore(deps): update rust crate terminal-light to v1.9.0 (#2781)
  • 6bcb735 chore(deps): update rust crate clap_complete to v4.6.7 (#2783)
  • 0708018 chore(deps): update rust crate ignore to v0.4.27 (#2784)
  • fe3607e fix(cli): bound outline file queue (#2787)
  • ba4047f chore(deps): update rust crate clap_complete to v4.6.6 (#2782)
  • 50d1510 chore(deps): update dependency @​ast-grep/napi to v0.44.0 (#2764)
  • Additional commits viewable in compare view

Updates @bugsnag/js from 8.9.0 to 8.10.0

Release notes

Sourced from @​bugsnag/js's releases.

v8.10.0

Fixed

  • (delivery-node) Replace deprecated url.parse() with URL constructor #2730
  • (plugin-hono) Fix issue where error handler middleware did not await next() #2735
  • (react-native) Fix issue related to uploading source map #2773

Added

  • (react-native-navigation) Add support for react-native-navigation v8 #2741
  • Requires React Native 0.78+ (New Architecture only)
  • Peer dependency range updated: react-native-navigation 2.0.0 - 8.x
Changelog

Sourced from @​bugsnag/js's changelog.

[8.10.0] - 2026-07-10

Fixed

  • (delivery-node) Replace deprecated url.parse() with URL constructor #2730
  • (plugin-hono) Fix issue where error handler middleware did not await next() #2735
  • (react-native) Fix issue related to uploading source map #2773

Added

  • (react-native-navigation) Add support for react-native-navigation v8 #2741
  • Requires React Native 0.78+ (New Architecture only)
  • Peer dependency range updated: react-native-navigation 2.0.0 - 8.x
Commits
  • ab1bbde v8.10.0
  • 728b808 Merge pull request #2797 from bugsnag/release/v8.10.0
  • 2088d5b update release date release v8.10.0
  • 9606e99 Merge pull request #2796 from bugsnag/release/v8.10.0
  • f7759fb update release date
  • 36c8ad4 Merge pull request #2795 from bugsnag/release/v8.10.0
  • 7412703 change hub for mezz runner fixes
  • 115997a release 8.10.0 update region to US hub
  • 372e2ad Merge pull request #2794 from bugsnag/pri/plat-change-hub
  • b4a010b change hub for mezz runner fixes
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by sb-jigneshr, a new releaser for @​bugsnag/js since your current version.


Updates @opentelemetry/core from 2.8.0 to 2.9.0

Release notes

Sourced from @​opentelemetry/core's releases.

v2.9.0

2.9.0

💥 Breaking Changes

  • docs(shim-opentracing): Notice: The @opentelemetry/shim-opentracing package will be removed in SDK 3.x, planned for approximately September 2026.
    • The OpenCensus and OpenTracing compatibility requirements in the OpenTelemetry specification have been deprecated.

🚀 Features

  • feat(sdk-metrics): add maxExportBatchSize option to PeriodicExportingMetricReader #6655 @​psx95
    • Optimized PeriodicExportingMetricReader.forceFlush to prevent redundant concurrent export cycles. Concurrent calls to forceFlush will now await any ongoing export and reuse a fresh export cycle if one is started concurrently by another caller. This ensures the latest metrics are always exported efficiently without triggering duplicate collection and export cycles.
  • feat(sdk-trace): implement span processor metrics #6504 @​anuraaga
  • feat(sdk-trace): add a new "sdk-trace" package to hold the Trace SDK, without environment variable configuration handling that belongs elsewhere #6775 @​trentm
    • "sdk-trace" will eventually replace all of "sdk-trace-base", "sdk-trace-node", and "sdk-trace-web".
    • The BatchSpanProces...

      Description has been truncated

Bumps the minor_versions group with 14 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.64.0` |
| [liquidjs](https://github.com/harttle/liquidjs) | `10.27.0` | `10.27.2` |
| [@oclif/core](https://github.com/oclif/core) | `4.8.3` | `4.11.14` |
| [@shopify/theme-check-node](https://github.com/Shopify/theme-tools/tree/HEAD/packages/theme-check-node) | `3.26.1` | `3.27.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.4` | `3.9.5` |
| [ws](https://github.com/websockets/ws) | `8.21.0` | `8.21.1` |
| [@ast-grep/napi](https://github.com/ast-grep/ast-grep) | `0.43.0` | `0.44.1` |
| [@bugsnag/js](https://github.com/bugsnag/bugsnag-js) | `8.9.0` | `8.10.0` |
| [@opentelemetry/core](https://github.com/open-telemetry/opentelemetry-js) | `2.8.0` | `2.9.0` |
| [@opentelemetry/exporter-metrics-otlp-http](https://github.com/open-telemetry/opentelemetry-js) | `0.57.0` | `0.220.0` |
| [semver](https://github.com/npm/node-semver) | `7.8.4` | `7.8.5` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.56.1` | `8.64.0` |
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.1.44` | `1.6.23` |
| [@shopify/theme-language-server-node](https://github.com/Shopify/theme-tools/tree/HEAD/packages/theme-language-server-node) | `2.21.3` | `2.21.4` |



Updates `@typescript-eslint/parser` from 8.56.1 to 8.64.0
- [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.64.0/packages/parser)

Updates `liquidjs` from 10.27.0 to 10.27.2
- [Release notes](https://github.com/harttle/liquidjs/releases)
- [Changelog](https://github.com/harttle/liquidjs/blob/master/CHANGELOG.md)
- [Commits](harttle/liquidjs@v10.27.0...v10.27.2)

Updates `@oclif/core` from 4.8.3 to 4.11.14
- [Release notes](https://github.com/oclif/core/releases)
- [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
- [Commits](oclif/core@4.8.3...4.11.14)

Updates `@shopify/theme-check-node` from 3.26.1 to 3.27.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.27.0/packages/theme-check-node)

Updates `prettier` from 3.8.4 to 3.9.5
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.4...3.9.5)

Updates `ws` from 8.21.0 to 8.21.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.21.0...8.21.1)

Updates `@ast-grep/napi` from 0.43.0 to 0.44.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.43.0...0.44.1)

Updates `@bugsnag/js` from 8.9.0 to 8.10.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.9.0...v8.10.0)

Updates `@opentelemetry/core` from 2.8.0 to 2.9.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@v2.8.0...v2.9.0)

Updates `@opentelemetry/exporter-metrics-otlp-http` from 0.57.0 to 0.220.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.220.0)

Updates `semver` from 7.8.4 to 7.8.5
- [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.8.4...v7.8.5)

Updates `@typescript-eslint/eslint-plugin` from 8.56.1 to 8.64.0
- [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.64.0/packages/eslint-plugin)

Updates `@vitest/eslint-plugin` from 1.1.44 to 1.6.23
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.1.44...v1.6.23)

Updates `@shopify/theme-language-server-node` from 2.21.3 to 2.21.4
- [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.4/packages/theme-language-server-node)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: liquidjs
  dependency-version: 10.27.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_versions
- dependency-name: "@oclif/core"
  dependency-version: 4.11.14
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@shopify/theme-check-node"
  dependency-version: 3.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: prettier
  dependency-version: 3.9.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: ws
  dependency-version: 8.21.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_versions
- dependency-name: "@ast-grep/napi"
  dependency-version: 0.44.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@bugsnag/js"
  dependency-version: 8.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@opentelemetry/core"
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@opentelemetry/exporter-metrics-otlp-http"
  dependency-version: 0.220.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: semver
  dependency-version: 7.8.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_versions
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.6.23
  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.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_versions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from a team as a code owner July 14, 2026 17:56
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 14, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 14, 2026 17:56
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 14, 2026
@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 Jul 14, 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