-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update non-major shared dependencies #2003
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/shared-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,555
−609
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/shared-minor-patch
branch
from
February 3, 2025 09:35
4c812c1
to
3666245
Compare
renovate
bot
force-pushed
the
renovate/shared-minor-patch
branch
from
February 4, 2025 01:51
3666245
to
1bd8ff0
Compare
renovate
bot
force-pushed
the
renovate/shared-minor-patch
branch
from
February 4, 2025 10:15
1bd8ff0
to
bffc263
Compare
renovate
bot
force-pushed
the
renovate/shared-minor-patch
branch
from
February 5, 2025 12:51
bffc263
to
05a9e48
Compare
renovate
bot
force-pushed
the
renovate/shared-minor-patch
branch
from
February 5, 2025 18:06
05a9e48
to
bb550e1
Compare
renovate
bot
force-pushed
the
renovate/shared-minor-patch
branch
from
February 5, 2025 19:01
bb550e1
to
8551255
Compare
renovate
bot
force-pushed
the
renovate/shared-minor-patch
branch
from
February 6, 2025 01:16
8551255
to
9d9b7c6
Compare
renovate
bot
force-pushed
the
renovate/shared-minor-patch
branch
from
February 6, 2025 19:40
9d9b7c6
to
5bc73f1
Compare
renovate
bot
force-pushed
the
renovate/shared-minor-patch
branch
from
February 7, 2025 17:50
5bc73f1
to
c177513
Compare
renovate
bot
force-pushed
the
renovate/shared-minor-patch
branch
from
February 8, 2025 01:26
c177513
to
654404d
Compare
renovate
bot
force-pushed
the
renovate/shared-minor-patch
branch
from
February 8, 2025 09:31
654404d
to
28e084e
Compare
renovate
bot
force-pushed
the
renovate/shared-minor-patch
branch
from
February 8, 2025 13:53
28e084e
to
6813f50
Compare
renovate
bot
force-pushed
the
renovate/shared-minor-patch
branch
from
February 9, 2025 13:38
6813f50
to
0ccdbd4
Compare
renovate
bot
force-pushed
the
renovate/shared-minor-patch
branch
from
February 11, 2025 20:30
0ccdbd4
to
5da46e9
Compare
renovate
bot
force-pushed
the
renovate/shared-minor-patch
branch
from
February 12, 2025 16:52
5da46e9
to
d142cfa
Compare
renovate
bot
force-pushed
the
renovate/shared-minor-patch
branch
from
February 13, 2025 06:57
d142cfa
to
63fd874
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.26.0
->7.26.8
7.26.0
->7.26.8
8.0.4
->8.2.0
1.10.1
->1.10.16
16.1.0
->16.2.0
14.5.2
->14.6.1
18.3.17
->18.3.18
7.5.0
->7.6.0
3.39.0
->3.40.0
9.17.0
->9.20.1
12.2.0
->12.4.1
15.2.11
->15.4.3
0.43.0
->0.44.0
8.1.1
->8.2.0
0.7.0
->0.7.1
3.4.2
->3.5.0
6.13.1
->6.14.0
4.28.1
->4.34.6
6.1.13
->6.1.15
16.12.0
->16.14.1
5.7.2
->5.7.3
Release Notes
babel/babel (@babel/core)
v7.26.8
Compare Source
v7.26.8 (2025-02-08)
🏠 Internal
babel-preset-env
v7.26.7
Compare Source
🐛 Bug Fix
babel-helpers
,babel-preset-env
,babel-runtime-corejs3
babel-plugin-transform-typeof-symbol
typeof
in arrow functions (@liuxingbaoyu)babel-parser
ranges
option in estree method value (@JLHwung)babel-core
babel-plugin-transform-typescript
babel-plugin-transform-typescript
,babel-traverse
,babel-types
import x = y.z
(@liuxingbaoyu)storybookjs/addon-designs (@storybook/addon-designs)
v8.2.0
Compare Source
🚀 Enhancement
Authors: 1
v8.1.0
Compare Source
🚀 Enhancement
Authors: 1
swc-project/swc (@swc/core)
v1.10.16
Compare Source
Bug Fixes
(es/minifier) Check assign target before merge assign cond (#10020) (6dab49a)
(es/parser) Preserve comment positions with leading semicolon (#10019) (c9937b6)
(swc_common) Fix panic with non-narrow chars with width != 2 (#10011) (f9f4cac)
(ts/fast-strip) Handle unsupported
module
keyword (#10022) (308f5d0)Performance
compact_str
(#10008) (7d7319f)v1.10.15
Compare Source
Bug Fixes
(es/fixer) Wrap object tagged templates (#9991) (963c3a5)
(es/minifier) Dont't optimize swtich case before DCE (#9994) (afe21b5)
(es/minifier) Revert #10006 (#10007) (7e21323)
(es/parser, es/codegen) Handle trailing empty slots in array patterns (#9992) (1a87e76)
(es/react) Avoid adding
__self
in constructors of derived class in thejsx_self
(#9987) (83f24af)Features
(es/ast) Add
ShrinkToFit
implementation (#10009) (6849b6a)(es/helpers) Update package exports for module-sync and webpack compatibility (#9995) (6f4e7ad)
(fast-ts) Support Uint8Array Input (#9879) (61ae579)
Performance
(es/codegen) Remove needless allocations (#9978) (9c89d57)
(es/minifier) Do not clone from
take_ident_of_pat_if_unused
(#10005) (dc3b46e)(es/minifier) Allocate in once from
mark_property_mutation
(#10004) (4a90e51)(es/minifier) Limit infection analysis by the entry size (#10006) (1a3a4b9)
(es/minifier) Make the default pass 2 (#10014) (07dc423)
v1.10.14
Compare Source
Bug Fixes
(deps) Update cargo (patch) (#9971) (e9843d8)
(es/transforms) Pass
unresolved_mark
tosimplifier
instead oftop_level_mark
(#9989) (963b088)(swc_core) Fix typo in swc_core feature (#9979) (99a6339)
Features
(ts/fast-strip) Support type-only/uninstantiated namespaces (#9983) (a72c6fa)
Add (experimental) nodejs interop crates (#9974) (37e0ea5)
Add (experimental)
js-interop
npm package (#9975) (eebb0ea)Performance
rustc-hash
tov2
and dropahash
(#9982) (6765db0)v1.10.12
Compare Source
Bug Fixes
const
without init (#9970) (1b57261)Performance
(es/minifier) Make analyzer not call
collect_infects_from
recursively (#9924) (37616c3)(es/minifier) Skip complex inline operations if possible (#9972) (772cc30)
(es/minifier) Merge binding analyzer into infection analyzer (#9973) (ca8a71f)
v1.10.11
Compare Source
Bug Fixes
(es) Restore JSON config & Adjust feature renaming (#9967) (72e5455)
(es/minifier) Avoid paren when compressing ternary (#9920) (9d6fe37)
(es/parser) Parse
yield<T> (v: T)=>v
(#9915) (04333aa)(ts/fast-strip) More robust generic arrow handling (#9913) (f7faa7c)
(typescript) Allow references to the global Symbol in computed property names under
isolatedDeclarations
(#9869) (e4c1e03)Features
(es/minifier) Compress negate eq (#9911) (e8f23cf)
(es/minifier) Compress Assign to number (#9943) (d5f40a0)
(parallel) Add
merge_in_parallel
(#9939) (c5b8390)Merge
hstr
into the main repository (#9963) (bc61c13)Miscellaneous Tasks
(es/minifier) Add a script for samply profiler (#9923) (8f8dcaa)
(preset-env) Update
browserslist-rs
(#9918) (606ffe5)Performance
(es/react) Use proper string types for react configuration (#9949) (1bf837e)
(es/utils) Prevent too many recursion (#9931) (d24f785)
(es/utils) Restrict recursion of
get_type
(#9933) (1781b85)(preset-env) Store
Versions
inArc
(#9950) (03dffb5)Refactor
(es/minifier) Make
minify-all
example sequential (#9912) (5b5c87e)(hstr) Remove needless operations (#9964) (6f781d8)
(swc) Remove typo feature (#9965) (4b14eec)
Apply all pending breaking changes (#9966) (1c2f7e9)
v1.10.9
Compare Source
Bug Fixes
Documentation
Parallel
(#9896) (9962c9c)Features
(es/minifier) Print total size from
minify-all
example (#9897) (134000f)(es/minifier) Turn
1 * v
into+v
(#9903) (a228347)(es/minifier) Compress
foo ? num : 0
intonum * !!foo
(#9908) (ce22557)Miscellaneous Tasks
minify-all
example (#9899) (2d87b89)Performance
(es/minifier) Make character frequency analysis parallel (#9895) (ca2fd1e)
(es/minifier) Parallelize handling of class members (#9900) (ed74839)
(es/minifier) Adjust threshold for parallel char frequency calculation (#9901) (47ea8de)
(es/minifier) Do heavy operation only if required (#9902) (2687231)
(es/minifier) Cache
var_or_default
calls (#9909) (4a3be8d)(es/minifier) Invert cache to be really a cache (#9910) (8bfb0e5)
v1.10.8
Compare Source
Bug Fixes
(es/decorators) Fix init order of
2022-03
impl (#9760) (751a310)(es/testing) Fix sourcemap generation (#9891) (008f2de)
(es/ts_strip) Handle ASI hazard in return statement (#9882) (121b5fe)
(typescript) Collect usages in extend clauses of classes and interfaces (#9893) (ef29ef6)
Features
Performance
(bench) Run benchmark on a custom runner (#9877) (2d6f9a5)
(es/codegen) Remove needless allocations (#9890) (f230ff2)
(es/minifier) Make the first run of DCE more efficient (#9868) (7329824)
(es/minifier) Adjust parallel threshold (#9872) (d5d856c)
(es/minifier) Box
VarUsageInfo
ofProgramData
(#9894) (fafd754)(es/renamer) Use
IndexSet
for rename queue (#9866) (f404720)(es/utils) Optimize
maybe_par_idx_raw
(#9870) (46e3d77)Enable
concurrent
in codspeed bench (#9862) (6c2bb13)Refactor
(atoms) Rename
FastAtom
toUnsafeAtom
(#9873) (3df8b44)(es/minifier) Add a way to profile minifier for real-world inputs (#9881) (9657294)
(es/minifier) Use
chili
forminify-all
example (#9885) (197f0bc)(es/minifier) Make
minify-all
profilable (#9888) (fbad136)v1.10.7
Compare Source
Bug Fixes
(ci/publish) Do not tag stable if
onlyNightly
is on (#9863) (c0c6056)(es/minifier) Improve DCE (#9853) (85fb16c)
(es/parser) Fix context of dynamic import type (#9852) (caa7f37)
Documentation
Features
Testing
Build
wasmer
tov5.0.5-rc1
(#9860) (615ae93)v1.10.6
Compare Source
Performance
merge_sequences_in_exprs
by caching computation (#9843) (6e5632f)v1.10.4
Compare Source
Bug Fixes
(deps) Update cargo (patch) (#9733) (fb2f6e4)
Remove
Caused by: 'failed to parse'
from TS blank space (#9820) (aaeb0ab)v1.10.3
Compare Source
Bug Fixes
v1.10.2
Compare Source
Bug Fixes
(es) Don't panic when wasm bytecheck faild (#9803) (c81be2e)
(es/parser) Do not parse empty stmt after using decl (#9798) (c2696db)
Documentation
testing-library/react-testing-library (@testing-library/react)
v16.2.0
Compare Source
Features
testing-library/user-event (@testing-library/user-event)
v14.6.1
Compare Source
Bug Fixes
delay
option (#1175) (2edf14d)ContextMenu
todefaultKeyMap
(#1079) (3e471d1)defaultKeyMap
(#1226) (543ecb0)pointerdown
isdefaultPrevented
(#1121) (f681f7b)button
andbuttons
properties onPointerEvent
(#1219) (6614f72)1
as default value forPointerEvent.width
andPointerEvent.height
(#1224) (f0468d0)click
event loop on form-associated custom element (#1238) (465fc7e)click
event on non-focusable control (#1130) (e429094)accept
filter more leniently (#1064) (a344ad4)v14.6.0
Compare Source
Features
FocusEvent
in hidden documents (#1252) (1ed8b15)Bug Fixes
DataTransferItem.getAsString()
callback (#1251) (7b11b0e)PointerCoords.x
inisDifferentPointerPosition
(#1216) (75edef5)PointerCoords
inisDifferentPointerPosition()
(#1229) (5f3d28f)zendeskgarden/svg-icons (@zendeskgarden/svg-icons)
v7.6.0
Compare Source
Features
zloirock/core-js (core-js)
v3.40.0
Compare Source
Error.isError
stage 3 proposal:Error.isError
.sham
Iterator
sequencing stage 2.7 proposal:IteratorResult
objects when possible, tc39/proposal-iterator-sequencing/17, tc39/proposal-iterator-sequencing/18, December 2024 TC39 meetingSet
methodsDataView.prototype.{ getFloat16, setFloat16 }
performance, #1379, thanks @LeviPesin%TypedArray%.prototype.toSpliced
Math.scale
) available on globalRegExp.escape
marked as shipped from Safari 18.2Promise.try
marked as shipped from Safari 18.2Math.f16round
andDataView.prototype.{ getFloat16, setFloat16 }
marked as shipped from Safari 18.2Uint8Array
to / from base64 and hex proposal methods marked as shipped from Safari 18.2JSON.parse
source text access proposal features marked as shipped from FF135RegExp.escape
marked as shipped from FF134Promise.try
marked as shipped from FF134Symbol.dispose
,Symbol.asyncDispose
andIterator.prototype[@​@​dispose]
marked as shipped from FF135JSON.parse
source text access proposal features marked as shipped from Bun 1.1.43URL.parse
was added - 22.1 instead of 22.0eslint/eslint (eslint)
v9.20.1
Compare Source
v9.20.0
Compare Source
v9.19.0
Compare Source
v9.18.0
Compare Source
SBoudrias/Inquirer.js (inquirer)
v12.4.1
Compare Source
@types/node
as an optional peer dependency across all packages.v12.4.0
Compare Source
shortcut
config to thecheckbox
prompt. Allows to customize or disable shortcut keys for select all and invert selection.v12.3.3
Compare Source
strip-ansi
in favour of Node built-instripVTControlCharacters
util.v12.3.2
Compare Source
v12.3.1
Compare Source
v12.3.0
Compare Source
default
to be provided listing pre-checked checkboxes. This is a legacy interface brought back given this feature removal was an involuntary breaking change during thev12
release. The preferred interface is to provide thechecked
property to choices{ value: 'bar', checked: true }
.lint-staged/lint-staged (lint-staged)
v15.4.3
Compare Source
Patch Changes
cbfed1d
Thanks @tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.v15.4.2
Compare Source
Patch Changes
8827ebf
Thanks @iiroj! - Change lint-staged's dependencies to use caret (^
) ranges instead of tilde (~
). This makes it easier for package managers to perform dependency manageConfiguration
📅 Schedule: Branch creation - "on Monday every 9 weeks of the year starting on the 6th week" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.