chore(deps): update dependency @swc/core to v1.3.101 #114

Merged
renovate-bot merged 1 commits from renovate/swc-monorepo into main 2023-12-19 12:01:36 +01:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@swc/core (source) 1.3.100 -> 1.3.101 age adoption passing confidence

Release Notes

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

v1.3.101

Compare Source

Bug Fixes
Features
  • (es/ast) Add as_import_with to ObjectLit to provide easier API (#​8405) (daf6265)
Miscellaneous Tasks
Performance
Refactor
Build

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@swc/core](https://swc.rs) ([source](https://github.com/swc-project/swc)) | [`1.3.100` -> `1.3.101`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.100/1.3.101) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.3.101?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.3.101?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.3.100/1.3.101?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.3.100/1.3.101?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>swc-project/swc (@&#8203;swc/core)</summary> ### [`v1.3.101`](https://github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#13101---2023-12-18) [Compare Source](https://github.com/swc-project/swc/compare/v1.3.100...v1.3.101) ##### Bug Fixes - **(es/codegen)** Emit extra paren emitting `AssignExpr` ([#&#8203;8413](https://github.com/swc-project/swc/issues/8413)) ([dce3693](https://github.com/swc-project/swc/commit/dce369336d873a920a9c6bd56f03286a3487ae26)) - **(es/codegen)** Fix codegen of ts specific syntax in class props ([#&#8203;8426](https://github.com/swc-project/swc/issues/8426)) ([7566ddf](https://github.com/swc-project/swc/commit/7566ddf0b7802650f0f25ca7f7c607f58faa4972)) - **(es/compat)** Fix destructuring of export class/function ([#&#8203;8371](https://github.com/swc-project/swc/issues/8371)) ([630f9d3](https://github.com/swc-project/swc/commit/630f9d342fcb396074168cc379776774a832d73e)) - **(es/compat)** Preserve spread in the `generator` pass ([#&#8203;8401](https://github.com/swc-project/swc/issues/8401)) ([29bec98](https://github.com/swc-project/swc/commit/29bec986471b2782570416698041e3ea92feccac)) - **(es/compat)** Preserve comment for arrow body ([#&#8203;8427](https://github.com/swc-project/swc/issues/8427)) ([56992e3](https://github.com/swc-project/swc/commit/56992e3dccad6f9ce37b70bf77363468c310d875)) - **(es/fixer)** Preserve parenthesis for optional chaining ([#&#8203;8399](https://github.com/swc-project/swc/issues/8399)) ([a69f172](https://github.com/swc-project/swc/commit/a69f172aacb29caafef2c2af0659faf1b9154f2c)) - **(es/lints)** Ignore ambient context binding ([#&#8203;8368](https://github.com/swc-project/swc/issues/8368)) ([83c8fe5](https://github.com/swc-project/swc/commit/83c8fe56f06eec5f84b87d945262b8be119b827b)) - **(es/resolver)** Handle `TsInterfaceDecl` and `UsingDecl` correctly ([#&#8203;8403](https://github.com/swc-project/swc/issues/8403)) ([f8ce316](https://github.com/swc-project/swc/commit/f8ce31627bf4a6cf5896470b415c0cbb6c84855f)) ##### Features - **(es/ast)** Add `as_import_with` to `ObjectLit` to provide easier API ([#&#8203;8405](https://github.com/swc-project/swc/issues/8405)) ([daf6265](https://github.com/swc-project/swc/commit/daf6265af43a8e214adbcee67512bc292d0753ef)) ##### Miscellaneous Tasks - **(atoms)** Evaluate `.into()` in `AtomStoreCell` eagerly ([#&#8203;8363](https://github.com/swc-project/swc/issues/8363)) ([1e8edb4](https://github.com/swc-project/swc/commit/1e8edb4769874eda94d862caee1b25513143a80e)) - **(deps)** Update `base64` to `v0.21` ([#&#8203;8369](https://github.com/swc-project/swc/issues/8369)) ([c2d1a6c](https://github.com/swc-project/swc/commit/c2d1a6c9fee715d72594389360b47ed2395d8745)) - **(deps)** Update `indexmap` to `v2` ([#&#8203;8370](https://github.com/swc-project/swc/issues/8370)) ([91e0fc7](https://github.com/swc-project/swc/commit/91e0fc7250bed3ccf7078938e67e8ed23a539b56)) ##### Performance - **(common)** Fix OOM of `inputSourceMap` ([#&#8203;8402](https://github.com/swc-project/swc/issues/8402)) ([6a73d47](https://github.com/swc-project/swc/commit/6a73d47aa132ea03abcf8008630ca1634bafe389)) ##### Refactor - **(css/codegen)** Support stable rust ([#&#8203;8379](https://github.com/swc-project/swc/issues/8379)) ([7cddbc6](https://github.com/swc-project/swc/commit/7cddbc618a189446d7f781a5c11f6f02bf7504e3)) - **(css/compat)** Support stable rust ([#&#8203;8386](https://github.com/swc-project/swc/issues/8386)) ([bc1e328](https://github.com/swc-project/swc/commit/bc1e32829deb4ebe91ebea5ce08b5c6bc95292a3)) - **(css/lints)** Support stable rust ([#&#8203;8384](https://github.com/swc-project/swc/issues/8384)) ([19d1d01](https://github.com/swc-project/swc/commit/19d1d013b2e0567a301bd7593db6e16b713e7490)) - **(css/minifier)** Support stable rust ([#&#8203;8389](https://github.com/swc-project/swc/issues/8389)) ([305e72e](https://github.com/swc-project/swc/commit/305e72e67297fabefb5124922e52b15522496467)) - **(css/modules)** Support stable rust ([#&#8203;8381](https://github.com/swc-project/swc/issues/8381)) ([0ff4157](https://github.com/swc-project/swc/commit/0ff4157375715b9bf6cf1ef791742707a24cfd70)) - **(css/parser)** Support stable rust ([#&#8203;8378](https://github.com/swc-project/swc/issues/8378)) ([4870e8b](https://github.com/swc-project/swc/commit/4870e8b47e74939321c2e46ce0a1246ec957d342)) - **(css/prefixer)** Support stable rust ([#&#8203;8385](https://github.com/swc-project/swc/issues/8385)) ([f93f2b8](https://github.com/swc-project/swc/commit/f93f2b8334e82255c21d4abf23d474ee8c6fff73)) - **(es/utils)** Use exact type for factory methods ([#&#8203;8417](https://github.com/swc-project/swc/issues/8417)) ([61c304f](https://github.com/swc-project/swc/commit/61c304fa9ed7f8abb1fe303183f6512868d3e1f1)) - **(html/minifier)** Support stable rust ([#&#8203;8380](https://github.com/swc-project/swc/issues/8380)) ([77145ce](https://github.com/swc-project/swc/commit/77145ce47ab66a1dbcbd614fc66886bfbec5f4f7)) ##### Build - **(macros)** Drop `pmutil` to improve compile time ([#&#8203;8404](https://github.com/swc-project/swc/issues/8404)) ([835151e](https://github.com/swc-project/swc/commit/835151e04d2cae8d65e4062cd1e6b01adf574373)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ny40IiwidXBkYXRlZEluVmVyIjoiMzYuNTcuNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovate-bot added 1 commit 2023-12-19 12:01:18 +01:00
ci/woodpecker/pr/checks Pipeline was successful Details
ci/woodpecker/push/checks Pipeline was successful Details
cda8af89ae
chore(deps): update dependency @swc/core to v1.3.101
renovate-bot scheduled this pull request to auto merge when all checks succeed 2023-12-19 12:01:18 +01:00
renovate-bot merged commit cda8af89ae into main 2023-12-19 12:01:36 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: dungeonslayers/tickwerk#114
No description provided.