👷 Update all non-major dependencies #3564
Closed
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:
9.27.0
->9.28.0
8.0.1
->8.0.2
8.0.1
->8.0.2
1.11.24
->1.11.29
0.0.323
->0.0.326
22.15.19
->22.15.29
19.1.4
->19.1.6
9.27.0
->9.28.0
50.6.17
->50.7.1
16.1.0
->16.2.0
24.9.0
->24.10.0
7.6.0
->7.6.1
6.30.0
->6.30.1
8.32.1
->8.33.0
5.99.8
->5.99.9
Release Notes
eslint/eslint (@eslint/js)
v9.28.0
Compare Source
mantinedev/mantine (@mantine/core)
v8.0.2
Compare Source
What's Changed
[@mantine/dates]
DateTimePicker: Fix incorrectonChange
value type[@mantine/core]
ScrollArea: FixonBottomReached
not being called when the container size has sub-pixel value[@mantine/dates]
TimePicker: Improve leading zero input handling[@mantine/dates]
TimePicker: Fix setting value to an empty string not reseting displayed time in some cases[@mantine/form]
Fixform.reorderItem
reordering only the first item (#7892)[@mantine/dates]
DateInput: Fix selected month and year not being highlighted (#7897)[@mantine/hooks]
use-local-storage: AddqueueMicrotask
for dispatching update events to fix multiple hook instances synchonization (#7874)[@mantine/dates]
Fix leftover timezone issues after 8.0 strings migration (#7878)[@mantine/form]
Add zod v4 support (#7871)[@mantine/core]
Popover: FixonOpen
/onClose
being called whendisabled
prop is set (#7868)[@mantine/spotlight]
Fix labels containing single quote passed toSpotlight.ActionGroup
not working (#7865)[@mantine/core]
Collapse: Fixinert
prop not being compatible with React 18 (#7864)[@mantine/core]
List: Fix incorrect types whentype="unordered"
(#7861)[@mantine/core]
AngleSlider: Fix incorrect arrow events handling (#7862)[@mantine/dates]
DateInput: Fix Escape key not closing dropdown (#7857)[@mantine/hooks]
use-shallow-effect: FixNaN
value not being handled correctly (#7851)New Contributors
Full Changelog: mantinedev/mantine@8.0.1...8.0.2
swc-project/swc (@swc/core)
v1.11.29
Compare Source
Bug Fixes
(@swc/types) Add
transform.nativeClassProperties
(#10418) (f3af44c)(@swc/types) Add
resolveFully
toBaseModuleConfig
(#10426) (164cbaa)(ci) Remove wasmer override (425eeb9)
(es/compat) Properly handle rest assignment in for-in/of head (#10489) (b9c0446)
(es/jest) Hoisting vars with names starting with mock (#10410) (a29eb29)
(es/jest) Revert #10410 (#10452) (bc756f8)
(es/minifier) Properly handle object shorthand syntax during compression (#10467) (bae4940)
(es/module) Handle
__proto__
export name (#10420) (1b94c7a)(es/optimization) Support decimal numbers in
jsonify
(#10424) (affdec2)(es/react-compiler) Mark function components declared as a var interesting (#10437) (5eac076)
(es/renamer) Fix (broken) identifier preserving API (#10474) (06c64cf)
(ts/fast-dts) Emit
readonly
for Object getter prop (#10492) (6c03e20)(ts/fast-dts) Align object getter/setter emit behavior with TypeScript (#10502) (78c754e)
Features
(common) Allow using
build_sourcemap
with multipleSourceMap
(#10438) (2a07c8a)(common) Add
ignoreList
support for sourcemap (#10442) (6750459)(config) Allow using glob in some places (#10445) (f7a6359)
(config) Use
globset
instead (#10446) (7bbaef8)(es/module) Add support for stripping "node:" prefix in imports and exports (#10461) (ae2ff62)
(es/react-compiler) Initialize support crate (#10422) (1e88e6b)
Initialize
@swc/react-compiler
(#10475) (883b24c)Miscellaneous Tasks
Performance
(common) Accept owned instance of
sourcemap::SourceMap
(#10463) (6ee439a)(es/minifier) Use fxhash for DCE (#10440) (c0ddd96)
(es/minifier) Remove needless
collect_decls
call (#10450) (8e4b6ce)(es/minifier) Clear graph eagerly in DCE (#10455) (31e21d7)
(es/minifier) Perform full analysis only once for DCE (#10454) (61baf84)
(es/minifier) Use
bitflags
for var info (#10459) (36f8385)(es/optimization) Rely on
resolver
frominline_globals
(#10449) (1978809)(es/renamer) Merge Id/Def collector (#10487) (73377f0)
(es/utils) Make
IdentUsageFinder
parallel (#10444) (d074bca)(es/utils) Stop visiting once found in
EvalFinder
(#10483) (3402270)Refactor
(common) Remove useless
&mut
(#10405) (edbeb49)(common) Remove unused methods (#10469) (b77311a)
(ecma/transform) Cleanup rename analyzer (#10500) (de51be1)
(es) Remove unused code (#10460) (d344133)
(es) Deduplicate
EvalFinder
(#10472) (9f104af)(es/minifier) Remove unused file (#10465) (7d49097)
(es/minifier) Merge label/private name renamer (#10480) (5add84d)
(es/parser) Split parser into also-lex/parse-only (#10399) (26289ab)
(es/parser) Parse shebang and cleanup (#10481) (619873a)
(es/parser) Cleanup usage of
is!
andbump!
(#10490) (b695b68)(es/renamer) Inline
get_unresolved
(#10493) (0f5d9c1)(es/transforms) Unify
preset_env
andes_version
transform (#10451) (6546c27)Build
(plugin) Update
wasmer
tov6.0.0
(#10439) (b9eff3c)Update
rustc
tonightly-2025-05-06
(#10443) (a7cbde7)eslint/eslint (eslint)
v9.28.0
Compare Source
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v50.7.1
Compare Source
v50.7.0
Compare Source
sindresorhus/globals (globals)
v16.2.0
Compare Source
puppeteer/puppeteer (puppeteer)
v24.10.0
Compare Source
Features
Dependencies
Bug Fixes
remix-run/react-router (react-router-dom)
v7.6.1
Compare Source
Patch Changes
[email protected]
typescript-eslint/typescript-eslint (typescript-eslint)
v8.33.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
webpack/webpack (webpack)
v5.99.9
Compare Source
Configuration
📅 Schedule: Branch creation - "every weekend" (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.