Skip to content

Commit

Permalink
fix(deps): update rust crate swc_core to v6 (#1577)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [swc_core](https://redirect.github.com/swc-project/swc) | dependencies
| major | `5.0.0` -> `6.0.0` |

---

### Release Notes

<details>
<summary>swc-project/swc (swc_core)</summary>

###
[`v6.0.0`](https://redirect.github.com/swc-project/swc/compare/[email protected][email protected])

[Compare
Source](https://redirect.github.com/swc-project/swc/compare/[email protected][email protected])

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/runtime-env/import-meta-env).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent 96ffea6 commit f0032ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/swc/Cargo.lock

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

2 changes: 1 addition & 1 deletion packages/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rust-ini = "0.21.0"
serde = "1.0.189"
serde_json = "1.0.107"
string_cache = "0.8.7"
swc_core = { version = "5.0.0", features = [
swc_core = { version = "6.0.0", features = [
"ecma_plugin_transform",
"ecma_ast_serde",
] }
Expand Down

0 comments on commit f0032ea

Please sign in to comment.