chore(deps): update all non-major dependencies #3962
+981
−992
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:
19.5.0
->19.6.0
19.5.0
->19.6.0
3.2.5
->3.2.6
3.2.7
3.9.0
->3.10.0
3.11.0
2.5.4
->2.5.7
2.6.0
(+2)6.1.0
->6.2.0
6.3.0
1.2.2
->1.2.3
7.14.0
->7.14.2
7.14.3
7.14.0
->7.14.2
7.14.3
7.14.0
->7.14.2
7.14.3
7.14.0
->7.14.2
7.14.3
7.14.0
->7.14.2
7.14.3
7.14.0
->7.14.2
7.14.3
7.14.0
->7.14.2
7.14.3
7.14.0
->7.14.2
7.14.3
7.14.0
->7.14.2
7.14.3
7.14.0
->7.14.2
7.14.3
7.14.0
->7.14.2
7.14.3
7.14.0
->7.14.2
7.14.3
7.14.0
->7.14.2
7.14.3
7.14.0
->7.14.2
7.14.3
7.14.0
->7.14.2
7.14.3
4.22.2
->4.22.3
0.5.0
->0.5.1
0.5.2
1.9.2
->1.9.3
1.10.0
5.59.20
->5.61.5
5.62.2
(+2)22.9.0
->22.10.0
22.10.1
3.7.1
->3.7.2
1.1.10
->1.1.12
1.1.14
(+1)9.14.0
->9.15.0
9.16.0
4.4.2
->4.4.3
4.5.0
50.5.0
->50.6.0
6.4.0
->6.5.0
9.1.6
->9.1.7
9.13.0
->9.14.2
9.14.4
(+1)3.3.3
->3.4.1
3.4.2
1.80.7
->1.81.0
1.82.0
(+1)2.10.1
->2.12.0
v2.10.1
->v2.10.2
2.2.3
->2.3.3
5.6.3
->5.7.2
8.14.0
->8.16.0
8.17.0
2.1.5
->2.1.6
2.1.8
(+1)Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v19.6.0
Compare Source
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v19.6.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
coveo/ui-kit (@coveo/atomic-react)
v3.2.6
Compare Source
coveo/ui-kit (@coveo/headless)
v3.10.0
Compare Source
coveo/semantic-monorepo-tools (@coveo/semantic-monorepo-tools)
v2.5.7
Compare Source
v2.5.6
Compare Source
v2.5.5
Compare Source
clauderic/dnd-kit (@dnd-kit/core)
v6.2.0
Compare Source
Minor Changes
545a41c
Thanks @anilanar! - AddactivatorEvent
toDragStartEvent
Patch Changes
#1494
00ec286
Thanks @dinkinflickaa! - Improves performance by eliminating wasteful re-renders on every child item on click#1400
995dc23
Thanks @12joan! - ExportdefaultKeyboardCoordinateGetter
#1542
f629ec6
Thanks @clauderic! - Fix bug with draggable and sortable elements with anid
equal to0
.#1541
99643f6
Thanks @clauderic! - Handletouchcancel
andpointercancel
events.#1435
6bbe39b
Thanks @knaveenkumar3576! - Faster Paint with delayed flush of Effects#1543
bcaf7c4
Thanks @clauderic! - Fix a bug with auto-scroller continuing to observe stale elements, causing them to be considered as scrollable.Updated dependencies [
93602df
]:eslint/rewrite (@eslint/compat)
v1.2.3
Compare Source
mantinedev/mantine (@mantine/carousel)
v7.14.2
Compare Source
What's Changed
[@mantine/core]
AddonEnterTranstionEnd
andonExitTransitionEnd
props support to Modal, Drawer and Popover components[@mantine/charts]
DonutChart: FixvalueFormatter
prop not working, addlabelsType
prop support (#7153)[@mantine/charts]
BarChart: Fix incorrect labels positions in some cases (#7160)[@mantine/core]
PasswordInput: FixvisibilityToggleButtonProps.variant
prop being ignored (#7144)[@mantine/core]
Improvewindow.matchMedia
usage to support test environments withoutmatchMedia
support (#7147)[@mantine/core]
Fix arrow overlaying Popover, Tooltip and HoverCard content in some cases (#7148)[@mantine/form]
AddonSubmitPreventDefault
option support (#7142)[@mantine/core]
TypographyStylesProvider: Fix incorrect lists styles[@mantine/notifications]
Fix notifications with bottom-right and top-right positions shifting when modal/drawer is opened[@mantine/core]
FileInput: Add missing placeholder Styles API reference[@mantine/core]
Update floating-ui, react-textarea-autosize and type-fest dependencies to the latest version[@mantine/modals]
AddupdateModal
andupdateContextModal
functions (#7104)[@mantine/tiptap]
Fix too specific styles that prevented controls border-radius override without !important[@mantine/tiptap]
Fix disabled controls having hover effects and pointer cursor[@mantine/core]
FileInput: Add missingcomponent
prop[@mantine/core]
AngleSlider: Fix page being scrolled when the value is being changed on mobile[@mantine/core]
NumberInput: Fix increment/decrement controls not being visible if the value is number like string[@mantine/core]
NavLink: Fix collapse for nested links being rendered even if there are no child links (#7133)[@mantine/dates]
FixdefaultDate
prop being ignore in YearPickerInput and MonthPickerInput components (#7108)[@mantine/dropzone]
Updatereact-dropzone-esm
to the latest versionNew Contributors
Full Changelog: mantinedev/mantine@7.14.1...7.14.2
v7.14.1
Compare Source
What's Changed
[@mantine/hooks]
use-hotkeys: Fix+
sign not being supported (syntax:shift+[plus]
) (#7123)[@mantine/core]
Popover: Fixstyles
prop being handled incorrectly (#7120)[@mantine/charts]
FixvalueFormatter
not working in point labels of LineChant, AreaChart and CompositeChart components (#6989)[@mantine/core]
Popover: FixonOpen
andonClose
callbacks being called on each render (#7022, #7111, #7115)[@mantine/core]
Menu: FixBlocked aria-hidden
warning when an interactive element is clicked outside of the Menu.Dropdown when the Menu is opened (#7035)[@mantine/core]
Fixtop
style prop not being conveted to rem (#7112)[@mantine/dates]
DateInput: FixdefaultDate
prop not working when the value is set tonull
(#4426)[@mantine/core]
NumberInput: Remove increment/decrement control if value cannot be safely incremented (is larger than Number.MAX_SAFE_INTEGER) (#7033)[@mantine/core]
NumberInput: Fix value being reverted to start value if intial component value is a string[@mantine/notifications]
FixNotificationData
type being too broad (#7097)[@mantine/core]
RingProgress: AddtransitionDuration
prop support (#7103)[@mantine/core]
TagsInput: Fix incorrect tag remove logic with duplicated tags (#7105)[@mantine/core]
Combobox: Fix incorrectaria-controls
attribute being set on the target element when the dropdown is closed (#7114)New Contributors
Full Changelog: mantinedev/mantine@7.14.0...7.14.1
ionic-team/stencil (@stencil/core)
v4.22.3
Compare Source
Bug Fixes
swc-project/swc (@swc/core)
v1.9.3
Compare Source
Bug Fixes
(@swc/types) Tsc build file ignored by npm (#9754) (14a5c1e)
(es) Source map
super(...args)
calls in injected constructors (#9745) (35b0ca0)(es/plugin) Migrate
swc plugin new
to use.cargo/config.toml
(#9740) (4ffb21e)(es/resolver) Ignore
VarDecl
withdeclare: true
(#9734) (aa0f784)Documentation
Assumptions
API (#9746) (cd4321c)Features
(plugin) Bump
rkyv
tov0.8.8
(#9730) (81ac77e)(plugin) Update
wasmer
tov5
(#9731) (9b74ccd)(visit) Derive serde for
AstParentKind
(#9744) (e0fdd68)Miscellaneous Tasks
(bindings/node) Format
binding.js
(#9738) (9f8c14f)(deps) Update cargo (patch) (#9724) (da37439)
Performance
analyze_source_file
lazy, again (#9732) (c1d12d6)Refactor
(es/compat) Use special span instead of passing
static_blocks_mark
(#9725) (6ad0735)Delay Wasm-plugin breaking changes (#9735) (92faf5b)
TanStack/query (@tanstack/react-query)
v5.61.5
Compare Source
Version 5.61.5 - 11/27/24, 8:09 AM
Changes
Fix
422c879
) by Nick LucasCi
d28de3c
) by Leonardo MontiniPackages
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 has been generated by Renovate Bot.