-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update all non-major dependencies #121
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
ebb9f4c
to
e0025c8
Compare
e0025c8
to
995f826
Compare
995f826
to
3057848
Compare
3057848
to
519dc20
Compare
519dc20
to
d07edc0
Compare
d07edc0
to
89501f2
Compare
89501f2
to
612504a
Compare
612504a
to
d6d1258
Compare
d6d1258
to
9565fc4
Compare
9565fc4
to
8063d09
Compare
8063d09
to
da10c79
Compare
da10c79
to
804b65d
Compare
804b65d
to
1be4165
Compare
1be4165
to
230d39a
Compare
230d39a
to
af519d8
Compare
af519d8
to
8ccf84b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
8.11.7
->8.11.8
3.13.3
->3.13.4
20.11.9
->20.11.16
18.2.48
->18.2.52
0.2.0
->0.2.1
13.6.3
->13.6.4
^0.316.0
->^0.321.0
7.49.3
->7.50.0
2.10.0
->2.12.1
Release Notes
TanStack/table (@tanstack/react-table)
v8.11.8
Compare Source
Version 8.11.8 - 2/2/2024, 7:28 AM (Manual Release)
Changes
Docs
1bbac0f
) by Asad Khan8f95203
) by Kevin Van Cottcd80c52
) by Kevin Van Cotte6e02a9
) by Lachlan CollinsCi
c944980
) by Lachlan CollinsPackages
tremorlabs/tremor (@tremor/react)
v3.13.4
Compare Source
cypress-io/cypress (cypress)
v13.6.4
Compare Source
lucide-icons/lucide (lucide-react)
v0.321.0
: New icons & Svelte 5 SupportCompare Source
Support for Svelte 5
New icons 🎨
handshake
(#1835) by @karsa-mistmereModified Icons 🔨
shield-plus
(#1840) by @karsa-mistmereshield-minus
(#1840) by @karsa-mistmerev0.320.0
: New icons 0.320.0Compare Source
New icons 🎨
clipboard-minus
(#1812) by @ericfennisclipboard-plus
(#1812) by @ericfennisModified Icons 🔨
truck
(#1838) by @jordan808v0.319.0
: New icons 0.319.0Compare Source
New icons 🎨
headset
(#1780) by @ericfennisv0.318.0
: New icons 0.318.0Compare Source
New icons 🎨
circle-fading-plus
(#1820) by @jordan808v0.317.0
: New icons 0.317.0Compare Source
New icons 🎨
ambulance
(#1819) by @jordan808react-hook-form/react-hook-form (react-hook-form)
v7.50.0
: Versions 7.50.0Compare Source
🔧 fix data param in handleSubmit when TTransformedValues is a union type (#11420)✈️ fix #11281 issue with upgrade node version (#11392)
👷 build(Engines): remove pnpm dependency (#11425)
🐞 fixes #11386 get new dirtyFields when reset keeping defaults and dirty values (#11401)
🏷️ improve CustomElement type (#11309)
💫 feat(useForm): leave formState flags in a consistent state when throwing in handleSubmit onValid (#11214)
⌨️ fix: change DeepPartial to account for object union types & unknown (#11385)
✨ feat(values): priorities values over defaultvalues (#11399)
🐞 close #11246 skip root validation on action when mode and revalidate mode is onSubmit (#11395)
💩 fix #11322 trigger extra re-render with useWatch plus shouldUnregister (#11394)
⌨️ fix #10734 watch and useWatch without parameters return type (#11359)
🧑
🐞 fix #11368 keep form state mounted when keeping values (#11384)
🐞 fix #11374: Nested deep partial with unknown (#11373)
thanks to @Moshyfawn, @jonahallibone, @eladattias1996, @RulerOfCakes, @anonkey, @Ar4ys, @IanVS and @r-kataoka11
juliencrn/usehooks-ts (usehooks-ts)
v2.12.1
Compare Source
Patch Changes
v2.12.0
Compare Source
Minor Changes
cb6eb5c
: Added an optional option param inuseDocumentTitle()
to reset title on un-mount (#345 by @ladislasdellinger)Patch Changes
b8ee088
: movelodash.debounce
to dependencies from peerDependencies (#459 by @BlankParticle)v2.11.0
Compare Source
Minor Changes
add1431
: CreateduseUnmount
hookadd1431
: CreateduseDebounceCallback
anduseDebounceValue
hooksadd1431
: DepreciateduseDebounce
hook (replaced byuseDebounceCallback
oruseDebounceValue
)fc8a30e
: Fix hydration issues in both useScreen and useMediaQuery (Fixes #394, thanks to @bryantcodesart)4a9fc88
: Introduce the SSR-friendly new optional{ initializeWithValue?: boolean }
parameter touseLocalStorage
,useReadLocalStorage
,useSessionStorage
,useDarkMode
,useTernaryDarkMode
,useMediaQuery
,useScreen
,useWindowSize
anduseElementSize
, see #451.5c210c1
: AdddefaultValue
option touseTernaryDarkMode
and update its signature (using function overload for smooth migration)5c210c1
: UpdateuseDarkMode
signature (using function overload for smooth migration)0321342
,4a9fc88
: DropMap
,Set
andDate
supports in use*Storage hooks, it isn't compatible withuseReadLocalStorage
making the API un-consistent. Use a custom serializer/deserializer instead.Patch Changes
add1431
: Upgrade dependenciesa192167
: Upgradedreact
and@testing-library/react
(thanks to @TheHaff)0321342
: Make Typescript and@typescript-eslint
stricter to catch bugs sooner382161a
: DepreciateuseImageOnLoad
, too opinionated382161a
: Add JSdoc comments to improve DX via in-IDE documentationa192167
: Migrate fromjest
tovitest
(making test-suite execution 2 times faster)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "before 4am" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.