Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2025

Bumps the dependencies-minor group with 5 updates in the / directory:

Package From To
@radix-ui/react-label 2.1.6 2.1.7
react-hook-form 7.56.3 7.56.4
zod 3.24.4 3.25.20
@types/node 22.15.18 22.15.21
@types/react 19.1.4 19.1.5

Updates @radix-ui/react-label from 2.1.6 to 2.1.7

Commits

Updates @radix-ui/react-slot from 1.2.2 to 1.2.3

Commits

Updates react-hook-form from 7.56.3 to 7.56.4

Release notes

Sourced from react-hook-form's releases.

Version 7.56.4

🐞 fix: Changes setValue to skip values that are not in ownProperties to prevent infinite call stack (#12731) 🐞 fix: checkbox duplication handling in useFieldArray (#12793) 🐞 fix: make mode and reValidateMode reactive (#12803)

Commits
  • 85a57c6 7.56.4
  • 2684868 🗒️ update follower 24 logo
  • 60a7f5a 🐞 fix: Changes setValue to skip values that are not in ownProperties to preve...
  • 7e16e9d 🐞 fix: checkbox duplication handling in useFieldArray (#12793)
  • 8e6dc9e 🐞 fix: make mode and reValidateMode reactive (#12803)
  • df24f2d 🗒️ update follower24 site url (#12810)
  • See full diff in compare view

Updates zod from 3.24.4 to 3.25.20

Release notes

Sourced from zod's releases.

v3.25.20

Commits:

  • 709dfe3d130ef696d3565f877326230a22b3e887 Add global File fallback

v3.25.18

Commits:

  • 17ee03e85495c111354cd75e50b8d239b0d92c79 v3.25.18

v3.25.17

Commits:

  • 4bf6b20cc365feb8d26f20cf91fc3076cc13d3ef Update locale docs with extension
  • 7191b3cec647985f74ec96e65a2f8a9c230354de Impl tshy-style build
  • c623370ff18475088f67148382d5e62c4dc80429 dist/types as commonjs
  • 31e02696ac2b6d1d27eeabb92e8f909dd7ffea50 Fix locale wildcard
  • 4eccc3bcd02478bbe4cde516ca347d1df435d260 3.25.17

v3.25.16

Commits:

  • 3dec3fc6313863fa6a907f78c1d5fb9526fb7dbe Fix wildcard

v3.25.15

Commits:

  • 9622b925c382a61a40931700511af1cd79f4bf65 3.25.15
  • 7f4a70751daf3eb66ffed58ec2f6ae6b7214bc1a 3.25.15

v3.25.14

Commits:

  • b4f3811348ce861f1e247bf9b1e8ab8fcf22465e Fix build
  • 7d613b4b7d3b98468eae71168165d54c82f07009 Add canary releasing
  • 30d841d56380df7efff46f9335857051e6cbfc44 Fix build.mts
  • 63f09aa14b030ceadccc009e75156d8ca7bf21e5 Fix release.yml
  • 91488256192e30cd78395ceea2183f81281ce452 Update release.yml
  • 65c5bdfc7f1ee318a04f243e81dab1d149cc27c4 Release canary
  • c7316651c225b6b323a0eb9f79ddaa48e6ce2dca Fix CI
  • fe0a527654fe1e99a5e1119cba60c66ab1b949dd v3.25.14
  • ed5acb5183df6b1ba154ce6eaf4ff2a27d8ba1d6 Fix esm

v3.25.13

Commits:

  • c2cec4e3cf293bd8e6a47a90d4d9c7cb2ea1f65a v3.25.13

v3.25.12

Commits:

... (truncated)

Commits

Updates @types/node from 22.15.18 to 22.15.21

Commits

Updates @types/react from 19.1.4 to 19.1.5

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 dependencies-minor group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@radix-ui/react-label](https://github.com/radix-ui/primitives) | `2.1.6` | `2.1.7` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.56.3` | `7.56.4` |
| [zod](https://github.com/colinhacks/zod) | `3.24.4` | `3.25.20` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.18` | `22.15.21` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.4` | `19.1.5` |



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

Updates `@radix-ui/react-slot` from 1.2.2 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 `react-hook-form` from 7.56.3 to 7.56.4
- [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.56.3...v7.56.4)

Updates `zod` from 3.24.4 to 3.25.20
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v3.24.4...v3.25.20)

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

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

---
updated-dependencies:
- dependency-name: "@radix-ui/react-label"
  dependency-version: 2.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-minor
- dependency-name: "@radix-ui/react-slot"
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-minor
- dependency-name: react-hook-form
  dependency-version: 7.56.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-minor
- dependency-name: zod
  dependency-version: 3.25.20
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-minor
- dependency-name: "@types/node"
  dependency-version: 22.15.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-minor
- dependency-name: "@types/react"
  dependency-version: 19.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from davidmytton May 22, 2025 03:46
@dependabot dependabot bot requested a review from a team as a code owner May 22, 2025 03:46
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 22, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 22, 2025
@vercel
Copy link

vercel bot commented May 22, 2025

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

Name Status Preview Comments Updated (UTC)
arcjet-js-example ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 22, 2025 3:47am

@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​radix-ui/​react-label@​2.1.6 ⏵ 2.1.710010064100 +1100
Updated@​radix-ui/​react-slot@​1.2.2 ⏵ 1.2.31001006699 +1100
Updated@​types/​react@​19.1.4 ⏵ 19.1.5100 +110078 +196 +2100
Updated@​types/​node@​22.15.18 ⏵ 22.15.2110010080 +196100
Updatedreact-hook-form@​7.56.3 ⏵ 7.56.4100 +1100100 +195 +2100
Updatedzod@​3.24.4 ⏵ 3.25.20100 +1100100100 +5100

View full report

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 27, 2025

Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot bot closed this May 27, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-minor-c6723d40d4 branch May 27, 2025 14:03
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.

3 participants