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.39->2.0.442.0.26->2.0.292.0.57->2.0.673.0.14->3.0.179.38.0->9.39.11.2.0->1.2.31.2.11->1.2.121.1.14->1.1.151.1.7->1.1.81.1.10->1.1.111.3.2->1.3.31.1.11->1.1.122.2.15->2.2.161.1.14->1.1.152.1.15->2.1.161.1.14->1.1.152.1.7->2.1.81.1.15->1.1.161.2.13->1.2.141.1.14->1.1.151.1.7->1.1.81.3.7->1.3.81.2.9->1.2.102.2.5->2.2.61.1.7->1.1.81.3.5->1.3.61.2.3->1.2.41.2.5->1.2.61.1.12->1.1.131.2.14->1.2.151.1.9->1.1.101.1.10->1.1.111.2.7->1.2.80.5.16->0.5.1920.19.24->20.19.2519.2.2->19.2.519.2.2->19.2.35.0.82->5.0.9310.4.21->10.4.221.29.0->1.29.11.11.18->1.11.199.38.0->9.39.116.4.0->16.5.0^0.548.0->^0.553.00.548.0->0.553.09.8.1->9.11.17.62.0->7.66.07.65.0->7.66.06.30.1->6.30.27.9.5->7.9.63.3.1->3.4.03.4.17->3.4.188.46.2->8.46.4Release Notes
vercel/ai (@ai-sdk/anthropic)
v2.0.44Compare Source
Patch Changes
v2.0.43Compare Source
Patch Changes
0294b58]v2.0.42Compare Source
Patch Changes
035b927: fix: set providerExecuted on Anthropic web_fetch tool resultsv2.0.41Compare Source
Patch Changes
51aa5de: backport: test server51aa5de]v2.0.40Compare Source
Patch Changes
f2da310]eslint/eslint (@eslint/js)
v9.39.1Compare Source
v9.39.0Compare Source
OpenRouterTeam/ai-sdk-provider (@openrouter/ai-sdk-provider)
v1.2.3Patch Changes
#232
2b49df4Thanks @subtleGradient! - Relax zod schemas with passthrough to allow unexpected API fieldsAdd
.passthrough()to all zod object schemas to prevent validation failures when the API returns extra fields not in our schema definitions. This ensures forward compatibility with API changes and prevents breaking when new fields are added to responses.v1.2.2Patch Changes
#219
8cb1d2dThanks @subtleGradient! - Replace genericErrorinstances with proper AI SDK error types for improved error handling consistency and debugging.Error Type Changes:
APICallErrorfor HTTP 200 responses with error payloads (includes url, requestBody, statusCode, headers, and error data)NoContentGeneratedErrorwhen API returns no choices (with custom context messages)InvalidResponseDataErrorfor malformed streaming responses and missing tool calls (with structured data)InvalidArgumentErrorfor invalid function arguments (with argument name and serialized value)Benefits:
#223
9935792Thanks @HashimMufti! - fix: support file annotation type for file uploadsv1.2.1Patch Changes
f29f61fThanks @subtleGradient! - Add changeset support for automated release management. This replaces the manual version bump and GitHub Release process with an automated workflow that creates version PRs and publishes to npm when merged.radix-ui/primitives (@radix-ui/react-aspect-ratio)
v1.1.8tailwindlabs/tailwindcss-typography (@tailwindcss/typography)
v0.5.19Compare Source
Fixed
v0.5.18Compare Source
Fixed
v0.5.17Compare Source
Added
prose-picturemodifier (#367)Fixed
hrborder-width value (#379)<kbd>styles work with Tailwind CSS v4 (#387)Changed
postcss/autoprefixer (autoprefixer)
v10.4.22Compare Source
stretchprefixes on new Can I Use database.fraction.js.iamkun/dayjs (dayjs)
v1.11.19Compare Source
Bug Fixes
eslint/eslint (eslint)
v9.39.1Compare Source
v9.39.0Compare Source
sindresorhus/globals (globals)
v16.5.0Compare Source
6d441caea31521lucide-icons/lucide (lucide-react)
v0.553.0: Version 0.553.0Compare Source
What's Changed
mouse-pointer-2-officon by @domingasp in #3570ruler-dimension-lineicon by @karsa-mistmere in #3433classNameprop by @ocavue in #3751New Contributors
Full Changelog: lucide-icons/lucide@0.552.0...0.553.0
v0.552.0: Version 0.552.0Compare Source
What's Changed
solar-panelicon by @UsamaKhan in #2780Full Changelog: lucide-icons/lucide@0.551.0...0.552.0
v0.551.0: Version 0.551.0Compare Source
What's Changed
clock-checkicon by @jguddas in #2402Full Changelog: lucide-icons/lucide@0.550.0...0.551.0
v0.550.0: Version 0.550.0Compare Source
What's Changed
helicoptericon by @liloudreams in #2760New Contributors
Full Changelog: lucide-icons/lucide@0.549.0...0.550.0
v0.549.0: Version 0.549.0Compare Source
What's Changed
pnpm installwithpnpm addacross documentation. by @josch87 in #3735git-branch-minusicon by @joris-gallot in #3586New Contributors
Full Changelog: lucide-icons/lucide@0.548.0...0.549.0
gpbl/react-day-picker (react-day-picker)
v9.11.1Compare Source
What's Changed
Full Changelog: gpbl/react-day-picker@v9.11.0...v9.11.1
v9.11.0Compare Source
This release adds support for Buddhist and Hebrew calendars, introduces new Southeast Asian numeral systems, adds the
aria-labelledbyprop, 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
DayPickerfromreact-day-picker/buddhist.Read more in the documentation and play with it in playground.
Hebrew Calendar
To switch to the Hebrew calendar, import
DayPickerfromreact-day-picker/hebrew.Read more in the documentation and play with it in playground.
What's Changed
aria-labelledbyprop by @gpbl in #2828Full Changelog: gpbl/react-day-picker@v9.10.0...v9.11.0
v9.10.0Compare Source
This release adds support for the Ethiopic calendar.
Ethiopic calendar
To use the Ethiopic calendar, import
DayPickerfromreact-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.0Compare Source
This release includes a new
reverseYearsprop, a range selection fix, and a build update to fix issues with source maps.Reversing the Years in the Dropdown
When using
captionLayout='dropdown', setreverseYearsto reverse the years listed in the dropdown: the most recent year will appear first.See it in action in the playground.
What's Changed
reverseYearsprop by @gpbl in #2822srcdirectory from package by @gpbl in #2812date-fns/tzdependency by @gpbl in #2823Full Changelog: gpbl/react-day-picker@v9.8.1...v9.9.0
react-hook-form/react-hook-form (react-hook-form)
v7.66.0Compare Source
v7.65.0: Version 7.65.0Compare Source
🧿 feat:
<Watch />component (#12986)🐞 fix: respect parent-provided
useFieldArrayrules (#13082) (#13083🐞 fix:
getDirtyFieldssubmit fields with null values when usinguseForm(#13079)thanks to @tesseractjh, @Han5991 & @jonathanarnault
v7.64.0: Version 7.64.0Compare Source
🚏 Support optional array fields in
PathValueImpltype (#13057)🐞 fix: preserve Controller's defaultValue with
shouldUnregisterprop (#13063)✂ chore: remove unused field ids ref in
useFieldArray(#13066)thanks to @MPrieur-chaps, @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)
v6.30.2Compare Source
dcastil/tailwind-merge (tailwind-merge)
v3.4.0Compare Source
tailwindlabs/tailwindcss (tailwindcss)
v3.4.18Compare Source
Fixed
supports-[…]queries in arbitrary values (#13605)require.cacheerror 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-configfor better ESM and TypeScript PostCSS config support with the CLI (#18938)typescript-eslint/typescript-eslint (typescript-eslint)
v8.46.4Compare 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.3Compare 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 is behind base branch, 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.