Skip to content

Commit

Permalink
bump(deps): update dependency @swc/core to ^1.5.25 (#313)
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.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**: 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/crypto-frontmatter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODguMSIsInVwZGF0ZWRJblZlciI6IjM3LjM4OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 8, 2024
1 parent d3df247 commit eff3b03
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.5.24",
"@swc/core": "^1.5.25",
"@swc/jest": "^0.2.36",
"@types/node": "^18.19.23",
"@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 eff3b03

Please sign in to comment.