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 1 directory with 48 updates #4066

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

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

Package From To
@changesets/cli 2.26.2 2.27.5
@shopify/generate-docs 0.15.6 0.16.0
@types/node 18.19.3 18.19.34
fast-glob 3.3.1 3.3.2
graphql 16.8.1 16.8.2
knip 5.11.0 5.21.0
liquidjs 10.9.2 10.14.0
pathe 1.1.1 1.1.2
@shopify/polaris 12.10.0 12.27.0
@shopify/polaris-icons 8.0.0 8.11.1
@shopify/theme-check-node 2.5.1 2.7.0
chokidar 3.5.3 3.6.0
diff 5.1.0 5.2.0
@types/diff 5.2.0 5.2.1
h3 0.7.21 0.8.6
micromatch 4.0.5 4.0.7
ws 8.13.0 8.17.1
@ast-grep/napi 0.11.0 0.23.0
@shopify/cli-hydrogen 0.0.0-next-9eb60d7-20240607102913 0.33.7
zod-to-json-schema 3.21.4 3.23.1
@bugsnag/js 7.21.0 7.23.0
@opentelemetry/api 1.6.0 1.9.0
@opentelemetry/core 1.17.1 1.25.0
@opentelemetry/exporter-metrics-otlp-http 0.43.0 0.52.0
@opentelemetry/resources 1.17.1 1.25.0
@opentelemetry/sdk-metrics 1.17.1 1.25.0
@opentelemetry/semantic-conventions 1.17.1 1.25.0
ajv 8.13.0 8.16.0
ansi-escapes 6.2.0 6.2.1
get-port-please 3.0.1 3.1.2
kill-port-process 3.1.0 3.2.1
minimatch 9.0.3 9.0.4
semver 7.5.4 7.6.2
simple-git 3.19.1 3.25.0
zod 3.22.3 3.23.8
@types/lodash 4.14.195 4.17.5
eslint-plugin-import 2.28.0 2.29.1
eslint-plugin-jsx-a11y 6.7.1 6.8.0
eslint-plugin-react 7.33.2 7.34.2
eslint-plugin-react-hooks 4.6.0 4.6.2
eslint-plugin-tsdoc 0.2.17 0.3.0
eslint-plugin-vitest 0.2.8 0.5.4
@cucumber/pretty-formatter 1.0.0 1.0.1
@shopify/theme-language-server-node 1.11.1 1.11.3
yaml 2.3.2 2.4.5
react-router-dom 6.23.0 6.23.1
sass 1.76.0 1.77.5
vite 4.4.9 4.5.3

Updates @changesets/cli from 2.26.2 to 2.27.5

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.27.5

Patch Changes

  • #1370 5e9d33a Thanks @​Andarist! - Fixed a regression that caused changeset version to fail on packages having a dev dependency on a skipped package.

  • Updated dependencies [5e9d33a]:

    • @​changesets/get-dependents-graph@​2.1.0
    • @​changesets/assemble-release-plan@​6.0.2
    • @​changesets/config@​3.0.1
    • @​changesets/get-release-plan@​4.0.2
    • @​changesets/apply-release-plan@​7.0.3

@​changesets/cli@​2.27.4

Patch Changes

  • #1361 954a16a Thanks @​jakebailey! - Ensure that version/tag do not touch private packages with when versioning/tagging is turned off using versionPackages config

  • #1369 d729d8c Thanks @​Andarist! - changeset tag should now correctly skip tags that exist on the remote

  • Updated dependencies [954a16a]:

    • @​changesets/assemble-release-plan@​6.0.1
    • @​changesets/apply-release-plan@​7.0.2
    • @​changesets/get-release-plan@​4.0.1

@​changesets/cli@​2.27.3

Patch Changes

  • #1357 18c966a Thanks @​Andarist! - Fixed an issue with changeset status executed without since argument. It should now correctly use the configured base branch as the default value.

@​changesets/cli@​2.27.2

Patch Changes

  • #1354 69be7dc Thanks @​Andarist! - Fixed an issue with changeset status incorrectly returning an error status in two cases:

    • for changed ignored packages
    • for changed private packages when privatePackage.version was set to false
  • #1351 c6da182 Thanks @​TheHolyWaffle! - Fix an issue with not applying a custom .prettierrc configuration with prettier@>= 3.1.1

  • Updated dependencies [c6da182]:

    • @​changesets/apply-release-plan@​7.0.1
    • @​changesets/write@​0.3.1

@​changesets/cli@​2.27.1

Patch Changes

  • #1267 86cfff1 Thanks @​Andarist! - Make ./bin.js available through package.json#exports to fix compatibility with changesets/action.

@​changesets/cli@​2.27.0

Minor Changes

... (truncated)

Commits

Updates @shopify/generate-docs from 0.15.6 to 0.16.0

Updates @types/node from 18.19.3 to 18.19.34

Commits

Updates fast-glob from 3.3.1 to 3.3.2

Release notes

Sourced from fast-glob's releases.

3.3.2

Full Changelog: mrmlnc/fast-glob@3.3.1...3.3.2

🐛 Bug fixes

  • Handle square brackets as a special character on Windows in escape functions (#425)
  • Keep escaping after brace expansion (#422)
Commits

Updates graphql from 16.8.1 to 16.8.2

Release notes

Sourced from graphql's releases.

v16.8.2 (2024-06-12)

Bug Fix 🐞* #4022 fix: remove globalThis check and align with what bundlers can accept (@​JoviDeCroock)

Internal 🏠* #4104 Fix publish scripts (@​benjie)

Committers: 2

Commits
Maintainer changes

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


Updates knip from 5.11.0 to 5.21.0

Release notes

Sourced from knip's releases.

Release 5.21.0

  • Add webdriver-io plugin (7414dc1a)
  • Update plugin docs (df35b9f4)
  • Minor housekeeping (1422c9d2)
  • Add size-limit plugin (dbd82f87)
  • Add lockfile-lint plugin (d70d0de7)
  • Use provided name in plugin template (43961f91)
  • Minor housekeeping (c81b1a23)
  • Update readme with badges and stuff (c18fcba5)
  • Update docs (Configuring Project Files) (e10ac2e4)

Release 5.20.0

  • Lockfile (e9298477)
  • Edit doc (5afaac44)
  • More consistent usage of fg (25cbba0a)
  • Eliminiate custom TS System instance (#680) (d7325c69)
  • Go against the grain in the cypress plugin (ef2464d5)
  • Remove duplicate code (6a17ad29)
  • Add simple-git-hooks plugin (#679) (9129af70)
  • Add missing root property to vitest (#677) (6797bf8d)
  • Update some dependencies (7c9b6455)
  • Update docs (1c9361f3)
  • Make TS-style path mappings work for all files with extensions (#673) (e9b3e669)

Release 5.19.0

  • Fix up integration test for slonik (2abcea61)
  • Stop printing the bulky help text for config errors (95764130)
  • Throw if passed --workspace dir does not contain package.json (resolves #667) (ea3f1240)
  • Support import.meta.resolve (resolves #642) (177baa2b)
  • Handle NODE_OPTIONS= in scripts (2ec5189a)
  • Minor refactor (7c87441e)
  • Timerify resolveModuleNames (#673) (9f2077ca)
  • Support Jest's globalTeardown (#676) (c170aebf)

Release 5.18.2

  • Improve re-export handling (9ccefb34)
  • Add identifier to trace for re-export from entry file (b0b8b3d3)
  • Move tagged export logic into reusable handler (1dff2db4)
  • Update docs (2f91c8d0)
  • Update @ericcornelissen/bash-parser to 0.5.3 (#674) (9a7ffac2)

Release 5.18.1

  • Refactor and improve dep graph naming/typing (28f05f0a)
  • Speed up (de)serialized and add test (deb3b9c5)
  • Move cli tests involving stdout to separate folder (978674fc)
  • Update and caretify dependencies (e14f6d24)
  • Fix link to screenshot (c2f9507e)

Release 5.18.0

  • Don't report issues when using --trace (d8e9719b)

... (truncated)

Commits

Updates liquidjs from 10.9.2 to 10.14.0

Release notes

Sourced from liquidjs's releases.

v10.14.0

10.14.0 (2024-06-17)

Bug Fixes

  • use drop valueOf when evaluated as condition (#705) (a7da93f)

Features

v10.13.1

10.13.1 (2024-05-24)

Bug Fixes

  • allow liquidMethodMissing to return any supported value type (#698) (0983f2c)
  • isComparable full interface check (#701) (55e144a)

v10.13.0

10.13.0 (2024-05-13)

Features

  • array_to_sentence_string and number_of_words filters from Jekyll, #443 (50253a9)
  • date filters from Jekyll (4955e75)
  • escape filters from Jekyll, #443 (b12eb8a)
  • jsonify, inspect, to_integer, normalize_whitespace filters (842b45c)
  • slugify filter from Jekyll, #443 (47ddc11)

v10.12.0

10.12.0 (2024-04-28)

Bug Fixes

Features

  • introduce where_exp filter from Jekyll (8c7cef9)

v10.11.1

10.11.1 (2024-04-21)

... (truncated)

Changelog

Sourced from liquidjs's changelog.

10.14.0 (2024-06-17)

Bug Fixes

  • use drop valueOf when evaluated as condition (#705) (a7da93f)

Features

10.13.1 (2024-05-24)

Bug Fixes

  • allow liquidMethodMissing to return any supported value type (#698) (0983f2c)
  • isComparable full interface check (#701) (55e144a)

10.13.0 (2024-05-13)

Features

  • array_to_sentence_string and number_of_words filters from Jekyll, #443 (50253a9)
  • date filters from Jekyll (4955e75)
  • escape filters from Jekyll, #443 (b12eb8a)
  • jsonify, inspect, to_integer, normalize_whitespace filters (842b45c)
  • slugify filter from Jekyll, #443 (47ddc11)

10.12.0 (2024-04-28)

Bug Fixes

Features

  • introduce where_exp filter from Jekyll (8c7cef9)

10.11.1 (2024-04-21)

Bug Fixes

  • allow %Z for TimezoneDate, update docs accordingly #684 (e09657c)
  • Allow lenientIf for multiple operands (issue #682) (#683) (490ff43)

... (truncated)

Commits
  • 5348964 chore(release): 10.14.0 [skip ci]
  • 3b5627b feat: support catching all errors, #220 (#710)
  • 612da52 docs: add jsoref as a contributor for doc (#709)
  • a0ea372 docs: fix some spelling (#708)
  • a7da93f fix: use drop valueOf when evaluated as condition (#705)
  • 513940d chore(release): 10.13.1 [skip ci]
  • 8f700ae docs: add GuillermoCasalCaro as a contributor for code (#702)
  • 55e144a fix: isComparable full interface check (#701)
  • 6ca5376 docs: add admtnnr as a contributor for code (#699)
  • 0983f2c fix: allow liquidMethodMissing to return any supported value type (#698)
  • Additional commits viewable in compare view

Updates pathe from 1.1.1 to 1.1.2

Release notes

Sourced from pathe's releases.

v1.1.2

compare changes

🩹 Fixes

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

❤️ Contributors

Changelog

Sourced from pathe's changelog.

v1.1.2

compare changes

🩹 Fixes

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

🏡 Chore

❤️ Contributors

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

Updates @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 @shopify/theme-check-node from 2.5.1 to 2.7.0

Release notes

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

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

Minor Changes

  • bb79d83: Add VariableName check

Patch Changes

  • Updated dependencies [bb79d83]
    • @​shopify/theme-check-common@​2.7.0
    • @​shopify/theme-check-docs-updater@​2.7.0

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

Patch Changes

  • Updated dependencies [ff78229]
    • @​shopify/theme-check-common@​2.6.0
    • @​shopify/theme-check-docs-updater@​2.6.0
Changelog

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

2.7.0

Minor Changes

  • bb79d83: Add VariableName check

Patch Changes

  • Updated dependencies [bb79d83]
    • @​shopify/theme-check-common@​2.7.0
    • @​shopify/theme-check-docs-updater@​2.7.0

2.6.0

Patch Changes

  • Updated dependencies [ff78229]
    • @​shopify/theme-check-common@​2.6.0
    • @​shopify/theme-check-docs-updater@​2.6.0
Commits

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³)....

    Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.26.2` | `2.27.5` |
| @shopify/generate-docs | `0.15.6` | `0.16.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.3` | `18.19.34` |
| [fast-glob](https://github.com/mrmlnc/fast-glob) | `3.3.1` | `3.3.2` |
| [graphql](https://github.com/graphql/graphql-js) | `16.8.1` | `16.8.2` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.11.0` | `5.21.0` |
| [liquidjs](https://github.com/harttle/liquidjs) | `10.9.2` | `10.14.0` |
| [pathe](https://github.com/unjs/pathe) | `1.1.1` | `1.1.2` |
| [@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` |
| [@shopify/theme-check-node](https://github.com/shopify/theme-tools/tree/HEAD/packages/theme-check-node) | `2.5.1` | `2.7.0` |
| [chokidar](https://github.com/paulmillr/chokidar) | `3.5.3` | `3.6.0` |
| [diff](https://github.com/kpdecker/jsdiff) | `5.1.0` | `5.2.0` |
| [@types/diff](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/diff) | `5.2.0` | `5.2.1` |
| [h3](https://github.com/unjs/h3) | `0.7.21` | `0.8.6` |
| [micromatch](https://github.com/micromatch/micromatch) | `4.0.5` | `4.0.7` |
| [ws](https://github.com/websockets/ws) | `8.13.0` | `8.17.1` |
| [@ast-grep/napi](https://github.com/ast-grep/ast-grep) | `0.11.0` | `0.23.0` |
| [@shopify/cli-hydrogen](https://github.com/Shopify/cli) | `0.0.0-next-9eb60d7-20240607102913` | `0.33.7` |
| [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.21.4` | `3.23.1` |
| [@bugsnag/js](https://github.com/bugsnag/bugsnag-js) | `7.21.0` | `7.23.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.25.0` |
| [@opentelemetry/exporter-metrics-otlp-http](https://github.com/open-telemetry/opentelemetry-js) | `0.43.0` | `0.52.0` |
| [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js) | `1.17.1` | `1.25.0` |
| [@opentelemetry/sdk-metrics](https://github.com/open-telemetry/opentelemetry-js) | `1.17.1` | `1.25.0` |
| [@opentelemetry/semantic-conventions](https://github.com/open-telemetry/opentelemetry-js) | `1.17.1` | `1.25.0` |
| [ajv](https://github.com/ajv-validator/ajv) | `8.13.0` | `8.16.0` |
| [ansi-escapes](https://github.com/sindresorhus/ansi-escapes) | `6.2.0` | `6.2.1` |
| [get-port-please](https://github.com/unjs/get-port-please) | `3.0.1` | `3.1.2` |
| [kill-port-process](https://github.com/hilleer/kill-port-process) | `3.1.0` | `3.2.1` |
| [minimatch](https://github.com/isaacs/minimatch) | `9.0.3` | `9.0.4` |
| [semver](https://github.com/npm/node-semver) | `7.5.4` | `7.6.2` |
| [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) | `3.19.1` | `3.25.0` |
| [zod](https://github.com/colinhacks/zod) | `3.22.3` | `3.23.8` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.14.195` | `4.17.5` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.28.0` | `2.29.1` |
| [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.7.1` | `6.8.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.33.2` | `7.34.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.3.0` |
| [eslint-plugin-vitest](https://github.com/veritem/eslint-plugin-vitest) | `0.2.8` | `0.5.4` |
| [@cucumber/pretty-formatter](https://github.com/cucumber/cucumber-js-pretty-formatter) | `1.0.0` | `1.0.1` |
| [@shopify/theme-language-server-node](https://github.com/shopify/theme-tools/tree/HEAD/packages/theme-language-server-node) | `1.11.1` | `1.11.3` |
| [yaml](https://github.com/eemeli/yaml) | `2.3.2` | `2.4.5` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.23.0` | `6.23.1` |
| [sass](https://github.com/sass/dart-sass) | `1.76.0` | `1.77.5` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.4.9` | `4.5.3` |



Updates `@changesets/cli` from 2.26.2 to 2.27.5
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.26.2...@changesets/cli@2.27.5)

Updates `@shopify/generate-docs` from 0.15.6 to 0.16.0

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

Updates `fast-glob` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/mrmlnc/fast-glob/releases)
- [Commits](mrmlnc/fast-glob@3.3.1...3.3.2)

Updates `graphql` from 16.8.1 to 16.8.2
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.8.1...v16.8.2)

Updates `knip` from 5.11.0 to 5.21.0
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.21.0/packages/knip)

Updates `liquidjs` from 10.9.2 to 10.14.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.14.0)

Updates `pathe` from 1.1.1 to 1.1.2
- [Release notes](https://github.com/unjs/pathe/releases)
- [Changelog](https://github.com/unjs/pathe/blob/main/CHANGELOG.md)
- [Commits](unjs/pathe@v1.1.1...v1.1.2)

Updates `@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/polaris@12.10.0...@shopify/polaris@12.27.0)

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/polaris-icons@8.11.1/polaris-icons)

Updates `@shopify/theme-check-node` from 2.5.1 to 2.7.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@2.7.0/packages/theme-check-node)

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 `@types/diff` from 5.2.0 to 5.2.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/diff)

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 `micromatch` from 4.0.5 to 4.0.7
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.5...4.0.7)

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

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

Updates `@ast-grep/napi` from 0.11.0 to 0.23.0
- [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.23.0)

Updates `@shopify/cli-hydrogen` from 0.0.0-next-9eb60d7-20240607102913 to 0.33.7
- [Release notes](https://github.com/Shopify/cli/releases)
- [Commits](https://github.com/Shopify/cli/commits)

Updates `zod-to-json-schema` from 3.21.4 to 3.23.1
- [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases)
- [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md)
- [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits)

Updates `@bugsnag/js` from 7.21.0 to 7.23.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.23.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.25.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.25.0)

Updates `@opentelemetry/exporter-metrics-otlp-http` from 0.43.0 to 0.52.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.52.0)

Updates `@opentelemetry/resources` from 1.17.1 to 1.25.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.25.0)

Updates `@opentelemetry/sdk-metrics` from 1.17.1 to 1.25.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.25.0)

Updates `@opentelemetry/semantic-conventions` from 1.17.1 to 1.25.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.25.0)

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

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 `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 `kill-port-process` from 3.1.0 to 3.2.1
- [Release notes](https://github.com/hilleer/kill-port-process/releases)
- [Commits](hilleer/kill-port-process@v3.1.0...v3.2.1)

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

Updates `semver` from 7.5.4 to 7.6.2
- [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.2)

Updates `simple-git` from 3.19.1 to 3.25.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/simple-git@3.25.0/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 `@types/lodash` from 4.14.195 to 4.17.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

Updates `eslint-plugin-import` from 2.28.0 to 2.29.1
- [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.29.1)

Updates `eslint-plugin-jsx-a11y` from 6.7.1 to 6.8.0
- [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.8.0)

Updates `eslint-plugin-react` from 7.33.2 to 7.34.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.34.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.3.0
- [Changelog](https://github.com/microsoft/tsdoc/blob/main/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/microsoft/tsdoc/commits/eslint-plugin-tsdoc_v0.3.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 `@cucumber/pretty-formatter` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/cucumber/cucumber-js-pretty-formatter/releases)
- [Changelog](https://github.com/cucumber/cucumber-js-pretty-formatter/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-js-pretty-formatter@v1.0.0...v1.0.1)

Updates `@shopify/theme-language-server-node` from 1.11.1 to 1.11.3
- [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@1.11.3/packages/theme-language-server-node)

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

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

Updates `sass` from 1.76.0 to 1.77.5
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.76.0...1.77.5)

Updates `vite` from 4.4.9 to 4.5.3
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite)

---
updated-dependencies:
- dependency-name: "@changesets/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@shopify/generate-docs"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor_versions
- dependency-name: fast-glob
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_versions
- dependency-name: graphql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_versions
- dependency-name: knip
  dependency-type: direct:development
  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: pathe
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: "@shopify/theme-check-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: "@types/diff"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor_versions
- dependency-name: h3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: micromatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_versions
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: "@types/diff"
  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: "@shopify/cli-hydrogen"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: zod-to-json-schema
  dependency-type: direct:development
  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: get-port-please
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: kill-port-process
  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: "@types/lodash"
  dependency-type: direct:development
  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-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: "@cucumber/pretty-formatter"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor_versions
- dependency-name: "@shopify/theme-language-server-node"
  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-patch
  dependency-group: minor_versions
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_versions
- dependency-name: vite
  dependency-type: direct:development
  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 Jun 17, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 18, 2024

Superseded by #4072.

@dependabot dependabot bot closed this Jun 18, 2024
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-minor_versions-95e8cadbb9 branch June 18, 2024 09:32
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.

None yet

0 participants