Skip to content

Commit

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

---

### Release Notes

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

###
[`v1.5.25`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1525---2024-06-05)

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

##### Bug Fixes

- **(es/es2015)** Fix injection location of `this` for getter/setter
properties
([#&#8203;8993](https://togithub.com/swc-project/swc/issues/8993))
([09121a6](https://togithub.com/swc-project/swc/commit/09121a61cc5bf390b627e548c471bfc39ccb1c0f))

- **(es/minifier)** Preserve unused special properties
([#&#8203;9005](https://togithub.com/swc-project/swc/issues/9005))
([e764ff6](https://togithub.com/swc-project/swc/commit/e764ff6f64d4e528a2af3e3ad7859ab3f8a2fe48))

- **(es/minifier)** Fix comparison of `-0.0`
([#&#8203;9012](https://togithub.com/swc-project/swc/issues/9012))
([8a29577](https://togithub.com/swc-project/swc/commit/8a29577cc5bd3842d3bccfdbbffa45e4c9944d7f))

- **(es/minifier)** Do not index a string with a surrogate pair
([#&#8203;9013](https://togithub.com/swc-project/swc/issues/9013))
([2879a4d](https://togithub.com/swc-project/swc/commit/2879a4d42b18e7e9d6bc12119a799c6a8c95e108))

- **(es/minifier)** Fix evaluation of `-0` as a string
([#&#8203;9011](https://togithub.com/swc-project/swc/issues/9011))
([9f8e24a](https://togithub.com/swc-project/swc/commit/9f8e24a76c00b8f4470aadf22f071a60f409a13d))

- **(es/resolver)** Fix hoisting of `const` and `let`
([#&#8203;8987](https://togithub.com/swc-project/swc/issues/8987))
([0d9ecf3](https://togithub.com/swc-project/swc/commit/0d9ecf39c1f452be1f2e583f72cebc6986a8088b))

##### Features

- **(es/minifier)** Detect TypeScript enum initialization pattern
([#&#8203;8986](https://togithub.com/swc-project/swc/issues/8986))
([cc8c155](https://togithub.com/swc-project/swc/commit/cc8c1550ddd8f45712039663487fe07b8dfa2599))

- **(x)** Initialize project
([#&#8203;8999](https://togithub.com/swc-project/swc/issues/8999))
([da70ebe](https://togithub.com/swc-project/swc/commit/da70ebed692d734ac4c042cd6a67fee9da793731))

##### Performance

- **(es/parser)** Add feature named `tracing-spans`
([#&#8203;9019](https://togithub.com/swc-project/swc/issues/9019))
([3bf3114](https://togithub.com/swc-project/swc/commit/3bf31148ba5058323ee89bb2ca74b641c52c0669))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjM5MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

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 Jun 5, 2024
1 parent fdc7ade commit 348dd7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@semantic-release/git": "10.0.1",
"@semantic-release/release-notes-generator": "13.0.0",
"@stylistic/eslint-plugin": "1.8.1",
"@swc/core": "1.5.24",
"@swc/core": "1.5.25",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"@types/node": "20.12.6",
Expand Down

0 comments on commit 348dd7e

Please sign in to comment.