Skip to content

chore(deps): bump the production group across 1 directory with 16 updates#233

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/develop/production-5daf01ea93
Closed

chore(deps): bump the production group across 1 directory with 16 updates#233
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/develop/production-5daf01ea93

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps the production group with 16 updates in the / directory:

Package From To
@radix-ui/react-checkbox 1.1.5 1.2.3
@radix-ui/react-dialog 1.1.7 1.1.11
@radix-ui/react-dropdown-menu 2.1.7 2.1.12
@radix-ui/react-label 2.1.3 2.1.4
@radix-ui/react-popover 1.1.7 1.1.11
@radix-ui/react-scroll-area 1.2.4 1.2.6
@radix-ui/react-select 2.1.7 2.2.2
@radix-ui/react-separator 1.1.3 1.1.4
@radix-ui/react-tabs 1.1.4 1.1.9
@radix-ui/react-toast 1.2.7 1.2.11
@radix-ui/react-tooltip 1.2.0 1.2.4
@tanstack/react-query 5.74.3 5.74.7
axios 1.8.4 1.9.0
lucide-react 0.488.0 0.503.0
react-hook-form 7.55.0 7.56.1
zod 3.24.2 3.24.3

Updates @radix-ui/react-checkbox from 1.1.5 to 1.2.3

Commits

Updates @radix-ui/react-dialog from 1.1.7 to 1.1.11

Commits

Updates @radix-ui/react-dropdown-menu from 2.1.7 to 2.1.12

Commits

Updates @radix-ui/react-label from 2.1.3 to 2.1.4

Commits

Updates @radix-ui/react-popover from 1.1.7 to 1.1.11

Commits

Updates @radix-ui/react-scroll-area from 1.2.4 to 1.2.6

Commits

Updates @radix-ui/react-select from 2.1.7 to 2.2.2

Commits

Updates @radix-ui/react-separator from 1.1.3 to 1.1.4

Commits

Updates @radix-ui/react-tabs from 1.1.4 to 1.1.9

Commits

Updates @radix-ui/react-toast from 1.2.7 to 1.2.11

Commits

Updates @radix-ui/react-tooltip from 1.2.0 to 1.2.4

Commits

Updates @tanstack/react-query from 5.74.3 to 5.74.7

Release notes

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

v5.74.7

Version 5.74.7 - 4/27/25, 3:02 PM

Changes

Fix

  • vue-query: update initialData type to allow InitialDataFunction and NonUndefinedGuard, similar to react-query (#9073) (e45dea8) by Sol Lee

Chore

  • deps: update dependency @​sveltejs/kit to v2.20.6 [security] (#9054) (b13f0b8) by renovate[bot]
  • move from paths to customCondition (#9042) (9f93f12) by Tyler

Test

  • react-query: use fake timers for QueryClientProvider.test.tsx (#9074) (b8ea29e) by @​manudeli
  • query-persist-client-core: use fake timers for createPersister.test.ts (#9067) (83f01cd) by MINSEONG KIM
  • react-query: use fake timers for useMutationState.test.tsx (#9055) (62f02fc) by @​manudeli
  • react-query: use fake timers for fine-grained-persister.test.tsx (#9056) (027be32) by @​manudeli
  • react-query: use fake timers for ssr-hydration.test.tsx (#9058) (0849660) by MINSEONG KIM
  • query-core: use fake timers for queryObserver.test.tsx (#9004) (1b169ae) by @​manudeli

Docs

  • fix broken links in docs (#9052) (eb15f87) by Zac Rosenbauer
  • fix typo (a2a39c9) by Dominik Dorfmeister
  • Update streamedQuery.md (c987abc) by Dominik Dorfmeister

Packages

  • @​tanstack/eslint-plugin-query@​5.74.7
  • @​tanstack/query-async-storage-persister@​5.74.7
  • @​tanstack/query-broadcast-client-experimental@​5.74.7
  • @​tanstack/query-core@​5.74.7
  • @​tanstack/query-devtools@​5.74.7
  • @​tanstack/query-persist-client-core@​5.74.7
  • @​tanstack/query-sync-storage-persister@​5.74.7
  • @​tanstack/react-query@​5.74.7
  • @​tanstack/react-query-devtools@​5.74.7
  • @​tanstack/react-query-persist-client@​5.74.7
  • @​tanstack/react-query-next-experimental@​5.74.7
  • @​tanstack/solid-query@​5.74.7
  • @​tanstack/solid-query-devtools@​5.74.7
  • @​tanstack/solid-query-persist-client@​5.74.7
  • @​tanstack/svelte-query@​5.74.7
  • @​tanstack/svelte-query-devtools@​5.74.7
  • @​tanstack/svelte-query-persist-client@​5.74.7
  • @​tanstack/vue-query@​5.74.7
  • @​tanstack/vue-query-devtools@​5.74.7

... (truncated)

Commits
  • fcb3d4a release: v5.74.7
  • b8ea29e test(react-query): use fake timers for QueryClientProvider.test.tsx (#9074)
  • 62f02fc test(react-query): use fake timers for useMutationState.test.tsx (#9055)
  • 027be32 test(react-query): use fake timers for fine-grained-persister.test.tsx (#9056)
  • 0849660 test(react-query): use fake timers for ssr-hydration.test.tsx (#9058)
  • 9f93f12 chore: move from paths to customCondition (#9042)
  • 256624a release: v5.74.4
  • See full diff in compare view

Updates axios from 1.8.4 to 1.9.0

Release notes

Sourced from axios's releases.

Release v1.9.0

Release notes:

Bug Fixes

  • core: fix the Axios constructor implementation to treat the config argument as optional; (#6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#6874) (d4f7df4)
  • headers: fixed support for setting multiple header values from an iterated source; (#6885) (f7a3b5e)
  • http: send minimal end multipart boundary (#6661) (987d2e2)
  • types: fix autocomplete for adapter config (#6855) (e61a893)

Features

  • AxiosHeaders: add getSetCookie method to retrieve set-cookie headers values (#5707) (80ea756)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.9.0 (2025-04-24)

Bug Fixes

  • core: fix the Axios constructor implementation to treat the config argument as optional; (#6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#6874) (d4f7df4)
  • headers: fixed support for setting multiple header values from an iterated source; (#6885) (f7a3b5e)
  • http: send minimal end multipart boundary (#6661) (987d2e2)
  • types: fix autocomplete for adapter config (#6855) (e61a893)

Features

  • AxiosHeaders: add getSetCookie method to retrieve set-cookie headers values (#5707) (80ea756)

Contributors to this release

Commits
  • cdcfd21 chore(release): v1.9.0 (#6891)
  • 987d2e2 fix(http): send minimal end multipart boundary (#6661)
  • f112edf chore(ci): add PR files guard action; (#6890)
  • 61de4c0 chore(ci): update github actions; (#6889)
  • c3aba3d chore(ci): add labeler github action; (#6888)
  • f7a3b5e fix(headers): fixed support for setting multiple header values from an iterat...
  • e61a893 fix(types): fix autocomplete for adapter config (#6855)
  • 6c5d4cd fix(core): fix the Axios constructor implementation to treat the config argum...
  • dfe8411 fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (#6767)
  • d4f7df4 fix(headers): fix getSetCookie by using 'get' method for caseless access; (...
  • Additional commits viewable in compare view

Updates lucide-react from 0.488.0 to 0.503.0

Release notes

Sourced from lucide-react's releases.

Version 0.503.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.502.0...0.503.0

Version 0.502.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.501.0...0.502.0

Version 0.501.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.500.0...0.501.0

Version 0.500.0

What's Changed

... (truncated)

Commits

Updates react-hook-form from 7.55.0 to 7.56.1

Release notes

Sourced from react-hook-form's releases.

Version 7.56.1

🐞 fix #12761 #12762 issue with usage reset isReady formState (#12765) 🐞 fix #12763 import warning with named exports (#12764)

Version 7.56.0

⏰ feat: introduce isReady state for subscription (#12568)

const { formState: { isReady }, setValue } = useForm()
useEffect(() => {
// form subscription setup is ready
if (isReady) setValue('test', 'value')
}, [isReady])

🌗 feat: support reactive mode and reValidateMode (#12743) 🐞 fix #12741 regression on move/swap on useFieldArray input update (#12749) 🐞 fix: use useIsomorphicLayoutEffect to address warning in SSR (#12738)

Version 7.56.0-next.0

⏰ feat: introduce isReady state for subscription (#12568)

const { formState: { isReady }, setValue } = useForm()
useEffect(() => {
// form subscription setup is ready
if (isReady) setValue('test', 'value')
}, [isReady])

🌗 feat: support reactive mode and reValidateMode (#12743) 🐞 fix #12741 regression on move/swap on useFieldArray input update (#12749) 🐞 fix: use useIsomorphicLayoutEffect to address warning in SSR (#12738)

Commits

Updates zod from 3.24.2 to 3.24.3

Release notes

Sourced from zod's releases.

v3.24.3

Main feature: massive tsc performance improvement in .extend() courtesy of @​Andarist: #4150

Commits:

  • de1f090c98b40884aafc4f324010ab484da2be1e Switch to featured sponsors (#4001)
  • eea05ae3dab628e7a834397414e5145e935e418b Fix headers (#4003)
  • 446644f1095667f9bd6c1704ddbd35854d5ef132 Tweak feature layout (#4008)
  • 1d6e1cb842ece3b2d4d583da126bc22f26367623 docs(README): add GQLoom to tools and integrations section (#3995)
  • e2b9a5f9ac67d13ada61cd8e4b1385eb850c7592 Update feature (#4009)
  • 0b5d29e5d9524ab9d5f08c12651a3385462298d1 Feature Mintlify (#4014)
  • 47dbb2dbf3e611db08e84d6c13f66f19427c8172 Update mintlify feature (#4015)
  • 69d8436f36db10d256c01da333754ea1e33d1708 Add Clerk fellowship mention (#4020)
  • 850871defc2c98928f1c7e8e05e93d4a84ed3c5f Fix table format
  • f204123863a3524a5659ec696ffd38952e20e4ac WIP (#4028)
  • 5041dfa3521ec98066e60f97681adf9604b66e52 WIP (#4045)
  • cb2b8577665d7ce2214d20b10b49c4be7deef7a0 docs: add TanStack Form to Ecosystem/Form integrations (#4055)
  • 099fe85fbb5b6f8434f22ee3dbfc8a6d26b54019 docs: add oRPC to Ecosystem (#4042)
  • b999b4bf340480d64bc7fef1ca5ab56b29430eca docs: Remove outdated doc 'avoid coercions that throw uncaught errors' (#4005)
  • 19c6d2e2c497b2d2498cc3f9db142965617e7c2c docs: update README_KO (#4025)
  • 1061293a18c8a698b082c8a4e2a65ebd3333d543 WIP (#4060)
  • 07ff0da057f4df2aab299a454735d8398b4c0b54 Update link
  • 4c7d8e503a324e7a9873d4c17af2a19738c63364 Update Fern art/link (#4062)
  • 91dcd30ff85f92bc2140c26d7b1294e394ff0ea4 removed unnecessary console logs (#4059)
  • 859ad2495e3d24559d3c8e33a00cf56e2dbaa16a Update alt tag for Retool and Stainless URL (#4071)
  • 220aeda3b63460ab02b2187e460665a4bcb2572e Fix images
  • b865062bf3fe086a26a8b8a52116653f570eb9bc update readme.md with zod-csv library (#4021)
  • 0615af80451fe42da3c04c76b5c4b2b4a5260267 Fix formatting
  • 12e58668345116601453392e2c8237acde7a5b39 Add zod 4 beta anno (#4081)
  • faac697f27ba56023d5384564fc594f98c589915 Fix CI
  • 8cca93b7cc3f8c5fa17303bbb82d5c531ec24f33 Fix CI
  • d114394027b76c56e389d00292f5f92f137e5553 Added FullProduct.dev to 'Powered by Zod' in Ecosystem section (#4131)
  • a801ddd380196778e45a59920f167bfab8f32106 Fix broken logo link (#3974)
  • 8fc309a8000493a86d60a8a31cb9d73850f427dc Add packages/docs
  • bfd0913f08d77b0e6d1633bc0f21b56712e37720 Remove packages/docs
  • 3e602d43124220ae0001ae761f76ff117cc2f741 Optimize extendShape (#4150)
  • 06db7f855f49f75acc7d53ec0d7c4cd3b4dcaa17 3.24.3
  • a18d25b297d1a47dca8f1701afb18079c05e1e4c add back packages/docs
Commits

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

…ates

Bumps the production group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@radix-ui/react-checkbox](https://github.com/radix-ui/primitives) | `1.1.5` | `1.2.3` |
| [@radix-ui/react-dialog](https://github.com/radix-ui/primitives) | `1.1.7` | `1.1.11` |
| [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives) | `2.1.7` | `2.1.12` |
| [@radix-ui/react-label](https://github.com/radix-ui/primitives) | `2.1.3` | `2.1.4` |
| [@radix-ui/react-popover](https://github.com/radix-ui/primitives) | `1.1.7` | `1.1.11` |
| [@radix-ui/react-scroll-area](https://github.com/radix-ui/primitives) | `1.2.4` | `1.2.6` |
| [@radix-ui/react-select](https://github.com/radix-ui/primitives) | `2.1.7` | `2.2.2` |
| [@radix-ui/react-separator](https://github.com/radix-ui/primitives) | `1.1.3` | `1.1.4` |
| [@radix-ui/react-tabs](https://github.com/radix-ui/primitives) | `1.1.4` | `1.1.9` |
| [@radix-ui/react-toast](https://github.com/radix-ui/primitives) | `1.2.7` | `1.2.11` |
| [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives) | `1.2.0` | `1.2.4` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.74.3` | `5.74.7` |
| [axios](https://github.com/axios/axios) | `1.8.4` | `1.9.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.488.0` | `0.503.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.55.0` | `7.56.1` |
| [zod](https://github.com/colinhacks/zod) | `3.24.2` | `3.24.3` |



Updates `@radix-ui/react-checkbox` from 1.1.5 to 1.2.3
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-dialog` from 1.1.7 to 1.1.11
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-dropdown-menu` from 2.1.7 to 2.1.12
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-label` from 2.1.3 to 2.1.4
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-popover` from 1.1.7 to 1.1.11
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-scroll-area` from 1.2.4 to 1.2.6
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-select` from 2.1.7 to 2.2.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-separator` from 1.1.3 to 1.1.4
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-tabs` from 1.1.4 to 1.1.9
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-toast` from 1.2.7 to 1.2.11
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-tooltip` from 1.2.0 to 1.2.4
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@tanstack/react-query` from 5.74.3 to 5.74.7
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.74.7/packages/react-query)

Updates `axios` from 1.8.4 to 1.9.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.8.4...v1.9.0)

Updates `lucide-react` from 0.488.0 to 0.503.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.503.0/packages/lucide-react)

Updates `react-hook-form` from 7.55.0 to 7.56.1
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.55.0...v7.56.1)

Updates `zod` from 3.24.2 to 3.24.3
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.24.2...v3.24.3)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-checkbox"
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: "@radix-ui/react-dialog"
  dependency-version: 1.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@radix-ui/react-dropdown-menu"
  dependency-version: 2.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@radix-ui/react-label"
  dependency-version: 2.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@radix-ui/react-popover"
  dependency-version: 1.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@radix-ui/react-scroll-area"
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@radix-ui/react-select"
  dependency-version: 2.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: "@radix-ui/react-separator"
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@radix-ui/react-tabs"
  dependency-version: 1.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@radix-ui/react-toast"
  dependency-version: 1.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@radix-ui/react-tooltip"
  dependency-version: 1.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.74.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: axios
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: lucide-react
  dependency-version: 0.503.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: react-hook-form
  dependency-version: 7.56.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: zod
  dependency-version: 3.24.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 28, 2025
@aws-amplify-us-east-2
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-233.d1lkxmbu5ufoio.amplifyapp.com

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 12, 2025

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

@dependabot dependabot bot closed this May 12, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/production-5daf01ea93 branch May 12, 2025 07:06
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.

0 participants