codeowners-generator
codeowners-generator copied to clipboard
chore(deps): update swc monorepo
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @swc/core (source) | 1.3.41 -> 1.7.36 |
||||
| @swc/jest (source) | 0.2.24 -> 0.2.36 |
Release Notes
swc-project/swc (@swc/core)
v1.7.36
Bug Fixes
-
(es) Run esnext transforms on esnext target (#9644) (8a19201)
-
(es/codegen) Emit space after div if rhs has leading comment (#9631) (f2be26e)
-
(es/lints) Correct the false positive error of TS2309 (#9635) (f74c1f3)
-
(es/minifier) Check type of assignment target before merging assignments (#9617) (4436621)
Features
-
(es) Introduce
runPluginFirstfor Wasm plugins (#9645) (3d3e434) -
(es/minifier) Support unary negate in
cast_to_number(#9642) (88a2186)
Miscellaneous Tasks
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
v1.6.13
Bug Fixes
Features
Testing
v1.6.12
Bug Fixes
-
(es/decorators) Fix bugs of
2022-03implementation (#9145) (8a3ae44) -
(es/loader) Exclude
.jsonfrom default extension list (#9134) (e94e5e7) -
(es/renamer) Fix renaming of default-exported declarations (#9135) (45f671d)
-
(es/typescript) Fix tricky cases in TS fast strip (#9159) (2bc51b8)
-
(es/typescript) Fix replacement logic of fast TS strip (#9163) (c5acafe)
Features
-
(bindings/ts) Add transform/strip-only mode (#9138) (a08bb46)
-
(es/testing) Improve comment testing story (#9150) (3638e97)
Performance
Refactor
v1.6.7
Bug Fixes
Documentation
- Use
@swc/counterfor 3rd-party download count (026ff7e)
Features
-
(binding) Create Wasm package for stripping only TypeScript (#9124) (6b3c0da)
-
(es/minifier) Handle more indexing expression (#8750) (570c47a)
Performance
Refactor
Testing
Build
v1.6.6
Bug Fixes
Performance
v1.6.5
v1.6.4
Features
-
(common) Add fallible methods to
swc_common::SourceMap(#9090) (e423d1b) -
(es/transform) Add experimental
.d.tsgeneration (#9093) (51a2702) -
(typescript) Implement Isolated Declaration (#9086) (a855159)
Miscellaneous Tasks
- (deps) Replace
sha-1withsha1([#9091
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Pull Request Test Coverage Report for Build 10385984853
Details
- 0 of 0 changed or added relevant lines in 0 files are covered.
- No unchanged relevant lines lost coverage.
- Overall coverage remained the same at 100.0%
| Totals | |
|---|---|
| Change from base Build 8489311769: | 0.0% |
| Covered Lines: | 266 |
| Relevant Lines: | 266 |
💛 - Coveralls
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
64d7089) to head (9c383e5).
Additional details and impacted files
@@ Coverage Diff @@
## master #364 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 11 11
Lines 287 287
Branches 67 67
=========================================
Hits 287 287
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 100.00% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.