Skip to content

Commit

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

---

### Release Notes

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

###
[`v1.3.91`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1391---2023-10-01)

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

##### Bug Fixes

- **(es/compat)** Use return statements for method and setter decorator
([#&#8203;8017](https://togithub.com/swc-project/swc/issues/8017))
([38bc710](https://togithub.com/swc-project/swc/commit/38bc71006ed6f46c0145e07acccce75f7be26553))

- **(es/compat)** Generate `OptCall` for `OptCall` for private fields
([#&#8203;8031](https://togithub.com/swc-project/swc/issues/8031))
([06b6eb9](https://togithub.com/swc-project/swc/commit/06b6eb999964c25a964b0105bd7a4f20b51300dd))

- **(es/minifier)** Check if object shorthand is skippable for seq
inliner
([#&#8203;8036](https://togithub.com/swc-project/swc/issues/8036))
([01391e3](https://togithub.com/swc-project/swc/commit/01391e3c13e42b7f42f80ab13b396cad182942ff))

- **(es/module)** Sort the exported ESM bindings
([#&#8203;8024](https://togithub.com/swc-project/swc/issues/8024))
([990ca06](https://togithub.com/swc-project/swc/commit/990ca06aca3242a789e165f4318c95d0bb64b02e))

- **(es/typescript)** Rename wrong `unresolved_mark`
([#&#8203;8018](https://togithub.com/swc-project/swc/issues/8018))
([5817268](https://togithub.com/swc-project/swc/commit/58172689ce7f8dd2f0a79d8771c52fe309880b44))

- **(es/typescript)** Preserve default value of an exported binding in a
namespace
([#&#8203;8029](https://togithub.com/swc-project/swc/issues/8029))
([cf96171](https://togithub.com/swc-project/swc/commit/cf96171a53589118a0103495169e02fed10a675f))

##### Documentation

- **(counter)** Document the purpose of the package
([#&#8203;8032](https://togithub.com/swc-project/swc/issues/8032))
([b6b5a4d](https://togithub.com/swc-project/swc/commit/b6b5a4d3a6f1c6c74d47c855081a8fee17066829))

##### Features

- **(bindings)** Create a minifier-only package
([#&#8203;7993](https://togithub.com/swc-project/swc/issues/7993))
([64d8f4b](https://togithub.com/swc-project/swc/commit/64d8f4b59f81c71bffbb906595bafa356f326924))

##### Miscellaneous Tasks

- **(ci)** Prepare `@swc/minifier`
([#&#8203;8027](https://togithub.com/swc-project/swc/issues/8027))
([8214b9e](https://togithub.com/swc-project/swc/commit/8214b9ed4e214dc6a52e7d2c80cd3b8ca87d3a12))

- **(ci)** Expose more crates to JS
([#&#8203;8033](https://togithub.com/swc-project/swc/issues/8033))
([186ecfa](https://togithub.com/swc-project/swc/commit/186ecfadb55430405d1a4e1400574a6e958f9458))

- **(ci)** Remove wrong `if`s
([dec68c3](https://togithub.com/swc-project/swc/commit/dec68c32126e38066feb813fce4635e7d40a8429))-
**general**: Fix yarn lockfile
([7f91274](https://togithub.com/swc-project/swc/commit/7f9127420867cba856faa4ede8ef62ec3146e382))-
**general**: Fix yarn lockfile
([c062536](https://togithub.com/swc-project/swc/commit/c0625361a1ad7537ca53a157fbdc8599fbbe2a44))

##### Refactor

- **(es)** Extract parser/codegen code for `swc::Compiler`
([#&#8203;8030](https://togithub.com/swc-project/swc/issues/8030))
([a13f5cb](https://togithub.com/swc-project/swc/commit/a13f5cbe03f067b376f9f3318ef822142551eb96))

- **(es/minifier)** Move JS options to `swc_ecma_minifier`
([#&#8203;8028](https://togithub.com/swc-project/swc/issues/8028))
([725f7f5](https://togithub.com/swc-project/swc/commit/725f7f5bda0881bdaac1bf1254f58e5341633d4e))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 1, 2023
1 parent 90f6173 commit cb4b960
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 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": "11.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/release-notes-generator": "12.0.0",
"@swc/core": "1.3.90",
"@swc/core": "1.3.91",
"@swc/jest": "0.2.29",
"@types/jest": "29.5.5",
"@types/node": "20.8.0",
Expand Down
90 changes: 45 additions & 45 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 cb4b960

Please sign in to comment.