chore(deps): update all dependencies #71
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:
7.19.6
->7.20.5
17.1.2
->17.3.0
17.1.0
->17.3.0
11.10.4
->11.10.5
4.0.0
->4.0.1
5.6.0
->5.9.3
5.6.0
->5.9.3
1.27.1
->1.28.1
1.8.6
->1.9.1
4.12.0
->4.19.1
4.12.0
->4.19.1
5.40.1
->5.46.0
5.40.1
->5.46.0
2.1.0
->3.0.0
0.24.3
->0.25.6
1.1.3
->1.2.1
8.25.0
->8.29.0
3.5.1
->3.5.2
7.31.10
->7.31.11
8.0.1
->8.0.2
13.0.3
->13.1.0
2.7.1
->2.8.1
7.38.0
->7.40.0
8.0.4
->8.0.5
6.4.2
->6.4.5
4.8.4
->4.9.4
3.1.8
->4.0.0
0.24.3
->0.25.6
Release Notes
babel/babel
v7.20.5
Compare Source
👓 Spec Compliance
babel-helpers
,babel-plugin-transform-destructuring
,babel-plugin-transform-modules-commonjs
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-traverse
babel-cli
,babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-class-static-block
,babel-plugin-transform-classes
,babel-plugin-transform-runtime
,babel-preset-env
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-proposal-private-property-in-object
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
in
when transpiling#p in C
(@JLHwung)🐛 Bug Fix
babel-parser
using[foo]
as computed member expression (@JLHwung)ParseResult
type (@davydof)import module, ...
(@JLHwung)babel-helper-wrap-function
,babel-preset-env
,babel-traverse
noNewArrow
assumption (@liuxingbaoyu)babel-plugin-transform-arrow-functions
,babel-plugin-transform-parameters
,babel-traverse
super()
in arrow functions with default / rest parameters (@SuperSodaSea)babel-helpers
,babel-node
,babel-plugin-proposal-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
regenerator
and add tests (@SuperSodaSea)babel-helper-create-regexp-features-plugin
regjsparser
for@babel/standalone
(@liuxingbaoyu)babel-parser
,babel-types
babel-generator
(``)
(@nicolo-ribaudo)babel-plugin-transform-block-scoping
,babel-traverse
switch
'sdiscriminant
in the outer scope (@nicolo-ribaudo)💅 Polish
babel-generator
comments:false
(@liuxingbaoyu)babel-plugin-transform-block-scoping
🏠 Internal
babel-core
,babel-parser
v7.20.2
Compare Source
🐛 Bug Fix
babel-core
,babel-helper-create-class-features-plugin
,babel-helper-module-transforms
,babel-helper-plugin-utils
,babel-helper-simple-access
,babel-node
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-react-constant-elements
,babel-preset-env
,babel-standalone
,babel-types
@babel/node
repl and enableno-use-before-define
rule (@liuxingbaoyu)babel-plugin-transform-typescript
tsSatisfiesExpression
check with different duplicated@babel/types
versions (@liuxingbaoyu)babel-parser
parser
typings for plugins (@liuxingbaoyu)babel-generator
babel-plugin-proposal-decorators
,babel-plugin-proposal-object-rest-spread
,babel-plugin-transform-jscript
babel-plugin-transform-destructuring
for ( let { } = 0 ; 0 ; )
(@liuxingbaoyu)conventional-changelog/commitlint (@commitlint/cli)
v17.3.0
Compare Source
Note: Version bump only for package @commitlint/cli
v17.2.0
Compare Source
Features
17.1.2 (2022-08-29)
Note: Version bump only for package @commitlint/cli
17.1.1 (2022-08-27)
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v17.3.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v17.2.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
emotion-js/emotion
v11.10.5
Compare Source
Patch Changes
#2929
13afe030
Thanks @Andarist! - The support for@container
queries has been added by updating the underlying parser (stylis) .Updated dependencies [
13afe030
,c02b1214
]:mantinedev/mantine
v5.9.3
Compare Source
What's Changed
[@mantine/core]
TypographyStylesProvider: Fix incorrect<code />
styles[@mantine/styles]
Allow createStyle to go to the original definition (#3108)[@mantine/core]
Menu: Change hovered item background-color to make it consistent with other components (#3109)[@mantine/tiptap]
Fix incorrect RichTextEditor ref type (#3142)[@mantine/form]
Fix typing issue with nested interfaces in passed type (#3157)New Contributors
Full Changelog: mantinedev/mantine@5.9.2...5.9.3
v5.9.2
Compare Source
What's Changed
[@mantine/form]
Fix incorrect values type in validation rules (#3110)[@mantine/core]
ScrollArea: Fix flickering[@mantine/core]
AppShell: Fix zIndex prop not being applied to Navbar and Header components[@mantine/dropzone]
Fix getFilesFromEvent error when files are droppped (#3115)[@mantine/core]
Collapse: Rollback axis prop as it breaks regular Collapse usageFull Changelog: mantinedev/mantine@5.9.1...5.9.2
v5.9.1
Compare Source
What's Changed
[@mantine/styles]
Add access to theme indefaultProps
(#2950)[@mantine/hooks]
use-hotkeys: Add option to specify tags that should be ignored (#3045)[@mantine/form]
Fix incorrect dirty state of the fields calculation after one of list actions was called (#3025)[@mantine/core]
Select: Fixlimit
prop not working when current value matches one of the items fromdata
(#3070)[@mantine/form]
Fix incorrectform.isValid
behavior when nested field has error (#3080)[@mantine/hooks]
use-hash: Fix unexpected rerendering with hash without#
(#3097)[@mantine/core]
AddarrowPosition
prop to Tooltip and Popover components to configure how the arrow is position relative to the target element (#3100)[@mantine/form]
Fix implicit any type in validation rules for strict TS mode (#3101)[@mantine/core]
TypographyStylesProvider: Add borderLeft to blockquote to make component look the same way as Blockquote component (#3103)[@mantine/core]
Table: Fix incorrect styles applied to td/th elements with borders and colspan/rowspan (#3106)[@mantine/spotlight]
Fix theme.defaultRadius not being respected[@mantine/core]
Select: Fix theme.defaultRadius not being respected by default item component[@mantine/core]
Radio: Automatically generate name if it was not provided via prop[@mantine/dropzone]
Add the getFilesFromEvent and validator props (#3053)[@mantine/hooks]
use-media-query: Fix given initialValue not being used (#3085)New Contributors
Full Changelog: mantinedev/mantine@5.9.0...5.9.1
v5.9.0
Compare Source
View changelog with demos on mantine.dev website
use-eye-dropper hook
New use-eye-dropper hook provides an interface to work with EyeDropper API.
It allows to pick color from any pixel on the screen. Currently, the API is supported in Chromium based desktop browsers.
ColorInput eye dropper
ColorInput component now supports
withEyeDropper
prop to display eye dropper icon in the right section.This feature depends on EyeDropper API,
the eye dropper will not be rendered if the API is not supported.
AppShell alt layout
AppShell component now supports placing
Navbar
andAside
components on top ofHeader
andFooter
withlayout="alt"
prop.Responsive Grid gutter
Grid component now supports
gutterXs
,gutterSm
,gutterMd
,gutterLg
,gutterXl
props:Static components default props
All static components now support default props on MantineProvider.
The following example demonstrates how to add default props to
Menu.Item
,Tabs.List
andRichTextEditor.Toolbar
components:Input.Placeholder component
Input.Placeholder
component can be used to add placeholder to Input and InputBase components that are based onbutton
elementor do not support placeholder property natively:
Other changes
maxRange
propcolor
proprightSectionWidth
andiconWidth
propsNew Contributors
Full Changelog: mantinedev/mantine@5.8.4...5.9.0
v5.8.4
Compare Source
What's Changed
[@mantine/tiptap]
Fix emotion warning produced by placeholder styles :first-child selector usage[@mantine/hooks]
use-move: Fix content on the page being selected when cursor moves over the target element (#3069)[@mantine/core]
Drawer: Add missing Styles API selector for body (#3056)[@mantine/carousel]
Carousel: fixed carousel indicator not changing when slidesToScroll value is changed (#3058)[@mantine/core]
Stepper: Fix last item being cut off when used inside flex container (#3062)[@mantine/core]
Fix incorrect arrow position for *-end and *-start positions in Tooltip, Popover, HoverCard and Menu components (#3065)[@mantine/tiptap]
Add ref forwarding (#3068)Full Changelog: mantinedev/mantine@5.8.3...5.8.4
v5.8.3
Compare Source
What's Changed
[@mantine/dropzone]
AddonDropAny
prop to capture both accepted and rejected files (#3010)[@mantine/tiptap]
Fix incorrect content border-radius[@mantine/tiptap]
Fix placeholder extension not working as expected[@mantine/core]
Drawer: Add missingaria-describedby
andaria-labelledby
attributes to the root element (#3027)[@mantine/core]
NumberInput: Fix value not being formatted correctly when precision changes (#3011)New Contributors
Full Changelog: mantinedev/mantine@5.8.2...5.8.3
v5.8.2
What's Changed
[@mantine/tiptap]
Fix incorrect hr control label[@mantine/tiptap]
Fix incorrecteditor
prop type[@mantine/tiptap]
Fix typo in strikethrough label (#3004)[@mantine/prism]
Fix colorScheme prop not being passed to Prism from Prism.Panel component[@mantine/core]
Pagination: Fix incorrect handling of negative and zero total[@mantine/hooks]
use-pagination: Fix incorrect handling of decimal values passed as total (#2979)[@mantine/core]
NumberInput: Fix readOnly prop not working correctly (#2956)[@mantine/hooks]
Allow usage of use-click-outside and use-focus-trap hooks with shadow DOMNew Contributors
Full Changelog: mantinedev/mantine@5.8.0...5.8.2
v5.8.0
Compare Source
View changelog with demos on mantine.dev website
Tiptap rich text editor
New @mantine/tiptap package is a replacement
for @mantine/rte package.
RichTextEditor
component is now based on Tiptap, it supports all of
Tiptap extensions and provides flexible components API.
@mantine/rte package deprecation
Quill based RichTextEditor is now deprecated.
@mantine/rte
package will no longer receive any updates, support for itwill be discontinued when 6.0.0 version is released. We recommend to switch
to Tiptap based editor as soon as possible.
Other changes
display
style prophexa
formatNew Contributors
Full Changelog: mantinedev/mantine@5.7.2...5.8.0
v5.7.2
Compare Source
What's Changed
[@mantine/core]
RangeSlider: Fix incorrect minRange handling for negative values (#2897)[@mantine/core]
Slider: Fix unexpected step behavior when min is set to odd number (#2855)[@mantine/core]
Prevent focus shifting from the input when clear button is pressed in Select and MultiSelect components[@mantine/core]
TypographyStylesProvider: Add mark styles[@mantine/core]
Image: Do not show placeholder when image is loading to avoid issues with ssr and rapidly changing src prop[@mantine/core]
Slider: Fix incorrect marks styles wheninverted
prop is set (#2894)[@mantine/core]
Fix incorrect label alignment in Checkbox, Radio and Switch components when label is a ReactNode (#2881)[@mantine/core]
Modal: Fix incorrect click outside behavior (#2896)[@mantine/core]
Radio: Fix size prop not being respected when used within Radio.Group (#2913)New Contributors
Full Changelog: mantinedev/mantine@5.7.1...5.7.2
v5.7.1
Compare Source
What's Changed
[@mantine/hooks]
use-window-event: Fix event listener not being updated when event type or function changes[@mantine/spotlight]
Allow overriding autoComplete prop with searchInputProps[@mantine/core]
Menu: Allow overriding Menu.Item button type[@mantine/hooks]
use-scroll-into-view: Fix parameters changes being ignored (#2866)[@mantine/hooks]
use-local-storage: Fix incorrect value returned ifdefaultValue
is not specified (#2872)[@mantine/styles]
Add missingright
style prop (#2887)[@mantine/form]
Add missingTransformValues
type tocreateFormContext
(#2893)New Contributors
Full Changelog: mantinedev/mantine@5.7.0...5.7.1
v5.7.0
Compare Source
View changelog with demos on mantine.dev website
Style props
All Mantine components now support responsive style props:
Flex component
Flex component is an alternative to Group and Stack components.
It supports new responsive style props:
Focus ring styles on theme
You can now customize focus ring styles for all components in MantineProvider:
Responsive Header and Footer height
Header and Footer components now support responsive height: