chore(deps): update all non-major dependencies #3946
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.25.8
->7.26.0
1.2.1
->1.2.2
9.0.3
->9.2.0
7.13.3
->7.13.4
7.13.5
7.13.3
->7.13.4
7.13.5
7.13.3
->7.13.4
7.13.5
7.13.3
->7.13.4
7.13.5
7.13.3
->7.13.4
7.13.5
7.13.3
->7.13.4
7.13.5
7.13.3
->7.13.4
7.13.5
7.13.3
->7.13.4
7.13.5
7.13.3
->7.13.4
7.13.5
7.13.3
->7.13.4
7.13.5
7.13.3
->7.13.4
7.13.5
7.13.3
->7.13.4
7.13.5
7.13.3
->7.13.4
7.13.5
7.13.3
->7.13.4
7.13.5
7.13.3
->7.13.4
7.13.5
4.22.1
->4.22.2
0.4.0
->0.5.0
1.7.36
->1.8.0
1.9.2
(+2)3.19.0
->3.21.0
5.59.15
->5.59.19
5.59.20
6.6.2
->6.6.3
4.17.11
->4.17.13
18.3.11
->18.3.12
v4.2.1
->v4.2.2
9.13.0
->9.14.0
4.3.1
->4.4.0
7.37.1
->7.37.2
0.4.12
->0.4.14
15.11.0
->15.12.0
9.12.2
->9.12.3
0.2.11
->0.2.12
1.80.3
->1.80.6
2.8.0
->2.8.1
2.2.0
->2.2.3
8.10.0
->8.13.0
8.14.0
5.4.9
->5.4.10
5.4.11
2.1.3
->2.1.4
Release Notes
babel/babel (@babel/types)
v7.26.0
Compare Source
🚀 New Feature
babel-core
,babel-generator
,babel-parser
,babel-plugin-syntax-import-assertions
,babel-plugin-syntax-import-attributes
,babel-preset-env
,babel-standalone
,babel-types
babel-core
babel-compat-data
,babel-plugin-proposal-regexp-modifiers
,babel-plugin-transform-regexp-modifiers
,babel-preset-env
,babel-standalone
transform-regexp-modifiers
topreset-env
(@JLHwung)babel-parser
startIndex
parser option (@DylanPiercey)babel-generator
,babel-parser
,babel-plugin-syntax-flow
babel-helpers
,babel-preset-typescript
,babel-runtime-corejs3
import()
inrewriteImportExtensions
(@liuxingbaoyu)babel-generator
,babel-parser
@babel/generator
(@nicolo-ribaudo)🐛 Bug Fix
babel-core
💅 Polish
babel-plugin-proposal-json-modules
,babel-plugin-transform-json-modules
,babel-standalone
proposal-json-modules
totransform-json-modules
(@nicolo-ribaudo)🏠 Internal
babel-code-frame
,babel-highlight
@babel/highlight
in@babel/code-frame
(@nicolo-ribaudo)babel-generator
,babel-parser
,babel-types
kind
toTSModuleDeclaration
(@liuxingbaoyu)🏃♀️ Performance
babel-helper-module-transforms
,babel-plugin-transform-modules-commonjs
v7.25.9
Compare Source
🐛 Bug Fix
babel-parser
,babel-template
,babel-types
syntacticPlaceholders
mode (@liuxingbaoyu)babel-helper-compilation-targets
,babel-preset-env
ClassAccessorProperty
to prevent theno-undef
rule (@victorenator)🏠 Internal
babel-helper-transform-fixture-test-runner
🏃♀️ Performance
babel-parser
,babel-types
VISITOR_KEYS
etc. faster to access (@liuxingbaoyu)eslint/rewrite (@eslint/compat)
v1.2.2
Compare Source
faker-js/faker (@faker-js/faker)
v9.2.0
Compare Source
Features
Changed Locales
v9.1.0
Compare Source
New Locales
Features
continent
method (#3162) (4056ab0)Changed Locales
Bug Fixes
mantinedev/mantine (@mantine/carousel)
v7.13.4
Compare Source
Next.js 15 support
The documentation and templates have been updated to support Next.js 15 release, for more information visit – https://mantine.dev/guides/next/
Other changes
[@mantine/dates]
DatePickerInput: Fix dropdown staying opened after thedisabled
prop has been set (#7017)[@mantine/core]
NumberInput: Fix incorrect ref node type[@mantine/core]
Popover: FixonClose
event firing incorrectlyFull Changelog: mantinedev/mantine@7.13.3...7.13.4
ionic-team/stencil (@stencil/core)
v4.22.2
Compare Source
Bug Fixes
swc-project/swc (@swc/core)
v1.8.0
Compare Source
Bug Fixes
(es/typescript) Handle multiline type parameters in async arrow functions (#9704) (c5ed19c)
(es/typescript) Handle ASI hazards in fast type strip (#9707) (c135f71)
Features
(es) Add
es2023
andes2024
toEsVersion
(#9700) (5a6f0e6)(es/plugin) Introduce
manual-tokio-runtmie
toswc
crate (#9701) (97298c4)Performance
(common) Make character analysis lazy (#9696) (1c3eaf6)
(es/renamer) Modify parallel renaming threshold (#9706) (91a9106)
v1.7.42
Compare Source
Bug Fixes
(es/generator) Fix code generation for
break
in nested while (#9684) (65872af)(es/parser) Parse
await using()
call (#9693) (bcf05de)(es/resolver) Skip resolving lowercase
JSXIdentifiers
(#9686) (6ed1715)(es/types) Add
jsc.experimental.keepImportAssertions
to types (#9691) (4b4dcfa)Features
(es/minifier) Optimize switch with side effect and termination tests (#9677) (7344a63)
(es/parser) Ability to get script's potential module errors (#9682) (2bbd1e8)
Miscellaneous Tasks
Performance
(es) Cache
current_dir()
system calls (#9683) (7aab945)(es/lints) Disable lints by default (#9689) (4d887d0)
(visit) Introduce
Pass
API and adjust visitor APIs for it (#9680) (581aafb)v1.7.40
Compare Source
Bug Fixes
(bindings) Update napi to handle string with
\0
(#9665) (8f45eaf)(bindings/node) Add
VisitTsPropertySignature
(#9670) (715c42c)(es/codegen) Improve EndsWithAlphaNum (#9675) (ba2a942)
(es/renamer) Check
preserved
in normal renaming mode (#9666) (87b4e10)(typescript) Check whether the method is abstract when checking
is_overload
(#9678) (78500af)Documentation
Miscellaneous Tasks
v1.7.39
Compare Source
Bug Fixes
(es/compat) Add missing visit children for
destructuring
(#9658) (32116a0)(es/parser) Correct
>
and<
when exit type context (#9653) (abffc07)(es/proposal) Use
tsc
version of explicit resource management (#9585) (f735108)(wasm-typescript) Fix option types of functions (#9662) (4cbe33c)
Features
Miscellaneous Tasks
tabler/tabler-icons (@tabler/icons-react)
v3.21.0
: Release 3.21.0Compare Source
18 new icons:
filled/brand-angular
filled/brand-instagram
filled/brand-kick
filled/brand-linkedin
filled/brand-open-source
filled/brand-opera
filled/brand-pinterest
filled/brand-sketch
filled/brand-snapchat
filled/brand-steam
filled/brand-stripe
filled/brand-tabler
filled/brand-tinder
filled/brand-tumblr
filled/brand-vercel
filled/brand-vimeo
filled/brand-whatsapp
filled/brand-windows
Fixed icons:
outline/brand-instagram
,outline/brand-linkedin
,outline/brand-tabler
v3.20.0
: Release 3.20.0Compare Source
18 new icons:
filled/play-card-1
filled/play-card-10
filled/play-card-2
filled/play-card-3
filled/play-card-4
filled/play-card-5
filled/play-card-6
filled/play-card-7
filled/play-card-8
filled/play-card-9
filled/play-card-a
filled/play-card-j
filled/play-card-k
filled/play-card-q
filled/play-card-star
outline/ferry
outline/math-x-floor-divide-y
outline/x-power-y
TanStack/query (@tanstack/react-query)
v5.59.19
Compare Source
Version 5.59.19 - 11/3/24, 2:17 PM
Changes
Fix
9c93dc0
) by KaeTest
async
from queryFn (#8232) (0f84062
) by Sol LeeDocs
92defc6
) by CarolineClrPackages
[
v5.59.18
](https://redirect.github.com/TanStack/query/releaseConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.