Skip to content

Commit

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

---

### Release Notes

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

###
[`v1.6.13`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1613---2024-07-06)

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

##### Bug Fixes

- **(es/parser)** Revert
[#&#8203;9141](https://togithub.com/swc-project/swc/issues/9141)
([#&#8203;9171](https://togithub.com/swc-project/swc/issues/9171))
([8b66d5e](https://togithub.com/swc-project/swc/commit/8b66d5e89b3489da0339de33a439ba365a60d2ce))

- **(es/testing)** Fix `PluginCommentProxy`
([#&#8203;9170](https://togithub.com/swc-project/swc/issues/9170))
([d86ca2d](https://togithub.com/swc-project/swc/commit/d86ca2d49ec72614ec8c2493a28f27267e6f8b8f))

##### Features

- **(es/typescript)** Improve fast TS strip
([#&#8203;9166](https://togithub.com/swc-project/swc/issues/9166))
([ee8dc28](https://togithub.com/swc-project/swc/commit/ee8dc28d4d5399b1996bc0eba066270a582d04b6))

- **(es/typescript)** Improve fast TS strip
([#&#8203;9167](https://togithub.com/swc-project/swc/issues/9167))
([98af589](https://togithub.com/swc-project/swc/commit/98af5890dac03a9acac4e62ddb62bc1f3495d9a2))

##### Testing

- **(es/minfiier)** Improve comment testing
([#&#8203;9164](https://togithub.com/swc-project/swc/issues/9164))
([f90574d](https://togithub.com/swc-project/swc/commit/f90574d04571023f5ccfe694003e6a25ef89cafb))

###
[`v1.6.12`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1612---2024-07-06)

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

##### Bug Fixes

- **(ci)** Restore disabled CI checks
([#&#8203;9002](https://togithub.com/swc-project/swc/issues/9002))
([cdfd4c8](https://togithub.com/swc-project/swc/commit/cdfd4c85e42e912767893d1f3c1ed5d4867a51af))

- **(es/decorators)** Fix bugs of `2022-03` implementation
([#&#8203;9145](https://togithub.com/swc-project/swc/issues/9145))
([8a3ae44](https://togithub.com/swc-project/swc/commit/8a3ae4437096d23aeeabadaefb5416f7a6a94644))

- **(es/loader)** Exclude `.json` from default extension list
([#&#8203;9134](https://togithub.com/swc-project/swc/issues/9134))
([e94e5e7](https://togithub.com/swc-project/swc/commit/e94e5e70c377fae13cd5575f7d4ce84d9d5f10f7))

- **(es/minifier)** Fix `undefined` judgement
([#&#8203;9146](https://togithub.com/swc-project/swc/issues/9146))
([1a739b7](https://togithub.com/swc-project/swc/commit/1a739b79286aab3ccfd2b4597f11a79776b024b3))

- **(es/renamer)** Fix renaming of default-exported declarations
([#&#8203;9135](https://togithub.com/swc-project/swc/issues/9135))
([45f671d](https://togithub.com/swc-project/swc/commit/45f671d8d85b0c3955c88ec3cf3d68d8fa6134c5))

- **(es/renamer)** Remove `FastJsWord`
([#&#8203;9136](https://togithub.com/swc-project/swc/issues/9136))
([42b4caf](https://togithub.com/swc-project/swc/commit/42b4caf5735bc0a025024cf968ef16cd06d9f0dc))

- **(es/typescript)** Fix tricky cases in TS fast strip
([#&#8203;9159](https://togithub.com/swc-project/swc/issues/9159))
([2bc51b8](https://togithub.com/swc-project/swc/commit/2bc51b8ab25130f355cc1bad4c60d58376485698))

- **(es/typescript)** Fix replacement logic of fast TS strip
([#&#8203;9163](https://togithub.com/swc-project/swc/issues/9163))
([c5acafe](https://togithub.com/swc-project/swc/commit/c5acafe3869084a3f192a4aac0f120d5bb69e524))

##### Features

- **(bindings/ts)** Add transform/strip-only mode
([#&#8203;9138](https://togithub.com/swc-project/swc/issues/9138))
([a08bb46](https://togithub.com/swc-project/swc/commit/a08bb46ebd50734b150a1fff100b8312223372a2))

- **(es/testing)** Improve comment testing story
([#&#8203;9150](https://togithub.com/swc-project/swc/issues/9150))
([3638e97](https://togithub.com/swc-project/swc/commit/3638e97c8083a607a9ce295c7465501a7dc379f8))

- **(es/typescript)** Add `swc_fast_ts_strip`
([#&#8203;9143](https://togithub.com/swc-project/swc/issues/9143))
([b129343](https://togithub.com/swc-project/swc/commit/b129343c949c43c0ad3eb4ad4676e75dc37067e3))

- **(es/typescript)** Improve fast TS stripper
([#&#8203;9152](https://togithub.com/swc-project/swc/issues/9152))
([9fca4ab](https://togithub.com/swc-project/swc/commit/9fca4ab5557be4f92ba425b39fdc417a4da9a587))

- **(es/typescript)** Improve fast TS stripper
([#&#8203;9153](https://togithub.com/swc-project/swc/issues/9153))
([732d748](https://togithub.com/swc-project/swc/commit/732d748d4eb7c19d11e37b06f5064d4eca5bf4d8))

- **(es/typescript)** Improve fast TS strip
([#&#8203;9154](https://togithub.com/swc-project/swc/issues/9154))
([05c7210](https://togithub.com/swc-project/swc/commit/05c721030a0b419058524bff99367aa80ce29536))

##### Performance

- **(es)** Reduce allocations for dynamic stacks
([#&#8203;9133](https://togithub.com/swc-project/swc/issues/9133))
([648830a](https://togithub.com/swc-project/swc/commit/648830a9a9a65915226d2a250e3dfd61684a79b1))

##### Refactor

- **(bindings/ts)** Inline Wasm file into `wasm.js`
([#&#8203;9139](https://togithub.com/swc-project/swc/issues/9139))
([307b6f2](https://togithub.com/swc-project/swc/commit/307b6f27a6860c65f835776549e96cd658cfc817))

- **(es/parser)** Improve readability
([#&#8203;9141](https://togithub.com/swc-project/swc/issues/9141))
([9d9fe66](https://togithub.com/swc-project/swc/commit/9d9fe6625bd4a7e05e9f29971e8f1a5c5e2470a8))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, 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/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 15, 2024
1 parent 463ec4a commit 5459c8d
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"@babel/core": "7.24.7",
"@biomejs/biome": "^1.8.3",
"@cyclonedx/yarn-plugin-cyclonedx": "^1.0.0-rc.7",
"@swc/core": "1.6.7",
"@swc/core": "1.6.13",
"@swc/jest": "0.2.36",
"@types/bcryptjs": "2.4.6",
"@types/cors": "2.8.17",
Expand Down
92 changes: 46 additions & 46 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1624,90 +1624,90 @@ __metadata:
languageName: node
linkType: hard

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

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

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

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

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

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

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

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

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

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

"@swc/core@npm:1.6.7":
version: 1.6.7
resolution: "@swc/core@npm:1.6.7"
dependencies:
"@swc/core-darwin-arm64": "npm:1.6.7"
"@swc/core-darwin-x64": "npm:1.6.7"
"@swc/core-linux-arm-gnueabihf": "npm:1.6.7"
"@swc/core-linux-arm64-gnu": "npm:1.6.7"
"@swc/core-linux-arm64-musl": "npm:1.6.7"
"@swc/core-linux-x64-gnu": "npm:1.6.7"
"@swc/core-linux-x64-musl": "npm:1.6.7"
"@swc/core-win32-arm64-msvc": "npm:1.6.7"
"@swc/core-win32-ia32-msvc": "npm:1.6.7"
"@swc/core-win32-x64-msvc": "npm:1.6.7"
"@swc/core@npm:1.6.13":
version: 1.6.13
resolution: "@swc/core@npm:1.6.13"
dependencies:
"@swc/core-darwin-arm64": "npm:1.6.13"
"@swc/core-darwin-x64": "npm:1.6.13"
"@swc/core-linux-arm-gnueabihf": "npm:1.6.13"
"@swc/core-linux-arm64-gnu": "npm:1.6.13"
"@swc/core-linux-arm64-musl": "npm:1.6.13"
"@swc/core-linux-x64-gnu": "npm:1.6.13"
"@swc/core-linux-x64-musl": "npm:1.6.13"
"@swc/core-win32-arm64-msvc": "npm:1.6.13"
"@swc/core-win32-ia32-msvc": "npm:1.6.13"
"@swc/core-win32-x64-msvc": "npm:1.6.13"
"@swc/counter": "npm:^0.1.3"
"@swc/types": "npm:^0.1.9"
peerDependencies:
Expand Down Expand Up @@ -1736,7 +1736,7 @@ __metadata:
peerDependenciesMeta:
"@swc/helpers":
optional: true
checksum: 10c0/f2f21719fb0fd3627b41f58cb8807dbd6c93e410eca4999952f5c6e51fbb0111b1fee2ee3fa0bbb21e3bfb787f554d18f2a9ac2b99da10b07b6214629bb04dfe
checksum: 10c0/679fe7fd80370601b5be999636a16052608fff7c039738016f3382bb307e7f48af2e465f8a6d4c1202778d4c1e324feabfd3033ebed4e5b0e3c19bdff5f7f2fb
languageName: node
linkType: hard

Expand Down Expand Up @@ -9745,7 +9745,7 @@ __metadata:
"@biomejs/biome": "npm:^1.8.3"
"@cyclonedx/yarn-plugin-cyclonedx": "npm:^1.0.0-rc.7"
"@slack/web-api": "npm:^6.10.0"
"@swc/core": "npm:1.6.7"
"@swc/core": "npm:1.6.13"
"@swc/jest": "npm:0.2.36"
"@types/bcryptjs": "npm:2.4.6"
"@types/cors": "npm:2.8.17"
Expand Down

0 comments on commit 5459c8d

Please sign in to comment.