chore(deps): bump the patches group across 1 directory with 22 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 3
(9 days ago)
(9 days ago)
dependencies size:M javascript
Bumps the patches group with 22 updates in the / directory:
Package | From | To |
---|---|---|
@ai-sdk/openai | 2.0.14 |
2.0.23 |
@ai-sdk/react | 2.0.8 |
2.0.29 |
@calcom/embed-react | 1.5.2 |
1.5.3 |
@headlessui/react | 2.2.0 |
2.2.7 |
@inkeep/cxkit-react | 0.5.47 |
0.5.96 |
@radix-ui/react-accordion | 1.2.3 |
1.2.12 |
@radix-ui/react-avatar | 1.1.3 |
1.1.10 |
@radix-ui/react-collapsible | 1.1.11 |
1.1.12 |
@radix-ui/react-dialog | 1.1.6 |
1.1.15 |
@radix-ui/react-dropdown-menu | 2.1.6 |
2.1.16 |
@radix-ui/react-hover-card | 1.1.6 |
1.1.15 |
@radix-ui/react-label | 2.1.2 |
2.1.7 |
@radix-ui/react-scroll-area | 1.2.9 |
1.2.10 |
@radix-ui/react-select | 2.2.5 |
2.2.6 |
@radix-ui/react-separator | 1.1.2 |
1.1.7 |
@radix-ui/react-tabs | 1.1.3 |
1.1.13 |
@vercel/functions | 2.2.2 |
2.2.13 |
ai | 5.0.8 |
5.0.29 |
harden-react-markdown | 1.0.2 |
1.0.5 |
langfuse | 3.38.4 |
3.38.5 |
openai-edge | 1.2.2 |
1.2.3 |
react-syntax-highlighter | 15.6.1 |
15.6.6 |
Updates @ai-sdk/openai
from 2.0.14 to 2.0.23
Release notes
Sourced from @ai-sdk/openai
's releases.
@ai-sdk/openai
@2
.0.23Patch Changes
- a9a61b7: Add serviceTier to provider metadata for OpenAI responses
@ai-sdk/openai
@2
.0.22Patch Changes
- 0e272ae: fix(provider/openai): make file_citation annotation fields optional for responses api compatibility
- Updated dependencies [886e7cd]
@ai-sdk/provider-utils
@3
.0.7
@ai-sdk/openai
@2
.0.21Patch Changes
d18856a: fix(provider/openai): support websearch tool results without query property
15271d6: fix(provider/openai): do not set
response_format
toverbose_json
if model isgpt-4o-transcribe
orgpt-4o-mini-transcribe
These two models do not support it: https://platform.openai.com/docs/api-reference/audio/createTranscription#audio_createtranscription-response_format
Updated dependencies [1b5a3d3]
@ai-sdk/provider-utils
@3
.0.6
Commits
c53c6c8
Version Packages (#8353)0afc4f1
docs: remove unused variable from example (#8348)4b81e7d
fix(ai): remove vitest dependency from test exports (#8360)d68a4f2
feat(ai): log warnings (#8343)0ca8aa6
docs: Update LangSmith tracing env vars (#8359)a9a61b7
feat(provider/openai): Adds service tier to OpenAI responses provider metadat...dda7925
Docs: Update streamText() documentation with correct types/descriptions for L...8aadbc9
feat(codemod): add not implemented comment and warnings (#8253)9395185
Version Packages (#8344)ca40fac
feat(ai): support custom download functions (experimental) (#8268)- Additional commits viewable in compare view
Updates @ai-sdk/react
from 2.0.8 to 2.0.29
Release notes
Sourced from @ai-sdk/react
's releases.
@ai-sdk/react
@2
.0.29Patch Changes
- Updated dependencies [e0e9449]
- ai@5.0.29
@ai-sdk/react
@2
.0.28Patch Changes
- Updated dependencies [4b81e7d]
- Updated dependencies [d68a4f2]
- ai@5.0.28
@ai-sdk/react
@2
.0.27Patch Changes
- Updated dependencies [ca40fac]
- ai@5.0.27
@ai-sdk/react
@2
.0.26Patch Changes
- Updated dependencies [33cf848]
- ai@5.0.26
@ai-sdk/react
@2
.0.25Patch Changes
- Updated dependencies [886e7cd]
- Updated dependencies [ca65923]
@ai-sdk/provider-utils
@3
.0.7- ai@5.0.25
@ai-sdk/react
@2
.0.24Patch Changes
- Updated dependencies [1b5a3d3]
- Updated dependencies [f8f3682]
@ai-sdk/provider-utils
@3
.0.6- ai@5.0.24
Commits
b6f0a9a
Version Packages (#8381)e0e9449
feat(ui): sent isAbort, isDisconnect, isError in useChat onFinish callback (#...2f6e7f7
docs: document prompt array messages (#8383)7f88355
docs (ai): update README sample2e9e79c
docs: removed onResponse from use-completion#returns (#8377)f9c5db5
chore(docs): rename 'parameters' to 'inputSchema' in documentation (#8376)c82e85a
fix(codemod): handle import alias for maxStep-stopWhen (#8366)1828e0d
Version Packages (#8373)ddb70ed
feat(xai): Add grok-code-fast-1 (#8370)6617262
docs: update braintrust guide (#8369)- Additional commits viewable in compare view
Updates @calcom/embed-react
from 1.5.2 to 1.5.3
Commits
- See full diff in compare view
Updates @headlessui/react
from 2.2.0 to 2.2.7
Release notes
Sourced from @headlessui/react
's releases.
@headlessui/react
@v2
.2.7Fixed
- Fix incorrect double invocation of menu items, listbox options and combobox options (#3766)
- Fix memory leak in SSR environment (#3767)
- Ensure programmatic
.click()
onMenuButton
ref works (#3768)- Don't activate hovered items while using the keyboard (#3769)
@headlessui/react
@v2
.2.6Fixed
- Fix immediately closing Listbox by requiring some cursor movement (#3762)
@headlessui/react
@v2
.2.5Fixed
- Fix listbox closing immediately after opening on touch devices (#3755)
@headlessui/react
@v2
.2.4Fixed
- Fix
Combobox
error (unexpected undefined) when using virtual mode (#3734)
@headlessui/react
@v2
.2.3Added
- Add a quick trigger action to the
Menu
,Listbox
andCombobox
components (#3700)Fixed
- Fix clicking
Label
component should open<Input type="file">
(#3707)- Ensure clicking on interactive elements inside
Label
component works (#3709)- Fix focus not returned to SVG Element (#3704)
- Fix
Listbox
not focusing first or last option on ArrowUp / ArrowDown (#3721)- Performance improvement: only re-render top-level component when nesting components e.g.:
Menu
inside aDialog
(#3722)- Fix closing
Menu
when otherMenu
is opened (#3726)
@headlessui/react
@v2
.2.2Fixed
- Improve
Menu
component performance (#3685)- Improve
Listbox
component performance (#3688)- Improve
Combobox
component performance (#3697)- Open
Menu
andListbox
onmousedown
(#3689)- Fix
Transition
component from incorrectly exposing theClosing
state (#3696)
@headlessui/react
@v2
.2.1Added
- Accept
tabIndex
on theCheckbox
component (#3645)
... (truncated)
Changelog
Sourced from @headlessui/react
's changelog.
[2.2.7] - 2025-07-30
Fixed
- Fix incorrect double invocation of menu items, listbox options and combobox options (#3766)
- Fix memory leak in SSR environment (#3767)
- Ensure programmatic
.click()
onMenuButton
ref works (#3768)- Don't activate hovered items while using the keyboard (#3769)
[2.2.6] - 2025-07-24
Fixed
- Fix immediately closing Listbox by requiring some cursor movement (#3762)
[2.2.5] - 2025-07-23
Fixed
- Fix listbox closing immediately after opening on touch devices (#3755)
[2.2.4] - 2025-05-20
Fixed
- Fix
Combobox
error (unexpected undefined) when using virtual mode (#3734)[2.2.3] - 2025-05-12
Added
- Add a quick trigger action to the
Menu
,Listbox
andCombobox
components (#3700)Fixed
- Fix clicking
Label
component should open<Input type="file">
(#3707)- Ensure clicking on interactive elements inside
Label
component works (#3709)- Fix focus not returned to SVG Element (#3704)
- Fix
Listbox
not focusing first or last option on ArrowUp / ArrowDown (#3721)- Performance improvement: only re-render top-level component when nesting components e.g.:
Menu
inside aDialog
(#3722)- Fix closing
Menu
when otherMenu
is opened (#3726)[2.2.2] - 2025-04-17
Fixed
... (truncated)
Commits
2de2779
2.2.7 -@headlessui/react
7d655ba
Ensure mouse doesn't active item/option while navigating using the keyboard (...af5b0b4
EnsurebuttonRef.current.click()
works (#3768)a12f9f2
Fix memory leak in SSR environment (#3767)4b505e8
Fix incorrect double invocation of menu items (#3766)51b5bf6
2.2.6 -@headlessui/react
0a14649
Improve quick release by requiring some cursor movement (#3762)2ff307c
2.2.5 -@headlessui/react
3b7c0b6
Fix listbox closing immediately after opening on touch devices (#3755)38986df
update READMEs- Additional commits viewable in compare view
Updates @inkeep/cxkit-react
from 0.5.47 to 0.5.96
Commits
- See full diff in compare view
Updates @radix-ui/react-accordion
from 1.2.3 to 1.2.12
Commits
- See full diff in compare view
Updates @radix-ui/react-avatar
from 1.1.3 to 1.1.10
Commits
- See full diff in compare view
Updates @radix-ui/react-collapsible
from 1.1.11 to 1.1.12
Commits
- See full diff in compare view
Updates @radix-ui/react-dialog
from 1.1.6 to 1.1.15
Commits
- See full diff in compare view
Updates @radix-ui/react-dropdown-menu
from 2.1.6 to 2.1.16
Commits
- See full diff in compare view
Updates @radix-ui/react-hover-card
from 1.1.6 to 1.1.15
Commits
- See full diff in compare view
Updates @radix-ui/react-label
from 2.1.2 to 2.1.7
Commits
- See full diff in compare view
Updates @radix-ui/react-scroll-area
from 1.2.9 to 1.2.10
Commits
- See full diff in compare view
Updates @radix-ui/react-select
from 2.2.5 to 2.2.6
Commits
- See full diff in compare view
Updates @radix-ui/react-separator
from 1.1.2 to 1.1.7
Commits
- See full diff in compare view
Updates @radix-ui/react-tabs
from 1.1.3 to 1.1.13
Commits
- See full diff in compare view
Updates @vercel/functions
from 2.2.2 to 2.2.13
Release notes
Sourced from @vercel/functions
's releases.
@vercel/functions
@2
.2.13Patch Changes
- Updated dependencies [
821e4b8e8eded000b3d4e864594730e8741ef522
]:
@vercel/oidc
@2
.0.2
@vercel/functions
@2
.2.12Patch Changes
Fix package versions for oidc-aws-credentials-provider, vercel/functions, and publish the next version of vercel/oidc (#13765)
Updated dependencies [
2f5244647dc7d2c81bb688035952d4d45b6d707e
]:
@vercel/oidc
@2
.0.1
@vercel/functions
@2
.2.11Patch Changes
- Fix dependency (#13726)
@vercel/functions
@2
.2.8Patch Changes
- Declare attachDatabasePool stable (#13673)
@vercel/functions
@2
.2.7Patch Changes
- Make DB pool inert in local dev (#13647)
@vercel/functions
@2
.2.6Patch Changes
- Introduce attachDatabasePool function (#13632)
Changelog
Sourced from @vercel/functions
's changelog.
2.2.13
Patch Changes
- Updated dependencies [
821e4b8e8eded000b3d4e864594730e8741ef522
]:
@vercel/oidc
@2
.0.22.2.12
Patch Changes
Fix package versions for oidc-aws-credentials-provider, vercel/functions, and publish the next version of vercel/oidc (#13765)
Updated dependencies [
2f5244647dc7d2c81bb688035952d4d45b6d707e
]:
@vercel/oidc
@2
.0.12.2.11
Patch Changes
- Fix dependency (#13726)
2.2.10
Patch Changes
- Update dependency (#13722)
2.2.9
Patch Changes
Extract AWS dynamic import to async loader with error handling (#13660)
Updated dependencies [
a133e534e7dfd785beeeb0dcafed8d2c991e9f11
]:
@vercel/oidc
@2
.1.02.2.8
Patch Changes
- Declare attachDatabasePool stable (#13673)
2.2.7
Patch Changes
- Make DB pool inert in local dev (#13647)
2.2.6
... (truncated)
Commits
814148b
Version Packages (#13782)17a7205
Version Packages (#13763)2f52446
attempt to republish vercel/oidc with refresh functionality (#13765)6f86251
Fix oidc typedoc (#13768)83ce42a
Version Packages (#13725)1c51d62
fix(oidc): use released version in dependencies (#13726)aa0e5e4
Version Packages (#13723)5b5a74c
Fix oidc workspace:* usage in dependencies (#13722)775e077
Version Packages (#13682)a133e53
Add refresh token behavior to getVercelOidcToken (#13608)- Additional commits viewable in compare view
Updates ai
from 5.0.8 to 5.0.29
Release notes
Sourced from ai's releases.
ai@5.0.29
Patch Changes
- e0e9449: feat(ui): sent isAbort, isDisconnect, isError in useChat onFinish callback
ai@5.0.28
Patch Changes
- 4b81e7d: fix(ai): remove vitest dependency from test exports
- d68a4f2: feat(ai): log warnings
ai@5.0.27
Patch Changes
- ca40fac: feat(ai): support custom download functions (experimental)
ai@5.0.26
Patch Changes
- 33cf848: feat(ai): pass messages to
useChat({ onFinish })
- Updated dependencies [980633d]
- Updated dependencies [1c5b88d]
@ai-sdk/gateway
@1
.0.15ai@5.0.25
Patch Changes
- ca65923: fix(ai): remove use of
expect()
from production code- Updated dependencies [886e7cd]
ai@5.0.24
Patch Changes
f8f3682: fix: call onFinish when stream is cancelled in toUIMessageStream
Previously, onFinish was only called on normal stream completion. Now it's also called when the reader is cancelled (e.g., browser close, navigation), ensuring partial messages are persisted.
Updated dependencies [1b5a3d3]
Updated dependencies [c9994f9]
Commits
b6f0a9a
Version Packages (#8381)e0e9449
feat(ui): sent isAbort, isDisconnect, isError in useChat onFinish callback (#...2f6e7f7
docs: document prompt array messages (#8383)7f88355
docs (ai): update README sample2e9e79c
docs: removed onResponse from use-completion#returns (#8377)f9c5db5
chore(docs): rename 'parameters' to 'inputSchema' in documentation (#8376)c82e85a
fix(codemod): handle import alias for maxStep-stopWhen (#8366)1828e0d
Version Packages (#8373)ddb70ed
feat(xai): Add grok-code-fast-1 (#8370)6617262
docs: update braintrust guide (#8369)- Additional commits viewable in compare view
Updates harden-react-markdown
from 1.0.2 to 1.0.5
Commits
- See full diff in compare view
Updates langfuse
from 3.38.4 to 3.38.5
Commits
6ccce4d
v3.38.56aa68f4
docs: update readme with v4 notice- See full diff in compare view
Updates openai-edge
from 1.2.2 to 1.2.3
Commits
- See full diff in compare view
Updates react-syntax-highlighter
from 15.6.1 to 15.6.6
Release notes
Sourced from react-syntax-highlighter's releases.
v15.6.6
Updated
overrides
block attempting to solve transitiveprismjs
dependency issue:"overrides": { "prismjs": "^1.30.0", "refractor": { "prismjs": "^1.30.0" } }
Full Changelog: https://github.com/react-syntax-highlighter/react-syntax-highlighter/compare/v15.6.5...v15.6.6
v15.6.5
What's Changed
- Bump elliptic from 6.5.5 to 6.6.0 by
@dependabot
[bot] in react-syntax-highlighter/react-syntax-highlighter#576- Bump ws from 6.2.2 to 6.2.3 by
@dependabot
[bot] in react-syntax-highlighter/react-syntax-highlighter#574- Bump express from 4.19.2 to 4.21.1 by
@dependabot
[bot] in react-syntax-highlighter/react-syntax-highlighter#572- Bump send and express by
@dependabot
[bot] in react-syntax-highlighter/react-syntax-highlighter#571- Bump cookie and express by
@dependabot
[bot] in react-syntax-highlighter/react-syntax-highlighter#570- Bump serve-static and express by
@dependabot
[bot] in react-syntax-highlighter/react-syntax-highlighter#569- Bump body-parser and express by
@dependabot
[bot] in react-syntax-highlighter/react-syntax-highlighter#568- Add Boemly to the built with section of the readme by
@lukasbals
in react-syntax-highlighter/react-syntax-highlighter#467New Contributors
@lukasbals
made their first contribution in react-syntax-highlighter/react-syntax-highlighter#467Full Changelog: https://github.com/react-syntax-highlighter/react-syntax-highlighter/compare/v15.6.4...v15.6.5
v15.6.4
What's Changed
- Override
refractor 3.6.0
'sprismjs
dependency by@simmerer
in react-syntax-highlighter/react-syntax-highlighter#605Full Changelog: https://github.com/react-syntax-highlighter/react-syntax-highlighter/compare/v15.6.3...v15.6.4
v15.6.3
What's Changed
- fix line count error by
@bbbert
in react-syntax-highlighter/react-syntax-highlighter#583- fix spelling error by
@BrianHung
in react-syntax-highlighter/react-syntax-highlighter#579New Contributors
@bbbert
made their first contribution in react-syntax-highlighter/react-syntax-highlighter#583@BrianHung
made their first contribution in react-syntax-highlighter/react-syntax-highlighter#579Full Changelog: https://github.com/react-syntax-highlighter/react-syntax-highlighter/compare/v15.6.2...v15.6.3
v15.6.2
What's Changed
... (truncated)
Commits
56a1b0f
add top-level override for prismjs, bump to 15.6.6a169285
bump to 15.6.55d507f0
Add Boemly to the built with section of the readme (#467)0bda769
Bump body-parser and express (#568)9fb3f73
Bump serve-static and express (#569)5f0dbfc
Bump cookie and express (#570)53e6607
Bump send and express (#571)130c9c3
Bump express from 4.19.2 to 4.21.1 (#572)9382590
Bump ws from 6.2.2 to 6.2.3 (#574)7ecf606
Bump elliptic from 6.5.5 to 6.6.0 (#576)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions
[!IMPORTANT]
Bumps 22 dependencies inpackage.json
to their latest versions for maintenance and potential improvements.
- Dependencies Updated:
@ai-sdk/openai
from 2.0.14 to 2.0.23@ai-sdk/react
from 2.0.8 to 2.0.29@calcom/embed-react
from 1.5.2 to 1.5.3@headlessui/react
from 2.2.0 to 2.2.7@inkeep/cxkit-react
from 0.5.47 to 0.5.96@radix-ui/react-accordion
from 1.2.3 to 1.2.12@radix-ui/react-avatar
from 1.1.3 to 1.1.10@radix-ui/react-collapsible
from 1.1.11 to 1.1.12@radix-ui/react-dialog
from 1.1.6 to 1.1.15@radix-ui/react-dropdown-menu
from 2.1.6 to 2.1.16@radix-ui/react-hover-card
from 1.1.6 to 1.1.15@radix-ui/react-label
from 2.1.2 to 2.1.7@radix-ui/react-scroll-area
from 1.2.9 to 1.2.10@radix-ui/react-select
from 2.2.5 to 2.2.6@radix-ui/react-separator
from 1.1.2 to 1.1.7@radix-ui/react-tabs
from 1.1.3 to 1.1.13@vercel/functions
from 2.2.2 to 2.2.13ai
from 5.0.8 to 5.0.29harden-react-markdown
from 1.0.2 to 1.0.5langfuse
from 3.38.4 to 3.38.5openai-edge
from 1.2.2 to 1.2.3react-syntax-highlighter
from 15.6.1 to 15.6.6This description was created by
for 9d1fa59c1b1ba1281d7476fd1d2c875558412e36. You can customize this summary. It will automatically update as commits are pushed.
Pull Request Statistics
0
0
+0
-0
Package Dependencies
@radix-ui/react-dropdown-menu
npm
2.1.6 → 2.1.16
Patch
@radix-ui/react-scroll-area
npm
1.2.9 → 1.2.10
Patch
@radix-ui/react-collapsible
npm
1.1.11 → 1.1.12
Patch
@radix-ui/react-hover-card
npm
1.1.6 → 1.1.15
Patch
Technical Details
ID: | 6730599 |
UUID: | 3378996311 |
Node ID: | PR_kwDOJmJVC86mmy7V |
Host: | GitHub |
Repository: | langfuse/langfuse-docs |