build(deps): update all build dependency updates
This MR contains the following updates:
Release Notes
config/eslint-config (@cenk1cenk2/eslint-config)
v3.1.63
Bug Fixes
- deps: update all minor dependency updates to ^8.39.1 (86b8c3e)
v3.1.62
Bug Fixes
- deps: update all minor dependency updates (0aa0ccc)
v3.1.61
Bug Fixes
- deps: update all minor dependency updates to ^8.39.0 (740ff86)
v3.1.60
Bug Fixes
- deps: update dependency @eslint/js to ^9.32.0 (bb1bbd0)
v3.1.59
Bug Fixes
- deps: update dependency @stylistic/eslint-plugin to ^5.2.2 (aaf088e)
v3.1.58
Bug Fixes
- deps: update all minor dependency updates (3398ad2)
v3.1.57
Bug Fixes
- deps: update dependency @stylistic/eslint-plugin to ^5.2.0 (fe84ff9)
swc-project/swc (@swc/core)
v1.13.3
Bug Fixes
-
(es/minifier) Check exported when optimize last expr (#10939) (f6f15f3)
-
(es/minifier) Don't optimize Number properties when Number is shadowed (#10947) (40a1e2e)
-
(es/parser) Correctly handle EOF position (#10934) (dd70fbd)
Performance
v1.13.2
Bug Fixes
-
(es/minifier) Remove the last break in the second switch (#10923) (3ed4a12)
-
(es/parser) Reject malformed phase import statements (#10912) (5fde348)
-
(swc_core) Add
default-features = false
to dropstacker
(#10916) (38b45b7)
Features
-
(es/compiler) Merge
private_in_object
andstatic_blocks
(#10909) (c1405da) -
(es/compiler) Merge
export_namespace_from
(#10917) (ba6cc71)
Miscellaneous Tasks
-
(claude) Use
Opus
and allow assigning to theclaude-bot
(3275b9c)
Performance
-
(es/minifier) Make
get_type
for===
lazy (#10920) (4eab8e8) -
(es/parser) Reduce check during parsing binding (#10905) (92ca5ec)
Refactor
Testing
v1.13.1
Bug Fixes
-
(es/compat) Properly handle rest assignment in for-in/of RHS (#10883) (5d11851)
-
(es/decorators) Handle empty class members (#10892) (fe44972)
-
(es/minifier) Hoist props when only props are used (#10891) (452fc98)
-
(es/minifier) Recursively check stmt for variable when inlining function (#10896) (e37a93d)
-
(es/minifier) Termination check when stmts containing switch (#10898) (4429b20)
-
(es/parser) Fix parsing of JSX identifiers (#10894) (0047c39)
-
(ts/fast-strip) Strip private method overloads (#10886) (cdb6e87)
Testing
v1.13.0
Bug Fixes
-
(es/lexer) Disallow legacy octal literals as BigInt (#10867) (430fbf4)
-
(es/minifier) Restrict IIFE inlining in class contexts (#10879) (a01b54a)
-
(es/parser) Mark
static
as reserved in strict mode (#10861) (5bdddd7)
Features
-
(es/minifier) Drop unused rest paramters (#10857) (5305486)
-
(es/minifier) Enhance IIFE invoker for arrow functions (#10860) (2b1ce3d)
-
(plugin/runner) Use wasmer-wasix sys-minimal feature to reduce binary size (#10638) (b5f704a)
Performance
-
(es/lexer) Reduce comparison while reading numbers (#10864) (c6ba5c2)
-
(es/lexer) Remove unnecessary check when reading keywords (#10866) (4aefe0e)
-
(swc_error_reporters) Avoid creating miette handler when no diagnostics (#10852) (93b318f)
Refactor
vuejs/eslint-plugin-vue (eslint-plugin-vue)
v10.4.0
Minor Changes
-
Added
ignoreParents
option tovue/no-deprecated-slot-attribute
(#2784) -
Added new
vue/no-negated-v-if-condition
rule (#2794) -
Added new
vue/no-negated-condition
rule (#2795)
Patch Changes
-
Resolved TypeScript compatibility issues introduced by eslint-typegen (#2790)
-
Fixed inconsistent quotes in
vue/block-lang
error messages (#2805)
jestjs/jest (jest)
v30.0.5
Features
-
[jest-config]
AllowtestMatch
to take a string value -
[jest-worker]
LetworkerIdleMemoryLimit
accept 0 to always restart worker child processes
Fixes
-
[expect]
Fixbigint
error (#15702)
rolldown/tsdown (tsdown)
v0.14.1
🐞 Bug Fixes
- Remove
expandDirectories
- by @Debbl in https://github.com/rolldown/tsdown/issues/427 (fb2d1)
View changes on GitHub
v0.14.0
🚨 Breaking Changes
View changes on GitHub
v0.13.5
🐞 Bug Fixes
View changes on GitHub
v0.13.4
🚀 Features
- Add failOnWarn option - by @Gugustinette in https://github.com/rolldown/tsdown/issues/411 (d7d49)
- Add
cjsDefault
option - by @sxzz (f503f)
🐞 Bug Fixes
View changes on GitHub
v0.13.3
🚨 Minor Breaking Changes
🚀 Features
- Add
logLevel
&customLogger
option - by @sxzz (724d1) - Add
warnOnce
to logger - by @sxzz (eb4fb) - Allow regex for
ignoreWatch
- by @sxzz (91f9f) - Warn user if config includes cjs format - by @Gugustinette and @sxzz in https://github.com/rolldown/tsdown/issues/403 (bd42e)
🐞 Bug Fixes
View changes on GitHub
v0.13.2
🚨 Upstream Breaking Changes
🚀 Features
- Support silent as programmatic usage - by @Gugustinette and @sxzz in https://github.com/rolldown/tsdown/issues/404 (6d4b4)
🐞 Bug Fixes
View changes on GitHub
v0.13.1
🚀 Features
- Exports with dir index - by @Debbl in https://github.com/rolldown/tsdown/issues/393 (dd6c7)
🐞 Bug Fixes
- Clean outDir on rebuilds in watch mode - by @ekzhang in https://github.com/rolldown/tsdown/issues/398 (7308f)
- Overload
defineConfig
- by @sxzz (7c32a) - Kill sub-process for onSuccess - by @sxzz (bd9d8)
View changes on GitHub
v0.13.0
🚨 Breaking Changes
- Drop node 18, require node 20.19+ - by @sxzz (d80f7)
- Reuse generated dts by default - by @sxzz (81f21)
🚀 Features
- Add
banner
&footer
options - by @gwansikk and @sxzz in https://github.com/rolldown/tsdown/issues/338 (54e21) - Add
cjsDts
to input/output options context - by @sxzz (3c4b3) - Export types - by @sxzz (f13bc)
🐞 Bug Fixes
- Don't external shim file - by @sxzz (8ee20)
- report: Path separator - by @sxzz (6e11a)
- types: Keep type of options - by @posva in https://github.com/rolldown/tsdown/issues/381 (00b5d)
- workspace: Normalize windows path - by @RSS1102 in https://github.com/rolldown/tsdown/issues/376 (375d9)
View changes on GitHub
microsoft/TypeScript (typescript)
v5.9.2
: TypeScript 5.9
For release notes, check out the release announcement
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- No specific changes for TypeScript 5.9.2 (Stable)
Downloads are available on:
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.