build(deps): update all non-major dependencies #13
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:
10.4.6→10.4.228.0.1→8.1.10.33.17→0.34.471.7.42→1.15.81.15.1020.1.4→20.1.822.8.6→22.19.713.12.2→13.15.10v4.2.2→v4.3.1v4.1.0→v4.4.09.1.0→9.1.23.6.3→3.10.15.2.1→5.5.59.12.3→9.15.9v4.0.0→v4.2.03.3.3→3.8.012.1.0→12.1.17.8.1→7.8.28.3.5→8.5.14.19.2→4.21.05.6.3→5.9.3Release Notes
nestjs/nest (@nestjs/common)
v10.4.22Compare Source
What's Changed
Full Changelog: nestjs/nest@v10.4.21...v10.4.22
v10.4.21Compare Source
What's Changed
New Contributors
Full Changelog: nestjs/nest@v10.4.20...v10.4.21
v10.4.20Compare Source
v10.4.19Compare Source
v10.4.19 (2025-06-09)
Dependencies
platform-expressv10.4.18Compare Source
v10.4.18 (2025-05-26)
Dependencies
platform-expressv10.4.17Compare Source
v10.4.16Compare Source
What's Changed
Full Changelog: nestjs/nest@v10.4.15...v10.4.16
v10.4.15Compare Source
v10.4.15 (2024-12-09)
Dependencies
platform-expressv10.4.14Compare Source
v10.4.13Compare Source
v10.4.13 (2024-12-03)
Bug fixes
commonDependencies
Committers: 3
v10.4.12Compare Source
v10.4.12 (2024-11-29)
Bug fixes
commonDependencies
common,core,microservices,platform-express,platform-fastify,platform-socket.io,platform-ws,testing,websocketsplatform-socket.ioCommitters: 1
v10.4.11Compare Source
v10.4.10Compare Source
v10.4.10 (2024-11-27)
Bug fixes
platform-socket.io,websocketsDependencies
Committers: 1
v10.4.9Compare Source
v10.4.9 (2024-11-25)
Bug fixes
core,microserviceswebsocketscommoncoremicroservicesEnhancements
common,coremicroservicesDependencies
platform-fastifyCommitters: 7
v10.4.8Compare Source
v10.4.8 (2024-11-15)
Bug fixes
microservicescoreEnhancements
coreCommitters: 3
v10.4.7Compare Source
nestjs/swagger (@nestjs/swagger)
v8.1.1Compare Source
Unreleased (2025-01-10)
Bug fixes
Dependencies
Committers: 3
v8.1.0Compare Source
8.1.0 (2024-12-04)
Enhancements
Committers: 2
v8.0.7Compare Source
8.0.7 (2024-11-15)
Bug fixes
Committers: 1
v8.0.6Compare Source
8.0.6 (2024-11-15)
Bug fixes
Dependencies
Committers: 2
v8.0.5Compare Source
8.0.5 (2024-11-08)
Dependencies
v8.0.4Compare Source
8.0.4 (2024-11-08)
Bug fixes
Dependencies
Committers: 1
v8.0.3Compare Source
8.0.3 (2024-11-07)
Bug fixes
Enhancements
Dependencies
Committers: 1
v8.0.2Compare Source
8.0.2 (2024-11-05)
Bug fixes
Dependencies
Committers: 2
sinclairzx81/typebox-legacy (@sinclair/typebox)
v0.34.47Compare Source
v0.34.46Compare Source
v0.34.45Compare Source
v0.34.44Compare Source
v0.34.43Compare Source
swc-project/swc (@swc/core)
v1.15.8Compare Source
Bug Fixes
(es/minifier) Remove unused webpack-related code (#11397) (8e4eab4)
(es/minifier) Evaluate TemplateLiteral in BinaryExpression (#11406) (8d1b6f6)
(es/minifier) More strict check if cannot add ident when invoking IIFE (#11399) (03642aa)
Features
(es/minifier) Support BinaryExpression for Evaluator (#11390) (6c76f0a)
(es/transformer) Merge
static_blocks(#11403) (55a5083)Performance
(es/parser) Remove
Iteratorimplementation forLexer(#11393) (5941018)(es/parser) Optimize
do_outside_of_contextanddo_inside_of_context(#11394) (4210cf1)(es/parser) Remove
is_firstin lexer state (#11395) (97d903b)(es/parser) Use
byte_searchto optimizescan_jsx_token(#11398) (f9b4da2)Reduce binary size with panic=abort and ICU optimizations (#11401) (18088b2)
Refactor
(es/compiler) Drop the crate (#11407) (8faa14e)
(es/minifier) Move drop_console and unsafes from Pure to Optimizer (#11388) (ee40804)
(es/parser) Distinguish JsxText from Str (#11387) (63c4c44)
v1.15.7Compare Source
Bug Fixes
(es/minifier) Prevent unsafe sequence merging in
super()calls (#11381) (eb02780)(es/transformer) Fix variable declaration for nullish coalescing in else-if branches (#11384) (6746002)
(es/transforms) Update
_ts_rewrite_relative_import_extensionhelper code (#11382) (1ec444e)Features
private_properties_in_object(#11378) (769c9d2)Performance
ProgramData(#11374) (3639523)Refactor
v1.15.6Compare Source
v1.15.5Compare Source
Bug Fixes
(es/parser) Fix
bumplength (#11372) (ec5c1bc)(es/transforms) Adjust import rewriter pass before inject helpers pass (#11371) (8516991)
v1.15.4Compare Source
Bug Fixes
(es/compat) Preserve return value for single-property object destructuring (#11334) (847ad22)
(es/compat) Fix generator transform for compound assignments, for-in, and labeled break (#11339) (9b6bedd)
(es/compat) Destructuring evaluation order (#11337) (49d04c7)
(es/compat) Fix parameter default value evaluation order with object rest (#11352) (2ebb261)
(es/fixer) Preserve parens around IFFE in binary expressions within sequences (#11324) (a4c84ea)
(es/helpers) Avoid extra trap calls on excluded keys in object rest spread (#11338) (4662caf)
(es/minifier) Fix
debugcargo feature (#11325) (be86fad)(es/minifier) Fix optimization pass for
merge_imports(#11331) (ca2f7ed)(es/parser) Don't call
bump_bytesin thecontinue_ifofbyte_search!(#11328) (583619d)(es/parser) Support type-only string literal in import specifiers (#11333) (07762f1)
(es/parser) Handle TypeScript expressions in destructuring patterns (#11353) (160ec34)
(es/transformer) Complete
replace_this_in_exprimplementation (#11361) (58c4067)(es/transformer) Fix pass order (#11370) (373048a)
Features
(es/minifier) Optimize
typeof x == "undefined"totypeof x > "u"(#11367) (a5e144b)(es/parser) Support
no_parenparser option (#11359) (5b9d77c)(es/parser) Revert
no_parenparser option (#11362) (57a8731)(es/transfomer) Add modules to prepare porting (#11347) (68d740c)
(es/transform) Add common fields (#11346) (1a8759f)
(es/transformer) Merge
async-to-generator(#11355) (c388e87)(es/transformer) Merge
async_to_generator(#11358) (25f3a47)(es/transformer) Merge
object_rest_spread(#11357) (752188e)(es/transformer) Merge
nullish_coalescing(#11365) (5fb686a)(es/transformer) Merge
logical_assignment_operators(#11369) (94946fa)Performance
(es/compat) Merge
exponentation_operator(#11310) (0ef3637)(es/compat) Merge
optional_catch_binding(#11313) (468d20c)(es/compat) Use merged transformer (#11366) (c4a5e79)
(es/parser) Optimize
byte_search!(#11323) (67f67c1)(es/parser) Small optimization after byte-based lexer (#11340) (c92ea4e)
(es/parser) Use
slicerather than matching keywords (#11341) (b6ad2cb)(parser) Make all parsers work by byte instead of char (#11318) (725efd1)
v1.15.3Compare Source
Bug Fixes
(es/codegen) Restore missing top-level comments (#11302) (0998c93)
(es/codegen) Emit comments of all nodes (#11314) (387ee0f)
(es/minifier) Prevent compress.comparisons from transforming expressions with side effects (#11256) (58a9d81)
(es/minifier) Remove unused arrow functions in dead code elimination (#11319) (88c6ac7)
(es/parser) Make the span of Program start at input start (#11199) (b56e008)
(es/plugin) Use
#[cfg]to avoid compilation error (Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) in timezone Australia/Sydney, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.