Skip to content

Commit

Permalink
fix(deps): update rust crate swc_core to 0.103.0 (#1431)
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
| minor | `0.102.0` -> `0.103.0` |

---

### 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 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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent 1486dca commit d71295a
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 9 deletions.
151 changes: 143 additions & 8 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 = "0.102.0", features = [
swc_core = { version = "0.103.0", features = [
"ecma_plugin_transform",
"ecma_ast_serde",
] }
Expand Down

0 comments on commit d71295a

Please sign in to comment.