fix(deps): update patch updates group - #283
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/patch-updates-group
branch
13 times, most recently
from
June 8, 2026 17:59
fd4a01a to
9b7fef3
Compare
renovate
Bot
force-pushed
the
renovate/patch-updates-group
branch
6 times, most recently
from
June 17, 2026 20:42
7d1ce27 to
4b33db1
Compare
renovate
Bot
force-pushed
the
renovate/patch-updates-group
branch
10 times, most recently
from
June 25, 2026 18:05
413eaf2 to
031de18
Compare
renovate
Bot
force-pushed
the
renovate/patch-updates-group
branch
from
June 26, 2026 15:51
031de18 to
fb612ad
Compare
renovate
Bot
force-pushed
the
renovate/patch-updates-group
branch
8 times, most recently
from
July 17, 2026 00:48
1217383 to
9c37cbe
Compare
renovate
Bot
force-pushed
the
renovate/patch-updates-group
branch
9 times, most recently
from
July 27, 2026 01:43
c6ace01 to
69298b2
Compare
renovate
Bot
force-pushed
the
renovate/patch-updates-group
branch
9 times, most recently
from
August 2, 2026 09:07
2d5ce8d to
9c679d8
Compare
renovate
Bot
force-pushed
the
renovate/patch-updates-group
branch
3 times, most recently
from
August 4, 2026 13:48
f9b7aa5 to
3bba99d
Compare
This file contains hidden or 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
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:
3.0.30→3.0.608.3.17→8.3.188.3.17→8.3.188.3.17→8.3.188.3.17→8.3.188.3.17→8.3.180.10.32→0.10.352.0.3→2.0.42.0.3→2.0.414.6.1→14.6.43.7.1→3.7.419.2.14→19.2.1819.2.3→19.2.43.2.4→3.2.73.2.4→3.2.76.0.128→6.0.2566.2.1→6.2.94.3.2→4.3.34.3.2→4.3.38.5.8→8.5.2619.2.4→19.2.819.2.4→19.2.87.3.1→7.3.65.0.12→5.0.15Release Notes
vercel/ai (@ai-sdk/groq)
v3.0.60Compare Source
Patch Changes
31205a4]v3.0.59Compare Source
Patch Changes
b2a4d5a]v3.0.58Compare Source
Patch Changes
2171d15]v3.0.57Compare Source
Patch Changes
dab0a08]v3.0.56Compare Source
Patch Changes
ee2bf30]v3.0.55Compare Source
Patch Changes
ae2812a: fix(groq): map word timestamps to transcription segments when segment timestamps are unavailablecc3269f: Support plain-text responses from Groq transcription models whenresponseFormatis set totext.v3.0.54Compare Source
Patch Changes
9ecdefe]v3.0.53Compare Source
Patch Changes
19093fd]v3.0.52Compare Source
Patch Changes
06fb54c]v3.0.51Compare Source
Patch Changes
cee7e45: fix (provider/groq): surface prompt cache reads in usageconvertGroqUsageacceptedprompt_tokens_details.cached_tokensbut never read it, so cache hits were reported ascacheRead: undefinedand the entire prompt was counted asnoCache. Groq's implicit prompt caching now surfaces asusage.cachedInputTokens(mapped tocacheRead, subtracted fromnoCache). Groq has no cache-creation charge, socacheWriteremains undefined.v3.0.50Compare Source
Patch Changes
e1af05f]v3.0.49Compare Source
Patch Changes
bef93ae: fix(security): prevent streaming tool calls from finalizing on parsable partial JSONStreaming tool call arguments were finalized using
isParsableJson()as a heuristic for completion. If partial accumulated JSON happened to be valid JSON before all chunks arrived, the tool call would be executed with incomplete arguments. Tool call finalization now only occurs inflush()after the stream is fully consumed.327642b: fix: more precise default message for tool execution denialUpdated dependencies [
d559de9]v3.0.48Compare Source
Patch Changes
0952964]v3.0.47Compare Source
Patch Changes
ea1e95b]v3.0.46Compare Source
Patch Changes
fa850e6]v3.0.45Compare Source
Patch Changes
b30e43a]v3.0.44Compare Source
Patch Changes
f19334d]v3.0.43Compare Source
Patch Changes
1b40ac7: Publish all packages under the@ai-v6dist tag.1b40ac7]v3.0.42Compare Source
Patch Changes
779f5cd]v3.0.41Patch Changes
bfa5864]f42aa79]v3.0.39Compare Source
Patch Changes
f591416]v3.0.38Compare Source
Patch Changes
7beadf0]v3.0.37Compare Source
Patch Changes
a727da4: chore: ensure consistent import handling and avoid import duplicates or cyclesa727da4]v3.0.36Compare Source
Patch Changes
a7f3c72: trigger release for all packages after provenance setupa7f3c72]v3.0.35Compare Source
Patch Changes
d42076d: Add AI Gateway hint to provider READMEsv3.0.34Compare Source
Patch Changes
6247886]v3.0.33Compare Source
Patch Changes
0469aed]v3.0.32Patch Changes
cb3ca8f: feat: Groq support for performance service tiermantinedev/mantine (@mantine/core)
v8.3.18Compare Source
This is the last 8.x release. You are welcome to test 9.0 alpha version and provide feedback before its release on March 31 – https://alpha.mantine.dev/changelog/9-0-0/
[@mantine/core]PasswordInput: Fix styles api props not resolving correctly in theme (#8716)testing-library/user-event (@testing-library/user-event)
v14.6.4Compare Source
v14.6.3Compare Source
vitest-dev/vitest (@vitest/runner)
v3.2.7Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.2.6Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.2.5Compare Source
🚀 Features
allowWriteandallowExecoptions toapi[backport to v3] - by @hi-ogawa and Codex in #10445 (af88b)🐞 Bug Fixes
cdpAPI whenallowWrite/allowExec: false[backport to v3] - by @hi-ogawa and Codex in #10456 (385a1)View changes on GitHub
panva/jose (jose)
v6.2.9Compare Source
Fixes
v6.2.8Compare Source
Fixes
Refactor
v6.2.7Compare Source
Fixes
Refactor
v6.2.6Compare Source
Fixes
v6.2.5Compare Source
Fixes
Documentation
Refactor
v6.2.4Compare Source
Documentation
Refactor
v6.2.3Compare Source
Refactor
v6.2.2Compare Source
Fixes
nfrasser/linkifyjs (linkify-react)
v4.3.3Compare Source
postcss/postcss (postcss)
v8.5.26Compare Source
list.split()regression (by @lazerg).v8.5.25Compare Source
list.split()for non-string values (by @amir-rezaei).v8.5.24Compare Source
v8.5.23Compare Source
opts.fromfor security reasons.v8.5.22Compare Source
v8.5.21Compare Source
v8.5.20Compare Source
AtRule#paramsis set after (by @sarathfrancis90).v8.5.19Compare Source
beforefor new nodes inserted toRoot(by @MahinAnowar).v8.5.18Compare Source
opts.fromfolder for security reasons (useunsafeMap: trueto disable the check).v8.5.17Compare Source
Maximum call stack size exceedederror.postcss.fromJSON().Input#origin()for unmapped end position (by @chatman-media).v8.5.16Compare Source
Input#origin()position (by @mizdra).rawsafter rehydrating a JSON AST (by @sarathfrancis90).nodesof new node (by @MahinAnowar).offsetinpositionBy()(by @greymoth-jp).rangeBy()onindex: 0(by @sarathfrancis90).v8.5.15Compare Source
v8.5.14Compare Source
v8.5.13Compare Source
postcss-scsscommend regression.v8.5.12Compare Source
opts.unsafeMapto disable checks.v8.5.11Compare Source
v8.5.10Compare Source
</style>in non-bundler cases (by @TharVid).v8.5.9Compare Source
react/react (react)
v19.2.8Compare Source
v19.2.7Compare Source
React Server Components
FormDataentries in Server Actions which regressed in 19.2.6 (@unstubbable #36566)v19.2.6Compare Source
React Server Components
v19.2.5Compare Source
React Server Components
react/react (react-dom)
v19.2.8Compare Source
v19.2.7Compare Source
React Server Components
FormDataentries in Server Actions which regressed in 19.2.6 (@unstubbable #36566)v19.2.6Compare Source
React Server Components
v19.2.5Compare Source
React Server Components
vitejs/vite (vite)
v7.3.6Compare Source
Please refer to CHANGELOG.md for details.
v7.3.5Compare Source
Please refer to CHANGELOG.md for details.
v7.3.3Compare Source
Please refer to CHANGELOG.md for details.
v7.3.2Compare Source
Please refer to CHANGELOG.md for details.
pmndrs/zustand (zustand)
v5.0.15Compare Source
Fix some issues in devtools and persist middleware.
What's Changed
Full Changelog: pmndrs/zustand@v5.0.14...v5.0.15
v5.0.14Compare Source
This release fixes a type issue in devtools.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v5.0.13...v5.0.14
v5.0.13Compare Source
This release includes an improvement in the devtools middleware.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v5.0.12...v5.0.13
Configuration
📅 Schedule: (in timezone America/Toronto)
* 0-3 1 * *)🚦 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 was generated by Mend Renovate. View the repository job log.