Skip to content

Commit

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

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs)
([source](https://redirect.github.com/swc-project/swc)) | [`1.10.12` ->
`1.10.14`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.10.12/1.10.14)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.10.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.10.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.10.12/1.10.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.10.12/1.10.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.10.14`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#11014---2025-02-03)

[Compare
Source](https://redirect.github.com/swc-project/swc/compare/v1.10.12...v1.10.14)

##### Bug Fixes

- **(deps)** Update cargo (patch)
([#&#8203;9971](https://redirect.github.com/swc-project/swc/issues/9971))
([e9843d8](https://redirect.github.com/swc-project/swc/commit/e9843d8bb730ebdfca42108585c2e013f96fd612))

- **(es/transforms)** Pass `unresolved_mark` to `simplifier` instead of
`top_level_mark`
([#&#8203;9989](https://redirect.github.com/swc-project/swc/issues/9989))
([963b088](https://redirect.github.com/swc-project/swc/commit/963b0881f9e027fd9ca6ed7b59a3b1f284bf688e))

- **(swc_core)** Fix typo in swc_core feature
([#&#8203;9979](https://redirect.github.com/swc-project/swc/issues/9979))
([99a6339](https://redirect.github.com/swc-project/swc/commit/99a63397b65dfe02bc2c864069edbffb84efa510))

##### Features

- **(ts/fast-strip)** Support type-only/uninstantiated namespaces
([#&#8203;9983](https://redirect.github.com/swc-project/swc/issues/9983))
([a72c6fa](https://redirect.github.com/swc-project/swc/commit/a72c6fa28cea8c9e2bc0d85fbf4909ed03f4d344))

- Add (experimental) nodejs interop crates
([#&#8203;9974](https://redirect.github.com/swc-project/swc/issues/9974))
([37e0ea5](https://redirect.github.com/swc-project/swc/commit/37e0ea5697c657582e132aa5fe86837c2e86cae6))

- Add (experimental) `js-interop` npm package
([#&#8203;9975](https://redirect.github.com/swc-project/swc/issues/9975))
([eebb0ea](https://redirect.github.com/swc-project/swc/commit/eebb0ea14fa2061fd721992c0fc31734fe9d1e42))

##### Performance

- Update `rustc-hash` to `v2` and drop `ahash`
([#&#8203;9982](https://redirect.github.com/swc-project/swc/issues/9982))
([6765db0](https://redirect.github.com/swc-project/swc/commit/6765db0dfef953d841fe414480c7c635d740dbd7))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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://redirect.github.com/renovatebot/renovate).

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

Co-authored-by: tsang-bot[bot] <146107447+tsang-bot[bot]@users.noreply.github.com>
  • Loading branch information
tsang-bot[bot] authored Feb 7, 2025
1 parent f0e438d commit 526d635
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 90 deletions.
178 changes: 89 additions & 89 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@semantic-release/npm": "12.0.1",
"@swc-node/register": "1.10.9",
"@swc/cli": "0.6.0",
"@swc/core": "1.10.12",
"@swc/core": "1.10.14",
"@types/jest": "29.5.14",
"@types/node": "22.13.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
Expand Down

0 comments on commit 526d635

Please sign in to comment.