1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00

chore(deps): update dependency @swc/core to v1.3.34 (#3125)

[![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](964dfbaf1a))

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

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

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

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

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

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

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

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

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

##### Documentation

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

##### Features

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

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

##### Miscellaneous Tasks

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

##### Testing

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

</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>
This commit is contained in:
renovate[bot] 2023-02-15 22:39:44 +00:00 committed by GitHub
parent 69693f933c
commit b5544ff33d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 55 additions and 55 deletions

View File

@ -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",

108
yarn.lock
View File

@ -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-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.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-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.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-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.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-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.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-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.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-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.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-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.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-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.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-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.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-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.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@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"