Skip to content

Commit

Permalink
chore(deps): update dependency @swc/core to v1.3.59 (#3875)
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.58` ->
`1.3.59`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.58/1.3.59) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.59/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.59/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.59/compatibility-slim/1.3.58)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.59/confidence-slim/1.3.58)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>swc-project/swc</summary>

###
[`v1.3.59`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1359---2023-05-19)

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

##### Bug Fixes

- **(common)** Disable `tracing/release_max_level_info`
([#&#8203;7401](https://togithub.com/swc-project/swc/issues/7401))
([95291f2](https://togithub.com/swc-project/swc/commit/95291f2c5daaf039623b4db4668a91104c0c0124))

- **(es/codegen)** Do not create duplicate source map entry
([#&#8203;7309](https://togithub.com/swc-project/swc/issues/7309))
([40ba242](https://togithub.com/swc-project/swc/commit/40ba242076f9c39cd19fe2a040fdf10867c67b9f))

- **(es/compat)** Mark reserved function names private
([#&#8203;7298](https://togithub.com/swc-project/swc/issues/7298))
([dba78a0](https://togithub.com/swc-project/swc/commit/dba78a0031b97a4c152b506ae2072438cdba92b2))

- **(es/minifier)** Mark all function params as potential property
mutation
([#&#8203;7409](https://togithub.com/swc-project/swc/issues/7409))
([5dbbbea](https://togithub.com/swc-project/swc/commit/5dbbbea2efb84e7f187859ba03fd548af92c613f))

- **(es/minifier)** Prevent inlining vars assigned outside current
function scope
([#&#8203;7414](https://togithub.com/swc-project/swc/issues/7414))
([40d2bf7](https://togithub.com/swc-project/swc/commit/40d2bf7ec3ac58364a8389d2d2284c8089e74fae))

- **(es/parser)** Fix parsing of `module` identifier
([#&#8203;7400](https://togithub.com/swc-project/swc/issues/7400))
([1d3f320](https://togithub.com/swc-project/swc/commit/1d3f32056c7a63b327b2ccf6131479f851a2e870))

- **(es/parser)** Fix parsing of `>` in typescript mode
([#&#8203;7407](https://togithub.com/swc-project/swc/issues/7407))
([57ad722](https://togithub.com/swc-project/swc/commit/57ad722d06084671ef18f4eb1dae53afbb737c3d))

##### Miscellaneous Tasks

- **(plugin)** Update `rkyv` to `v0.7.42`
([#&#8203;7397](https://togithub.com/swc-project/swc/issues/7397))
([3a0565f](https://togithub.com/swc-project/swc/commit/3a0565f3778648f2ae57043c8e1bf8c15832b61e))

##### Refactor

- **(plugin/runner)** Revise cache, module loading
([#&#8203;7408](https://togithub.com/swc-project/swc/issues/7408))
([ac5ab60](https://togithub.com/swc-project/swc/commit/ac5ab607c94d418dde0ceb4f303cb7d432551565))

##### Testing

- **(css/module)** Add a test for a fixed issue
([#&#8203;7399](https://togithub.com/swc-project/swc/issues/7399))
([6b92eec](https://togithub.com/swc-project/swc/commit/6b92eecd398e94a8d58b6b5e49679f7977a17703))

- **(es/minifier)** Enable more terser tests
([#&#8203;7396](https://togithub.com/swc-project/swc/issues/7396))
([f9cdd74](https://togithub.com/swc-project/swc/commit/f9cdd741c288bee59aa9120b0a5c6f7ca284bd31))

- **(es/parser)** Add a test for a fixed issue
([#&#8203;7398](https://togithub.com/swc-project/swc/issues/7398))
([eaba323](https://togithub.com/swc-project/swc/commit/eaba323581d2aa2b578c600f44f9b41b103d35b3))

</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://app.renovatebot.com/dashboard#github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuNCIsInVwZGF0ZWRJblZlciI6IjM1LjEwMi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 27, 2023
1 parent 8a6b85e commit 178ddf0
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -163,7 +163,7 @@
"devDependencies": {
"@apidevtools/swagger-parser": "10.1.0",
"@babel/core": "7.21.8",
"@swc/core": "1.3.58",
"@swc/core": "1.3.59",
"@swc/jest": "0.2.26",
"@types/bcryptjs": "2.4.2",
"@types/cors": "2.8.13",
Expand Down
128 changes: 64 additions & 64 deletions yarn.lock
Expand Up @@ -1022,71 +1022,71 @@
dependencies:
"@sinonjs/commons" "^2.0.0"

"@swc/core-darwin-arm64@1.3.58":
version "1.3.58"
resolved "https://registry.yarnpkg.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.58.tgz#0d87c46a0d18ded014a8b3c212cc3303f0f9f44a"
integrity sha512-NwX9768gcM4HjBEE+2VCMB+h/5bwNDF4DngOTJa9w02l3AwGZXWE66X4ulJQ3Oxv8EAz1nzWb8lbi3XT+WCtmQ==

"@swc/core-darwin-x64@1.3.58":
version "1.3.58"
resolved "https://registry.yarnpkg.com/@swc/core-darwin-x64/-/core-darwin-x64-1.3.58.tgz#5c2a73e0e688e3e4d71477994b7aec92ce1ee8fe"
integrity sha512-XUdKXRIu8S7N5kmrtd0Nxf3uPIgZhQbgVHPhkvYH+Qwb+uXsdltKPiRwhvLI9M0yF3fvIrKtGJ8qUJdH5ih4zw==

"@swc/core-linux-arm-gnueabihf@1.3.58":
version "1.3.58"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.58.tgz#0c03afc6cf279562bd53a53e5191ed6608ae4779"
integrity sha512-9M3/5RzjCXnz94a1kxb+0eBzqyZkxzeYTMmvcjIJSy7MVvWNuy0wHuh+x96X/6197g40P9LkzAiZ7q0DvxSPQQ==

"@swc/core-linux-arm64-gnu@1.3.58":
version "1.3.58"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.58.tgz#79797b0ede57803781146ecaa1cf521b979de2e4"
integrity sha512-hRjJIJdnYUAZlUi9ACCrsfS/hSFP4MmZRaUVOlQOif578Rw4kQlxsxFd1Rh1bhzUCid0KyZOyCvRzHSD/2ONgw==

"@swc/core-linux-arm64-musl@1.3.58":
version "1.3.58"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.58.tgz#4de5e07f1a16c0bcd789bf080fe74c164b499ad0"
integrity sha512-3wrqZbRhbTKtxcQebMAMGKtyypL6BQU0OwqzAk4dBIgm9GaH45xu7sH2OekfHMp3vuj4uWuere+tYtr9HU7xcQ==

"@swc/core-linux-x64-gnu@1.3.58":
version "1.3.58"
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.58.tgz#a924eecc77ef2035c6ff2d58e9631efd28b54027"
integrity sha512-yOI5ucB+8g+gtp4L2AydPBThobZ2I3WR/dU2T+x2DFIE5Qpe/fqt6HPTFb02qmvqvOw36TLT45pRwAe4cY5LAw==

"@swc/core-linux-x64-musl@1.3.58":
version "1.3.58"
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.58.tgz#b5d04049d3b404035cc0a261754d95a938f10323"
integrity sha512-xPwxgPLxSWXsK9Yf792SsUmLKISdShAI9o/Kk6jjv0r7PRBS25hZ5FyOjAb/rMbAzDcmyGKHevKc3TMUPSMjwg==

"@swc/core-win32-arm64-msvc@1.3.58":
version "1.3.58"
resolved "https://registry.yarnpkg.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.58.tgz#cb75b087b8a85eca6ef7a9fe22be8e13d91fcb1c"
integrity sha512-HW61trwkYGiaFprc+fJay6IKJ3scdquSdJaXsyumGF+jc/5kokQzNfY+JH6RWpk0/8zHnUWI4e+iNGuMYxYGeA==

"@swc/core-win32-ia32-msvc@1.3.58":
version "1.3.58"
resolved "https://registry.yarnpkg.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.58.tgz#f2cc7a0b451dd283110a7b1f57d3f1675b9f045a"
integrity sha512-nODSJgHCY8GU6qHR9ieoxshaFD5GYGrPen/6VUvQkGwnV/yMI2Yvecgd1vLSUV4v67ZruPhIkP9OJruD+Juwhg==

"@swc/core-win32-x64-msvc@1.3.58":
version "1.3.58"
resolved "https://registry.yarnpkg.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.58.tgz#5fb1c9a7b529fbb906868bb48a5545ed444b9ad9"
integrity sha512-If/uQ3MW6Pdtah2FHhfBY2xBdBXBJzOusXpFQAkwNbaxnrJgpqIIxpYphwsJMDQp6ooSS3U90YizW7mJNxb6UA==

"@swc/core@1.3.58":
version "1.3.58"
resolved "https://registry.yarnpkg.com/@swc/core/-/core-1.3.58.tgz#3371c6c660694124c2f1cc60ce6b99fd3df3f8c3"
integrity sha512-tSDcHXMBQIo2ohQ/0ryZnUA+0mBrVhe49+cR+QsFru+XEhCok1BLqdE6cZ2a+sgZ1I+Dmw8aTxYm8Ox64PSKPQ==
"@swc/core-darwin-arm64@1.3.59":
version "1.3.59"
resolved "https://registry.yarnpkg.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.59.tgz#04137eaf3549a2c195a4eeff409687379d927809"
integrity sha512-AnqWFBgEKHP0jb4iZqx7eVQT9/rX45+DE4Ox7GpwCahUKxxrsDLyXzKhwLwQuAjUvtu5JcSB77szKpPGDM49fQ==

"@swc/core-darwin-x64@1.3.59":
version "1.3.59"
resolved "https://registry.yarnpkg.com/@swc/core-darwin-x64/-/core-darwin-x64-1.3.59.tgz#edd5b4e33f7caa2b67a4989934fe7bc8e24d79dd"
integrity sha512-iqDs+yii9mOsmpJez82SEi4d4prWDRlapHxKnDVJ0x1AqRo41vIq8t3fujrvCHYU5VQgOYGh4ooXQpaP2H3B2A==

"@swc/core-linux-arm-gnueabihf@1.3.59":
version "1.3.59"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.59.tgz#448c1c09f9d25e416e431fe1a627c2fc1abd1251"
integrity sha512-PB0PP+SgkCSd/kYmltnPiGv42cOSaih1OjXCEjxvNwUFEmWqluW6uGdWaNiR1LoYMxhcHZTc336jL2+O3l6p0Q==

"@swc/core-linux-arm64-gnu@1.3.59":
version "1.3.59"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.59.tgz#78061652c93f64cf7d6488a18caaffb98e94d8e1"
integrity sha512-Ol/JPszWZ+OZ44FOdJe35TfJ1ckG4pYaisZJ4E7PzfwfVe2ygX85C5WWR4e5L0Y1zFvzpcI7gdyC2wzcXk4Cig==

"@swc/core-linux-arm64-musl@1.3.59":
version "1.3.59"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.59.tgz#496a939129243b51e1e1ff90cdcc1c1437e71d6f"
integrity sha512-PtTTtGbj9GiY5gJdoSFL2A0vL6BRaS1haAhp6g3hZvLDkTTg+rJURmzwBMMjaQlnGC62x/lLf6MoszHG/05//Q==

"@swc/core-linux-x64-gnu@1.3.59":
version "1.3.59"
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.59.tgz#4e12cab7e6a49d52321eac9d10787cdb8cadce0f"
integrity sha512-XBW9AGi0YsIN76IfesnDSBn/5sjR69J75KUNte8sH6seYlHJ0/kblqUMbUcfr0CiGoJadbzAZeKZZmfN7EsHpg==

"@swc/core-linux-x64-musl@1.3.59":
version "1.3.59"
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.59.tgz#8e29ade3599c5215d1c04507e59761aa5c95a9eb"
integrity sha512-Cy5E939SdWPQ34cg6UABNO0RyEe0FuWqzZ/GLKtK11Ir4fjttVlucZiY59uQNyUVUc8T2qE0VBFCyD/zYGuHtg==

"@swc/core-win32-arm64-msvc@1.3.59":
version "1.3.59"
resolved "https://registry.yarnpkg.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.59.tgz#c0b94236288e8e596628b821194ee80372cf0fdb"
integrity sha512-z5ZJxizRvRoSAaevRIi3YjQh74OFWEIhonSDWNdqDL7RbjEivcatYcG7OikH6s+rtPhOcwNm3PbGV2Prcgh/gg==

"@swc/core-win32-ia32-msvc@1.3.59":
version "1.3.59"
resolved "https://registry.yarnpkg.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.59.tgz#f806824d840c2029354fd662b0f4eeb51836a9ef"
integrity sha512-vxpsn+hrKAhi5YusQfB/JXUJJVX40rIRE/L49ilBEqdbH8Khkoego6AD+2vWqTdJcUHo1WiAIAEZ0rTsjyorLQ==

"@swc/core-win32-x64-msvc@1.3.59":
version "1.3.59"
resolved "https://registry.yarnpkg.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.59.tgz#f8a21d9048a3652c058880649e174c7a5589fae6"
integrity sha512-Ris/cJbURylcLwqz4RZUUBCEGsuaIHOJsvf69W5pGKHKBryVoOTNhBKpo3Km2hoAi5qFQ/ou0trAT4hBsVPZvQ==

"@swc/core@1.3.59":
version "1.3.59"
resolved "https://registry.yarnpkg.com/@swc/core/-/core-1.3.59.tgz#0e73e320faf4ca881f51c1820e34e0998b720efc"
integrity sha512-ZBw31zd2E5SXiodwGvjQdx5ZC90b2uyX/i2LeMMs8LKfXD86pfOfQac+JVrnyEKDhASXj9icgsF9NXBhaMr3Kw==
optionalDependencies:
"@swc/core-darwin-arm64" "1.3.58"
"@swc/core-darwin-x64" "1.3.58"
"@swc/core-linux-arm-gnueabihf" "1.3.58"
"@swc/core-linux-arm64-gnu" "1.3.58"
"@swc/core-linux-arm64-musl" "1.3.58"
"@swc/core-linux-x64-gnu" "1.3.58"
"@swc/core-linux-x64-musl" "1.3.58"
"@swc/core-win32-arm64-msvc" "1.3.58"
"@swc/core-win32-ia32-msvc" "1.3.58"
"@swc/core-win32-x64-msvc" "1.3.58"
"@swc/core-darwin-arm64" "1.3.59"
"@swc/core-darwin-x64" "1.3.59"
"@swc/core-linux-arm-gnueabihf" "1.3.59"
"@swc/core-linux-arm64-gnu" "1.3.59"
"@swc/core-linux-arm64-musl" "1.3.59"
"@swc/core-linux-x64-gnu" "1.3.59"
"@swc/core-linux-x64-musl" "1.3.59"
"@swc/core-win32-arm64-msvc" "1.3.59"
"@swc/core-win32-ia32-msvc" "1.3.59"
"@swc/core-win32-x64-msvc" "1.3.59"

"@swc/jest@0.2.26":
version "0.2.26"
Expand Down

0 comments on commit 178ddf0

Please sign in to comment.