hey-api / openapi-ts

🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more. Support: @mrlubos
https://heyapi.dev
Other
1.36k stars 105 forks source link

chore(deps): bump the prod-deps group with 5 updates #1100

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the prod-deps group with 5 updates:

Package From To
@radix-ui/themes 3.1.3 3.1.4
@tanstack/react-query-devtools 5.56.2 5.58.0
@tanstack/vue-query-devtools 5.56.2 5.58.0
vue 3.5.8 3.5.10
c12 1.11.2 2.0.0

Updates @radix-ui/themes from 3.1.3 to 3.1.4

Commits
Maintainer changes

This version was pushed to npm by chancestrickland, a new releaser for @​radix-ui/themes since your current version.


Updates @tanstack/react-query-devtools from 5.56.2 to 5.58.0

Release notes

Sourced from @​tanstack/react-query-devtools's releases.

v5.58.0

Version 5.58.0 - 9/25/24, 1:40 AM

Changes

Feat

  • query-devtools: Add bulk edit option for simple objects and arrays (#8095) (f7a82c4) by Aryan Deora

Packages

  • @​tanstack/query-devtools@​5.58.0
  • @​tanstack/react-query-devtools@​5.58.0
  • @​tanstack/solid-query-devtools@​5.58.0
  • @​tanstack/svelte-query-devtools@​5.58.0
  • @​tanstack/vue-query-devtools@​5.58.0
  • @​tanstack/angular-query-devtools-experimental@​5.58.0

v5.57.2

Version 5.57.2 - 9/24/24, 6:13 PM

Changes

Fix

  • eslint-plugin-query: correctly handle call-expression spread (#8090) (f1aab70) by Manuel Schiller

Docs

  • react-query: fix queryClient description of useMutation and use… (#8077) (9da00d6) by @​baeharam
  • Don"t use $ prefix in Bash examples (#8067) (1104948) by Peter Bengtsson

Packages

  • @​tanstack/eslint-plugin-query@​5.57.2

v5.57.1

Version 5.57.1 - 9/21/24, 9:15 AM

Changes

Fix

  • eslint-plugin-query: relax property order rule to ignore relative order of getPreviousPageParam and getNextPageParam (#8074) (1793e06) by Manuel Schiller

Packages

  • @​tanstack/eslint-plugin-query@​5.57.1

v5.57.0

... (truncated)

Commits


Updates @tanstack/vue-query-devtools from 5.56.2 to 5.58.0

Release notes

Sourced from @​tanstack/vue-query-devtools's releases.

v5.58.0

Version 5.58.0 - 9/25/24, 1:40 AM

Changes

Feat

  • query-devtools: Add bulk edit option for simple objects and arrays (#8095) (f7a82c4) by Aryan Deora

Packages

  • @​tanstack/query-devtools@​5.58.0
  • @​tanstack/react-query-devtools@​5.58.0
  • @​tanstack/solid-query-devtools@​5.58.0
  • @​tanstack/svelte-query-devtools@​5.58.0
  • @​tanstack/vue-query-devtools@​5.58.0
  • @​tanstack/angular-query-devtools-experimental@​5.58.0

v5.57.2

Version 5.57.2 - 9/24/24, 6:13 PM

Changes

Fix

  • eslint-plugin-query: correctly handle call-expression spread (#8090) (f1aab70) by Manuel Schiller

Docs

  • react-query: fix queryClient description of useMutation and use… (#8077) (9da00d6) by @​baeharam
  • Don"t use $ prefix in Bash examples (#8067) (1104948) by Peter Bengtsson

Packages

  • @​tanstack/eslint-plugin-query@​5.57.2

v5.57.1

Version 5.57.1 - 9/21/24, 9:15 AM

Changes

Fix

  • eslint-plugin-query: relax property order rule to ignore relative order of getPreviousPageParam and getNextPageParam (#8074) (1793e06) by Manuel Schiller

Packages

  • @​tanstack/eslint-plugin-query@​5.57.1

v5.57.0

... (truncated)

Commits


Updates vue from 3.5.8 to 3.5.10

Release notes

Sourced from vue's releases.

v3.5.10

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.9

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.10 (2024-09-27)

Bug Fixes

  • custom-element: properly set kebab-case props on Vue custom elements (ea3efa0), closes #12030 #12032
  • reactivity: fix nested batch edge case (93c95dd)
  • reactivity: only clear notified flags for computed in first batch iteration (aa9ef23), closes #12045
  • types/ref: handle nested refs in UnwrapRef (#12049) (e2c19c2), closes #12044

3.5.9 (2024-09-26)

Bug Fixes

Commits
  • 4b09ab2 release: v3.5.10
  • 93c95dd fix(reactivity): fix nested batch edge case
  • aa9ef23 fix(reactivity): only clear notified flags for computed in first batch iteration
  • 60c2029 test: add test case for #11928
  • e2c19c2 fix(types/ref): handle nested refs in UnwrapRef (#12049)
  • ea3efa0 fix(custom-element): properly set kebab-case props on Vue custom elements
  • a77b959 workflow: link to release workflow in release script [ci skip]
  • 01f15be release: v3.5.9
  • 10ff159 fix(reactivity): fix recursive sync watcher on computed edge case
  • cb34b28 fix(runtime-core): avoid rendering plain object as VNode (#12038)
  • Additional commits viewable in compare view


Updates c12 from 1.11.2 to 2.0.0

Release notes

Sourced from c12's releases.

v2.0.0

compare changes

  • Upgrade to jiti v2
  • Allow disabling remote extend using giget: false (#181)
  • Support update existing .config/[name].[ext] config (#169)

v2.0.0-beta.3

compare changes

v2.0.0-beta.2

compare changes

🚀 Enhancements

  • Allow disabling remote extend with giget: false (#181)
  • Support update existing .config/[name].[ext] config (#169)

🩹 Fixes

  • updateConfig: Properly resolve config relative to cwd (#188)

🏡 Chore

❤️ Contributors

v2.0.0-beta.1

compare changes

🚀 Enhancements

  • Upgrade to jiti v2 beta (#172)

🏡 Chore

  • Aadd hey-api to list of users (#171)
  • Update release script for beta (0127b2d)
  • Stricter tsconfig (e930e6b)

... (truncated)

Changelog

Sourced from c12's changelog.

v2.0.0

compare changes

🏡 Chore

❤️ Contributors

v2.0.0-beta.3

compare changes

💅 Refactors

🏡 Chore

❤️ Contributors

v2.0.0-beta.2

compare changes

🚀 Enhancements

  • Allow disabling remote extend with giget: false (#181)
  • Support update existing .config/[name].[ext] config (#169)

🩹 Fixes

  • updateConfig: Properly resolve config relative to cwd (#188)

🏡 Chore

❤️ Contributors

... (truncated)

Commits
  • 5b62926 chore(release): v2.0.0
  • 6639a4b chore: update deps
  • 7cfd90f chore: update release script
  • 237a903 chore(release): v2.0.0-beta.3
  • fe85da5 chore(deps): update all non-major dependencies (#195)
  • 77aa9a2 chore: update chokidar to v4
  • c2cc1e9 refactor: update to jiti 2.0.0
  • 24e8c47 chore: update deps
  • 17b68bc chore(deps): update dependency ohash to ^1.1.4
  • 55e67f9 chore(deps): update all non-major dependencies
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
stackblitz[bot] commented 1 month ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hey-api-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 30, 2024 3:14am
changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: 4daf9e8d672366ffd2356e9ac5c2f7e9e48ff630

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

dependabot[bot] commented 1 month ago

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