Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the minor_versions group across 6 directories with 41 updates #4997

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2024

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

Package From To
@typescript-eslint/parser 7.13.1 7.18.0
liquidjs 10.9.2 10.19.0
@shopify/polaris 12.10.0 12.27.0
@shopify/polaris-icons 8.0.0 8.11.1
body-parser 1.20.2 1.20.3
chokidar 3.5.3 3.6.0
diff 5.1.0 5.2.0
express 4.19.2 4.21.1
h3 0.7.21 0.8.6
ws 8.13.0 8.18.0
@types/ws 8.5.10 8.5.13
@ast-grep/napi 0.11.0 0.30.1
@apidevtools/json-schema-ref-parser 11.6.4 11.7.2
@bugsnag/js 7.21.0 7.25.0
@opentelemetry/api 1.6.0 1.9.0
@opentelemetry/core 1.17.1 1.28.0
@opentelemetry/exporter-metrics-otlp-http 0.43.0 0.55.0
@opentelemetry/resources 1.17.1 1.28.0
@opentelemetry/sdk-metrics 1.17.1 1.28.0
@opentelemetry/semantic-conventions 1.17.1 1.28.0
ajv 8.13.0 8.17.1
ansi-escapes 6.2.0 6.2.1
form-data 4.0.0 4.0.1
get-port-please 3.0.1 3.1.2
jose 5.8.0 5.9.6
minimatch 9.0.3 9.0.5
semver 7.5.4 7.6.3
simple-git 3.19.1 3.27.0
zod 3.22.3 3.23.8
eslint-plugin-import 2.28.0 2.31.0
eslint-plugin-jsdoc 48.2.12 48.11.0
eslint-plugin-jsx-a11y 6.7.1 6.10.2
eslint-plugin-react 7.33.2 7.37.2
eslint-plugin-react-hooks 4.6.0 4.6.2
eslint-plugin-tsdoc 0.2.17 0.4.0
eslint-plugin-vitest 0.2.8 0.5.4
debug 4.3.4 4.3.7
yaml 2.3.2 2.6.1
react-router-dom 6.23.0 6.28.0

Bumps the minor_versions group with 10 updates in the /packages/app directory:

Package From To
@shopify/polaris 12.10.0 12.27.0
@shopify/polaris-icons 8.0.0 8.11.1
body-parser 1.20.2 1.20.3
chokidar 3.5.3 3.6.0
diff 5.1.0 5.2.0
express 4.19.2 4.21.1
h3 0.7.21 0.8.6
react-dom 18.2.0 18.3.1
@types/react-dom 18.2.0 18.3.1
ws 8.13.0 8.18.0

Bumps the minor_versions group with 1 update in the /packages/cli directory: @ast-grep/napi.
Bumps the minor_versions group with 18 updates in the /packages/cli-kit directory:

Package From To
liquidjs 10.9.2 10.19.0
@apidevtools/json-schema-ref-parser 11.6.4 11.7.2
@bugsnag/js 7.21.0 7.25.0
@opentelemetry/api 1.6.0 1.9.0
@opentelemetry/core 1.17.1 1.28.0
@opentelemetry/exporter-metrics-otlp-http 0.43.0 0.55.0
@opentelemetry/resources 1.17.1 1.28.0
@opentelemetry/sdk-metrics 1.17.1 1.28.0
@opentelemetry/semantic-conventions 1.17.1 1.28.0
ajv 8.13.0 8.17.1
ansi-escapes 6.2.0 6.2.1
form-data 4.0.0 4.0.1
get-port-please 3.0.1 3.1.2
jose 5.8.0 5.9.6
minimatch 9.0.3 9.0.5
semver 7.5.4 7.6.3
simple-git 3.19.1 3.27.0
zod 3.22.3 3.23.8

Bumps the minor_versions group with 9 updates in the /packages/eslint-plugin-cli directory:

Package From To
@typescript-eslint/parser 7.13.1 7.18.0
eslint-plugin-import 2.28.0 2.31.0
eslint-plugin-jsdoc 48.2.12 48.11.0
eslint-plugin-jsx-a11y 6.7.1 6.10.2
eslint-plugin-react 7.33.2 7.37.2
eslint-plugin-react-hooks 4.6.0 4.6.2
eslint-plugin-tsdoc 0.2.17 0.4.0
eslint-plugin-vitest 0.2.8 0.5.4
debug 4.3.4 4.3.7

Bumps the minor_versions group with 3 updates in the /packages/theme directory: chokidar, h3 and yaml.

Updates @typescript-eslint/parser from 7.13.1 to 7.18.0

Release notes

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

v7.18.0

7.18.0 (2024-07-29)

🚀 Features

  • types: update ECMA versions (#9634)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib (#9660)
  • eslint-plugin: [unbound-method] report on destructuring in function parameters (#8952)
  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types (#9600)
  • eslint-plugin: [strict-boolean-expressions] support branded booleans (#9297)

❤️ Thank You

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

v7.17.0

7.17.0 (2024-07-22)

🚀 Features

  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7 (#9507)
  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never" (#9364)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more) (#9043)
  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context (#9074)
  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field (#9602)
  • typescript-estree: don't infer single-run when --fix is in proces.argv (#9577)
  • typescript-estree: disable single-run inference with extraFileExtensions (#9580)
  • website: expose ATA types to eslint instance (#9598)

❤️ Thank You

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

... (truncated)

Changelog

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

7.18.0 (2024-07-29)

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

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

7.17.0 (2024-07-22)

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

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

7.16.1 (2024-07-15)

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

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

7.16.0 (2024-07-08)

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • website: react key error on internal pages of website

❤️ Thank You

  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

7.15.0 (2024-07-01)

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

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

7.14.1 (2024-06-24)

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.9.2 to 10.19.0

Release notes

Sourced from liquidjs's releases.

v10.19.0

10.19.0 (2024-11-17)

Features

v10.18.0

10.18.0 (2024-10-16)

Features

v10.17.0

10.17.0 (2024-09-22)

Features

v10.16.7

10.16.7 (2024-08-29)

Bug Fixes

  • use CommonJS bundle to support default export (2543461)
  • use cwd to resolve npm partials for Node.JS (e5fbdfe)

v10.16.6

10.16.6 (2024-08-29)

Bug Fixes

  • expose originalError from LiquidError, #742 (86f6bf0)

v10.16.5

10.16.5 (2024-08-27)

Bug Fixes

... (truncated)

Changelog

Sourced from liquidjs's changelog.

10.19.0 (2024-11-17)

Features

10.18.0 (2024-10-16)

Features

10.17.0 (2024-09-22)

Features

10.16.7 (2024-08-29)

Bug Fixes

  • use CommonJS bundle to support default export (2543461)
  • use cwd to resolve npm partials for Node.JS (e5fbdfe)

10.16.6 (2024-08-29)

Bug Fixes

  • expose originalError from LiquidError, #742 (86f6bf0)

10.16.5 (2024-08-27)

Bug Fixes

10.16.4 (2024-08-23)

Bug Fixes

  • "filter is not a function" for uniq (68387c3)

... (truncated)

Commits
  • 062b351 chore(release): 10.19.0 [skip ci]
  • 9107eb1 feat: support Jekyll style where, #768
  • 11f013b feat: allow drops in property access (#769)
  • ad039ab docs: add Syntax Podcast & Cartelli Emmanuel as contributor
  • 0b195b2 test: case for "." path handling
  • 28b1490 docs: add context json for playground default demo, #764
  • 09aca0d chore(release): 10.18.0 [skip ci]
  • d705888 feat: expose FilterToken to filter this, #762
  • 59da3fa docs: add Neamar as a contributor for doc (#758)
  • 4490e4b Replace trimValue with trimOutput (#757)
  • Additional commits viewable in compare view

Updates @shopify/polaris from 12.10.0 to 12.27.0

Release notes

Sourced from @​shopify/polaris's releases.

@​shopify/polaris@​12.27.0

Minor Changes

Patch Changes

@​shopify/polaris@​12.26.1

Patch Changes

  • Updated dependencies [7750bfa4c]:
    • @​shopify/polaris-icons@​8.11.0

@​shopify/polaris@​12.26.0

Minor Changes

  • #11785 2a2f635ba Thanks @​mrcthms! - Added the defaultPaginatedSelectAllText prop to IndexTable to support customizing the label of the checkbox in the header that selects all rows across pages when the table hasMoreItems

Patch Changes

@​shopify/polaris@​12.25.0

Minor Changes

... (truncated)

Commits

Updates @shopify/polaris-icons from 8.0.0 to 8.11.1

Release notes

Sourced from @​shopify/polaris-icons's releases.

@​shopify/polaris-icons@​8.11.1

Patch Changes

@​shopify/polaris-icons@​8.11.0

Minor Changes

@​shopify/polaris-icons@​8.10.0

Minor Changes

Patch Changes

@​shopify/polaris-icons@​8.9.0

Minor Changes

@​shopify/polaris-icons@​8.8.0

Minor Changes

@​shopify/polaris-icons@​8.7.0

Minor Changes

Patch Changes

@​shopify/polaris-icons@​8.6.0

Minor Changes

... (truncated)

Changelog

Sourced from @​shopify/polaris-icons's changelog.

8.11.1

Patch Changes

8.11.0

Minor Changes

8.10.0

Minor Changes

Patch Changes

8.9.0

Minor Changes

8.8.0

Minor Changes

8.7.0

Minor Changes

Patch Changes

8.6.0

... (truncated)

Commits

Updates body-parser from 1.20.2 to 1.20.3

Release notes

Sourced from body-parser's releases.

1.20.3

What's Changed

Important

  • deps: [email protected]
  • add depth option to customize the depth level in the parser
  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity). Documentation

Other changes

New Contributors

Full Changelog: expressjs/body-parser@1.20.2...1.20.3

Changelog

Sourced from body-parser's changelog.

1.20.3 / 2024-09-10

  • deps: [email protected]
  • add depth option to customize the depth level in the parser
  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for body-parser since your current version.


Updates chokidar from 3.5.3 to 3.6.0

Release notes

Sourced from chokidar's releases.

3.6.0

What's Changed

New Contributors

Full Changelog: paulmillr/chokidar@3.5.3...3.6.0

Commits
  • 7c50e25 Release 3.6.0.
  • 112015f Add github ci autopublish
  • ab12362 Merge pull request #1300 from ben-polinsky/fix-fswatcher-types-1299
  • 29a2f13 fix formatting
  • a0f9e09 update fs.FSWatcher types to satisfy node versions >= 16; fixes #1299
  • 5589454 Merge pull request #1197 from MarcCelani-at/handleMustScanSubDirs
  • 399647e Merge pull request #1288 from JLHwung/fix-ready-count
  • f022fe7 ready call # is unfortunately platform specific
  • 1370123 fix readyCount logic
  • 08318d6 Adjust funding field in pkg
  • Additional commits viewable in compare view

Updates diff from 5.1.0 to 5.2.0

Changelog

Sourced from diff's changelog.

v5.2.0

Commits

  • #411 Big performance improvement. Previously an O(n) array-copying operation inside the innermost loop of jsdiff's base diffing code increased the overall worst-case time complexity of computing a diff from O(n²) to O(n³). This is now fixed, bringing the worst-case time complexity down to what it theoretically should be for a Myers diff implementation.
  • #448 Performance improvement. Diagonals whose furthest-reaching D-path would go off the edge of the edit graph are now skipped, rather than being pointlessly considered as called for by the original Myers diff algorithm. This dramatically speeds up computing diffs where the new text just appends or truncates content at the end of the old text.
  • #351 Importing from the lib folder - e.g. require("diff/lib/diff/word.js") - will work again now. This had been broken for users on the latest version of Node since Node 17.5.0, which changed how Node interprets the exports property in jsdiff's package.json file.
  • #344 diffLines, createTwoFilesPatch, and other patch-creation methods now take an optional stripTrailingCr: true option which causes Windows-style \r\n line endings to be replaced with Unix-style \n line endings before calculating the diff, just like GNU diff's --strip-trailing-cr flag.
  • #451 Added diff.formatPatch.
  • #450 Added diff.reversePatch.
  • #478 Added timeout option.
Commits
  • 370a9df 5.2.0 release (#483)
  • a2f726a Add myself to the list of maintainers (#482)
  • dfc6fe4 Add examples to docs of creating and applying patches (importantly including ...
  • b5d1cfa Modify node_example.js to support showing added/deleted spaces (#479)
  • 533893d Add timeout option (#478)
  • 1f1ec96 Replace broken link to Myers's paper in the README with a working one (#476)
  • 707fccc Add note to README about setting context to Infinity or MAX_SAFE_INTEGER. (...
  • 1c7514c Fix mistake in README (#471)
  • ca8718c Bump follow-redirects from 1.14.8 to 1.15.4 (#470)
  • 25a14af Migrate to DABH's fork of colors (#469)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by explodingcabbage, a new releaser for diff since your current version.


Updates express from 4.19.2 to 4.21.1

Release notes

Sourced from express's releases.

4.21.1

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

4.21.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

4.20.0

What's Changed

Important

  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect

Other Changes

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

| Package | From | To |
| --- | --- | --- |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.13.1` | `7.18.0` |
| [liquidjs](https://github.com/harttle/liquidjs) | `10.9.2` | `10.19.0` |
| [@shopify/polaris](https://github.com/Shopify/polaris) | `12.10.0` | `12.27.0` |
| [@shopify/polaris-icons](https://github.com/Shopify/polaris/tree/HEAD/polaris-icons) | `8.0.0` | `8.11.1` |
| [body-parser](https://github.com/expressjs/body-parser) | `1.20.2` | `1.20.3` |
| [chokidar](https://github.com/paulmillr/chokidar) | `3.5.3` | `3.6.0` |
| [diff](https://github.com/kpdecker/jsdiff) | `5.1.0` | `5.2.0` |
| [express](https://github.com/expressjs/express) | `4.19.2` | `4.21.1` |
| [h3](https://github.com/unjs/h3) | `0.7.21` | `0.8.6` |
| [ws](https://github.com/websockets/ws) | `8.13.0` | `8.18.0` |
| [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) | `8.5.10` | `8.5.13` |
| [@ast-grep/napi](https://github.com/ast-grep/ast-grep) | `0.11.0` | `0.30.1` |
| [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) | `11.6.4` | `11.7.2` |
| [@bugsnag/js](https://github.com/bugsnag/bugsnag-js) | `7.21.0` | `7.25.0` |
| [@opentelemetry/api](https://github.com/open-telemetry/opentelemetry-js) | `1.6.0` | `1.9.0` |
| [@opentelemetry/core](https://github.com/open-telemetry/opentelemetry-js) | `1.17.1` | `1.28.0` |
| [@opentelemetry/exporter-metrics-otlp-http](https://github.com/open-telemetry/opentelemetry-js) | `0.43.0` | `0.55.0` |
| [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js) | `1.17.1` | `1.28.0` |
| [@opentelemetry/sdk-metrics](https://github.com/open-telemetry/opentelemetry-js) | `1.17.1` | `1.28.0` |
| [@opentelemetry/semantic-conventions](https://github.com/open-telemetry/opentelemetry-js) | `1.17.1` | `1.28.0` |
| [ajv](https://github.com/ajv-validator/ajv) | `8.13.0` | `8.17.1` |
| [ansi-escapes](https://github.com/sindresorhus/ansi-escapes) | `6.2.0` | `6.2.1` |
| [form-data](https://github.com/form-data/form-data) | `4.0.0` | `4.0.1` |
| [get-port-please](https://github.com/unjs/get-port-please) | `3.0.1` | `3.1.2` |
| [jose](https://github.com/panva/jose) | `5.8.0` | `5.9.6` |
| [minimatch](https://github.com/isaacs/minimatch) | `9.0.3` | `9.0.5` |
| [semver](https://github.com/npm/node-semver) | `7.5.4` | `7.6.3` |
| [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) | `3.19.1` | `3.27.0` |
| [zod](https://github.com/colinhacks/zod) | `3.22.3` | `3.23.8` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.28.0` | `2.31.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.2.12` | `48.11.0` |
| [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.7.1` | `6.10.2` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.33.2` | `7.37.2` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.6.0` | `4.6.2` |
| [eslint-plugin-tsdoc](https://github.com/microsoft/tsdoc/tree/HEAD/eslint-plugin) | `0.2.17` | `0.4.0` |
| [eslint-plugin-vitest](https://github.com/veritem/eslint-plugin-vitest) | `0.2.8` | `0.5.4` |
| [debug](https://github.com/debug-js/debug) | `4.3.4` | `4.3.7` |
| [yaml](https://github.com/eemeli/yaml) | `2.3.2` | `2.6.1` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.23.0` | `6.28.0` |

Bumps the minor_versions group with 10 updates in the /packages/app directory:

| Package | From | To |
| --- | --- | --- |
| [@shopify/polaris](https://github.com/Shopify/polaris) | `12.10.0` | `12.27.0` |
| [@shopify/polaris-icons](https://github.com/Shopify/polaris/tree/HEAD/polaris-icons) | `8.0.0` | `8.11.1` |
| [body-parser](https://github.com/expressjs/body-parser) | `1.20.2` | `1.20.3` |
| [chokidar](https://github.com/paulmillr/chokidar) | `3.5.3` | `3.6.0` |
| [diff](https://github.com/kpdecker/jsdiff) | `5.1.0` | `5.2.0` |
| [express](https://github.com/expressjs/express) | `4.19.2` | `4.21.1` |
| [h3](https://github.com/unjs/h3) | `0.7.21` | `0.8.6` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.0` | `18.3.1` |
| [ws](https://github.com/websockets/ws) | `8.13.0` | `8.18.0` |

Bumps the minor_versions group with 1 update in the /packages/cli directory: [@ast-grep/napi](https://github.com/ast-grep/ast-grep).
Bumps the minor_versions group with 18 updates in the /packages/cli-kit directory:

| Package | From | To |
| --- | --- | --- |
| [liquidjs](https://github.com/harttle/liquidjs) | `10.9.2` | `10.19.0` |
| [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) | `11.6.4` | `11.7.2` |
| [@bugsnag/js](https://github.com/bugsnag/bugsnag-js) | `7.21.0` | `7.25.0` |
| [@opentelemetry/api](https://github.com/open-telemetry/opentelemetry-js) | `1.6.0` | `1.9.0` |
| [@opentelemetry/core](https://github.com/open-telemetry/opentelemetry-js) | `1.17.1` | `1.28.0` |
| [@opentelemetry/exporter-metrics-otlp-http](https://github.com/open-telemetry/opentelemetry-js) | `0.43.0` | `0.55.0` |
| [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js) | `1.17.1` | `1.28.0` |
| [@opentelemetry/sdk-metrics](https://github.com/open-telemetry/opentelemetry-js) | `1.17.1` | `1.28.0` |
| [@opentelemetry/semantic-conventions](https://github.com/open-telemetry/opentelemetry-js) | `1.17.1` | `1.28.0` |
| [ajv](https://github.com/ajv-validator/ajv) | `8.13.0` | `8.17.1` |
| [ansi-escapes](https://github.com/sindresorhus/ansi-escapes) | `6.2.0` | `6.2.1` |
| [form-data](https://github.com/form-data/form-data) | `4.0.0` | `4.0.1` |
| [get-port-please](https://github.com/unjs/get-port-please) | `3.0.1` | `3.1.2` |
| [jose](https://github.com/panva/jose) | `5.8.0` | `5.9.6` |
| [minimatch](https://github.com/isaacs/minimatch) | `9.0.3` | `9.0.5` |
| [semver](https://github.com/npm/node-semver) | `7.5.4` | `7.6.3` |
| [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) | `3.19.1` | `3.27.0` |
| [zod](https://github.com/colinhacks/zod) | `3.22.3` | `3.23.8` |

Bumps the minor_versions group with 9 updates in the /packages/eslint-plugin-cli directory:

| Package | From | To |
| --- | --- | --- |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.13.1` | `7.18.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.28.0` | `2.31.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.2.12` | `48.11.0` |
| [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.7.1` | `6.10.2` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.33.2` | `7.37.2` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.6.0` | `4.6.2` |
| [eslint-plugin-tsdoc](https://github.com/microsoft/tsdoc/tree/HEAD/eslint-plugin) | `0.2.17` | `0.4.0` |
| [eslint-plugin-vitest](https://github.com/veritem/eslint-plugin-vitest) | `0.2.8` | `0.5.4` |
| [debug](https://github.com/debug-js/debug) | `4.3.4` | `4.3.7` |

Bumps the minor_versions group with 3 updates in the /packages/theme directory: [chokidar](https://github.com/paulmillr/chokidar), [h3](https://github.com/unjs/h3) and [yaml](https://github.com/eemeli/yaml).


Updates `@typescript-eslint/parser` from 7.13.1 to 7.18.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/v7.18.0/packages/parser)

Updates `liquidjs` from 10.9.2 to 10.19.0
- [Release notes](https://github.com/harttle/liquidjs/releases)
- [Changelog](https://github.com/harttle/liquidjs/blob/master/CHANGELOG.md)
- [Commits](harttle/liquidjs@v10.9.2...v10.19.0)

Updates `@shopify/polaris` from 12.10.0 to 12.27.0
- [Release notes](https://github.com/Shopify/polaris/releases)
- [Commits](https://github.com/Shopify/polaris/compare/@shopify/[email protected]...@shopify/[email protected])

Updates `@shopify/polaris-icons` from 8.0.0 to 8.11.1
- [Release notes](https://github.com/Shopify/polaris/releases)
- [Changelog](https://github.com/Shopify/polaris/blob/main/polaris-icons/CHANGELOG.md)
- [Commits](https://github.com/Shopify/polaris/commits/@shopify/[email protected]/polaris-icons)

Updates `body-parser` from 1.20.2 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.20.2...1.20.3)

Updates `chokidar` from 3.5.3 to 3.6.0
- [Release notes](https://github.com/paulmillr/chokidar/releases)
- [Commits](paulmillr/chokidar@3.5.3...3.6.0)

Updates `diff` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
- [Commits](kpdecker/jsdiff@v5.1.0...v5.2.0)

Updates `express` from 4.19.2 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](expressjs/express@4.19.2...4.21.1)

Updates `h3` from 0.7.21 to 0.8.6
- [Release notes](https://github.com/unjs/h3/releases)
- [Changelog](https://github.com/unjs/h3/blob/main/CHANGELOG.md)
- [Commits](unjs/h3@v0.7.21...v0.8.6)

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

Updates `@types/ws` from 8.5.10 to 8.5.13
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws)

Updates `@ast-grep/napi` from 0.11.0 to 0.30.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.11.0...0.30.1)

Updates `@apidevtools/json-schema-ref-parser` from 11.6.4 to 11.7.2
- [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
- [Commits](APIDevTools/json-schema-ref-parser@v11.6.4...v11.7.2)

Updates `@bugsnag/js` from 7.21.0 to 7.25.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@v7.21.0...v7.25.0)

Updates `@opentelemetry/api` from 1.6.0 to 1.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@v1.6.0...v1.9.0)

Updates `@opentelemetry/core` from 1.17.1 to 1.28.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@v1.17.1...v1.28.0)

Updates `@opentelemetry/exporter-metrics-otlp-http` from 0.43.0 to 0.55.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.43.0...experimental/v0.55.0)

Updates `@opentelemetry/resources` from 1.17.1 to 1.28.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@v1.17.1...v1.28.0)

Updates `@opentelemetry/sdk-metrics` from 1.17.1 to 1.28.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@v1.17.1...v1.28.0)

Updates `@opentelemetry/semantic-conventions` from 1.17.1 to 1.28.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@v1.17.1...v1.28.0)

Updates `ajv` from 8.13.0 to 8.17.1
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v8.13.0...v8.17.1)

Updates `ansi-escapes` from 6.2.0 to 6.2.1
- [Release notes](https://github.com/sindresorhus/ansi-escapes/releases)
- [Commits](sindresorhus/ansi-escapes@v6.2.0...v6.2.1)

Updates `form-data` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/form-data/form-data/releases)
- [Commits](form-data/form-data@v4.0.0...v4.0.1)

Updates `get-port-please` from 3.0.1 to 3.1.2
- [Release notes](https://github.com/unjs/get-port-please/releases)
- [Changelog](https://github.com/unjs/get-port-please/blob/main/CHANGELOG.md)
- [Commits](unjs/get-port-please@v3.0.1...v3.1.2)

Updates `jose` from 5.8.0 to 5.9.6
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v5.8.0...v5.9.6)

Updates `minimatch` from 9.0.3 to 9.0.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v9.0.3...v9.0.5)

Updates `semver` from 7.5.4 to 7.6.3
- [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.5.4...v7.6.3)

Updates `simple-git` from 3.19.1 to 3.27.0
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/[email protected]/simple-git)

Updates `zod` from 3.22.3 to 3.23.8
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.22.3...v3.23.8)

Updates `eslint-plugin-import` from 2.28.0 to 2.31.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.28.0...v2.31.0)

Updates `eslint-plugin-jsdoc` from 48.2.12 to 48.11.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v48.2.12...v48.11.0)

Updates `eslint-plugin-jsx-a11y` from 6.7.1 to 6.10.2
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-jsx-a11y@v6.7.1...v6.10.2)

Updates `eslint-plugin-react` from 7.33.2 to 7.37.2
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.37.2)

Updates `eslint-plugin-react-hooks` from 4.6.0 to 4.6.2
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `eslint-plugin-tsdoc` from 0.2.17 to 0.4.0
- [Changelog](https://github.com/microsoft/tsdoc/blob/main/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/microsoft/tsdoc/commits/eslint-plugin-tsdoc_v0.4.0/eslint-plugin)

Updates `eslint-plugin-vitest` from 0.2.8 to 0.5.4
- [Release notes](https://github.com/veritem/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v0.2.8...v0.5.4)

Updates `debug` from 4.3.4 to 4.3.7
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](debug-js/debug@4.3.4...4.3.7)

Updates `yaml` from 2.3.2 to 2.6.1
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.3.2...v2.6.1)

Updates `react-router-dom` from 6.23.0 to 6.28.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

Updates `@shopify/polaris` from 12.10.0 to 12.27.0
- [Release notes](https://github.com/Shopify/polaris/releases)
- [Commits](https://github.com/Shopify/polaris/compare/@shopify/[email protected]...@shopify/[email protected])

Updates `@shopify/polaris-icons` from 8.0.0 to 8.11.1
- [Release notes](https://github.com/Shopify/polaris/releases)
- [Changelog](https://github.com/Shopify/polaris/blob/main/polaris-icons/CHANGELOG.md)
- [Commits](https://github.com/Shopify/polaris/commits/@shopify/[email protected]/polaris-icons)

Updates `body-parser` from 1.20.2 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.20.2...1.20.3)

Updates `chokidar` from 3.5.3 to 3.6.0
- [Release notes](https://github.com/paulmillr/chokidar/releases)
- [Commits](paulmillr/chokidar@3.5.3...3.6.0)

Updates `diff` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
- [Commits](kpdecker/jsdiff@v5.1.0...v5.2.0)

Updates `express` from 4.19.2 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](expressjs/express@4.19.2...4.21.1)

Updates `h3` from 0.7.21 to 0.8.6
- [Release notes](https://github.com/unjs/h3/releases)
- [Changelog](https://github.com/unjs/h3/blob/main/CHANGELOG.md)
- [Commits](unjs/h3@v0.7.21...v0.8.6)

Updates `react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

Updates `@types/react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

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

Updates `@ast-grep/napi` from 0.11.0 to 0.30.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.11.0...0.30.1)

Updates `liquidjs` from 10.9.2 to 10.19.0
- [Release notes](https://github.com/harttle/liquidjs/releases)
- [Changelog](https://github.com/harttle/liquidjs/blob/master/CHANGELOG.md)
- [Commits](harttle/liquidjs@v10.9.2...v10.19.0)

Updates `@apidevtools/json-schema-ref-parser` from 11.6.4 to 11.7.2
- [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
- [Commits](APIDevTools/json-schema-ref-parser@v11.6.4...v11.7.2)

Updates `@bugsnag/js` from 7.21.0 to 7.25.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@v7.21.0...v7.25.0)

Updates `@opentelemetry/api` from 1.6.0 to 1.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@v1.6.0...v1.9.0)

Updates `@opentelemetry/core` from 1.17.1 to 1.28.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@v1.17.1...v1.28.0)

Updates `@opentelemetry/exporter-metrics-otlp-http` from 0.43.0 to 0.55.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.43.0...experimental/v0.55.0)

Updates `@opentelemetry/resources` from 1.17.1 to 1.28.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@v1.17.1...v1.28.0)

Updates `@opentelemetry/sdk-metrics` from 1.17.1 to 1.28.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@v1.17.1...v1.28.0)

Updates `@opentelemetry/semantic-conventions` from 1.17.1 to 1.28.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@v1.17.1...v1.28.0)

Updates `ajv` from 8.13.0 to 8.17.1
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v8.13.0...v8.17.1)

Updates `ansi-escapes` from 6.2.0 to 6.2.1
- [Release notes](https://github.com/sindresorhus/ansi-escapes/releases)
- [Commits](sindresorhus/ansi-escapes@v6.2.0...v6.2.1)

Updates `form-data` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/form-data/form-data/releases)
- [Commits](form-data/form-data@v4.0.0...v4.0.1)

Updates `get-port-please` from 3.0.1 to 3.1.2
- [Release notes](https://github.com/unjs/get-port-please/releases)
- [Changelog](https://github.com/unjs/get-port-please/blob/main/CHANGELOG.md)
- [Commits](unjs/get-port-please@v3.0.1...v3.1.2)

Updates `jose` from 5.8.0 to 5.9.6
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v5.8.0...v5.9.6)

Updates `minimatch` from 9.0.3 to 9.0.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v9.0.3...v9.0.5)

Updates `semver` from 7.5.4 to 7.6.3
- [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.5.4...v7.6.3)

Updates `simple-git` from 3.19.1 to 3.27.0
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/[email protected]/simple-git)

Updates `zod` from 3.22.3 to 3.23.8
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.22.3...v3.23.8)

Updates `@typescript-eslint/parser` from 7.13.1 to 7.18.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/v7.18.0/packages/parser)

Updates `eslint-plugin-import` from 2.28.0 to 2.31.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.28.0...v2.31.0)

Updates `eslint-plugin-jsdoc` from 48.2.12 to 48.11.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v48.2.12...v48.11.0)

Updates `eslint-plugin-jsx-a11y` from 6.7.1 to 6.10.2
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-jsx-a11y@v6.7.1...v6.10.2)

Updates `eslint-plugin-react` from 7.33.2 to 7.37.2
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.37.2)

Updates `eslint-plugin-react-hooks` from 4.6.0 to 4.6.2
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `eslint-plugin-tsdoc` from 0.2.17 to 0.4.0
- [Changelog](https://github.com/microsoft/tsdoc/blob/main/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/microsoft/tsdoc/commits/eslint-plugin-tsdoc_v0.4.0/eslint-plugin)

Updates `eslint-plugin-vitest` from 0.2.8 to 0.5.4
- [Release notes](https://github.com/veritem/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v0.2.8...v0.5.4)

Updates `debug` from 4.3.4 to 4.3.7
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](debug-js/debug@4.3.4...4.3.7)

Updates `chokidar` from 3.5.3 to 3.6.0
- [Release notes](https://github.com/paulmillr/chokidar/releases)
- [Commits](paulmillr/chokidar@3.5.3...3.6.0)

Updates `h3` from 1.12.0 to 1.13.0
- [Release notes](https://github.com/unjs/h3/releases)
- [Changelog](https://github.com/unjs/h3/blob/main/CHANGELOG.md)
- [Commits](unjs/h3@v0.7.21...v0.8.6)

Updates `yaml` from 2.3.2 to 2.6.1
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.3.2...v2.6.1)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: liquidjs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@shopify/polaris"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@shopify/polaris-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: body-parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_versions
- dependency-name: chokidar
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: diff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: h3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@types/ws"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor_versions
- dependency-name: "@ast-grep/napi"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@apidevtools/json-schema-ref-parser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@bugsnag/js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@opentelemetry/api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@opentelemetry/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@opentelemetry/exporter-metrics-otlp-http"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@opentelemetry/resources"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@opentelemetry/sdk-metrics"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@opentelemetry/semantic-conventions"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: ajv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: ansi-escapes
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_versions
- dependency-name: form-data
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_versions
- dependency-name: get-port-please
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: minimatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_versions
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: simple-git
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: eslint-plugin-import
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: eslint-plugin-jsx-a11y
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: eslint-plugin-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: eslint-plugin-react-hooks
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_versions
- dependency-name: eslint-plugin-tsdoc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: eslint-plugin-vitest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: debug
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_versions
- dependency-name: yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@shopify/polaris"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@shopify/polaris-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: body-parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_versions
- dependency-name: chokidar
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: diff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: h3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@ast-grep/napi"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: liquidjs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@apidevtools/json-schema-ref-parser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@bugsnag/js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@opentelemetry/api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@opentelemetry/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@opentelemetry/exporter-metrics-otlp-http"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@opentelemetry/resources"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@opentelemetry/sdk-metrics"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@opentelemetry/semantic-conventions"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: ajv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: ansi-escapes
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_versions
- dependency-name: form-data
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_versions
- dependency-name: get-port-please
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: minimatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_versions
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: simple-git
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: eslint-plugin-import
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: eslint-plugin-jsx-a11y
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: eslint-plugin-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: eslint-plugin-react-hooks
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_versions
- dependency-name: eslint-plugin-tsdoc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: eslint-plugin-vitest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: debug
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_versions
- dependency-name: chokidar
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: h3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from a team as code owners November 28, 2024 19:30
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 28, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 3, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 3, 2024
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-minor_versions-7b2ae5bd71 branch December 3, 2024 14:53
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants