Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2025

Bumps the production-dependencies group with 2 updates in the / directory: @hey-api/client-fetch and uuid.

Updates @hey-api/client-fetch from 0.12.0 to 0.13.1

Release notes

Sourced from @​hey-api/client-fetch's releases.

@​hey-api/client-fetch@​0.13.1

Patch Changes

@​hey-api/client-fetch@​0.13.0

Minor Changes

Commits
  • 7365e4a Merge pull request #2164 from hey-api/changeset-release/main
  • e8b6797 Version Packages
  • 1e1c40b Merge pull request #2167 from hey-api/fix/tanstack-query-name-builder
  • a46259e fix(tanstack-query): add name builder options for all generated artifacts
  • 67125d3 Merge pull request #2166 from hey-api/fix/zod-tuple
  • 594f3a6 fix(zod): support tuple types
  • 3d0aeb8 Merge pull request #2165 from hey-api/fix/client-path-param-date
  • f23f3ae fix(client): do not serialize path param name in url
  • 32a8d2c Merge pull request #2163 from hey-api/fix/zod-metadata
  • 9769998 fix(zod): add metadata option
  • Additional commits viewable in compare view

Updates uuid from 11.1.0 to 13.0.0

Release notes

Sourced from uuid's releases.

v13.0.0

13.0.0 (2025-09-08)

⚠ BREAKING CHANGES

  • make browser exports the default (#901)

Bug Fixes

v12.0.0

12.0.0 (2025-09-05)

⚠ BREAKING CHANGES

  • update to typescript@5.2 (#887)
  • remove CommonJS support (#886)
  • drop node@16 support (#883)

Features

Bug Fixes

Changelog

Sourced from uuid's changelog.

13.0.0 (2025-09-08)

⚠ BREAKING CHANGES

  • make browser exports the default (#901)

Bug Fixes

12.0.0 (2025-09-05)

⚠ BREAKING CHANGES

  • update to typescript@5.2 (#887)
  • remove CommonJS support (#886)
  • drop node@16 support (#883)

Features

Bug Fixes

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 23, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 23, 2025 16:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 23, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-5d224e5c42 branch from 514aaf2 to de2535a Compare September 29, 2025 01:30
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-5d224e5c42 branch 2 times, most recently from 4e2cb45 to 43948f9 Compare October 27, 2025 01:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-5d224e5c42 branch from 43948f9 to ee59260 Compare November 3, 2025 01:37
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

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

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-5d224e5c42 branch from ee59260 to 27d6907 Compare December 8, 2025 01:14
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-5d224e5c42 branch from 27d6907 to f26d5a3 Compare December 15, 2025 01:20
Bumps the production-dependencies group with 2 updates in the / directory: [@hey-api/client-fetch](https://github.com/hey-api/openapi-ts) and [uuid](https://github.com/uuidjs/uuid).


Updates `@hey-api/client-fetch` from 0.12.0 to 0.13.1
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/client-fetch@0.12.0...@hey-api/client-fetch@0.13.1)

Updates `uuid` from 11.1.0 to 13.0.0
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v11.1.0...v13.0.0)

---
updated-dependencies:
- dependency-name: "@hey-api/client-fetch"
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: uuid
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-5d224e5c42 branch from f26d5a3 to 4437328 Compare December 22, 2025 01:16
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant