fix(deps): update all non-major dependencies #184
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.27.3
->^7.27.6
^1.3.12
->^1.3.15
^1.3.12
->^1.3.15
^1.11.29
->^1.12.5
^7.0.1
->^7.0.4
^22.15.23
->^22.15.32
^3.1.4
->^3.2.4
^3.5.15
->^3.5.17
^10.1.1
->^10.2.0
^3.42.0
->^3.43.0
^9.27.0
->^9.29.0
10.11.0
->10.12.1
1.0.0-beta.10
->1.0.0-beta.19
^4.41.1
->^4.44.0
^1.89.0
->^1.89.2
^0.12.4
->^0.12.8
^0.4.4
->^0.4.5
^11.1.0
->^11.2.0
^3.1.4
->^3.2.4
^3.5.15
->^3.5.17
^5.2.1
->^5.2.2
Release Notes
babel/babel (@babel/types)
v7.27.6
Compare Source
🐛 Bug Fix
babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
finally
causes unexpected return value (@liuxingbaoyu)babel-generator
,babel-parser
,babel-types
web-infra-dev/rspack (@rspack/cli)
v1.3.15
Compare Source
What's Changed
Performance Improvements ⚡
Bug Fixes 🐞
Document Updates 📖
Other Changes
Full Changelog: web-infra-dev/rspack@v1.3.14...v1.3.15
v1.3.14
Compare Source
What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rspack@v1.3.13...v1.3.14
v1.3.13
Compare Source
Highlights
🚀 Rustify browserslist
Rspack now uses
browserslist_rs
instead of thebrowserslist
npm package to parse browserslist query, which can make browserslist query parsing faster and improve consistency in SWC and lightningcss:target
is 5.5x faster than before.caniuse-lite
dependency, reduced 2.15MB install size.What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
Document Updates 📖
target
default value and browserslist usage by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/10527Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v1.3.12...v1.3.13
swc-project/swc (@swc/core)
v1.12.5
Compare Source
Bug Fixes
(es/parser) Parse jsx entity (#10652) (bfd3bc5)
(es/parser) Consider reseved ident in jsx name (#10647) (9262a59)
Performance
next_token
(#10654) (1be2ca0)Refactor
\t
(#10650) (d6ac3b7)v1.12.4
Compare Source
Bug Fixes
(es/minifier) Fix
Buffer
handling ofminify()
API (#10643) (cdf068e)(es/minifier) Fix arrow inlining (#10642) (7232c10)
(es/parser) Don't be greedy in the end of jsx open el (#10637) (8a2c656)
Update
par-core
andpar-iter
(#10629) (38f7d51)Fix CI (#10641) (9df98f7)
Refactor
v1.12.3
Compare Source
Bug Fixes
v1.12.2
Compare Source
Bug Fixes
(ci) Fix build of
@swc/minifier
(0dc5244)(es/codegen) Fix
.map
path when usingoutput_path
(01e5bd1)(es/parser) Allow type ann in jsx expr child (#10626) (48f576c)
(swc) Fix wrong caching of resolvers regarding file exts (#10615) (68aacd1)
(ts/isolated-dts) Fix usage dependency (#10621) (b3677d3)
(ts/isolated-dts) Emit properties in overloaded constructor params (#10623) (6634ef1)
Features
None
intry_lookup_source_file
(#10625) (d8e2405)Performance
(atoms) Improve
atom!
for inlinable strings (#10612) (5113121)(es/minifier) Avoid calling some costly function when optimizing deep nested binary expr (#10611) (1434571)
(es/minifier) Remove needless JSON conversion (#10628) (4a58dca)
(es/parser) Reduce cmp in jsx spread child (#10606) (fb33c13)
Refactor
(es/parser) Cleanup - deduplicate some code (#10608) (5f9af96)
(es/parser) Remove token contexts (#10547) (7ffe9d2)
v1.12.1
Compare Source
Bug Fixes
(@swc/types) Remove
nativeClassProperties
(#10592) (39032dc)(es/minifier) Fix top level detection of DCE (#10603) (964a560)
(es/minifier) Fix inlining of arrows (#10604) (cc3bc4d)
(es/minifier) Perform DCE on the end (#10602) (a97b149)
(swc_common) Add
Files#is_in_file
(#10599) (e6b61eb)Features
v1.12.0
Compare Source
Bug Fixes
(@swc/types) Add
jsc.output.charset
(#10567) (26b41e8)(es/codegen) Don't call
cmt.get_leading
for dummy span (#10568) (16e204d)(es/parser) Disallow spread operator(
...
) in JSX attribute values (#10587) (8deba78)(es/typescript) Pass
native_class_properties
(#10561) (7e4cd9a)(es/typescript) Handle
export declare var
in namespace (#10579) (2daa17f)(ts/isolated-dts) Add edges
SymbolFlags::Value
andSymbolFlags::Type
in exports (#10577) (e6d4da2)Fix bindings (0f858fd)
Documentation
Features
(es/minifier) Regex support for
format.comments
(#10571) (e441df5)(es/module) Add support for
import.meta.main
in AMD and CJS (#10596) (759de2e)Miscellaneous Tasks
virtual-fs
to dedupe dependencies (#10594) (de667bb)Refactor
(es/lexer) Remove unnecessary result wrap (#10578) (49d15df)
(es/parser) Extract
parse_jsx_attrs
(#10569) (6492786)(es/parser) Remove
cur!(false)
macro (#10583) (c96fa23)(swc_common) Remove
Input::find
(#10542) (494cef9)(swc_common) Use
BytesStr
instead ofLrc<String>
(#10580) (6f00973)(swc_common) Use
swc_sourcemap
instead (#10593) (8a9f609)Testing
v1.11.31
Compare Source
Bug Fixes
(es/codegen) Improve comments handling (#10534) (d9ba838)
(es/codegen) Exclude
constructor
from source map names (#10551) (ef85640)(es/fixer) Fix a bug with awaited arrow fn expression (#10555) (9dfdfa6)
(es/minifier) Fix missing variable (#10478) (6de3ef6)
(es/minifier) Inline object of member if prop is an ident (#10548) (e554381)
(es/minifier) Add side effect check for test expr when compressing IfStmt (#10550) (3e9728e)
(es/minifier) Fix typo in an option name (#10554) (a303941)
(es/parser) Emit syntax errors for strict mode in non-module or scripts (#10545) (1291b4a)
(es/react-compiler) Fix usefulness detection (#10506) (41075a1)
(es/utils) Fix
extract_var_ids
(#10511) (5644372)(react-compiler) Fix fast check (#10538) (9403ce2)
(swc_common) Fix build (#10544) (2ed934d)
(swc_common) Fix skip condition for sourcemap (#10562) (cbee0df)
(swc_common) Fix skip condition for sourcemap, really (#10563) (14feedb)
(swc_common) Revert skip condition patch (#10564) (2a2b284)
(ts/fast-dts) Correctly emit Symbol-keyed accessors in declarations (#10508) (1298e76)
(ts/fast-dts) Ensure correct emission of template literals and symbol-keyed properties (#10530) (8dbdbef)
Features
(es/regexp) Add crates for RegExp (#10525) (4b3f924)
(swc_common) Add
Globals::clone_data
(#10543) (39f30b0)(swc_common) Add
map_raw_pos
toFiles
(#10560) (71224c3)Miscellaneous Tasks
(bindings) Use published versions of crates (#10513) (f65f028)
(ecosystem-ci) Exclude
ts-node
(2b284e1)Performance
(es/minifier) Merge
PropertyCollector
into usage analyzer (#10514) (505bf54)(es/minifier) Remove needless clone (#10523) (1c02ef6)
(es/parser) Reduce comparison while reading logical (#10526) (2bc551c)
(es/renamer) Merge analyze/collect (#10509) (7b47f66)
(swc_common) Remove
char_indices
calls (#10541) (51507bc)Refactor
(es/codegen) Migrate to
ryu-js
for numeric literal codegen (#10503) (4bc4244)(es/lexer) Cleanup code for reading tokens (#10533) (a72092c)
(es/lexer) Share
skip_block_comment
(#10549) (b101a87)(es/parser) Share code for parsing strings (#10522) (931a2d6)
(es/parser) Cleanup (#10559) (963ac9e)
(ts/fast-dts) Derive computed flags from source code (#10510) (a2d5664)
sxzz/eslint-config (@sxzz/eslint-config)
v7.0.4
Compare Source
No significant changes
View changes on GitHub
v7.0.3
Compare Source
No significant changes
View changes on GitHub
v7.0.2
Compare Source
No significant changes
View changes on GitHub
vitest-dev/vitest (@vitest/ui)
v3.2.4
Compare Source
🐞 Bug Fixes
vitest run --watch
should be watch-mode - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8128 (657e8)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.