Skip to content

Commit

Permalink
chore(deps): update dependency @swc/core to v1.3.86 (#81)
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://togithub.com/swc-project/swc)) | [`1.3.85` ->
`1.3.86`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.85/1.3.86) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.3.86?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.3.86?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.3.85/1.3.86?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.3.85/1.3.86?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.3.86`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1386---2023-09-18)

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

##### Bug Fixes

- **(es/compat)** Handle `PrivateName` in `logical_assignments`
([#&#8203;7958](https://togithub.com/swc-project/swc/issues/7958))
([28318f0](https://togithub.com/swc-project/swc/commit/28318f09ed358b2baa155141bc715c25f658a2eb))

- **(es/minifier)** Handle `ModuleDecl` when transform const modules
([#&#8203;7959](https://togithub.com/swc-project/swc/issues/7959))
([06ca1fe](https://togithub.com/swc-project/swc/commit/06ca1fe0a03954883750c3c39d0163fc29596ad1))

- **(es/module)** Preserve import specifier if resolving fails
([#&#8203;7955](https://togithub.com/swc-project/swc/issues/7955))
([be5b02a](https://togithub.com/swc-project/swc/commit/be5b02a8cfe2a2c1c399a4f9404b8fd097084234))

##### Miscellaneous Tasks

- **(es/preset-env)** Add the repository url to `Cargo.toml`
([#&#8203;7941](https://togithub.com/swc-project/swc/issues/7941))
([ca22359](https://togithub.com/swc-project/swc/commit/ca22359dbd0ca6e2e925bdc240939f6bd6e9ac9a))

- **(es/preset-env)** Ignore `tp` in the version of a browser version
([#&#8203;7968](https://togithub.com/swc-project/swc/issues/7968))
([005ddc5](https://togithub.com/swc-project/swc/commit/005ddc573e3752183783cc25dd6242b750f8beb5))

##### Refactor

- **(es/lint)** Remove usage of `box_patterns`
([#&#8203;7966](https://togithub.com/swc-project/swc/issues/7966))
([f7b5e16](https://togithub.com/swc-project/swc/commit/f7b5e16aef968c9c9f38f40962edf334cc3983e6))

##### Build

- **(bindings/node)** Link msvc runtime statically
([#&#8203;7965](https://togithub.com/swc-project/swc/issues/7965))
([0759779](https://togithub.com/swc-project/swc/commit/07597795cc39cce527f505bc5db304ad93082494))

</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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Balvajs/dismiss-stale-reviews).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent 08312c1 commit 61cec26
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 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": "10.0.4",
"@semantic-release/git": "10.0.1",
"@semantic-release/release-notes-generator": "11.0.7",
"@swc/core": "1.3.85",
"@swc/core": "1.3.86",
"@swc/jest": "0.2.29",
"@types/jest": "29.5.5",
"@types/node": "18.17.17",
Expand Down
94 changes: 47 additions & 47 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 61cec26

Please sign in to comment.