⬆️(dependencies) update js dependencies#2283
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
|
Size Change: +4.51 kB (+0.11%) Total Size: 4.25 MB 📦 View Changed
|
6cafda6 to
5f25140
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.53→3.0.630.49.0→0.50.00.49.0→0.50.00.49.0→0.50.00.49.0→0.50.00.49.0→0.50.00.49.0→0.50.00.49.0→0.50.00.49.0→0.50.00.49.0→0.50.00.49.0→0.50.05.2.42→5.2.440.20.1→0.21.03.4.4→4.0.03.4.4→4.0.00.5.4→0.6.09.0.2→9.1.19.0.2→9.1.116.2.4→16.2.610.49.0→10.52.010.49.0→10.52.010.49.0→10.52.05.99.2→5.100.95.99.2→5.100.95.99.2→5.100.93.22.4→3.23.124.12.2→24.12.38.59.0→8.59.28.59.0→8.59.28.59.0→8.59.21.6.16→1.6.176.0.168→6.0.1771.15.2→1.16.01.1.1→1.1.210.2.1→10.3.016.2.4→16.2.626.0.6→26.0.1030.3.0→30.4.229.0.2→29.1.110.2.4→10.2.55.0.1→5.2.07.1.0→7.2.08.5.10→8.5.141.369.4→1.372.1019.2.5→19.2.619.2.5→19.2.617.0.4→17.0.76.4.0→6.4.11.8.16→1.8.174.1.4→4.1.54.3.6→4.4.35.0.12→5.0.13Release Notes
vercel/ai (@ai-sdk/openai)
v3.0.63Compare Source
Patch Changes
f591416]v3.0.62Compare Source
Patch Changes
65edcca: feat: add allowedTools provider option for OpenAI Responsesv3.0.61Compare Source
Patch Changes
b93f9b4: feat(provider/openai): forward imageDetail providerOptions on tool-result image contentv3.0.60Compare Source
Patch Changes
6dcd8e6: feat(openai): add GPT-5.5 chat model IDsv3.0.59Compare Source
Patch Changes
38966ab: fix(openai, openai-compatible): only send null content for assistant messages with tool callsv3.0.58Compare Source
Patch Changes
2370948: feat(openai): preservenamespaceon function_call output itemsv3.0.57Compare Source
Patch Changes
d33e7cc: chore(provider/openai): add type for image model options for type-safe processingv3.0.55Compare Source
Patch Changes
a727da4: chore: ensure consistent import handling and avoid import duplicates or cyclesa727da4]v3.0.54Compare Source
Patch Changes
a7f3c72: trigger release for all packages after provenance setup408a2ad: patch - send content: null instead of empty string for tool-only assistant messagesc71ad14: feat(provider/openai): add gpt-image-2 model supporta7f3c72]TypeCellOS/BlockNote (@blocknote/code-block)
v0.50.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
fontsource/font-files (@fontsource-variable/material-symbols-outlined)
v5.2.44Compare Source
v5.2.43Compare Source
ueberdosis/hocuspocus (@hocuspocus/provider)
v4.0.0Compare Source
Note: Version bump only for package hocuspocus
mantinedev/mantine (@mantine/core)
v9.1.1Compare Source
What's Changed
[@mantine/spotlight]Fix error thrown when listId is empty (#8863)[@mantine/schedule]FixonEventClicknot being passed down to MoreEvents in DayView and MonthView components (#8862)[@mantine/core]Tree: Add dnd handle and dnd lock support[@mantine/schedule]Fixlabelsnot propagating to custom schedule header and more events lists[@mantine/modals]Add ModalsSettings type export[@mantine/schedule]FixrenderEventnot working in MoreEvents[@mantine/mcp-server]Update displayed version[@mantine/core]Combobox: Fix keyboard events not triggering in Safari after click on the inout (#7386)[@mantine/hooks]use-focus-return: Fix incorrect logic when used with nested focus traps (#8857)[@mantine/core]ScrollArea: Fix scrollbar never visible withoffsetScrollbars="present"(#8844)[@mantine/core]Fix incorrectrenderOptiontype in Combobox-based components (#8858)[@mantine/hooks]use-mask: Fix stale mask partial remaining as input value on blur after input field was cleared[@mantine/hooks]use-mask: Fix incorrect cursor position handling[@mantine/hooks]use-mask: Fix part of the mask remaining as input value on blur[@mantine/core]Radio: Fix icon not being centered on some low-density screens (#8845)[@mantine/core]Highlight: Fix wholeWord matching for non-ASCII characters[@mantine/core]Card: Fix Card.Section not being handled correctly during server-side rendering of server components (#8846))[@mantine/core]FixclearButtonProps={{ size: lg }}not working when passed to Select and other similar components (#8855)[@mantine/core]Fix Styles API defined for Input not being applied to Select and MultiSelect components (#8851)New Contributors
Full Changelog: mantinedev/mantine@9.1.0...9.1.1
v9.1.0Compare Source
View changelog with demos on mantine.dev website
Support Mantine development
You can now sponsor Mantine development with OpenCollective.
All funds are used to improve Mantine and create new features and components.
deduplicateInlineStyles
New
deduplicateInlineStylesprop on MantineProvider enablesReact 19 style tag deduplication for responsive style props.
When many components share the same responsive style prop values, only a single
<style />tag is generated and hoisted to
<head />instead of each component injecting its own:This can significantly improve performance when rendering large lists of components
with identical responsive style props. See the
styles performance guide for more details.
use-mask hook
New use-mask hook attaches real-time input masking to any
<input>element viaa ref callback. It formats user input against a defined pattern and exposes both the masked display
value and the raw unmasked value. The hook supports built-in and custom tokens, dynamic masks,
character transforms, optional segments, and regex array format:
MaskInput component
New MaskInput component is a wrapper around use-mask hook
that provides all standard input props (label, description, error, etc.) and supports all mask options:
Treemap component
New Treemap component displays hierarchical data as a set of nested
rectangles. It is based on the Treemap recharts component:
TimePicker duration type
TimePicker component now supports
type="duration"prop that allowsentering durations that exceed 24 hours. In this mode, the hours field has no upper limit
and the input width adjusts dynamically based on the entered value:
Heatmap legend
Heatmap component now supports
withLegendprop that displaysa color legend below the chart. Use
legendLabelsprop to customize labels(default:
['Less', 'More']):MonthPicker and YearPicker presets
MonthPicker and YearPicker components now support
presetsprop that allows adding predefined values to pick from. Presets are also availablein MonthPickerInput and YearPickerInput
components:
use-roving-index hook
New use-roving-index hook implements the
roving tabindex
keyboard navigation pattern. It manages
tabIndexstate for a group of focusable elements,handles arrow key navigation with disabled item skipping, and supports both 1D lists and 2D grids:
Tree drag and drop
Tree component now supports drag-and-drop reordering of nodes.
Provide
onDragDropcallback to enable it, and use themoveTreeNodeutilityto update data based on the result:
Tree async loading
Tree now supports lazy loading of children. Set
hasChildren: trueon a node without providing
children– when the node is expanded for the first time,onLoadChildrencallback passed touseTreeis called. UsemergeAsyncChildrenutility to splice loaded children into your data:
Tree search and filtering
Tree now includes
filterTreeDatautility to filter tree data based ona search query. Matching nodes and their ancestors are preserved in the result. You can
provide a custom filter function for advanced matching (for example, fuzzy search with fuse.js):
Tree connecting lines
Tree now supports
withLinesprop to display connecting linesshowing parent-child relationships. Lines adapt to
levelOffsetspacing automatically:Tree virtualization
Tree now provides
flattenTreeDatautility andFlatTreeNodecomponentfor virtualized rendering of large trees. The component does not depend on any
virtualization library – you supply one yourself (e.g.,
@tanstack/react-virtual):Tree checkStrictly mode
useTree hook now supports
checkStrictlyoption. When enabled, checkinga parent node does not affect children and vice versa – each node's checked state is
fully independent:
Slider startPointValue
Slider component now supports
startPointValueprop that changesthe origin of the filled bar. When set, the bar extends from the given value toward the
current value – to the left for values below the start point and to the right for values above it:
WeekView forceCurrentTimeIndicator
WeekView component now supports
forceCurrentTimeIndicatorprop.When set, the current time indicator is displayed on the same day of week even when viewing
a different week:
New demo: MonthView events rendering
New MonthView demo shows how to use
renderEventto visuallydifferentiate all-day and timed events. All-day events render as regular colored bars,
while timed events display as a colored dot with the start time and title:
Other changes
keepMountedModeprop that controls how inactive tab panels are hidden whenkeepMountedistrue. SetkeepMountedMode="display-none"to usedisplay: nonestyles instead of the defaultActivitycomponent.enabledparameter to dynamically enable/disable the listener. The hook also usesevent.composedPath()in bothrefandnodesbranches for consistent Shadow DOM support and correctly ignores clicks on detached DOM nodes in the single-ref mode.stepoption to configure increment/decrement step size (default1).maxWaitoption to guarantee execution within a maximum time window during continuous calls, andisPending()method to check if a debounced call is waiting.flushmethod to immediately apply the pending debounced value.onScrollCancelcallback that fires when the scroll animation is interrupted by the user, and returns ascrollingboolean to indicate whether a scroll animation is in progress.vercel/next.js (@next/eslint-plugin-next)
v16.2.6Compare Source
This release contains security fixes for the follow
Configuration
📅 Schedule: (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 was generated by Mend Renovate. View the repository job log.