Skip to content

Commit

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

---

### Release Notes

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

###
[`v1.3.34`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1334---2023-02-08)

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

##### Bug Fixes

- **(bindings)** Don't require unnecessary package
([#&#8203;6902](https://togithub.com/swc-project/swc/issues/6902))
([964dfba](https://togithub.com/swc-project/swc/commit/964dfbaf1ab018d26d4acc574bd4fce5272bf890))

- **(bindings/node)** Add `esnext` to `JscTarget`
([#&#8203;6908](https://togithub.com/swc-project/swc/issues/6908))
([82128e3](https://togithub.com/swc-project/swc/commit/82128e3734f8f5a92e85ed748e92f4f62bb4c63f))

- **(css/modules)** Fix interop of `&` and `:global`
([#&#8203;6900](https://togithub.com/swc-project/swc/issues/6900))
([f85ea9c](https://togithub.com/swc-project/swc/commit/f85ea9cb570ee9431926fb51559ecd34a701384f))

- **(es/minifier)** Respect span hygiene from expr simplifier
([#&#8203;6899](https://togithub.com/swc-project/swc/issues/6899))
([432dca6](https://togithub.com/swc-project/swc/commit/432dca647b5ab6d083d1cedbf68d6afc511f84fe))

- **(es/minifier)** Don't break ternary with assignment in test
([#&#8203;6906](https://togithub.com/swc-project/swc/issues/6906))
([951dafb](https://togithub.com/swc-project/swc/commit/951dafbc1a56b8b29fd76aaad8138e58eaadda12))

- **(es/module)** Fix SystemJS imports
([#&#8203;6879](https://togithub.com/swc-project/swc/issues/6879))
([85fffda](https://togithub.com/swc-project/swc/commit/85fffdad022cf1bccf8763e7bb73fb15f62d2430))

- **(es/parser)** Fix stack overflow due to deeply nested if
([#&#8203;6910](https://togithub.com/swc-project/swc/issues/6910))
([f36d945](https://togithub.com/swc-project/swc/commit/f36d945a33418e991d3ebee27956976ffd5ef446))

- **(es/parser)** Don't use `stacker` for armv7
([#&#8203;6916](https://togithub.com/swc-project/swc/issues/6916))
([4c5d5a6](https://togithub.com/swc-project/swc/commit/4c5d5a6fcaf49782effc6079bb92adec45ceb83c))

- **(es/resolver)** Resolve parameters correctly
([#&#8203;6890](https://togithub.com/swc-project/swc/issues/6890))
([861d87c](https://togithub.com/swc-project/swc/commit/861d87cae622f371ea697b1cb07ed79d32579b74))

- **(es/typescript)** Ignore jsx element names
([#&#8203;6911](https://togithub.com/swc-project/swc/issues/6911))
([ee3a107](https://togithub.com/swc-project/swc/commit/ee3a1071a5dbe0f2b718dd4f2e9959076cfa337c))

##### Documentation

- **(readme)** Split download badge
([#&#8203;6917](https://togithub.com/swc-project/swc/issues/6917))
([d779927](https://togithub.com/swc-project/swc/commit/d779927b4d00a19b3eb2b6cb792a682cbc006970))

##### Features

- **(bindings/cli)** Add `--config`
([#&#8203;6835](https://togithub.com/swc-project/swc/issues/6835))
([d993c4d](https://togithub.com/swc-project/swc/commit/d993c4def65b0bf900a6b8b8f0d0dee44ba8e0c8))

- **(bindings/cli)** Support for *.mts/*.cts files
([#&#8203;6909](https://togithub.com/swc-project/swc/issues/6909))
([76bc8a2](https://togithub.com/swc-project/swc/commit/76bc8a29743edf397c59f5283aaa74a08e8fba57))

##### Miscellaneous Tasks

- **(bindings/cli)** Enable `preferUnplugged` by default for the plugins
([#&#8203;6912](https://togithub.com/swc-project/swc/issues/6912))
([17f1c50](https://togithub.com/swc-project/swc/commit/17f1c50287c798b57a0d2ac2a95ba6c864b1c2d7))-
**general**: Make issue templates mention `no +1`
([#&#8203;6894](https://togithub.com/swc-project/swc/issues/6894))
([5d5140f](https://togithub.com/swc-project/swc/commit/5d5140f0a50696d747ee62e72866b9b03e52cde3))

##### Testing

- **(es/module)** Add a test for `jsc.paths` on windows
([#&#8203;6915](https://togithub.com/swc-project/swc/issues/6915))
([d18027c](https://togithub.com/swc-project/swc/commit/d18027cf9b6c45a7b70cf3dd4c3a23b81d92c93a))

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 15, 2023
1 parent 69693f9 commit b5544ff
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 @@ -140,7 +140,7 @@
"devDependencies": {
"@apidevtools/swagger-parser": "10.1.0",
"@babel/core": "7.20.12",
"@swc/core": "1.3.32",
"@swc/core": "1.3.34",
"@swc/jest": "0.2.24",
"@types/bcryptjs": "2.4.2",
"@types/cors": "2.8.13",
Expand Down
128 changes: 64 additions & 64 deletions yarn.lock
Expand Up @@ -818,71 +818,71 @@
dependencies:
"@sinonjs/commons" "^1.7.0"

"@swc/core-darwin-arm64@1.3.32":
version "1.3.32"
resolved "https://registry.yarnpkg.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.32.tgz#841b0a244c2c75e67bb9d3cb665b2ede601e4e3a"
integrity sha512-o19bhlxuUgjUElm6i+QhXgZ0vD6BebiB/gQpK3en5aAwhOvinwr4sah3GqFXsQzz/prKVDuMkj9SW6F/Ug5hgg==

"@swc/core-darwin-x64@1.3.32":
version "1.3.32"
resolved "https://registry.yarnpkg.com/@swc/core-darwin-x64/-/core-darwin-x64-1.3.32.tgz#125247c6a5d7189776a6973b0a539a07576d5585"
integrity sha512-hVEGd+v5Afh+YekGADOGKwhuS4/AXk91nLuk7pmhWkk8ceQ1cfmah90kXjIXUlCe2G172MLRfHNWlZxr29E/Og==

"@swc/core-linux-arm-gnueabihf@1.3.32":
version "1.3.32"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.32.tgz#d8ba8da3707b91e62059e65e375fc6093c4d5f82"
integrity sha512-5X01WqI9EbJ69oHAOGlI08YqvEIXMfT/mCJ1UWDQBb21xWRE2W1yFAAeuqOLtiagLrXjPv/UKQ0S2gyWQR5AXQ==

"@swc/core-linux-arm64-gnu@1.3.32":
version "1.3.32"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.32.tgz#15973e533c45e2976e57c590613e3e5dca0e62ad"
integrity sha512-PTJ6oPiutkNBg+m22bUUPa4tNuMmsgpSnsnv2wnWVOgK0lhvQT6bAPTUXDq/8peVAgR/SlpP2Ht8TRRqYMRjRQ==

"@swc/core-linux-arm64-musl@1.3.32":
version "1.3.32"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.32.tgz#0e20f30885c8588bd13e7e5628ce8bdbe6cb44b6"
integrity sha512-lG0VOuYNPWOCJ99Aza69cTljjeft/wuRQeYFF8d+1xCQS/OT7gnbgi7BOz39uSHIPTBqfzdIsuvzdKlp9QydrQ==

"@swc/core-linux-x64-gnu@1.3.32":
version "1.3.32"
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.32.tgz#2ea5e17d13a70e6a13742282cf30e92e4074f4c5"
integrity sha512-ecqtSWX4NBrs7Ji2VX3fDWeqUfrbLlYqBuufAziCM27xMxwlAVgmyGQk4FYgoQ3SAUAu3XFH87+3Q7uWm2X7xg==

"@swc/core-linux-x64-musl@1.3.32":
version "1.3.32"
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.32.tgz#d96cde03d54f13f77dd1d6602a049bd2baaef446"
integrity sha512-rl3dMcUuENVkpk5NGW/LXovjK0+JFm4GWPjy4NM3Q5cPvhBpGwSeLZlR+zAw9K0fdGoIXiayRTTfENrQwwsH+g==

"@swc/core-win32-arm64-msvc@1.3.32":
version "1.3.32"
resolved "https://registry.yarnpkg.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.32.tgz#3870113492cc3d2679945372f4975ce7f60594cc"
integrity sha512-VlybAZp8DcS66CH1LDnfp9zdwbPlnGXREtHDMHaBfK9+80AWVTg+zn0tCYz+HfcrRONqxbudwOUIPj+dwl/8jw==

"@swc/core-win32-ia32-msvc@1.3.32":
version "1.3.32"
resolved "https://registry.yarnpkg.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.32.tgz#643519663778e64941c8b730197d4ba762dffcb0"
integrity sha512-MEUMdpUFIQ+RD+K/iHhHKfu0TFNj9VXwIxT5hmPeqyboKo095CoFEFBJ0sHG04IGlnu8T9i+uE2Pi18qUEbFug==

"@swc/core-win32-x64-msvc@1.3.32":
version "1.3.32"
resolved "https://registry.yarnpkg.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.32.tgz#aa9595cb93d9dd5bbc7e5cfdabd8bb086ea6c21d"
integrity sha512-DPMoneNFQco7SqmVVOUv1Vn53YmoImEfrAPMY9KrqQzgfzqNTuL2JvfxUqfAxwQ6pEKYAdyKJvZ483rIhgG9XQ==

"@swc/core@1.3.32":
version "1.3.32"
resolved "https://registry.yarnpkg.com/@swc/core/-/core-1.3.32.tgz#ecb3c9d7717e0a15796230def1b17968b18228f1"
integrity sha512-Yx/n1j+uUkcqlJAW8IRg8Qymgkdow6NHJZPFShiR0YiaYq2sXY+JHmvh16O6GkL91Y+gTlDUS7uVgDz50czJUQ==
"@swc/core-darwin-arm64@1.3.34":
version "1.3.34"
resolved "https://registry.yarnpkg.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.34.tgz#1885fec4bd734c840897a68937a52ecab06cffbb"
integrity sha512-m7+kybVLO9uo/TiGBlf/ISmpmm27I/NrFEBGOVBF2xNOs5BY1XHHM6ddbPPckQa38C19nWeAzdJPwGzJw+qO3A==

"@swc/core-darwin-x64@1.3.34":
version "1.3.34"
resolved "https://registry.yarnpkg.com/@swc/core-darwin-x64/-/core-darwin-x64-1.3.34.tgz#170da8677aeb1b452e6db0050bda049ea3445884"
integrity sha512-arH7LtcOhuC1wy88qgbCO/E5NnBThbxv9HhjScDfoUPRunyvT9whEvSK0eXCXxGvDAiAtXIrW3blIrteOsQaOQ==

"@swc/core-linux-arm-gnueabihf@1.3.34":
version "1.3.34"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.34.tgz#c31ffd40182f274a473bc43a9699fcfee02cb28d"
integrity sha512-+pvjXsXTBzSxEL3U9869y3Am/3yo6kQfU6VGVAebgLv+pjM+mIHywbgo1Uxw+pgpTuD38BsrtYcaPNeBICN/wA==

"@swc/core-linux-arm64-gnu@1.3.34":
version "1.3.34"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.34.tgz#cfab88840f745979bf07942f0835a8931a817e80"
integrity sha512-hOV1n1j+mDAgp19J+aeAnW4itMTWbaPbSbhEvLsNbVB00LoL6q6pUkWvCi+UbrejV6BIyyE9t7F5fU26SdKR8A==

"@swc/core-linux-arm64-musl@1.3.34":
version "1.3.34"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.34.tgz#a6e81ed8dcb0897ca14416de90f5f836254a9759"
integrity sha512-r2/Hegp1DRSzG+kg36Tujdn+WX+gO/2wQpVj/g6RPxIPdjy53OOf+UwvJ23Ecn5ZbyJcgKhhTN6H6/ZNHQPqjQ==

"@swc/core-linux-x64-gnu@1.3.34":
version "1.3.34"
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.34.tgz#0f34f97b4a740767e3f1a484cb64cc492f3d93c0"
integrity sha512-jPxxAo7XlAT7bdIi49PtYN/K1TAxvpVS7otteJLhThOPPTVblIDg63U94ivp3mVQJb3WFH4KNYatEXypyvXppQ==

"@swc/core-linux-x64-musl@1.3.34":
version "1.3.34"
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.34.tgz#41f8b5b7a43328f3a24c55f1c12aa9320b387d06"
integrity sha512-eJaUuhvnNtcwpK9Mil4hZTSYZqG519gX5AQQ2VZOhrWBEBJi+jM0RXAvWdESsaXpS7W0CRtbmEXqeUff6UEgpQ==

"@swc/core-win32-arm64-msvc@1.3.34":
version "1.3.34"
resolved "https://registry.yarnpkg.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.34.tgz#19ba26022b80b98245378dd006f43287d5a840c6"
integrity sha512-KFdeC5bXDcxIQ/1J5Pjj8BOblRFjh89TTJxujxAhKdoD1k0NV9BKEZACja2cTBz0hWD4cYlBX0cESVdL2rkm3w==

"@swc/core-win32-ia32-msvc@1.3.34":
version "1.3.34"
resolved "https://registry.yarnpkg.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.34.tgz#82afdb4ee60b84915370d57e4ad506303bd1311d"
integrity sha512-MgWkAQDiWIHfJL5b5aoogenGIt3qcqBSvwLnDQqSWEhkodZjHyCWpQFuaa7Y6ER3pKUIZ5kR8O9aAkDmF39awQ==

"@swc/core-win32-x64-msvc@1.3.34":
version "1.3.34"
resolved "https://registry.yarnpkg.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.34.tgz#e14dac980a4e0bd6e1a2313e4d6ea04054aa5871"
integrity sha512-UhaikgVRYBZZdMI7Zo4/eUyYLnjGrC6QAn9aggt1+PiFIM9tXpX8aONUL3LoLkhQhd+6iWygfQ298RRxjKAKuw==

"@swc/core@1.3.34":
version "1.3.34"
resolved "https://registry.yarnpkg.com/@swc/core/-/core-1.3.34.tgz#20a3ea7f3a9bea33ae06358e3c1cc4b77080c970"
integrity sha512-kaOCGRpciMEs2FpCUFaPJSNHgggFteOGZToM88uL5k/CEy0nU/6wzl8kUO5J+rI/8/8vN7qyhM1Ajhyj3WCSsw==
optionalDependencies:
"@swc/core-darwin-arm64" "1.3.32"
"@swc/core-darwin-x64" "1.3.32"
"@swc/core-linux-arm-gnueabihf" "1.3.32"
"@swc/core-linux-arm64-gnu" "1.3.32"
"@swc/core-linux-arm64-musl" "1.3.32"
"@swc/core-linux-x64-gnu" "1.3.32"
"@swc/core-linux-x64-musl" "1.3.32"
"@swc/core-win32-arm64-msvc" "1.3.32"
"@swc/core-win32-ia32-msvc" "1.3.32"
"@swc/core-win32-x64-msvc" "1.3.32"
"@swc/core-darwin-arm64" "1.3.34"
"@swc/core-darwin-x64" "1.3.34"
"@swc/core-linux-arm-gnueabihf" "1.3.34"
"@swc/core-linux-arm64-gnu" "1.3.34"
"@swc/core-linux-arm64-musl" "1.3.34"
"@swc/core-linux-x64-gnu" "1.3.34"
"@swc/core-linux-x64-musl" "1.3.34"
"@swc/core-win32-arm64-msvc" "1.3.34"
"@swc/core-win32-ia32-msvc" "1.3.34"
"@swc/core-win32-x64-msvc" "1.3.34"

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

0 comments on commit b5544ff

Please sign in to comment.