Update All dependencies #171
Open
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:
2.0.25
->2.0.27
2.0.23
->2.0.24
2.0.46
->2.0.52
1.2.11
->1.2.12
1.1.14
->1.1.15
1.3.2
->1.3.3
1.1.11
->1.1.12
2.2.15
->2.2.16
1.1.14
->1.1.15
2.1.15
->2.1.16
1.1.14
->1.1.15
1.1.15
->1.1.16
1.2.13
->1.2.14
1.1.14
->1.1.15
1.3.7
->1.3.8
1.2.9
->1.2.10
2.2.5
->2.2.6
1.3.5
->1.3.6
1.2.5
->1.2.6
1.1.12
->1.1.13
1.2.14
->1.2.15
1.1.9
->1.1.10
1.1.10
->1.1.11
1.2.7
->1.2.8
0.5.16
->0.5.19
20.19.20
->20.19.21
20.19.20
->20.19.21
19.2.1
->19.2.2
19.2.1
->19.2.2
5.0.65
->5.0.69
0.540.0
->0.545.0
9.8.1
->9.11.1
19.1.1
->19.2.0
7.62.0
->7.65.0
7.64.0
->7.65.0
7.9.3
->7.9.4
3.4.17
->3.4.18
8.46.0
->8.46.1
8.46.0
->8.46.1
Release Notes
vercel/ai (@ai-sdk/anthropic)
v2.0.27
Compare Source
Patch Changes
2338c79
: feat (provider/openai): add jsdoc for openai toolsv2.0.26
Compare Source
Patch Changes
5819aec
: fix (provider/openai): only send tool calls finish reason for tools that are not provider-executedaf8c6bb
: feat (provider/openai): add web_search toolradix-ui/primitives (@radix-ui/react-select)
v2.2.6
tailwindlabs/tailwindcss-typography (@tailwindcss/typography)
v0.5.19
Compare Source
Fixed
v0.5.18
Compare Source
Fixed
v0.5.17
Compare Source
Added
prose-picture
modifier (#367)Fixed
hr
border-width value (#379)<kbd>
styles work with Tailwind CSS v4 (#387)Changed
lucide-icons/lucide (lucide-react)
v0.545.0
Compare Source
v0.544.0
: Version 0.544.0Compare Source
What's Changed
ev-charger
icon by @UsamaKhan in #2781New Contributors
Full Changelog: lucide-icons/lucide@0.543.0...0.544.0
v0.543.0
: Version 0.543.0Compare Source
What's Changed
church
icon by @karsa-mistmere in #2971messages-square
by @jamiemlaw in #3529bug
icons by @jamiemlaw in #3574panel-top-bottom-dashed
icon by @jguddas in #3584message-square-quote
icon by @jguddas in #3550ship
metadata by @jguddas in #3559id-card-lanyard
metadata by @jguddas in #3534calendar-cog
icon by @jguddas in #3583house-heart
icon by @danielbayley in #3239Full Changelog: lucide-icons/lucide@0.542.0...0.543.0
v0.542.0
: Version 0.542.0Compare Source
What's Changed
list-chevrons-down-up
icon by @juliankellydesign in #3492New Contributors
Full Changelog: lucide-icons/lucide@0.541.0...0.542.0
v0.541.0
: Version 0.541.0Compare Source
What's Changed
chrome
icon & renamed tochromium
by @jguddas in #3572wallpaper
icon by @jguddas in #3566cog
icon by @jguddas in #3548building
icon by @karsa-mistmere in #3510Full Changelog: lucide-icons/lucide@0.540.0...0.541.0
gpbl/react-day-picker (react-day-picker)
v9.11.1
Compare Source
What's Changed
Full Changelog: gpbl/react-day-picker@v9.11.0...v9.11.1
v9.11.0
Compare Source
This release adds support for Buddhist and Hebrew calendars, introduces new Southeast Asian numeral systems, adds the
aria-labelledby
prop, and improves month/year formatting for specific locales. It also includes fixes for the recently added Ethiopic calendar.Buddhist Calendar
To use the Buddhist calendar, import
DayPicker
fromreact-day-picker/buddhist
.Read more in the documentation and play with it in playground.
Hebrew Calendar
To switch to the Hebrew calendar, import
DayPicker
fromreact-day-picker/hebrew
.Read more in the documentation and play with it in playground.
What's Changed
aria-labelledby
prop by @gpbl in #2828Full Changelog: gpbl/react-day-picker@v9.10.0...v9.11.0
v9.10.0
Compare Source
This release adds support for the Ethiopic calendar.
Ethiopic calendar
To use the Ethiopic calendar, import
DayPicker
fromreact-day-picker/ethiopic
.Read more in the documentation and play with it in playground.
What's Changed
Full Changelog: gpbl/react-day-picker@v9.9.0...v9.10.0
v9.9.0
Compare Source
This release includes a new
reverseYears
prop, a range selection fix, and a build update to fix issues with source maps.Reversing the Years in the Dropdown
When using
captionLayout='dropdown'
, setreverseYears
to reverse the years listed in the dropdown: the most recent year will appear first.See it in action in the playground.
What's Changed
reverseYears
prop by @gpbl in #2822src
directory from package by @gpbl in #2812date-fns/tz
dependency by @gpbl in #2823Full Changelog: gpbl/react-day-picker@v9.8.1...v9.9.0
facebook/react (react-dom)
v19.2.0
Compare Source
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>
: A new API to hide and restore the UI and internal state of its children.useEffectEvent
is a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal
(for RSCs) lets your know when thecache()
lifetime is over.New React DOM Features
resume
: to resume a prerender to a stream.resumeAndPrerender
: to resume a prerender to HTML.resumeToPipeableStream
: to resume a prerender to a stream.resumeAndPrerenderToNodeStream
: to resume a prerender to HTML.prerender
APIs to return apostponed
state that can be passed to theresume
APIs.Notable changes
<ViewTransition>
Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.prerender
,renderToReadableStream
) to server-side-rendering APIs for Node.js:
IDs generated by useIdAll Changes
React
<Activity />
was developed over many years, starting beforeClassComponent.setState
(@acdlite @sebmarkbage and many others)%o
placeholder (@eps1lon #34198)useDeferredValue
loop in popstate event (@acdlite #32821)useDeferredValue
(@acdlite #34376)cacheSignal
(@sebmarkbage #33557)React DOM
:
for IDs generated byuseId
(@sebmarkbage, @eps1lon: #32001, #33342#33099, #33422)nonce
to be used on hoistable styles (@Andarist #32461)React.use
insideReact.lazy
-ed Component (@hi-ogawa #33941)progressiveChunkSize
option for server-side-rendering APIs (@sebmarkbage #33027)React Server Components
<img>
and<link>
using hints before they're rendered (@sebmarkbage #34604)filterStackFrame
(@eps1lon #33707)React Reconciler
on*
handlers to account for upcoming experimental APIsreact-hook-form/react-hook-form (react-hook-form)
v7.65.0
Compare Source
v7.64.0
: Version 7.64.0Compare Source
🚏 Support optional array fields in PathValueImpl type (#13057)
🐞 fix: preserve Controller's defaultValue with shouldUnregister prop (#13063)
✂ chore: remove unused field ids ref in useFieldArray (#13066)
thanks to @gynekolog & @uk960214
v7.63.0
: Version 7.63.0Compare Source
🥢 feat: extract form values by form state (#12936)
🦍 feat: improve get dirty fields logic (#13049)
🐿️ chore: remove duplicated function isMessage (#13050)
🐞 fix: use field name to update isValidating fields (#13000)
🐞 fix: unregister previous field when switching conditional Controllers (#13041)
🐞 fix: only excuse trigger function when deps has a valid array (#13056)
thanks to @candymask0712, @GorkemKir, @kimtaejin3, @m2na7 & @abnud11
remix-run/react-router (react-router-dom)
v7.9.4
Compare Source
Patch Changes
[email protected]
tailwindlabs/tailwindcss (tailwindcss)
v3.4.18
Compare Source
Fixed
supports-[…]
queries in arbitrary values (#13605)require.cache
error when loaded through a TypeScript file in Node 22.18+ (#18665)import.meta.resolve(…)
in configs for new enough Node.js versions (#18938)postcss-load-config
for better ESM and TypeScript PostCSS config support with the CLI (#18938)typescript-eslint/typescript-eslint (typescript-eslint)
v8.46.1
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.46.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.45.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.44.1
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.44.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.43.0
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.42.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.41.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 04:59 AM, only on Monday ( * 0-4 * * 1 ) in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 was generated by Mend Renovate. View the repository job log.