js-sdk-contrib
js-sdk-contrib copied to clipboard
chore(deps): update swc monorepo
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @swc/core (source) | 1.6.13 -> 1.7.35 |
||||
| @swc/helpers (source) | 0.5.11 -> 0.5.13 |
Release Notes
swc-project/swc (@swc/core)
v1.7.35
Bug Fixes
-
(es/codegen) Fix source map so it works with Sentry (#9627) (9c90a73)
-
(es/minifier) Compress consecutive return statements properly (#9620) (8263da1)
-
(es/module) Allow TypeScript nodes for
Rewriter(#9606) (4ee45ac) -
(html/minifier) Fix HTML minifier TS types (#9615) (7b98bb5)
Features
-
(bindings/html) Accept
Buffer|stringinstead ofBuffer(#9625) (62edb36) -
(es/testing) Parse test code as a
Programinstead of aModule(#9264) (166b858) -
(es/testing) Parse test code as a
Programinstead of aModule(#9623) (bfea322)
Miscellaneous Tasks
Performance
-
(es/codegen) Reduce usage of
tracing::instrument(#9604) (2f06fc5) -
(es/typescript) Reduce unnecessary visits (#9605) (866af6c)
Refactor
Build
v1.7.28
Bug Fixes
-
(ast) Add
archive(check_bytes)to all relevant AST types (#9574) (185d6f5) -
(cli) Exclude non-files from get_files_list (#9560) (85cc2bd)
-
(es/codegen) Fix wrong sourcemap when there are new lines in tpl (#9578) (cf74382)
-
(es/compat) Skip
getterandsetteras FlowHelperfunctiondo (#9580) (14cfd70) -
(es/minifier) Avoid decl name when mangle with eval (#9546) (e2242c4)
-
(es/minifier) Check variable type while optimizing
+=(#9575) (04016e9) -
(es/module) Rewrite import specifier in type declaration (#9577) (fc0ba2a)
-
(plugin) Don't panic when ast byte not match (#9562) (c36871a)
Miscellaneous Tasks
Testing
v1.7.26
v1.7.25
Bug Fixes
Features
Miscellaneous Tasks
- (bindings/node) Fix type definition (64ec111)
v1.7.24
Bug Fixes
-
(es/compat) Handle label block in constructor (#9528) (c43dbad)
-
(es/decorator) Add support for private access expressions in legacy decorators (#9535) (62ed065)
-
(es/minifier)
typeofclass should befunction(#9522) (c7fdd6b) -
(es/minifier) Prevent removing side effects from accessing getter (#9530) (8513816)
-
(es/typescript) Handle enum in single statement (#9532) (84b0043)
v1.7.23
Bug Fixes
Performance
v1.7.22
Bug Fixes
- (es/minifier) Iterate object properties in reverse direction while inlining property access (#9507) (f584ef7)
v1.7.21
Bug Fixes
v1.7.19
Bug Fixes
Features
Miscellaneous Tasks
Refactor
v1.7.18
v1.7.14
Bug Fixes
Features
Refactor
v1.7.12
Bug Fixes
-
(common) Do not use
adjust_mappingsfromsourcemapcrate (#9437) (563c162) -
(es) Mark TypeScript nodes as reachable from
Evaluator(#9440) (308e5ec) -
(es/compat) Init this in sub class constructor for async (#9446) (bfaf31b)
-
(es/decorators) Fix metadata for accessors (#9444) (99738ef)
Miscellaneous Tasks
v1.7.11
Bug Fixes
Features
-
(es/typescript) Add
native_class_propertiesto skip reordering of class properties inits (#9421) (d2929d1) -
(estree/compat) Remove dependency on
rayon(#9393) (34d1b27) -
(html/minifier) Support using custom css minifier (#9425) (970cc81)
Miscellaneous Tasks
-
(es/preset-env) Update core js compat data (#9407) (ce761cf)
-
(es/typescript) Remove the workaround for wasm-bindgen (#9428) (55f7268)
v1.7.10
Bug Fixes
-
(es/typescript) Strip optional mark and definite mark (#9411) (8c161a0)
-
(es/typescript) Strip exported default overload function declaration (#9412) (b395f48)
-
(es/typescript) Strip
thisparam in getter/setter (#9414) (442fb7b) -
(es/typescript) Update ts-strip type definition (#9415) (165c8fa)
v1.7.9
Bug Fixes
v1.7.6
Bug Fixes
-
(es/codegen) Print the missing
abstractin class expression (#9372) (c2e3021) -
(es/decorators) Use correct class name reference (#9375) (badd6a9)
-
(es/typescript) Strip declare export in strip-only mode (#9374) (c53cce4)
v1.7.5
Bug Fixes
-
(es/parser) Fix span for unterminated block comments (#9361) (dc1b87e)
-
(es/parser) Make
UnterminatedBlockCommentstick to the EOF (#9366) (4f0fc6e) -
(es/typescript) Handle single type statement in if/for/while (#9364) (2217730)
-
(es/typescript) Handle backtick in ASI issue (#9367) (6f1716c)
Miscellaneous Tasks
v1.7.4
Bug Fixes
-
(es/codegen) Emit question token for class methods (#9342) (636585b)
-
(es/minifier) Preserve flags while dropping elements of
SeqExpr(#8907) (24e8798) -
(es/typescript) Fix ASI in expression for fast strip (#9358) (3ee82e2)
Documentation
Miscellaneous Tasks
v1.7.3
Bug Fixes
v1.7.2
Bug Fixes
-
(es/ast) Accept any case of EsVersion during deserialization (#9329) (56da6be)
-
(es/typescrupt) Fix ASI issue in fast ts strip (#9332) (57146cf)
Documentation
v1.7.1
Bug Fixes
-
(bindings/types) Add missing mangle options (#9298) (567f40d)
-
(es/ast) Make span of binding ident include type ann (#9293) (2b32481)
Features
-
(allocator) Feature gate
nightlyvia macros (#9274) (a31fb58) -
(es/typescript) Add esm build for fast ts strip (#9286) (d10cb9f)
Miscellaneous Tasks
Performance
-
(allocator) Use
stdinstead ofallocator-api2(#9281) (88723db) -
(es/codegen) Use
Vec<T>fromswc_allocator(#9280) (c1cd0b9) -
(es/codegen) Optimize using
swc_allocator(#9294) (07376c6) -
(es/helpers) Use
boolinstead ofAtomicBool(#9321) (8107e98)
Refactor
Build
v1.7.0
Bug Fixes
-
(allocator) Fix allocator & add benchmark (#9234) (037dad5)
-
(allocator) Remove wrong assertions and add tests (#9252) (d8e8b04)
-
(es/codegen) Fix codegen of large numeric literals (#9226) (fba79e6)
-
(es/compat) Consider only the variables used in the closure (#9151) (1357531)
-
(es/compat) Add support for destructuring with BigInts (#9215) (2cc7028)
-
(es/minifier) Fix variable declaration in default branch (#9220) (a7c82bd)
-
(es/minifier) Check
thisin function params (#9229) (da4866d) -
(es/minifier) Remove optimization for array pattern (#9241) (521161e)
-
(es/minifier) Fix panic in bitwise logic and incorrect values (#9258) (baeb9e2)
-
(es/minifier) Collect raw str values for new Tpl element (#9261) (6ddbfa0)
-
(es/typescript) Handle unicode for fast ts strip (#9202) (096bfe3)
Documentation
Features
-
(es/typescript) Add
transformmode back to fast TS strip (#9237) (8231e3c) -
(es/utils) Support for arrays using
cast_to_number(#9212) (2aef14d)
Miscellaneous Tasks
Performance
-
(bindings/wasm) Shrink the size of the wasm file (#9191) (3a23b3d)
-
(es/typescript) Add a benchmark for fast TS strip (#9205) (7d9364c)
-
(es/visit) Introduce
standard_only_*macros (#9207) (92879b1)
Refactor
-
(allocator) Use
&instead of a thread-local (#9235) (8d5670e) -
(allocator) Use RAII guard instead of
scope(#9254) (6e098ae) -
(common) Drop
SyntaxContextfrom AST nodes (#9175) (b2491e5) -
(es) Use
IntoandFromfor AST construction (#9201) (0960b23)
Testing
Pers
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.