[Snyk] Upgrade: , jotai, lucide-react, react-hook-form, react-router-dom, tailwind-merge #14
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.
@tanstack/react-query
from 5.52.1 to 5.52.2 | 1 version ahead of your current version | 22 days ago
on 2024-08-26
jotai
from 2.8.3 to 2.9.3 | 5 versions ahead of your current version | a month ago
on 2024-08-13
lucide-react
from 0.383.0 to 0.436.0 | 47 versions ahead of your current version | 23 days ago
on 2024-08-25
react-hook-form
from 7.52.2 to 7.53.0 | 1 version ahead of your current version | 24 days ago
on 2024-08-24
react-router-dom
from 6.23.1 to 6.26.1 | 13 versions ahead of your current version | a month ago
on 2024-08-15
tailwind-merge
from 2.3.0 to 2.5.2 | 28 versions ahead of your current version | a month ago
on 2024-08-12
Release notes
Package name: @tanstack/react-query
-
5.52.2 - 2024-08-26
- types: error booleans shouldn"t permanently be typed as
- remove unused .all-contributorsrc (#7949) (8cf7e2f) by @ manudeli
- angular-query: add type tests for injectQuery (#7947) (73258c6) by Arnoud
- svelte-query: fix svelte auto-refetching styling (#7951) (519759d) by Lachlan Collins
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
-
5.52.1 - 2024-08-22
- react-query: Add missing React 19 peer dependency. (#7937) (ca2e306) by @ kbumsik
- make copyable example useful by default (#7928) (639363c) by Lanre Adelowo
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
from @tanstack/react-query GitHub release notesVersion 5.52.2 - 8/26/24, 5:54 PM
Changes
Fix
false(#7956) (b93941d) by Dominik DorfmeisterChore
Examples
Packages
Version 5.52.1 - 8/22/24, 4:37 PM
Changes
Fix
Docs
Packages
Package name: jotai
-
2.9.3 - 2024-08-13
- fix(store): derived atom not updating when its value changes if another atom is read it conditionally by @ yuneco in #2700
- experimental(core): expose unstable_derive by @ dai-shi in #2652
- @ yuneco made their first contribution in #2700
-
2.9.2 - 2024-08-07
- feat(utils): atomFamily supports getParams and unstable_listen api by @ dmaskasky in #2685
- @ junkboy0315 made their first contribution in #2694
-
2.9.1 - 2024-07-23
- refactor(core): follow naming convention by @ dai-shi in #2662
- refactor(core): store with Object.assign by @ dai-shi in #2663
- fix(core): atom toString includes debugLabel in dev mode by @ dmaskasky in #2659
- fix(core): Unmount an atom that is no longer dependent within a derived atom by @ nogaten in #2660
- fix(types): add undefined initial value to Atom definition by @ rtritto in #2668
- @ rtritto made their first contribution in #2668
-
2.9.0 - 2024-07-09
- Fix memory leak issue with vanilla store usage.
- More readability of the core code.
- feat: use new store by default by @ dai-shi in #2641
-
2.8.4 - 2024-06-28
- fix: do not abort atoms on unmount by @ Pinpickle in #2627
- @ tcpdumppy made their first contribution in #2602
- @ GregorGabric made their first contribution in #2605
- @ ideabrian made their first contribution in #2614
-
2.8.3 - 2024-06-03
- fix(utils): subscribe method of createJSONStorage should only run in the client by @ mhsattarian in #2585
- feat(store2): add dev4_get_mounted_atoms by @ arjunvegda in #2594
- @ leo-diehl made their first contribution in #2590
from jotai GitHub release notesThis fixes a regression in an edge case that is introduced in v2.6.4.
What's Changed
New Contributors
Full Changelog: v2.9.2...v2.9.3
A small improvement in atomFamily for edge use cases.
What's Changed
New Contributors
Full Changelog: v2.9.1...v2.9.2
This patch version includes various fixes. Huge thanks to contributors!
What's Changed
New Contributors
Full Changelog: v2.9.0...v2.9.1
This version introduces a new core implementation. All tests are passing but there can be some regressions due to missing tests. Please feel free to report such cases and let's improve test coverage.
The benefit with the new implementation:
What's Changed
Full Changelog: v2.8.4...v2.9.0
This changes the behavior of async atom with abort signal on unmount to fix some use cases.
What's Changed
New Contributors
Full Changelog: v2.8.3...v2.8.4
The improvement for atomWithStorage in v2.8.2 contained a bug, which is fixed in this version.
What's Changed
New Contributors
Full Changelog: v2.8.2...v2.8.3
Package name: lucide-react
-
0.436.0 - 2024-08-25
-
0.435.0 - 2024-08-23
-
0.434.0 - 2024-08-23
-
0.433.0 - 2024-08-23
- Fixed compilation issues when starting up Vite Dev server by @ ericfennis in #2375
-
0.432.0 - 2024-08-23
-
0.429.0 - 2024-08-21
-
0.428.0 - 2024-08-16
-
0.427.0 - 2024-08-09
-
0.426.0 - 2024-08-08
-
0.425.0 - 2024-08-08
-
0.424.0 - 2024-08-02
-
0.423.0 - 2024-08-02
-
0.422.0 - 2024-08-02
-
0.421.0 - 2024-08-02
-
0.420.0 - 2024-08-02
-
0.419.0 - 2024-08-01
-
0.418.0 - 2024-07-31
-
0.417.0 - 2024-07-28
-
0.416.0 - 2024-07-25
-
0.415.0 - 2024-07-25
-
0.414.0 - 2024-07-22
-
0.413.0 - 2024-07-22
-
0.412.0 - 2024-07-20
-
0.411.0 - 2024-07-19
-
0.410.0 - 2024-07-19
-
0.409.0 - 2024-07-19
-
0.408.0 - 2024-07-12
-
0.407.0 - 2024-07-09
-
0.406.0 - 2024-07-09
-
0.405.0 - 2024-07-09
-
0.404.0 - 2024-07-09
-
0.403.0 - 2024-07-08
-
0.402.0 - 2024-07-08
-
0.401.0 - 2024-07-07
-
0.400.0 - 2024-07-01
-
0.399.0 - 2024-06-28
-
0.398.0 - 2024-06-28
-
0.397.0 - 2024-06-26
-
0.396.0 - 2024-06-21
-
0.395.0 - 2024-06-14
-
0.394.0 - 2024-06-10
-
0.391.0 - 2024-06-10
-
0.390.0 - 2024-06-06
-
0.387.0 - 2024-06-06
-
0.386.0 - 2024-06-06
-
0.385.0 - 2024-06-06
-
0.384.0 - 2024-06-06
-
0.383.0 - 2024-06-02
from lucide-react GitHub release notesModified Icons 🔨
backpack(#2406) by @ jguddasModified Icons 🔨
milestone(#2281) by @ jguddassignpost(#2281) by @ jguddasNew icons 🎨
volume-off(#2378) by @ karsa-mistmereModified Icons 🔨
file-volume(#2378) by @ karsa-mistmerevolume-1(#2378) by @ karsa-mistmerevolume-2(#2378) by @ karsa-mistmerevolume-x(#2378) by @ karsa-mistmerevolume(#2378) by @ karsa-mistmereNew icons 🎨
trending-up-down(#2372) by @ AlportanFixes Lucide Solid
New icons 🎨
chart-gantt(#2392) by @ jguddasModified Icons 🔨
contact-round(#2391) by @ jguddascontact(#2391) by @ jguddasPackage name: react-hook-form
-
7.53.0 - 2024-08-24
-
7.52.2 - 2024-08-03
from react-hook-form GitHub release notes🌫️ feat: #12148 support isValid when mode is set to onBlur (#12194)
🐞 fix #12021 issue with disable prop not reflecting on re-render without trigger by useEffect (#12193)
👩🌾 close #12168 optimise re-render with validating fields subscription (#12192)
🐞 fix #12127 issue with compare object value changed with object input (#12185)
🎲 improve : break out of recursive loops on first focus (#11827)
📖 fix example of ObjectKeys type (#11965)
thanks to @ suke & @ DPflasterer
👍 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
Package name: react-router-dom
-
6.26.1 - 2024-08-15
-
6.26.1-pre.0 - 2024-08-14
-
6.26.0 - 2024-08-01
-
6.26.0-pre.1 - 2024-07-31
-
6.26.0-pre.0 - 2024-07-30
-
6.25.1 - 2024-07-17
-
6.25.1-pre.0 - 2024-07-17
-
6.25.0 - 2024-07-16
-
6.25.0-pre.0 - 2024-07-12
-
6.24.1 - 2024-07-03
-
6.24.1-pre.0 - 2024-07-01
-
6.24.0 - 2024-06-24
-
6.24.0-pre.0 - 2024-06-14
-
6.23.1 - 2024-05-10
from react-router-dom GitHub release notes[email protected]
[email protected]
Package name: tailwind-merge
Sorry for all the bugs today!
Bug Fixes
Full Changelog: v2.5.1...v2.5.2
Thanks to @ brandonmcconnell, @ manavm1990, @ langy, @ jamesreaco and @ jamaluddinrumi for sponsoring tailwind-merge! ❤️
Bug Fixes
Full Changelog: v2.5.0...v2.5.1
Thanks to @ brandonmcconnell, @ manavm1990, @ langy, @ jamesreaco and @ jamaluddinrumi for sponsoring tailwind-merge! ❤️
New Features
Bug Fixes
Full Changelog: v2.4.0...v2.5.0
Thanks to @ brandonmcconnell, @ manavm1990, @ langy and @ jamesreaco for sponsoring tailwind-merge! ❤️
New Features
experimentalParseClassNameproperty in the config that allows you to customize how tailwind-merge recognizes classes. If you're interested, you can read how to use it in the inline JSDocs and subscribe to #385 for upcoming more powerful low-level functionality.@ babel/runtimedependency by @ dcastil in #431tailwind-merge/es5bundle anyway which I don't optimize for.Documentation
Other
Full Changelog: v2.3.0...v2.4.0
Thanks to @ brandonmcconnell, @ manavm1990, @ langy, @ jamesreaco and @ microsoft for sponsoring tailwind-merge! ❤️
New Features