[Snyk] Upgrade: , , clsx, lucide-react, next-themes, react-hook-form, react-router-dom, tailwind-merge #26
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.
@radix-ui/react-aspect-ratio
from 1.0.3 to 1.1.0 | 8 versions ahead of your current version | 3 months ago
on 2024-06-19
@radix-ui/react-separator
from 1.0.3 to 1.1.0 | 8 versions ahead of your current version | 3 months ago
on 2024-06-19
clsx
from 2.1.0 to 2.1.1 | 1 version ahead of your current version | 5 months ago
on 2024-04-23
lucide-react
from 0.408.0 to 0.435.0 | 25 versions ahead of your current version | 22 days ago
on 2024-08-23
next-themes
from 0.2.1 to 0.3.0 | 2 versions ahead of your current version | 6 months ago
on 2024-03-13
react-hook-form
from 7.50.1 to 7.52.2 | 9 versions ahead of your current version | a month ago
on 2024-08-03
react-router-dom
from 6.25.1 to 6.26.1 | 5 versions ahead of your current version | a month ago
on 2024-08-15
tailwind-merge
from 2.4.0 to 2.5.2 | 18 versions ahead of your current version | a month ago
on 2024-08-12
Release notes
Package name: @radix-ui/react-aspect-ratio
Package name: @radix-ui/react-separator
Package name: clsx
Patches
bigint
inClassValue
type: (#96): 3d960abAccommodates recent
@ types/react
changes toReactNode
.Thank you @ ViliamKopecky~!
Chores
licenses.dev
badge: 684509cThis service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for
polka@next
and a largerastro
example.Features
Add new
clsx/lite
submodule forstring
-only usage: 1a49142This is a 140b version of
clsx
that is ideal for Tailwind and/or React contexts, which typically follow thisclsx
usage pattern:import { clsx as lite } from 'clsx/lite';
// strings-only usage is identical
clsx('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
lite('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
// clsx/lite ignores all non-strings
clsx('foo', { a: true, b: false, c: true }); //=> "foo a c"
lite('foo', { a: true, b: false, c: true }); //=> "foo"
Package name: lucide-react
Modified 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: next-themes
What's
"use client"
was added to the library output so that you can use it as a React Client component without creating a wrapper.New Contributors
Full Changelog: v0.2.0...v0.3.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
⚛️ close #11932 enable react 19 peer dependency (#11935)
👮♀️ close #11954 getFieldState remove unnessaried inValidating and touched subscription (#11995)
🐞 fix #11985 logic createFormControl check field before usage (#11986)
⌨️ fix: enforce type safety for deps property in RegisterOptions (#11969)
🐞 fix #11922 keep dirty on reset with dirty fields (#11958)
🚔 close #11937 add validation in the cleanup process in useController (#11938)
Revert "⌨️ close: correct type of error field in getFieldState return object (#11831)"
📖 fix: change info.values type in WatchObserver (#11917)
thanks to @ nakaakist, @ IdoBouskila, @ pincy and @ peinguin
📖 fix broken link to examples in README.md (#11805)
⌨️ close: correct type of error field in getFieldState return object (#11831)
🐞 fix #11842 radio buttons not disabled when multiple share a name (#11873)
🐞 fix #11821 set value with disabled false before mount (#11880)
🐞 fix setError to preserve existing errors elsewhere in the object (#11888)
⌨️ fix: add info.value type to WatchObserver (#11872)
🫡 fix issue with internal
set
api (#11915)thanks to @ mjr2595 @ erashu212 @ SimonJTurner and @ peinguin
👹 close #11778 improve unregister omit key with getValues method (#11779)
🐞 fix #11794 issue: Fields dirty state is not updated when passing values to useForm
🐞 fix #11773 regression on dirty check with reset (#11775)
🐞 fix #11719 validation stuck on true state (#11723)
🐛 bug(validatingFields, trigger): handle all fields validation trigger (#11624)
💚 ci: cleanup actions versions (#11629)
🐞 fix #11590 issue with trigger on validatingFields (#11613)
thanks to @ Moshyfawn
💬 add
isValidating
andvalidatingFields
to field state (#10657)⌨️ chore: replace ts-ignore with ts-expect-error (#11573)
🧗♂️ chore: update lib dev deps (#11548)
💅 related #11541 improve dirty check when undefined provided with reset api
😾 fix #11514 issue under strict mode reset invoke twice reset mounted field names with keepDirtyValues (#11546)
🤡 fix flush root render hack (#11521)
🧽 chore: removed unused utils and resp. test cases (#11476)
🐞 close #11503 issue dirty field update with async validation (#11509)
Revert "🔧 fix data param in handleSubmit when TTransformedValues is a union type (#11420)"
Revert "✨ feat(values): priorities values over defaultvalues (#11399)" (#11545)
❤️ Thanks to @ deepgolani4, @ pbankonier and @ deepgolani4
❤️ Thank you principal.com for your contribution
🥲 Regression: Revert "⌨️ fix #10734 watch and useWatch without parameters return type (#11359)"
Package name: react-router-dom
[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