chore(deps): update all dependencies #120
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.24.7
->7.25.2
19.3.0
->19.4.0
5.0.1
->5.0.2
7.11.1
->7.12.1
7.11.1
->7.12.1
1.45.1
->1.46.0
2.2.6
->2.2.7
5.50.1
->5.51.23
5.50.1
->5.51.23
7.15.0
->8.1.0
7.15.0
->8.1.0
1.6.0
->2.0.5
10.4.19
->10.4.20
1.7.2
->1.7.4
5.1.3
->5.2.1
7.34.3
->7.35.0
9.0.11
->9.1.4
15.2.7
->15.2.9
8.4.39
->8.4.41
1.15.0
->1.17.0
3.3.2
->3.3.3
0.6.5
->0.6.6
7.52.1
->7.52.2
6.24.1
->6.26.0
3.4.4
->3.4.10
4.21.0
->4.24.0
5.5.3
->5.5.4
5.3.3
->5.4.0
1.6.0
->2.0.5
Release Notes
babel/babel (@babel/core)
v7.25.2
Compare Source
🐛 Bug Fix
babel-core
,babel-traverse
requeueComputedKeyAndDecorators
is available (@nicolo-ribaudo)v7.24.9
Compare Source
🐛 Bug Fix
babel-core
,babel-standalone
require()
call in@babel/standalone
bundle (@nicolo-ribaudo)babel-types
💅 Polish
babel-generator
,babel-plugin-transform-optional-chaining
as
/satisfies
(@nicolo-ribaudo)🏠 Internal
babel-helper-module-transforms
v7.24.8
Compare Source
👓 Spec Compliance
babel-parser
declare
(@liuxingbaoyu)🐛 Bug Fix
babel-generator
in
infor
heads (@nicolo-ribaudo)await using
(@nicolo-ribaudo)babel-parser
using
declarations (@H0onnn).value: undefined
to regexp literals (@liuxingbaoyu)babel-types
ObjectTypeInternalSlot
visitor keys (@nicolo-ribaudo)babel-plugin-transform-typescript
export import x =
(@liuxingbaoyu)💅 Polish
babel-generator
async
infor await
(@nicolo-ribaudo)babel-traverse
Scope.globals
multiple times (@liuxingbaoyu)conventional-changelog/commitlint (@commitlint/cli)
v19.4.0
Compare Source
Features
mantinedev/mantine (@mantine/core)
v7.12.1
Compare Source
v7.12.0
: 🌟Compare Source
View changelog with demos on mantine.dev website
Notifications at any position
It is now possible to display notifications at any position on the screen
with @mantine/notifications package:
Subscribe to notifications state
You can now subscribe to notifications state changes with
useNotifications
hook:SemiCircleProgress component
New SemiCircleProgress component:
Tree checked state
Tree component now supports checked state:
Disable specific features in postcss-preset-mantine
You can now disable specific features of the postcss-preset-mantine
by setting them to
false
in the configuration object. This feature is available starting from[email protected]
.Help Center updates
Component.extend
usage in server components.input
selector is not used for actual input element.Text
component.Other changes
autoInvoke
option to start the interval automatically when the component mounts.mode="uncontrolled"
now triggers additional rerender when dirty state changes to allow subscribing to form state changes.onTopReached
andonBottomReached
props. The functions are called when the user scrolls to the top or bottom of the scroll area.onTransitionEnd
prop that is called when the panel animation completes.v7.11.2
Compare Source
mantinedev/mantine (@mantine/hooks)
v7.12.1
Compare Source
v7.12.0
: 🌟Compare Source
View changelog with demos on mantine.dev website
Notifications at any position
It is now possible to display notifications at any position on the screen
with @mantine/notifications package:
Subscribe to notifications state
You can now subscribe to notifications state changes with
useNotifications
hook:SemiCircleProgress component
New SemiCircleProgress component:
Tree checked state
Tree component now supports checked state:
Disable specific features in postcss-preset-mantine
You can now disable specific features of the postcss-preset-mantine
by setting them to
false
in the configuration object. This feature is available starting from[email protected]
.Help Center updates
Component.extend
usage in server components.input
selector is not used for actual input element.Text
component.Other changes
autoInvoke
option to start the interval automatically when the component mounts.mode="uncontrolled"
now triggers additional rerender when dirty state changes to allow subscribing to form state changes.onTopReached
andonBottomReached
props. The functions are called when the user scrolls to the top or bottom of the scroll area.onTransitionEnd
prop that is called when the panel animation completes.v7.11.2
Compare Source
microsoft/playwright (@playwright/test)
v1.46.0
Compare Source
v1.45.3
Compare Source
v1.45.2
Compare Source
reduxjs/redux-toolkit (@reduxjs/toolkit)
v2.2.7
Compare Source
This bugfix release fixes issues with "TS type portability" errors, improves build artifact tree shaking behavior, and exports some additional TS types.
Changelog
TS Type Portability
We've had a slew of issues reported around "TS type portability" errors, such as:
The error messages are typically along the lines of:
@aryaemami59 did some deep investigation and concluded these were due to a mixture of using
interface
instead oftype
in most places, not pre-bundling our TS typedefs, and not exporting some of the unique symbols we use internally.Arya put together a highly detailed writeup and set of fixes in #4467: Fix: TypeScript Type Portability Issues, and that appears to resolve all of those issues we've seen. Thank you!
Other Changes
Arya also did significant work to improve RTK's treeshaking, tweaking internal definitions to let bundlers better separate out unused code.
We've exported additional types like
UpdateDefinitions
andRetryOptions
, per request.listenerMiddleware.withTypes()
methods now allow passing in anExtraArgument
generic.What's Changed
Full Changelog: reduxjs/redux-toolkit@v2.2.6...v2.2.7
TanStack/query (@tanstack/react-query)
v5.51.23
Compare Source
Version 5.51.23 - 8/8/24, 8:02 AM
Changes
Fix
c744f99
) by Dominik DorfmeisterDocs
1fc6124
) by Navin KhadkaPackages
v5.51.21
Compare Source
Version 5.51.21 - 8/2/24, 6:43 PM
Changes
Fix
35c086f
) by Dominik DorfmeisterPackages
v5.51.18
Compare Source
Version 5.51.18 - 8/1/24, 1:38 PM
Changes
Fix
fdb8ce1
) by Shahar Har-ShuvPackages
v5.51.17
Compare Source
Version 5.51.17 - 8/1/24, 1:21 PM
Changes
Fix
bbb2244
) by Dominik DorfmeisterChore
c7245c9
) by renovate[bot]Packages
v5.51.16
Compare Source
v5.51.15
Compare Source
Version 5.51.15 - 7/26/24, 11:47 AM (Manual Release)
Changes
Other
cd68280
) by Ryan KuruppuPackages
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (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.