Skip to content

Bump the minor_versions group across 1 directory with 14 updates - #8189

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 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.65.0
liquidjs 10.27.0 10.27.2
@oclif/core 4.8.3 4.12.0
@shopify/theme-check-node 3.27.0 3.28.0
prettier 3.8.4 3.9.6
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.65.0
@vitest/eslint-plugin 1.1.44 1.6.23
@shopify/theme-language-server-node 2.21.4 2.22.0

Updates @typescript-eslint/parser from 8.56.1 to 8.65.0

Release notes

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

v8.65.0

8.65.0 (2026-07-20)

🚀 Features

  • add warning when TS 7 is detected (#12529)
  • eslint-plugin: [no-restricted-imports] deprecate extension rule (#12527, #19562, #11889)
  • eslint-plugin: [no-shadow] specialized error on enum declaration and member shadowing (#12578)
  • parser: add onUnsupportedTypeScriptVersion option to error on unsupported TypeScript versions (#12465)
  • typescript-estree: throw for invalid import defer syntax (#12552)

🩹 Fixes

  • eslint-plugin: [prefer-string-starts-ends-with] handle escaped $ ending regex literals (#12515)
  • eslint-plugin: [unbound-method] report unbound methods accessed via member expression on union types (#12448)
  • eslint-plugin: [no-unnecessary-parameter-property-assignment] don't flag computed assignments with a variable key (#12568)

❤️ Thank You

See GitHub Releases for more information.

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

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.

... (truncated)

Changelog

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

8.65.0 (2026-07-20)

🚀 Features

  • add warning when TS 7 is detected (#12529)
  • parser: add onUnsupportedTypeScriptVersion option to error on unsupported TypeScript versions (#12465)

❤️ Thank You

See GitHub Releases for more information.

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

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

... (truncated)

Commits
  • 63ba81b chore(release): publish 8.65.0
  • eaf4576 feat: add warning when TS 7 is detected (#12529)
  • d8f1044 feat(parser): add onUnsupportedTypeScriptVersion option to error on unsupport...
  • 0d06406 chore: add attw validation to repo (#12437)
  • c2386e4 chore(deps): update dependency prettier to v3.9.5 (#12486)
  • 414d9ab chore(release): publish 8.64.0
  • 290cf6c chore(release): publish 8.63.0
  • 3ea32f4 chore(release): publish 8.62.1
  • 54e2857 chore(release): publish 8.62.0
  • 81e4c26 feat: remove redundant package.json "files" (#12444)
  • Additional commits viewable in compare view

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.12.0

Release notes

Sourced from @​oclif/core's releases.

4.12.0

Features

  • add Args.option() for typed arg options (93139f7)

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

... (truncated)

Changelog

Sourced from @​oclif/core's changelog.

4.12.0 (2026-07-21)

Features

  • add Args.option() for typed arg options (93139f7)

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

... (truncated)

Commits
  • 42ad911 chore(release): 4.12.0 [skip ci]
  • a132e92 Merge pull request #1568 from rexxars/rexxars/typed-arg-options
  • b830c8e test: add more tests for Args/option
  • ec87a83 refactor: stricter option type parsing, test multiple support
  • 93139f7 feat: add Args.option() for typed arg options
  • 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
  • Additional commits viewable in compare view

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

Release notes

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

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

Patch Changes

  • Updated dependencies [6803e99c]
  • Updated dependencies [6803e99c]
    • @​shopify/liquid-html-parser@​2.10.0
    • @​shopify/theme-check-common@​3.28.0
    • @​shopify/theme-graph@​0.3.0
    • @​shopify/theme-check-docs-updater@​3.28.0
Changelog

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

3.28.0

Patch Changes

  • Updated dependencies [6803e99c]
  • Updated dependencies [6803e99c]
    • @​shopify/liquid-html-parser@​2.10.0
    • @​shopify/theme-check-common@​3.28.0
    • @​shopify/theme-graph@​0.3.0
    • @​shopify/theme-check-docs-updater@​3.28.0
Commits

Updates prettier from 3.8.4 to 3.9.6

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 Changelog

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.6

diff

TypeScript: Preserve quotes for methods named new (#19621 by @​kovsu)

// Input
interface Container {
  "new"(id: string): number;
}
// Prettier 3.9.5
interface Container {
new(id: string): number;
}
// Prettier 3.9.6
interface Container {
"new"(id: string): number;
}

TypeScript: Support import defer (#19624, #19675 by @​fisker)

// Input
import defer * as foo from "foo";
// Prettier 3.9.5
import * as foo from "foo";
// Prettier 3.9.6
import defer * as foo from "foo";

JavaScript: Added a new official plugin @prettier/plugin-yuku (#19628, #19629 by @​fisker)

@prettier/plugin-yuku is powered by Yuku (A high-performance JavaScript/TypeScript compiler toolchain written in Zig).

This plugin includes two new parsers: yuku (JavaScript syntax) and yuku-ts (TypeScript syntax).

To use this plugin:

  1. Install the plugin:

    yarn add --dev prettier @prettier/plugin-yuku

... (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

4 July 2026

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

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.65.0` |
| [liquidjs](https://github.com/harttle/liquidjs) | `10.27.0` | `10.27.2` |
| [@oclif/core](https://github.com/oclif/core) | `4.8.3` | `4.12.0` |
| [@shopify/theme-check-node](https://github.com/Shopify/theme-tools/tree/HEAD/packages/theme-check-node) | `3.27.0` | `3.28.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.4` | `3.9.6` |
| [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.65.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.4` | `2.22.0` |



Updates `@typescript-eslint/parser` from 8.56.1 to 8.65.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.65.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.12.0
- [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.12.0)

Updates `@shopify/theme-check-node` from 3.27.0 to 3.28.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.28.0/packages/theme-check-node)

Updates `prettier` from 3.8.4 to 3.9.6
- [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.6)

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.65.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.65.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.4 to 2.22.0
- [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.22.0/packages/theme-language-server-node)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.65.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.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@shopify/theme-check-node"
  dependency-version: 3.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: prettier
  dependency-version: 3.9.6
  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.65.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.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 28, 2026
@dependabot
dependabot Bot requested review from a team as code owners July 28, 2026 17:55
@github-actions github-actions Bot added no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users. devtools-gardener Post the issue or PR to Slack for the gardener labels Jul 28, 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