Update all non-major dependencies #147
Open
+1,896
−1,565
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:
35.7.0
->35.14.0
19.0.23
->19.12.0
8.10.27
->8.21.0
11.2.44
->11.12.5
11.11.4
->11.13.3
4.3.0
->4.4.0
16.5.0
->16.6.0
7.6.2
->7.14.0
7.6.1
->7.14.0
7.6.1
->7.14.0
7.6.2
->7.14.0
7.6.1
->7.14.0
7.6.2
->7.14.0
1.42.1
->1.48.2
5.25.0
->5.60.4
5.25.0
->5.60.4
6.4.2
->6.6.3
14.2.1
->14.3.1
2.2.4
->2.9.1
2.2.4
->2.9.1
2.2.4
->2.9.1
2.2.4
->2.9.1
29.5.12
->29.5.14
4.14.202
->4.17.13
18.2.63
->18.3.12
18.2.20
->18.3.1
7.1.1
->7.18.0
7.1.1
->7.18.0
4.2.1
->4.3.3
1.11.10
->1.11.13
29.1.0
->29.4.6
1.0.0
->1.0.1
8.57.0
->8.57.1
2.29.1
->2.31.0
1.3.4
->1.4.0
6.8.0
->6.10.2
7.34.0
->7.37.2
4.6.0
->4.6.2
6.2.0
->6.4.0
4.26.2
->4.28.1
9.0.11
->9.1.6
10.0.3
->10.1.1
15.2.2
->15.2.10
8.4.35
->8.4.49
1.13.0
->1.17.0
18.2.0
->18.3.1
18.2.0
->18.3.1
6.22.2
->6.28.0
1.71.1
->1.81.0
29.1.2
->29.2.5
5.3.3
->5.6.3
^0.9.0
->^0.10.0
0.14.5
->0.14.6
1.22.21
->1.22.22
4.5.2
->4.5.5
Release Notes
emotion-js/emotion (@emotion/react)
v11.13.3
Compare Source
v11.13.0
Compare Source
v11.12.0
Compare Source
fastify/fastify-env (@fastify/env)
v4.4.0
Compare Source
What's Changed
New Contributors
Full Changelog: fastify/fastify-env@v4.3.0...v4.4.0
hello-pangea/dnd (@hello-pangea/dnd)
v16.6.0
Compare Source
Others 🔧
CI 🛠
mantinedev/mantine (@mantine/core)
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