chore(deps): update all non-major dependencies #424
Merged
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:
^0.37.3
->^0.37.4
^4.20241106.0
->^4.20241112.0
^9.14.0
->^9.15.0
^1.13.6
->^1.13.7
^7.13.5
->^7.14.1
^7.13.5
->^7.14.1
^1.3.1
->^1.3.2
^8.37.1
->^8.38.0
^8.37.1
->^8.38.0
^8.37.1
->^8.38.0
^8.14.0
->^8.15.0
^8.14.0
->^8.15.0
^5.1.5
->^5.2.0
^3.5.12
->^3.5.13
^3.5.12
->^3.5.13
^2.166.0
->^2.167.1
^2.166.0
->^2.167.1
^2.166.0
->^2.167.1
^0.28.0
->^0.28.1
^0.36.1
->^0.36.3
^9.14.0
->^9.15.0
^11.0.1
->^11.0.2
^15.11.2
->^15.11.6
^4.6.9
->^4.6.10
^0.456.0
->^0.460.0
^23.7.1
->^23.8.0
^3.4.14
->^3.4.15
^2.2.3
->^2.3.0
^8.14.0
->^8.15.0
^0.4.201
->^0.4.203
^2.1.4
->^2.1.5
^3.5.12
->^3.5.13
^3.86.1
->^3.87.0
^8.2.1
->^8.2.2
Release Notes
nextauthjs/next-auth (@auth/core)
v0.37.4
Compare Source
Bugfixes
cookie
until it has an ESM build (#12248) (a150f1e
)c650d0c
)Other
cloudflare/workerd (@cloudflare/workers-types)
v4.20241112.0
Compare Source
eslint/eslint (@eslint/js)
v9.15.0
Compare Source
honojs/node-server (@hono/node-server)
v1.13.7
Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.13.6...v1.13.7
mantinedev/mantine (@mantine/core)
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
v7.14.0
: 💋Compare Source
View changelog with demos on mantine.dev website
AngleSlider component
New AngleSlider component:
RadialBarChart component
New RadialBarChart component:
FunnelChart component
New FunnelChart component:
Modal.Stack and Drawer.Stack components
New Modal.Stack and Drawer.Stack components simplify usage of multiple modals/drawers at the same time.
Use
Modal.Stack
component to render multiple modals at the same time.Modal.Stack
keeps track of opened modals, manages z-index values, focus trappingand
closeOnEscape
behavior.Modal.Stack
is designed to be used withuseModalsStack
hook.Differences from using multiple
Modal
components:Modal.Stack
manages z-index values – modals that are opened later will always have higher z-index value disregarding their order in the DOMModal.Stack
disables focus trap andEscape
key handling for all modals except the one that is currently openedopacity: 0
andpointer-events: none
useModalsStack/useDrawersStack hooks
useModalsStack
hook provides an easy way to control multiple modals at the same time.It accepts an array of unique modals ids and returns an object with the following properties:
Example of using
useModalsStack
withModal
component:Restrict Slider selection to marks
Slider component now supports
restrictToMarks
prop that restricts slider value to marks only.Note that in this case
step
prop is ignored:BarChart SVG pattern fill
BarChart now can be used with SVG pattern fill:
Help center updates
Other changes
onNodeExpand
andonNodeCollapse
callbackscheckAllNodes
,uncheckAllNodes
andsetCheckedState
handlersgetTreeExpandedState
to generate expanded state based on the tree dataform.replaceListItem
handler to replace list item at given indexgetsentry/sentry-javascript (@sentry/react)
v8.38.0
Compare Source
knex
integration (#13526)tedious
integration (#13486)debug_meta
with ANR events (#14203)Work in this release was contributed by @grahamhency, @Zen-cronic, @gilisho and @phuctm97. Thank you for your contributions!
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.15.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/utils)
v8.15.0
Compare Source
🚀 Features
tests
param (#10324)language
field toFlatConfig.Config
type (#10326)🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.2.0
vuejs/core (@vue/compiler-sfc)
v3.5.13
Compare Source
Bug Fixes
Performance Improvements
aws/aws-cdk (aws-cdk)
v2.167.1
Compare Source
Bug Fixes
~/.aws/credentials
is ignored (#32133) (9859f33), closes #32130Alpha modules (2.167.1-alpha.0)
v2.167.0
Compare Source
Features
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.