Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update swc monorepo - autoclosed #289

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@swc/cli 0.1.59 -> 0.1.62 age adoption passing confidence
@swc/core (source) 1.3.50 -> 1.3.78 age adoption passing confidence
@swc/core (source) 1.3.32 -> 1.3.78 age adoption passing confidence
@swc/helpers (source) 0.5.0 -> 0.5.1 age adoption passing confidence
@swc/jest 0.2.24 -> 0.2.29 age adoption passing confidence
@swc/jest 0.2.26 -> 0.2.29 age adoption passing confidence

Release Notes

swc-project/cli (@​swc/cli)

v0.1.62

Compare Source

v0.1.61

Compare Source

v0.1.60

Compare Source

swc-project/swc (@​swc/core)

v1.3.78

Compare Source

Bug Fixes
  • (es/codegen) Add quotes to property names when ascii_only is true (#​7820) (04921f3)

  • (es/compat) Remove wrong logic for object patterns in object_rest (#​7788) (3766a7c)

  • (es/minifier) Preserve cooked while compressing template literals (#​7773) (05990a9)

  • (es/minifier) Abort seq inliner if var is not fn_local or reassigned (#​7804) (f8ca366)

  • (es/minifier) Preserve more analysis data upon inlining (#​7823) (31de19e)

Features
  • (es/module) Improve error message about relative jsc.baseUrl (#​7827) (9099883)
Refactor

v1.3.77

Compare Source

Bug Fixes
Features
Refactor
  • (es/parser) Don't attempt to handle shebangs in read_token_number_sign (#​7803) (5e7834a)

v1.3.76

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance
  • (es/compat) Improve time complexity of class_properties (#​7786) (76c6258)

v1.3.75

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor

v1.3.74

Compare Source

Bug Fixes

v1.3.73

Compare Source

Bug Fixes
  • (es/minifier) Handle synthesized export default expression (#​7707) (5ea6f27)

  • (es/utils) Fix string evaluation of array literals (#​7731) (e8c58cf)

Features
  • (es/preset-env) Update builtin definitions for core-js imports (#​7715) (b4f3332)
Testing
  • (es/compat) Add a test for optional chaining with loose mode (#​7726) (216c4f1)

v1.3.72

Compare Source

Bug Fixes
  • (es/compat) Fix handling of private members in optional chaining pass (#​7610) (7ba7b6e)

  • (es/minifier) Do not drop used properties (#​7702) (f901b41)

  • (es/module) Do not determine module name for modules without exports in UMD (#​7718) (40136f7)

Features
Refactor

v1.3.71

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor

v1.3.70

Compare Source

Bug Fixes
  • (es/minifier) Fix a bug about eval of name mangler (#​7615) (6be1f70)

  • (es/minifier) Do not reuse identifier used for import bindings (#​7639) (a65be14)

  • (es/module) Skip CJS and AMD transformations for Script (#​7661) (a2d0408)

Features
Testing
Buiild

v1.3.69

Compare Source

Bug Fixes
  • (es/compat) Visit children of while statement in the generator pass (#​7624) (d2ac2c1)

  • (es/compat) Fix loose mode of the spread pass (#​7608) (a7daa5b)

  • (es/minifier) Don't drop unused properties of top-level vars (#​7638) (19ba714)

Features
Miscellaneous Tasks
  • (es/parser) Scope use of lexical to certain features (#​7644) (a961090)
Refactor
Build

v1.3.68

Compare Source

Bug Fixes
Features
  • (es/compat) Implement transform for explicit resource management (#​7376) (bcd5a1d)

  • (es/minifier) Drop unused properties (#​7534) (47d2edd)

  • (es/minifier) Compress common sub expressions in sequences (#​7587) (ff1ad95)

  • (es/optimization) Support default imports for const modules (#​7604) (ac02b84)

Refactor

v1.3.67

Compare Source

Bug Fixes
  • (es/minifier) Don't drop assignments to unused top-level variables (#​7581) (a685c88)

  • (es/parser) Adjust context while parsing type arguments of TypeScript type queries (#​7582) (9d5dda1)

  • (estree/compat) Adjust loc.col (#​7565) (d86f8f6)

Features
Miscellaneous Tasks
Refactor
Build

v1.3.66

Compare Source

Bug Fixes
Features
Testing

v1.3.65

Compare Source

Bug Fixes
Features

v1.3.64

Compare Source

Bug Fixes

v1.3.63

Compare Source

Bug Fixes
  • (es/codegen) Remove extra spaces in AssignPatProp and KeyValuePatProp (#​7488) (064bcf4)

  • (es/compat) Make stage 3 decorator pass use correct state for inner classes (#​7508) (cc4146c)

  • (es/minifier) Infect mutation when assigning a property (#​7503) (7f9f0b8)

  • (es/react) Default to empty string when emitting refresh signature (#​7514) (8e933c8)

Features
Performance
  • (css/prefixer) Convert macro to a function call to reduce binary size (#​7507) (d545df6)

  • (es) Use &dyn Comments to reduce binary size (#​7489) (2c3ac68)

  • (es) Use &dyn Comments for jsx and TypeScript (#​7490) (abd62bc)

Refactor

v1.3.62

Compare Source

Bug Fixes
Miscellaneous Tasks
Performance

v1.3.61

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Testing

v1.3.60

Compare Source

Bug Fixes
Features
  • (plugin/runner) Enable in-memory precompiled module cache (#​7420) (f8fe365)
Refactor

v1.3.59

Compare Source

Bug Fixes
  • (common) Disable tracing/release_max_level_info (#​7401) (95291f2)

  • (es/codegen) Do not create duplicate source map entry (#​7309) (40ba242)

  • (es/compat) Mark reserved function names private (#​7298) (dba78a0)

  • (es/minifier) Mark all function params as potential property mutation (#​7409) (5dbbbea)

  • (es/minifier) Prevent inlining vars assigned outside current function scope (#​7414) (40d2bf7)

  • (es/parser) Fix parsing of module identifier (#​7400) (1d3f320)

  • (es/parser) Fix parsing of > in typescript mode (#​7407) (57ad722)

Miscellaneous Tasks
Refactor
Testing

v1.3.58

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor

v1.3.57

Compare Source

Bug Fixes
Features
Refactor
Build

v1.3.56

Compare Source

Bug Fixes
Features

v1.3.55

Compare Source

Bug Fixes
Features

v1.3.54

Compare Source

Bug Fixes
Testing

v1.3.53

Compare Source

Bug Fixes
  • (es) Fix a crash related to source map (#​7307) (e7f7b01)

  • (es/helpers) Remove unnecessary parameters in helper_expr! macro (#​7296) (38dfb91)

  • (es/modules) Support jsc.baseUrl without jsc.paths (#​7302) (9c279b8)

  • (es/parser) Fix handling of in and out of typescript (#​7308) (6f81cb9)

  • (testing) Fix path normalization on windows for testing diffs (#​7299) (3422923)

Miscellaneous Tasks
  • general: Update issue template to prevent useless issues (#​7303) (9816ba2)
Testing

v1.3.52

Compare Source

Bug Fixes
Performance
Build

v1.3.51

Compare Source

Bug Fixes
Features
  • (es/modules) Use function instead of arrow function unconditionally (#​7273) (5d3313a)
Miscellaneous Tasks
Refactor

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 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 2384e16 to 8001f13 Compare May 9, 2023 08:10
@sonarcloud
Copy link

sonarcloud bot commented May 9, 2023

[@jujulego/aegis-vue] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 9, 2023

[@jujulego/aegis-api] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 9, 2023

[@jujulego/aegis-rxjs] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 9, 2023

[@jujulego/aegis-react] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 9, 2023

[@jujulego/aegis] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from acbc957 to f879170 Compare May 19, 2023 10:40
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from 2598143 to 4d4eb5a Compare May 30, 2023 07:34
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from 39343bf to ae1a3ab Compare June 19, 2023 09:41
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from 44a9706 to 61d2b03 Compare July 5, 2023 03:46
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from 429702d to 78909a6 Compare July 18, 2023 14:32
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from 9212b3f to b0c9195 Compare July 25, 2023 07:10
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from f980857 to 4007f6f Compare August 3, 2023 01:46
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 4 times, most recently from 3da866d to c186315 Compare August 12, 2023 07:01
@renovate renovate bot changed the title chore(deps): update swc monorepo chore(deps): update swc monorepo - autoclosed Aug 21, 2023
@renovate renovate bot closed this Aug 21, 2023
@renovate renovate bot deleted the renovate/swc-monorepo branch August 21, 2023 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants