Skip to content

Commit

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

---

### Release Notes

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

###
[`v1.3.93`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1393---2023-10-13)

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

##### Bug Fixes

- **(ci)** Fix CI
([#&#8203;8079](https://togithub.com/swc-project/swc/issues/8079))
([7073e83](https://togithub.com/swc-project/swc/commit/7073e83f65ed5e98ee294c8e366a80b0a0f5921f))

- **(es/codegen)** Fix codegen of type-only imports
([#&#8203;8070](https://togithub.com/swc-project/swc/issues/8070))
([6f45b46](https://togithub.com/swc-project/swc/commit/6f45b4693e6d35bf05bacb89b65c7f013d0366a2))

- **(es/compat)** Handle `__proto__` edge case in `shorthand` pass
([#&#8203;8077](https://togithub.com/swc-project/swc/issues/8077))
([a912937](https://togithub.com/swc-project/swc/commit/a912937cea672ad4fbda057efc3a09283e3635fe))

- **(es/compat)** Handle export default decorator only if not empty
([#&#8203;8099](https://togithub.com/swc-project/swc/issues/8099))
([bf523f5](https://togithub.com/swc-project/swc/commit/bf523f53513311d6c7d4a94f9a36bedd42230c09))

- **(es/decorators)** Fix a regression about class expressions
([#&#8203;8102](https://togithub.com/swc-project/swc/issues/8102))
([cb4361f](https://togithub.com/swc-project/swc/commit/cb4361f2931cf222edbb449db6fe2c261c4b735d))

- **(es/helpers)** Override mistake in `_interop_require_wildcard`
([#&#8203;8076](https://togithub.com/swc-project/swc/issues/8076))
([1346528](https://togithub.com/swc-project/swc/commit/1346528477bd8c587f0ee0d5fa6969f397739ddb))

- **(es/minifier)** Don't inline functions if `keep_fnames` is enabled
([#&#8203;8093](https://togithub.com/swc-project/swc/issues/8093))
([94bb42e](https://togithub.com/swc-project/swc/commit/94bb42e29418a8697ba0ab41dad2ffe63f1c32c7))

- **(es/parser)** Fix parsing of `await using`
([#&#8203;8101](https://togithub.com/swc-project/swc/issues/8101))
([e1043fa](https://togithub.com/swc-project/swc/commit/e1043fae77ca9e33b2d65ce6edc9559917a895ec))

- **(xtask)** Fix nightly command
([#&#8203;8105](https://togithub.com/swc-project/swc/issues/8105))
([db4ca65](https://togithub.com/swc-project/swc/commit/db4ca650e445e602f289f7964b24f7e2647beacd))

##### Features

- **(css/parser)** Store lexed comments
([#&#8203;8091](https://togithub.com/swc-project/swc/issues/8091))
([d1097cc](https://togithub.com/swc-project/swc/commit/d1097ccb599c4343e3f80ca9bd793bbfce424e8b))

##### Miscellaneous Tasks

- **(es/minifier)** Fix script for extracting test cases from next.js
app ([#&#8203;8092](https://togithub.com/swc-project/swc/issues/8092))
([a2d0779](https://togithub.com/swc-project/swc/commit/a2d077958f071752dbc347fbf414622e0146e1fd))

##### Refactor

- **(atoms)** Remove usage of `js_word!` to drop `string-cache`
([#&#8203;7976](https://togithub.com/swc-project/swc/issues/7976))
([84cec87](https://togithub.com/swc-project/swc/commit/84cec8766db77062cc984c777dd716358ee8fd6e))

- **(es/compat)** Split `swc_ecma_transforms_compat`
([#&#8203;8110](https://togithub.com/swc-project/swc/issues/8110))
([affb6fb](https://togithub.com/swc-project/swc/commit/affb6fb5e3e363f1eb4d42d4501a4a806c4060f7))

- **(es/module)** Reimplement some functions of module/typescript
([#&#8203;8063](https://togithub.com/swc-project/swc/issues/8063))
([3e5b062](https://togithub.com/swc-project/swc/commit/3e5b062cd2792703371bbbfeaf1be309e8280abd))

- **(es/parser)** Introduce `TokenKind` along with `Token`
([#&#8203;8071](https://togithub.com/swc-project/swc/issues/8071))
([9b9bc51](https://togithub.com/swc-project/swc/commit/9b9bc51c28fee51de9eeedf6d49fbe115d6052e6))

- **(es/preset-env)** Rename parameter to avoid confusion
([#&#8203;8106](https://togithub.com/swc-project/swc/issues/8106))
([95eb147](https://togithub.com/swc-project/swc/commit/95eb147742ea1aa207845807a306847afc859702))

###
[`v1.3.92`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1392---2023-10-05)

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

##### Bug Fixes

- **(es/compat)** Fix scoping of `explicit-resource-management`
([#&#8203;8044](https://togithub.com/swc-project/swc/issues/8044))
([96a7a4d](https://togithub.com/swc-project/swc/commit/96a7a4d045d08547fed75c79a7156f79262edfc2))

- **(es/compat)** Transform default-exported class decorators correctly
([#&#8203;8050](https://togithub.com/swc-project/swc/issues/8050))
([a751f1c](https://togithub.com/swc-project/swc/commit/a751f1cfaf415917ab2a5e5098d9ca32bffa907b))

- **(es/compat)** Use `async` and `await` correctly in `block-scoping`
pass ([#&#8203;8056](https://togithub.com/swc-project/swc/issues/8056))
([8318ea8](https://togithub.com/swc-project/swc/commit/8318ea82c28d3cf55e701f6da2f3077efe8ca653))

- **(es/module)** Handle directives
([#&#8203;8048](https://togithub.com/swc-project/swc/issues/8048))
([4d8e101](https://togithub.com/swc-project/swc/commit/4d8e1013bb7775f60d463276cc3233ecd7849b31))

##### Miscellaneous Tasks

- **(ci)** Fix publish action
([8ddb0da](https://togithub.com/swc-project/swc/commit/8ddb0dafa25e21020f6378ee4c29fa286654ea30))

- **(ci)** Prepare multi-package repository
([#&#8203;8043](https://togithub.com/swc-project/swc/issues/8043))
([f2bc6a3](https://togithub.com/swc-project/swc/commit/f2bc6a3fcc7367726afe55b4fa4c6bde839fbd70))

- **(ci)** Fix publish action for minifier
([77b8591](https://togithub.com/swc-project/swc/commit/77b8591d86dee33c92277b4b2d301d8cb253c16b))

- Fix CI condition
([9c9c03b](https://togithub.com/swc-project/swc/commit/9c9c03b76b7de8df754437e3ee2d4ab5d079b96d))

- Fix CI
([0c8d8a3](https://togithub.com/swc-project/swc/commit/0c8d8a3f4ab24c41d209bf2fdd37703e0205f0c0))

- Configure `nissuer`
([#&#8203;8053](https://togithub.com/swc-project/swc/issues/8053))
([2a508bc](https://togithub.com/swc-project/swc/commit/2a508bcb9a7fb4d3323b4e08c0702b1191f95b96))

- Configure issue validator
([a555823](https://togithub.com/swc-project/swc/commit/a5558236b715e49dbbb7842edfb24baa7a3f0760))

- Mark reproduction link required
([c6e0a18](https://togithub.com/swc-project/swc/commit/c6e0a18292001cb46722b533213acdf374311edc))

- Update nissuer.yml
([#&#8203;8060](https://togithub.com/swc-project/swc/issues/8060))
([a2f1010](https://togithub.com/swc-project/swc/commit/a2f1010b4e312d972d901705da971b887b1b254a))

- Add `evanw.github.io` to the allowed repro hosts
([c26ee63](https://togithub.com/swc-project/swc/commit/c26ee63839df040644082ed6ff88bd2571c3af44))

##### Refactor

- **(cli)** Make CLI testable/managable with `swc-bump`
([#&#8203;8045](https://togithub.com/swc-project/swc/issues/8045))
([f717cf2](https://togithub.com/swc-project/swc/commit/f717cf21cc1cea5e30e87c4d08861daadb25ab14))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on Monday after 10am before 7pm" in
timezone Asia/Seoul, 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/channel-io/bezier-react).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 17, 2023
1 parent f94df60 commit 5042b04
Showing 1 changed file with 44 additions and 44 deletions.
88 changes: 44 additions & 44 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6109,90 +6109,90 @@ __metadata:
languageName: node
linkType: hard

"@swc/core-darwin-arm64@npm:1.3.91":
version: 1.3.91
resolution: "@swc/core-darwin-arm64@npm:1.3.91"
"@swc/core-darwin-arm64@npm:1.3.93":
version: 1.3.93
resolution: "@swc/core-darwin-arm64@npm:1.3.93"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard

"@swc/core-darwin-x64@npm:1.3.91":
version: 1.3.91
resolution: "@swc/core-darwin-x64@npm:1.3.91"
"@swc/core-darwin-x64@npm:1.3.93":
version: 1.3.93
resolution: "@swc/core-darwin-x64@npm:1.3.93"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard

"@swc/core-linux-arm-gnueabihf@npm:1.3.91":
version: 1.3.91
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.3.91"
"@swc/core-linux-arm-gnueabihf@npm:1.3.93":
version: 1.3.93
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.3.93"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard

"@swc/core-linux-arm64-gnu@npm:1.3.91":
version: 1.3.91
resolution: "@swc/core-linux-arm64-gnu@npm:1.3.91"
"@swc/core-linux-arm64-gnu@npm:1.3.93":
version: 1.3.93
resolution: "@swc/core-linux-arm64-gnu@npm:1.3.93"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard

"@swc/core-linux-arm64-musl@npm:1.3.91":
version: 1.3.91
resolution: "@swc/core-linux-arm64-musl@npm:1.3.91"
"@swc/core-linux-arm64-musl@npm:1.3.93":
version: 1.3.93
resolution: "@swc/core-linux-arm64-musl@npm:1.3.93"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard

"@swc/core-linux-x64-gnu@npm:1.3.91":
version: 1.3.91
resolution: "@swc/core-linux-x64-gnu@npm:1.3.91"
"@swc/core-linux-x64-gnu@npm:1.3.93":
version: 1.3.93
resolution: "@swc/core-linux-x64-gnu@npm:1.3.93"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard

"@swc/core-linux-x64-musl@npm:1.3.91":
version: 1.3.91
resolution: "@swc/core-linux-x64-musl@npm:1.3.91"
"@swc/core-linux-x64-musl@npm:1.3.93":
version: 1.3.93
resolution: "@swc/core-linux-x64-musl@npm:1.3.93"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard

"@swc/core-win32-arm64-msvc@npm:1.3.91":
version: 1.3.91
resolution: "@swc/core-win32-arm64-msvc@npm:1.3.91"
"@swc/core-win32-arm64-msvc@npm:1.3.93":
version: 1.3.93
resolution: "@swc/core-win32-arm64-msvc@npm:1.3.93"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"@swc/core-win32-ia32-msvc@npm:1.3.91":
version: 1.3.91
resolution: "@swc/core-win32-ia32-msvc@npm:1.3.91"
"@swc/core-win32-ia32-msvc@npm:1.3.93":
version: 1.3.93
resolution: "@swc/core-win32-ia32-msvc@npm:1.3.93"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard

"@swc/core-win32-x64-msvc@npm:1.3.91":
version: 1.3.91
resolution: "@swc/core-win32-x64-msvc@npm:1.3.91"
"@swc/core-win32-x64-msvc@npm:1.3.93":
version: 1.3.93
resolution: "@swc/core-win32-x64-msvc@npm:1.3.93"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"@swc/core@npm:^1.3.83":
version: 1.3.91
resolution: "@swc/core@npm:1.3.91"
dependencies:
"@swc/core-darwin-arm64": 1.3.91
"@swc/core-darwin-x64": 1.3.91
"@swc/core-linux-arm-gnueabihf": 1.3.91
"@swc/core-linux-arm64-gnu": 1.3.91
"@swc/core-linux-arm64-musl": 1.3.91
"@swc/core-linux-x64-gnu": 1.3.91
"@swc/core-linux-x64-musl": 1.3.91
"@swc/core-win32-arm64-msvc": 1.3.91
"@swc/core-win32-ia32-msvc": 1.3.91
"@swc/core-win32-x64-msvc": 1.3.91
version: 1.3.93
resolution: "@swc/core@npm:1.3.93"
dependencies:
"@swc/core-darwin-arm64": 1.3.93
"@swc/core-darwin-x64": 1.3.93
"@swc/core-linux-arm-gnueabihf": 1.3.93
"@swc/core-linux-arm64-gnu": 1.3.93
"@swc/core-linux-arm64-musl": 1.3.93
"@swc/core-linux-x64-gnu": 1.3.93
"@swc/core-linux-x64-musl": 1.3.93
"@swc/core-win32-arm64-msvc": 1.3.93
"@swc/core-win32-ia32-msvc": 1.3.93
"@swc/core-win32-x64-msvc": 1.3.93
"@swc/counter": ^0.1.1
"@swc/types": ^0.1.5
peerDependencies:
Expand Down Expand Up @@ -6221,7 +6221,7 @@ __metadata:
peerDependenciesMeta:
"@swc/helpers":
optional: true
checksum: a5d0a52080709fe7b45f58e27ab5f3b5613294000991546ebdf9944144c90d4a4d79b7c818f5799573728f9ab61d99a0f01f64f76f0efc2ad52feabfce463291
checksum: cf8cf2b01d84f057525f45728fd8d2400fc6c2ae31a11571bdd5513fd3a2cae096b4a8ea5273a5d69d1e1279a52322940ff0f56e918ceead2ef176a7af6fa7a8
languageName: node
linkType: hard

Expand Down

0 comments on commit 5042b04

Please sign in to comment.