Skip to content

Commit

Permalink
bump(deps): update dependency @swc/core to ^1.5.5 (#50)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

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.4.17` ->
`^1.5.5`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.4.17/1.5.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.4.17/1.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.4.17/1.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>swc-project/swc (@&#8203;swc/core)</summary>

###
[`v1.5.5`](https://github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#155---2024-05-08)

[Compare
Source](https://github.com/swc-project/swc/compare/v1.5.3...v1.5.5)

##### Bug Fixes

- **(css/modules)** Allow any order of composes
([#&#8203;8930](https://github.com/swc-project/swc/issues/8930))
([7014c63](https://github.com/swc-project/swc/commit/7014c63625c7c9f83322931600a52c82ba8b107a))

- **(css/modules)** Fix `:global` selectors without preceding whitespace
([#&#8203;8926](https://github.com/swc-project/swc/issues/8926))
([2405dc6](https://github.com/swc-project/swc/commit/2405dc6ba0aa227df81fda3db303fc6f523972db))

- **(es/fixer)** Wrap class expressions in callee
([#&#8203;8928](https://github.com/swc-project/swc/issues/8928))
([6b60bdb](https://github.com/swc-project/swc/commit/6b60bdb69713f7ccf603db04696621985d200d28))

- **(es/minifier)** Respect `module: false`
([#&#8203;8925](https://github.com/swc-project/swc/issues/8925))
([aca6a77](https://github.com/swc-project/swc/commit/aca6a77903e31099f473587eb9285ae1c4dee309))

- **(es/minifier)** Consider side effects of operands of binary
expressions
([#&#8203;8929](https://github.com/swc-project/swc/issues/8929))
([4d4a7a9](https://github.com/swc-project/swc/commit/4d4a7a9bcb39228973c0da2991310b5107feb319))

- **(es/minifier)** Fix operand handling of `**`
([#&#8203;8933](https://github.com/swc-project/swc/issues/8933))
([c9d72cd](https://github.com/swc-project/swc/commit/c9d72cdc6aa847ba2d81eb2a99c0d0c74bc669b6))

- **(es/minifier)** Fix a bug about `Tpl` => `Str`
([#&#8203;8934](https://github.com/swc-project/swc/issues/8934))
([d4be383](https://github.com/swc-project/swc/commit/d4be3833183b829bf39c0b53407b8892517256d9))

- **(es/module)** Resolve `.jsx` imports fully
([#&#8203;8936](https://github.com/swc-project/swc/issues/8936))
([c536d2a](https://github.com/swc-project/swc/commit/c536d2ad6f731e3284df48902637e6446e91a721))

##### Refactor

- **(es/minifier)** Remove unnecessary check
([#&#8203;8927](https://github.com/swc-project/swc/issues/8927))
([8932a1b](https://github.com/swc-project/swc/commit/8932a1b527a685917e7c24f5fd434a71468abcd8))

###
[`v1.5.3`](https://github.com/swc-project/swc/compare/v1.5.2...v1.5.3)

[Compare
Source](https://github.com/swc-project/swc/compare/v1.5.2...v1.5.3)

###
[`v1.5.2`](https://github.com/swc-project/swc/compare/v1.5.1...v1.5.2)

[Compare
Source](https://github.com/swc-project/swc/compare/v1.5.1...v1.5.2)

###
[`v1.5.1`](https://github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#151---2024-04-27)

[Compare
Source](https://github.com/swc-project/swc/compare/v1.5.0...v1.5.1)

##### Bug Fixes

- **(es/decorator)** Support for legacy decorators in class expressions
([#&#8203;8892](https://github.com/swc-project/swc/issues/8892))
([8fe57ad](https://github.com/swc-project/swc/commit/8fe57adc02f1a67ece9b73769d90320ae4e72808))

- **(es/helpers)** Remove unused export from `_using_ctx.js`
([#&#8203;8891](https://github.com/swc-project/swc/issues/8891))
([438d0b3](https://github.com/swc-project/swc/commit/438d0b32b680a1a64861e97cb4a1e14213335e48))

- **(es/minifier)** Do not add vars if `eval` exists
([#&#8203;8888](https://github.com/swc-project/swc/issues/8888))
([be359fa](https://github.com/swc-project/swc/commit/be359fa75318d645f954feb90353b884dfa51e6e))

###
[`v1.5.0`](https://github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#150---2024-04-24)

[Compare
Source](https://github.com/swc-project/swc/compare/v1.4.17...v1.5.0)

##### Bug Fixes

- **(es/minifier)** Abort seq inline on recursive usage
([#&#8203;8887](https://github.com/swc-project/swc/issues/8887))
([cd4548f](https://github.com/swc-project/swc/commit/cd4548fd8c32f67d0e8373f7a2c3cb625f43e6c4))

##### Features

- **(es/ast)** Support abstract auto-accessors
([#&#8203;8736](https://github.com/swc-project/swc/issues/8736))
([1155ac7](https://github.com/swc-project/swc/commit/1155ac79720512625568c45bfd3542ec340c0ebd))

</details>

---

### 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.

🔕 **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/fuxingloh/karfia).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 12, 2024
1 parent db63a62 commit 2c406fd
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@swc/core": "^1.4.17",
"@swc/core": "^1.5.5",
"@swc/jest": "^0.2.36",
"@types/node": "^20.12.8",
"@workspace/eslint-config": "workspace:*",
Expand Down
74 changes: 37 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c406fd

Please sign in to comment.