-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update likely non breaking dependencies #188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
30fb608 to
f26f3b5
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #188 +/- ##
=======================================
Coverage 16.90% 16.90%
=======================================
Files 132 132
Lines 3993 3993
Branches 130 136 +6
=======================================
Hits 675 675
Misses 3258 3258
Partials 60 60 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b3ef166 to
164df74
Compare
40e1234 to
e06a431
Compare
46168e8 to
db61faf
Compare
1f33b93 to
3bd50af
Compare
86d333e to
b488e41
Compare
1e49f6f to
430c9ad
Compare
b42b3da to
3a929bd
Compare
a3653ae to
168365a
Compare
e0e9a71 to
f96aeb6
Compare
f96aeb6 to
f78f080
Compare
This PR contains the following updates:
2.29.7->2.29.86.1.19->6.1.206.1.19->6.1.206.1.19->6.1.206.1.19->6.1.202.2.394->2.2.4218.3.4->8.3.108.3.4->8.3.108.3.4->8.3.108.3.4->8.3.108.3.4->8.3.108.3.4->8.3.1011.0.10->11.0.1411.1.6->11.1.1011.1.6->11.1.1011.1.6->11.1.1011.2.0->11.2.311.1.6->11.1.106.9.0->6.9.16.9.0->6.9.15.90.2->5.90.1216.3.0->16.3.119.2.2->19.2.719.2.1->19.2.35.2.1->5.2.21.11.18->1.11.197.0.0->7.0.15.6.1->5.6.221.6.4->21.6.1019.2.0->19.2.319.2.0->19.2.329.4.5->29.4.6Release Notes
changesets/changesets (@changesets/cli)
v2.29.8Compare Source
fullcalendar/fullcalendar (@fullcalendar/core)
v6.1.20Compare Source
fullcalendar/fullcalendar-react (@fullcalendar/react)
v6.1.20Compare Source
See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.20
iconify/icon-sets (@iconify/json)
v2.2.421Compare Source
v2.2.420Compare Source
v2.2.419Compare Source
v2.2.418Compare Source
v2.2.417Compare Source
v2.2.416Compare Source
v2.2.415Compare Source
v2.2.414Compare Source
v2.2.413Compare Source
v2.2.412Compare Source
v2.2.411Compare Source
v2.2.410Compare Source
v2.2.409Compare Source
v2.2.408Compare Source
v2.2.407Compare Source
v2.2.406Compare Source
v2.2.405Compare Source
v2.2.404Compare Source
v2.2.403Compare Source
v2.2.402Compare Source
v2.2.401Compare Source
v2.2.400Compare Source
v2.2.399Compare Source
v2.2.398Compare Source
v2.2.397Compare Source
v2.2.396Compare Source
v2.2.395Compare Source
mantinedev/mantine (@mantine/core)
v8.3.10Compare Source
What's Changed
[@mantine/hooks]use-focus-within: Fix event handlers not being cleaned up properly (#8507)[@mantine/core]Menu: Fix focus not being returned to the target element when the dropdown is closed (#8517)[@mantine/core]List: Fix incorrect marker gap withiconprop (#8519)[@mantine/core]Fix some global styles not being applied to shadow DOM:host(#8504)[@mantine/core]Fix SSR-related errors in Tooltip and Popover.Target when the children are defined withReact.lazy(#8522)[@mantine/tiptap]Fix missing z-index on the toolbar[@mantine/form]AddFormArrayElementtype export (#8486)[@mantine/dates]Fix children override not working in MonthsList/YearsListgetYearProps/getMonthPropsfunctions (#8488)[@mantine/emotion]ImproveCSSObjecttype increateStyles(#8500)[@mantine/core]Input: Fix description having incorrect cursor styles (#8503)[@mantine/hooks]use-in-viewport: Fix incorrect entry cheching in some cases (#8509)[@mantine/core]Popover: Fix incorrect dropdown position when the target element is not initially within the viewport (#8411)[@mantine/core]Fix incorrectly inheritedpointerprop type from base input in some componentsNew Contributors
Full Changelog: mantinedev/mantine@8.3.9...8.3.10
v8.3.9Compare Source
What's Changed
[@mantine/core]ColorInput: Fix incorrect action icon size (#8481)[@mantine/form]FixinsertListItemandreplaceListItemhandlers not being type safe (#8478)[@mantine/dates]DatePickerInput: FixplaceholderStyles API selector not working (#8405)[@mantine/core]ColorInput: Fix incorrect font-size ifsizeprop not set explicitly (#8472)[@mantine/emotion]AddmergeSxutility function (#8471)[@mantine/core]ActionIcon: Fix incorrect disabled state background-color for gradient variant[@mantine/modals]Fix breaking changes accidentally introduced in the previous patch (#8476)[@mantine/core]Combobox: AddwithAlignedLabelsprop support to offset selected check icon in the dropdown options (#8391)[@mantine/core]Badge: Fixcircleprop not working whenradiusprop is set explicitly (#8466)[@mantine/core]Checkbox: Fix incorrectindeterminatestate calculation (#8460)[@mantine/core]Radio: Fix Radio.Group switching from uncontrolled to controlled mode when value is explicitly set (#8453)New Contributors
Full Changelog: mantinedev/mantine@8.3.8...8.3.9
v8.3.8Compare Source
What's Changed
[@mantine/modals]Improve types of context modals (#8439)[@mantine/core]Combobox: Fix keyboard interactions not working when used in shadow DOM (#8438)[@mantine/core]NumberInput: Fix,decimal separator not being converted to.when entering value from mobile keyboard[@mantine/core]NumberInput: Fix incorrect keyboard displayed on iOS 26[@mantine/charts]Add cellProps prop support to DonutChart and PieChart (#8444)[@mantine/core]Alert: Allow overridingroleattribute (#8447)[@mantine/core]Menu: AddopenDelayprop support to Menu.Sub component (#8437)New Contributors
Full Changelog: mantinedev/mantine@8.3.7...8.3.8
v8.3.7Compare Source
What's Changed
[@mantine/modals]AddConfirmModalPropstype exports (#8414)[@mantine/core]AppShell: Fix unexpected Header transition when scrollbar becomes hidden via scroll lock (#8420)[@mantine/core]Adddisabledprop for Radio.Group, Checkbox.Group and Switch.Group (#8396)[@mantine/core]Fix missing sub Menu components exports (#8419)[@mantine/tiptap]Fix editor control being overridden by customonClickhandler (#8421)[@mantine/core]PasswordInput: Addaria-pressedattribute to the visibility toggle (#8425)[@mantine/tiptap]Fix bubble menu being overlapped by the toolbar (#8416)[@mantine/core]Chip: RemoveiconWrapperif icon is exlicitly disabled[@mantine/charts]AddlabelFormattersupport to the default tooltip (#8404)New Contributors
Full Changelog: mantinedev/mantine@8.3.6...8.3.7
v8.3.6Compare Source
What's Changed
[@mantine/charts]Add options to setcurveTypeper series in LineChart and AreaChart components (#8403)[@mantine/charts]Heatmap: Fix dates range being affected by the user timezone (#8371)[@mantine/core]Chip: Allow disabling icon by settingicon={null}(#8382)[@mantine/core]List: Fix unexpected padding withlistStyleType="none"(#8393)[@mantine/dates]TimePicker: Add option to change placeholders (#8387)[@mantine/core]Checkbox: Fix data-indeterminate not being set correctly (#8385)[@mantine/dates]TimePicker: Fix time being clamped incorrectly when onlyminormaxdefined[@mantine/core]NumberInput: Fix zero value represented as string being transformed to empty string on blur[@mantine/core]Chip: Fix incorrect size calculations forsize="xs"(#8367)New Contributors
Full Changelog: mantinedev/mantine@8.3.5...8.3.6
v8.3.5Compare Source
What's Changed
[@mantine/code-highlight]Add option to load custom shiki themes (#8356)[@mantine/form]Export more types (#8357)[@mantine/hooks]use-local-storage: Fix value not resetting to the default value when value is cleared from the local storage (#8361)[@mantine/core]Checkbox: Fix incorrect data-indeterminate attribute removal on state change (#8363)[@mantine/core]Alert: Fix invalidaria-describedbyandarialabelled-byif title or children props are not used (#8345)New Contributors
Full Changelog: mantinedev/mantine@8.3.4...8.3.5
nestjs/nest-cli (@nestjs/cli)
v11.0.14Compare Source
What's Changed
New Contributors
Full Changelog: nestjs/nest-cli@11.0.13...11.0.14
v11.0.13Compare Source
v11.0.12Compare Source
What's Changed
Full Changelog: nestjs/nest-cli@11.0.11...11.0.12
v11.0.11Compare Source
What's Changed
Full Changelog: nestjs/nest-cli@11.0.10...11.0.11
nestjs/nest (@nestjs/common)
v11.1.10Compare Source
v11.1.9Compare Source
v11.1.9 (2025-11-14)
Bug fixes
coreEnhancements
commonDependencies
platform-fastifyCommitters: 4
v11.1.8Compare Source
v11.1.7Compare Source
nestjs/nest (@nestjs/core)
v11.1.10Compare Source
v11.1.9Compare Source
v11.1.9 (2025-11-14)
Bug fixes
coreEnhancements
commonDependencies
platform-fastifyCommitters: 4
v11.1.8Compare Source
v11.1.7Compare Source
nestjs/nest (@nestjs/platform-fastify)
v11.1.10Compare Source
v11.1.10 (2025-12-22)
Bug fixes
coremicroservicescommonEnhancements
commoncoremicroservicescommon,coreDependencies
platform-fastifyplatform-expresscommonCommitters: 11
v11.1.9Compare Source
v11.1.9 (2025-11-14)
Bug fixes
coreEnhancements
commonDependencies
platform-fastifyCommitters: 4
v11.1.8Compare Source
v11.1.8 (2025-10-27)
Bug fixes
coreplatform-fastifyCommitters: 2
v11.1.7Compare Source
v11.1.7 (2025-10-21)
Bug fixes
microservicesplatform-fastifycorecommonEnhancements
common,platform-socket.io,websocketscommoncommon,corecoremicroservicesDependencies
platform-fastifycore,platform-express,platform-fastifycommonCommitters: 9
nestjs/swagger (@nestjs/swagger)
v11.2.3Compare Source
What's Changed
Full Changelog: nestjs/swagger@11.2.2...11.2.3
v11.2.2Compare Source
11.2.2 (2025-11-16)
Bug fixes
Dependencies
Committers: 1
v11.2.1Compare Source
What's Changed
Enum | null(and ar… by @AliRaZa1121 in #3544New Contributors
Full Changelog: nestjs/swagger@11.2.0...11.2.1
nestjs/nest (@nestjs/testing)
v11.1.10Compare Source
v11.1.9Compare Source
v11.1.9 (2025-11-14)
Bug fixes
coreEnhancements
commonDependencies
platform-fastifyCommitters: 4
v11.1.8Compare Source
v11.1.7Compare Source
gperdomor/nx-tools (@nx-tools/container-metadata)
v6.9.1Compare Source
6.9.1 (2025-10-13)
🚀 Features
❤️ Thank You
TanStack/query (@tanstack/react-query)
v5.90.12Compare Source
Patch Changes
72d8ac5]:v5.90.11Compare Source
Patch Changes
Prevent infinite render loops when useSuspenseQueries has duplicate queryKeys (#9886)
Updated dependencies [
c01b150]:v5.90.10Compare Source
Patch Changes
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 was generated by Mend Renovate. View the repository job log.