[Snyk] Upgrade: , , , , next, query-string, react-hook-form, react-icons, react-use, resend, tailwind-merge, tsx, zustand #16
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade multiple dependencies.
👯♂ The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
@auth/core
from 0.34.1 to 0.34.2 | 1 version ahead of your current version | a month ago
on 2024-07-28
@auth/drizzle-adapter
from 1.4.1 to 1.4.2 | 1 version ahead of your current version | a month ago
on 2024-07-28
@tanstack/react-query
from 5.51.1 to 5.52.0 | 15 versions ahead of your current version | 23 days ago
on 2024-08-20
@tanstack/react-table
from 8.19.2 to 8.20.1 | 3 versions ahead of your current version | a month ago
on 2024-08-03
next
from 14.2.5 to 14.2.6 | 1 version ahead of your current version | 21 days ago
on 2024-08-21
query-string
from 9.0.0 to 9.1.0 | 1 version ahead of your current version | 2 months ago
on 2024-07-22
react-hook-form
from 7.52.1 to 7.52.2 | 1 version ahead of your current version | a month ago
on 2024-08-03
react-icons
from 5.2.1 to 5.3.0 | 1 version ahead of your current version | a month ago
on 2024-08-13
react-use
from 17.5.0 to 17.5.1 | 1 version ahead of your current version | 2 months ago
on 2024-07-20
resend
from 3.4.0 to 3.5.0 | 1 version ahead of your current version | 2 months ago
on 2024-07-22
tailwind-merge
from 2.4.0 to 2.5.2 | 18 versions ahead of your current version | a month ago
on 2024-08-12
tsx
from 4.16.2 to 4.17.0 | 4 versions ahead of your current version | a month ago
on 2024-08-08
zustand
from 4.5.4 to 4.5.5 | 1 version ahead of your current version | a month ago
on 2024-08-15
Release notes
Package name: @auth/core
Package name: @auth/drizzle-adapter
Other
Package name: @tanstack/react-query
Version 5.52.0 - 8/20/24, 6:54 PM
Changes
Feat
Refactor
Docs
Packages
Version 5.51.24 - 8/19/24, 11:03 AM
Changes
Refactor
Ci
Docs
Doc
Packages
Version 5.51.23 - 8/8/24, 8:02 AM
Changes
Fix
Docs
Packages
Version 5.51.21 - 8/2/24, 6:43 PM
Changes
Fix
Packages
Version 5.51.18 - 8/1/24, 1:38 PM
Changes
Fix
Packages
Version 5.51.17 - 8/1/24, 1:21 PM
Changes
Fix
Chore
Packages
Version 5.51.16 - 7/31/24, 9:08 AM
Changes
Fix
Chore
Test
Ci
Docs
Packages
Package name: @tanstack/react-table
Version 8.20.1 - 8/3/24, 10:29 PM
Changes
Fix
Docs
Packages
Version 8.19.4 - 8/3/24, 8:50 PM
Changes
Fix
Chore
Ci
Docs
Packages
Version 8.19.3 - 7/14/24, 8:44 AM
Changes
Fix
Ci
Docs
Packages
Version 8.19.2 - 6/30/24, 3:27 PM
Changes
Fix
Chore
Ci
Docs
Packages
Package name: next
Note
This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
Package name: query-string
types
option to the.parse()
method (#385) 672eb82v9.0.0...v9.1.0
Breaking
Fixes
fragmentIdentifier
tostringifyUrl()
cc232cbv8.2.0...v9.0.0
Package name: react-hook-form
👍 close #12108 useController should subscribe to exact field name of form's state (#12109)
👍 chore: upgrade app deps
🩻 fix: add useCallback for ref callback (#12078)
🚀 fix: skip call executeBuiltInValidation if no sub-fields left (#12054)
thanks to @ newsiberian, @ Wendystraite and @ abnud11
🐞 fix #12024 dirty not update issue with values prop (#12041)
🐞 fix: field array validate rules shift errors (#12033)
thanks to @ JardelCheung
Package name: react-icons
What's Changed
New Contributors