Skip to content

Commit

Permalink
chore(deps): update dependency @swc/core to v1.3.94 (#160)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@swc/core](https://swc.rs)
([source](https://togithub.com/swc-project/swc)) | devDependencies |
patch | [`1.3.93` ->
`1.3.94`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.93/1.3.94) |

---

### Release Notes

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

###
[`v1.3.94`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1394---2023-10-21)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.93...v1.3.94)

##### Bug Fixes

- **(css/ast)** Make `.hash()` of `Token` not recursive
([#&#8203;8151](https://togithub.com/swc-project/swc/issues/8151))
([8d7894c](https://togithub.com/swc-project/swc/commit/8d7894c71f86ef6b1813b69a15d72bb7911ed7ca))

- **(es/minifier)** Abort seq inliner if `b` can short-circuit
([#&#8203;8128](https://togithub.com/swc-project/swc/issues/8128))
([111de26](https://togithub.com/swc-project/swc/commit/111de264b0ec04ec7a693b0006050df21513b583))

- **(es/minifier)** Abort function inliner if `keep_fnames` is `true`
([#&#8203;8145](https://togithub.com/swc-project/swc/issues/8145))
([35601e4](https://togithub.com/swc-project/swc/commit/35601e4dcb7bb65e16d217c50d6065958cbd8e6d))

- **(es/parser)** Skip `this` parameters in setter
([#&#8203;8158](https://togithub.com/swc-project/swc/issues/8158))
([826386f](https://togithub.com/swc-project/swc/commit/826386f49a1226ff3f7d352a75ccdc65c982b4be))

- **(es/utils)** Skip var declarator name in `RefRewriter`
([#&#8203;8125](https://togithub.com/swc-project/swc/issues/8125))
([fb81a36](https://togithub.com/swc-project/swc/commit/fb81a36adcebdc269ae89677977220e9b21b072f))

- **(es/utils)** Fix regression of `RefRewriter`
([#&#8203;8153](https://togithub.com/swc-project/swc/issues/8153))
([08cf1f7](https://togithub.com/swc-project/swc/commit/08cf1f786d0a0fbe4029614306ba2ebaf0a9c919))

##### Features

- **(es/compat)** Implement decorator metadata proposal
([#&#8203;8097](https://togithub.com/swc-project/swc/issues/8097))
([9c029ef](https://togithub.com/swc-project/swc/commit/9c029ef095f83783a3581dfcc165dd197308f538))

- **(es/compat)** Skip empty class static blocks
([#&#8203;8138](https://togithub.com/swc-project/swc/issues/8138))
([e186b80](https://togithub.com/swc-project/swc/commit/e186b80ddcc0c95f276e845cc491b276d0fb15ee))

- **(es/minifier)** Evaluate more `toFixed` expressions
([#&#8203;8109](https://togithub.com/swc-project/swc/issues/8109))
([7da3f52](https://togithub.com/swc-project/swc/commit/7da3f52485062eb23c719e1236b2fee90c228bdd))

- **(es/minifier)** Inline into the arguments of `new` using seq inliner
([#&#8203;8127](https://togithub.com/swc-project/swc/issues/8127))
([4f67794](https://togithub.com/swc-project/swc/commit/4f67794223cf2848ac3c3e42e1e43acec4533246))

- **(es/minifier)** Drop empty static blocks
([#&#8203;8152](https://togithub.com/swc-project/swc/issues/8152))
([8a461b8](https://togithub.com/swc-project/swc/commit/8a461b89573e82bfdac9e730ee23a2fa9210a4c5))

- **(es/parser)** Implement `AsRef<str>` for `IdentLike`
([#&#8203;8133](https://togithub.com/swc-project/swc/issues/8133))
([bffe33a](https://togithub.com/swc-project/swc/commit/bffe33a27036d01d409bad3fcc69d35157665662))

- **(es/typescript)** Add `ts_enum_is_mutable` to disable enum inlining
([#&#8203;8115](https://togithub.com/swc-project/swc/issues/8115))
([57b171d](https://togithub.com/swc-project/swc/commit/57b171dcbe55a8d285d5bc477844b24fdf48835a))

##### Miscellaneous Tasks

- **(bindings)** Add `@deprecated` to JS plugins
([#&#8203;8132](https://togithub.com/swc-project/swc/issues/8132))
([1e9b4e0](https://togithub.com/swc-project/swc/commit/1e9b4e027cabba88c8a0cfd6b62f9ca6c00b29a8))

- **(es/module)** Remove `serde(deny_unknown_fields)`
([#&#8203;8163](https://togithub.com/swc-project/swc/issues/8163))
([5be8e74](https://togithub.com/swc-project/swc/commit/5be8e74ee0a2e81058c340f414479da554081d09))

##### Refactor

- **(es/minifier)** Decouple `assign_count` from `reassigned`
([#&#8203;8137](https://togithub.com/swc-project/swc/issues/8137))
([13106e0](https://togithub.com/swc-project/swc/commit/13106e0d2eaa08c4c74f58205f57c4f2d7d4479f))

</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://togithub.com/renovatebot/renovate).

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

Co-authored-by: Balvajs Renovate Bot <406530+balvajs-renovate[bot]@users.noreply.github.com>
  • Loading branch information
balvajs-renovate[bot] and Balvajs Renovate Bot authored Oct 21, 2023
1 parent 8de7733 commit 4904158
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@semantic-release/commit-analyzer": "11.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/release-notes-generator": "12.0.0",
"@swc/core": "1.3.93",
"@swc/core": "1.3.94",
"@swc/jest": "0.2.29",
"@types/jest": "29.5.6",
"@types/node": "20.8.7",
Expand Down
90 changes: 45 additions & 45 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 4904158

Please sign in to comment.