chore(deps): update all non-major dependencies #24
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:
^1.11.13
->^1.11.21
^10.21.0
->^10.24.2
^10.21.0
->^10.24.2
^9.23.0
->^9.24.0
^5.6.0
->^5.6.1
^5.10.4
->^5.11.0
^10.21.0
->^10.24.2
^5.8.2
->^5.8.3
4.7.0
->4.9.1
Release Notes
swc-project/swc (@swc/core)
v1.11.21
Compare Source
Bug Fixes
(es/helpers) Sync tslib
_ts_generator
implementation (#10366) (d3fb992)(es/proposal) Fix scope of declarations for
explicit-resource-management
(#10362) (eb7f7e9)(ts/fast-strip) Increase Wasm stack size (#10359) (6d444a5)
Miscellaneous Tasks
Performance
(es/parser) Reduce string comparison (#10355) (21789c4)
(es/parser) Add initial capacitity for some vectors (#10361) (7b7b50e)
(es/parser) Reduce clone of token contexts (#10364) (3ab47b2)
(es/parser) Use
bitflags
to reduce parser context size (#10367) (a2d3596)(es/parser) Replace byte arguments with generics (#10370) (68f7667)
(es/parser) Use
arrayvec
and unsafepush
to optimize escaped string parsing (#10369) (e12ae1c)v1.11.20
Compare Source
Bug Fixes
(error_reporters) Removing unused code to fix clippy check (#10338) (5970f93)
(es/minifier) Preserve block with block scoped declaration (#10335) (a4ac3b7)
(es/parser) Allow abstract method named
accessor
(#10327) (3f71776)(es/preset-env) Consider
browserslist
config ifenv.target
is not configured (#8921) (a2dc372)(es/resolver) Handle using declarations (#10354) (dad815c)
fix(es/compat): Remove one promise tick in yield* (tc39/ecma262#2819) (#10317)
Related issue:
Features
(errors) Integrate
miette
for enhanced diagnostic reporting (#10241) (156c3b1)(es/codegen) Support
sourceMap.url
option ofterser
(#10346) (566bc7c)(plugin/runner) Support
pluginEnvVars
(#10318) (795fedc)Miscellaneous Tasks
(es/helpers) Update peer dependency version for
@swc/helpers
to>=0.5.17
(#10321) (ddbf3e1)(ide) Disable RA diagnostics (#10324) (fcf280f)
Performance
(es/ast) Reduce redundant string comparison for
Atom
s (#10323) (3ce9d81)(es/jsx) Cache FileName for JSX pass (#9951) (#10322) (9852940)
(es/parser) Remove redundant
is_ascii
calls (#10334) (e66b4d6)(es/parser) Remove ascii check for no-ascii (#10350) (4279b96)
Testing
20
in exec tests (#10348) (eee73ce)v1.11.18
Compare Source
Bug Fixes
(errors) Disable wrapping of text lines (#10314) (f6840ea)
(es/codegen) Ensure proper Unicode escape handling for ES5 and below #10028 (#10309) (7f76fa3)
(node) Fix
worker_threads
issue on glibc platform (#10306) (1d1ff9e)Features
(es/minifier) Optimize number to int (#10294) (6dcfa70)
(es/minifier) Remove useless to number (#10308) (898f170)
(ts/isolated-dts) Distinguish js value and ts type (#10316) (c480604)
Refactor
(es/codegen) Split
lib.rs
into multiple files (#10304) (5a07a5d)(es/codegen) Refactor macro to inverse order (#10297) (78f907f)
Testing
v1.11.16
Compare Source
Miscellaneous Tasks
v1.11.15
Compare Source
Bug Fixes
(bindings/node) Fix build on platforms without plugin (#10301) (3faae55)
(cli) Fix plugin target as
wasm32-wasip1
(#10293) (7daf4f4)(deps) Update cargo (patch) (#10081) (e0ff00e)
(es) Do not reuse
Compiler
forminify()
andtransform()
(#10273) (63bd8a1)(es/analysis) Support comments (#10299) (2919d16)
(es/bugfix) Do not rename in non-ident-function (#10274) (48b6bdb)
(es/minifier) Remove unnecessary check when invoke IIFE (#10257) (6b75775)
(es/parser) Parser a program as a module with TLA in non-expression statement (#10287) (157c52a)
(html) Remove
async
fromminifyFragmentSync
(#10289) (7028457)Documentation
(es/types) Document
outFileExtension
(#10265) (99018c5)Add star history to
README.md
(b51eea9)Features
(es) Add Rust plugin host part for analysis API (#10285) (d213a84)
(es) Add analysis API and refactor output API (#10288) (a53c60d)
(es/minifier) Allow disabling char frequency analysis (#10259) (50c62d1)
(es/minifier) Merge expression with empty return (#10283) (c276a38)
(es/minifier) Optimize code generated by optional chaining (#10292) (0d88041)
(es/minifier) Support
reduce_escaped_newline
(#10232) (64fb286)(ts/fast-strip) Improve error message format (#10298) (29c4afb)
Add parallel iterators (#10075) (3b775bf)
Miscellaneous Tasks
Performance
(es/minifier) Adjust parallelism threshold (#10260) (28cc6f6)
(es/minifier) Process
cons
andalt
ofIfStmt
in parallel (#10262) (ccb6eb8)(es/minifier) Move logic to the pure minifier (#10264) (7ecd807)
(es/minifier) Use
swc_par_iter
instead ofrayon
(#10267) (78e37a1)Refactor
Extract
par-core
andpar-iter
(#10269) (0c63bda)Drop
swc_fast_graph
(#10268) (b23c8cb)Testing
testcontainers/testcontainers-node (@testcontainers/hivemq)
v10.24.2
Compare Source
Changes
🐛 Bug Fixes
v10.24.1
Compare Source
Changes
📖 Documentation
🧹 Maintenance
📦 Dependency Updates
dockerode
dependency to4.0.5
@estiller (#980)v10.24.0
Compare Source
Changes
🚀 Features
🐛 Bug Fixes
📦 Dependency Updates
v10.23.0
Compare Source
Changes
🚀 Features
v10.22.0
Compare Source
Changes
🚀 Features
TESTCONTAINERS_RYUK_VERBOSE
setting @digital88 (#941)withAutoRemove
#905 @digital88 (#939)🐛 Bug Fixes
🧹 Maintenance
eslint/eslint (eslint)
v9.24.0
Compare Source
luin/ioredis (ioredis)
v5.6.1
Compare Source
Bug Fixes
mqttjs/MQTT.js (mqtt)
v5.11.0
Compare Source
Bug Fixes
validateTopis
to includenull
(#1979) (935784a)Features
5.10.4 (2025-02-26)
Bug Fixes
5.10.3 (2024-11-26)
Bug Fixes
5.10.2 (2024-11-13)
Features
5.10.1 (2024-08-28)
Bug Fixes
Blob
payloads (#1930) (86b7959)microsoft/TypeScript (typescript)
v5.8.3
Compare Source
yarnpkg/berry (yarn)
v4.9.1
Compare Source
v4.9.0
Compare Source
v4.8.1
Compare Source
v4.8.0
Compare Source
Configuration
📅 Schedule: Branch creation - "* 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.