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 46 updates #3970

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@changesets/cli 2.26.2 2.27.5
@shopify/generate-docs 0.15.6 0.15.16
@types/node 18.19.3 18.19.33
fast-glob 3.3.1 3.3.2
knip 5.11.0 5.17.4
liquidjs 10.9.2 10.13.1
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.6.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.0
@shopify/cli-hydrogen 0.0.0-next-ca7f288-20240530103543 0.33.7
@ast-grep/napi 0.11.0 0.22.5
zod-to-json-schema 3.21.4 3.23.0
@bugsnag/js 7.21.0 7.23.0
@opentelemetry/api 1.6.0 1.8.0
@opentelemetry/core 1.17.1 1.24.1
@opentelemetry/exporter-metrics-otlp-http 0.43.0 0.51.1
@opentelemetry/resources 1.17.1 1.24.1
@opentelemetry/sdk-metrics 1.17.1 1.24.1
@opentelemetry/semantic-conventions 1.17.1 1.24.1
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.24.0
zod 3.22.3 3.23.8
@types/lodash 4.14.195 4.17.4
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.2
yaml 2.3.2 2.4.3
react-router-dom 6.23.0 6.23.1
sass 1.76.0 1.77.4
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.15.16

Updates @types/node from 18.19.3 to 18.19.33

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 knip from 5.11.0 to 5.17.4

Release notes

Sourced from knip's releases.

Release 5.17.4

  • Fix up caching (e75f0e92)
  • Minor refactor (28b24349)
  • Do literal text search in setRefs (closes #595 #596 #664) (6e64d60c)
  • Refactor to use more maps over objects, move/rename some vars (90fcd4cd)
  • Add polar to funding.yml (c4bb9167)
  • Use IMPORT_STAR const (cb9ed830)
  • Remove specifier from dep graph and SerializableImports type (474a6f70)
  • Add ‘xvfb-run’ as globally available binary (#662) (87850eac)
  • Add ‘aws’ as globally available binary (#661) (6fd3e461)

Release 5.17.3

  • Add ‘kill’ and ‘ssh’ as globally available binaries (#660) (5e576a28)
  • Remove version selector (9ad1d466)
  • Timerify (de)serialize functions (0e04f1e4)
  • Update docs (935a7066)

Release 5.17.2

  • Fix external require.resolve (resolves #657) (c188a7a7)

Release 5.17.1

  • Any is OK (28ad084b)
  • Fix (de)serialization of maps (resolves #656) (3ab95ef7)
  • Fix graphql-codegen config filter (resolves #658) (24c13553)

Release 5.17.0

  • Fix --watch after refactors (db2a2616)
  • Improve getHasStrictlyNsReferences and traverse into re-exports (9d75e0d4)
  • Restore imports in Footer.astro (c836517a)

Release 5.17.0-canary.2

  • Bring isGitIgnored into fields of sanity (1075b305)
  • Get rid of internalWorkspaceFilePaths and handle in analyzeSourceFile (d3d7fa08)
  • Minor refactor (b968da8f)
  • fix(Auto-fix): ignore is not applied (#654) (32ddd715)
  • Refactor ignore deps/bins + config hints (99d978a1)
  • Fix formatting (693192b9)
  • Fix more links (2ceee1a0)
  • Update urls from webpro/knip → webpro-nl/knip (70df0916)

Release 5.17.0-canary.1

  • Simplify pseudo re-export handling (94cfb94c)
  • Refactor importedAs to map (#647) (0b1ce0b9)
  • Always return TS resolved module (resolves #651) (4055e314)

Release 5.17.0-canary.0

  • Refactor internal dep graph & module resolution (f5faf52b)
  • Defer principal deletion if --isolate-workspaces (6616fe1e)
  • Start support for dist → src file path rewiring (4408a34e)
  • Fix module resolution across multiple dependent workspaces with incompatible tsconfigs (#611) (f99e5f1f)

... (truncated)

Commits

Updates liquidjs from 10.9.2 to 10.13.1

Release notes

Sourced from liquidjs's releases.

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)

Bug Fixes

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

v10.11.0

10.11.0 (2024-04-14)

Features

  • group_by/group_by_exp/find/find_exp from Jekyll, #443 (2b713b7)

... (truncated)

Changelog

Sourced from liquidjs's changelog.

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)

10.11.0 (2024-04-14)

Features

  • group_by/group_by_exp/find/find_exp from Jekyll, #443 (2b713b7)
  • pop/shift/unshift filters from Jekyll (258780e)

10.10.2 (2024-03-21)

... (truncated)

Commits
  • 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)
  • 12001b6 docs: update .all-contributorsrc [skip ci]
  • 7591ddc docs: update README.md [skip ci]
  • 3b24f07 docs: update broken link
  • bd571d1 chore(release): 10.13.0 [skip ci]
  • 47ddc11 feat: slugify filter from Jekyll, #443
  • 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.6.0

Release notes

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

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

    Description has been truncated

Bumps the minor_versions group with 46 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.15.16` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.3` | `18.19.33` |
| [fast-glob](https://github.com/mrmlnc/fast-glob) | `3.3.1` | `3.3.2` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.11.0` | `5.17.4` |
| [liquidjs](https://github.com/harttle/liquidjs) | `10.9.2` | `10.13.1` |
| [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.6.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.0` |
| [@shopify/cli-hydrogen](https://github.com/Shopify/cli) | `0.0.0-next-ca7f288-20240530103543` | `0.33.7` |
| [@ast-grep/napi](https://github.com/ast-grep/ast-grep) | `0.11.0` | `0.22.5` |
| [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.21.4` | `3.23.0` |
| [@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.8.0` |
| [@opentelemetry/core](https://github.com/open-telemetry/opentelemetry-js) | `1.17.1` | `1.24.1` |
| [@opentelemetry/exporter-metrics-otlp-http](https://github.com/open-telemetry/opentelemetry-js) | `0.43.0` | `0.51.1` |
| [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js) | `1.17.1` | `1.24.1` |
| [@opentelemetry/sdk-metrics](https://github.com/open-telemetry/opentelemetry-js) | `1.17.1` | `1.24.1` |
| [@opentelemetry/semantic-conventions](https://github.com/open-telemetry/opentelemetry-js) | `1.17.1` | `1.24.1` |
| [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.24.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.4` |
| [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.2` |
| [yaml](https://github.com/eemeli/yaml) | `2.3.2` | `2.4.3` |
| [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.4` |
| [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.15.16

Updates `@types/node` from 18.19.3 to 18.19.33
- [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 `knip` from 5.11.0 to 5.17.4
- [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.17.4/packages/knip)

Updates `liquidjs` from 10.9.2 to 10.13.1
- [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.13.1)

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.6.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.6.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.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.13.0...8.17.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 `@shopify/cli-hydrogen` from 0.0.0-next-ca7f288-20240530103543 to 0.33.7
- [Release notes](https://github.com/Shopify/cli/releases)
- [Commits](https://github.com/Shopify/cli/commits)

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

Updates `zod-to-json-schema` from 3.21.4 to 3.23.0
- [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.8.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.8.0)

Updates `@opentelemetry/core` from 1.17.1 to 1.24.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v1.17.1...v1.24.1)

Updates `@opentelemetry/exporter-metrics-otlp-http` from 0.43.0 to 0.51.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.43.0...experimental/v0.51.1)

Updates `@opentelemetry/resources` from 1.17.1 to 1.24.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v1.17.1...v1.24.1)

Updates `@opentelemetry/sdk-metrics` from 1.17.1 to 1.24.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v1.17.1...v1.24.1)

Updates `@opentelemetry/semantic-conventions` from 1.17.1 to 1.24.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v1.17.1...v1.24.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 `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.24.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.24.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.4
- [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](veritem/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.2
- [Release notes](https://github.com/shopify/theme-tools/releases)
- [Changelog](https://github.com/Shopify/theme-tools/blob/main/packages/theme-language-server-node/CHANGELOG.md)
- [Commits](https://github.com/shopify/theme-tools/commits/@shopify/theme-language-server-node@1.11.2/packages/theme-language-server-node)

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

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

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-patch
  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: 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: "@shopify/cli-hydrogen"
  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: zod-to-json-schema
  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: 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 3, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 4, 2024

Superseded by #3974.

@dependabot dependabot bot closed this Jun 4, 2024
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-minor_versions-8be1f7cabc branch June 4, 2024 09:19
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