1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

chore(deps): update swc monorepo (#4506)

[![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.72` ->
`1.3.75`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.72/1.3.75) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.3.75?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.3.75?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.3.72/1.3.75?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.3.72/1.3.75?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@swc/jest](https://togithub.com/swc-project/jest) | [`0.2.27` ->
`0.2.28`](https://renovatebot.com/diffs/npm/@swc%2fjest/0.2.27/0.2.28) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fjest/0.2.28?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fjest/0.2.28?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fjest/0.2.27/0.2.28?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fjest/0.2.27/0.2.28?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.3.75`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1375---2023-08-08)

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

##### Bug Fixes

- **(es/codegen)** Don't strip necessary escape characters
([#&#8203;7687](https://togithub.com/swc-project/swc/issues/7687))
([b45649b](b45649b8d6))

- **(es/compat)** Fix loose mode of the `spread` pass
([#&#8203;7760](https://togithub.com/swc-project/swc/issues/7760))
([b69ae8f](b69ae8f433))

- **(es/minifier)** Abort on `Array.slice` with `start >= end`
([#&#8203;7745](https://togithub.com/swc-project/swc/issues/7745))
([36ccbec](36ccbec061))

- **(es/module)** Fix handling of continuous assignments in `systemjs`
([#&#8203;7741](https://togithub.com/swc-project/swc/issues/7741))
([f713f6a](f713f6aba8))

- **(es/utils)** Ignore `typeof Id` while preserving side effects
([#&#8203;7763](https://togithub.com/swc-project/swc/issues/7763))
([d57ac0d](d57ac0dd28))

- **(plugin/runner)** Use fs cache properly
([#&#8203;7748](https://togithub.com/swc-project/swc/issues/7748))
([1122de7](1122de7d8b))

##### Features

- **(es)** Alias `format` as `output` for `minify()`
([#&#8203;7746](https://togithub.com/swc-project/swc/issues/7746))
([28dfc51](28dfc51887))

##### Miscellaneous Tasks

- **(ci)** Fix permissions of publish action
([#&#8203;7768](https://togithub.com/swc-project/swc/issues/7768))
([fa7e428](fa7e4289bd))

##### Refactor

- **(es/ast)** Avoid `transmute` in impl of `Hash` for `Number`
([#&#8203;7771](https://togithub.com/swc-project/swc/issues/7771))
([2258274](2258274233))

- **(es/minifier)** Support stable rustc
([#&#8203;7734](https://togithub.com/swc-project/swc/issues/7734))
([f7afe7e](f7afe7edec))

- **(es/parser)** Do not use `lexical`
([#&#8203;7758](https://togithub.com/swc-project/swc/issues/7758))
([e50cfde](e50cfde938))

- **(es/parser)** Do not validate top-level await with target
([#&#8203;7774](https://togithub.com/swc-project/swc/issues/7774))
([5f97f86](5f97f8656f))

###
[`v1.3.74`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1374---2023-08-02)

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

##### Bug Fixes

- **(es)** Fix typo in a warning
([#&#8203;7740](https://togithub.com/swc-project/swc/issues/7740))
([22e06cc](22e06cce63))

- **(es/minifier)** Mark args of `new`s as references
([#&#8203;7743](https://togithub.com/swc-project/swc/issues/7743))
([3873f58](3873f58499))

###
[`v1.3.73`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1373---2023-08-01)

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

##### Bug Fixes

- **(es/minifier)** Handle synthesized export default expression
([#&#8203;7707](https://togithub.com/swc-project/swc/issues/7707))
([5ea6f27](5ea6f27eb0))

- **(es/utils)** Fix string evaluation of array literals
([#&#8203;7731](https://togithub.com/swc-project/swc/issues/7731))
([e8c58cf](e8c58cfd77))

##### Features

- **(es/preset-env)** Update builtin definitions for `core-js` imports
([#&#8203;7715](https://togithub.com/swc-project/swc/issues/7715))
([b4f3332](b4f3332b21))

##### Testing

- **(es/compat)** Add a test for optional chaining with loose mode
([#&#8203;7726](https://togithub.com/swc-project/swc/issues/7726))
([216c4f1](216c4f17df))

</details>

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

###
[`v0.2.28`](https://togithub.com/swc-project/jest/compare/v0.2.27...v0.2.28)

[Compare
Source](https://togithub.com/swc-project/jest/compare/v0.2.27...v0.2.28)

</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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-08-16 07:11:51 +00:00 committed by GitHub
parent 057ed49cf3
commit 45f72861d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 60 additions and 60 deletions

View File

@ -167,8 +167,8 @@
"devDependencies": {
"@apidevtools/swagger-parser": "10.1.0",
"@babel/core": "7.22.10",
"@swc/core": "1.3.72",
"@swc/jest": "0.2.27",
"@swc/core": "1.3.75",
"@swc/jest": "0.2.28",
"@types/bcryptjs": "2.4.2",
"@types/cors": "2.8.13",
"@types/express": "4.17.17",

116
yarn.lock
View File

@ -1116,76 +1116,76 @@
p-queue "^6.6.1"
p-retry "^4.0.0"
"@swc/core-darwin-arm64@1.3.72":
version "1.3.72"
resolved "https://registry.yarnpkg.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.72.tgz#73ab213a2a07bfbf6ff71ce5f5bef7fb6857a032"
integrity sha512-oNSI5hVfZ+1xpj+dH1g4kQqA0VsGtqd8S9S+cDqkHZiOOVOevw9KN6dzVtmLOcPtlULVypVc0TVvsB55KdVZhQ==
"@swc/core-darwin-arm64@1.3.75":
version "1.3.75"
resolved "https://registry.yarnpkg.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.75.tgz#f6b2fb9dd03839ff3153902e09f1772963a1bbb6"
integrity sha512-anDnx9L465lGbjB2mvcV54NGHW6illr0IDvVV7JmkabYUVneaRdQvTr0tbHv3xjHnjrK1wuwVOHKV0LcQF2tnQ==
"@swc/core-darwin-x64@1.3.72":
version "1.3.72"
resolved "https://registry.yarnpkg.com/@swc/core-darwin-x64/-/core-darwin-x64-1.3.72.tgz#b9d7d5ba3b68ae507e48e038f91d97aafd6bd907"
integrity sha512-y5O/WQ1g0/VfTgeNahWIOutbdD5U2Gi703jaefdcoJo3FUx8WU108QQdbVGwGMgaqapo3iQB6Qs9paixYQAYsA==
"@swc/core-darwin-x64@1.3.75":
version "1.3.75"
resolved "https://registry.yarnpkg.com/@swc/core-darwin-x64/-/core-darwin-x64-1.3.75.tgz#b5a4fcc668f15fe664c9bdddac12b7c0685e6c81"
integrity sha512-dIHDfrLmeZfr2xwi1whO7AmzdI3HdamgvxthaL+S8L1x8TeczAZEvsmZTjy3s8p3Va4rbGXcb3+uBhmfkqCbfw==
"@swc/core-linux-arm-gnueabihf@1.3.72":
version "1.3.72"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.72.tgz#af8fd09684d5a1327949cf64cad3a1e45b082c4f"
integrity sha512-05JdWcso0OomHF+7bk5MBDgI8MZ9skcQ/4nhSv5gboSgSiuBmKM15Bg3lZ5iAUwGByNj7pGkSmmd3YwTrXEB+g==
"@swc/core-linux-arm-gnueabihf@1.3.75":
version "1.3.75"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.75.tgz#a4b19babc256390790b50d75dd300a3201275f9f"
integrity sha512-qeJmvMGrjC6xt+G0R4kVqqxvlhxJx7tTzhcEoWgLJnfvGZiF6SJdsef4OSM7HuReXrlBoEtJbfGPrLJtbV+C0w==
"@swc/core-linux-arm64-gnu@1.3.72":
version "1.3.72"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.72.tgz#2c0e365431e25d0fb0d1be3f6cb71ff6b315287e"
integrity sha512-8qRELJaeYshhJgqvyOeXCKqBOpai+JYdWuouMbvvDUL85j3OcZhzR+bipexEbbJKcOCdRnoYB7Qg6mjqZ0t7VA==
"@swc/core-linux-arm64-gnu@1.3.75":
version "1.3.75"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.75.tgz#347e44d12a3fd71e9fc109b68a7fff81696ecbc3"
integrity sha512-sqA9JqHEJBF4AdNuwo5zRqq0HC3l31SPsG9zpRa4nRzG5daBBJ80H7fi6PZQud1rfNNq+Q08gjYrdrxwHstvjw==
"@swc/core-linux-arm64-musl@1.3.72":
version "1.3.72"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.72.tgz#dbb6579daed116657d7ee6994bea75abb385ba6f"
integrity sha512-tOqAGZw+Pe7YrBHFrwFVyRiKqjgjzwYbJmY+UDxLrzWrZSVtC3eO2TPrp7kWmhirg40Og81BbdfRAl8ds48w0Q==
"@swc/core-linux-arm64-musl@1.3.75":
version "1.3.75"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.75.tgz#ca21e597ff52c0a25848be1838cd923a32963584"
integrity sha512-95rQT5xTAL3eKhMJbJbLsZHHP9EUlh1rcrFoLf0gUApoVF8g94QjZ9hYZiI72mMP5WPjgTEXQVnVB9O2GxeaLw==
"@swc/core-linux-x64-gnu@1.3.72":
version "1.3.72"
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.72.tgz#80dcbf6d71cb7ef0b92aa868ef605427305e83a8"
integrity sha512-U2W2xWR3s9nplGVWz376GiBlcLTgxyYKlpZPBNZk0w3OvTcjKC62gW1Pe7PUkk4NgJUnaQDBa/mb4V4Zl+GZPA==
"@swc/core-linux-x64-gnu@1.3.75":
version "1.3.75"
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.75.tgz#56abe19475a72bdc5333461b55ca3c2cd60e4611"
integrity sha512-If7UpAhnPduMmtC+TSgPpZ1UXZfp2hIpjUFxpeCmHHYLS6Fn/2GZC5hpEiu+wvFJF0hzPh93eNAHa9gUxGUG+w==
"@swc/core-linux-x64-musl@1.3.72":
version "1.3.72"
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.72.tgz#0a8ef179f89cc1f62dae8061e759d987c596ccb3"
integrity sha512-3+2dUiZBsifKgvnFEHWdysXjInK8K+BfPBw2tTZJmq1+fZLt0rvuErYDVMLfIJnVWLCcJMnDtTXrvkFV1y/6iA==
"@swc/core-linux-x64-musl@1.3.75":
version "1.3.75"
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.75.tgz#bfa90d24071930effeb4514540f89266a6d6957a"
integrity sha512-HOhxX0YNHTElCZqIviquka3CGYTN8rSQ6BdFfSk/K0O+ZEHx3qGte0qr+gGLPF/237GxreUkp3OMaWKuURtuCg==
"@swc/core-win32-arm64-msvc@1.3.72":
version "1.3.72"
resolved "https://registry.yarnpkg.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.72.tgz#ac1a858b3777ba5dba2d55db7648f5a1ad7b840e"
integrity sha512-ndI8xZ2AId806D25xgqw2SFJ9gc/jhg21+5hA8XPq9ZL+oDiaYDztaP3ijVmZ1G5xXKD9DpgB7xmylv/f6o6GA==
"@swc/core-win32-arm64-msvc@1.3.75":
version "1.3.75"
resolved "https://registry.yarnpkg.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.75.tgz#2fd8ea75ffe1a9153c523b6135b7169266a60e54"
integrity sha512-7QPI+mvBXAerVfWahrgBNe+g7fK8PuetxFnZSEmXUcDXvWcdJXAndD7GjAJzbDyjQpLKHbsDKMiHYvfNxZoN/A==
"@swc/core-win32-ia32-msvc@1.3.72":
version "1.3.72"
resolved "https://registry.yarnpkg.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.72.tgz#3b7764bee0e276b2545e21a85a54381bdc34c3b8"
integrity sha512-F3TK8JHP3SRFjLRlzcRVZPnvvGm2CQ5/cwbIkaEq0Dla3kyctU8SiRqvtYwWCW4JuY10cUygIg93Ec/C9Lkk4g==
"@swc/core-win32-ia32-msvc@1.3.75":
version "1.3.75"
resolved "https://registry.yarnpkg.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.75.tgz#9dae46582027ffeb03f258d05ab797701250d465"
integrity sha512-EfABCy4Wlq7O5ShWsm32FgDkSjyeyj/SQ4wnUIvWpkXhgfT1iNXky7KRU1HtX+SmnVk/k/NnabVZpIklYbjtZA==
"@swc/core-win32-x64-msvc@1.3.72":
version "1.3.72"
resolved "https://registry.yarnpkg.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.72.tgz#d3fba8398bb7844353eacb859d61cc1e70c39470"
integrity sha512-FXMnIUtLl0yEmGkw+xbUg/uUPExvUxUlLSHbX7CnbSuOIHqMHzvEd9skIueLAst4bvmJ8kT1hDyAIWQcTIAJYQ==
"@swc/core-win32-x64-msvc@1.3.75":
version "1.3.75"
resolved "https://registry.yarnpkg.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.75.tgz#c8e6d30c5deed1ae0fa162a42d6d9ef165b8041f"
integrity sha512-cTvP0pOD9C3pSp1cwtt85ZsrUkQz8RZfSPhM+jCGxKxmoowDCnInoOQ4Ica/ehyuUnQ4/IstSdYtYpO5yzPDJg==
"@swc/core@1.3.72":
version "1.3.72"
resolved "https://registry.yarnpkg.com/@swc/core/-/core-1.3.72.tgz#6eb7eb0388f98c5934343b2db1cbc616831afe03"
integrity sha512-+AKjwLH3/STfPrd7CHzB9+NG1FVT0UKJMUChuWq9sQ8b9xlV8vUeRgZXgh/EHYvNQgl/OUTQKtL6xU2yOLuEuA==
"@swc/core@1.3.75":
version "1.3.75"
resolved "https://registry.yarnpkg.com/@swc/core/-/core-1.3.75.tgz#b06d32144a5be0b7b25dbbff09dcd1ab18e48b67"
integrity sha512-YLqd5oZVnaOq/OzkjRSsJUQqAfKYiD0fzUyVUPVlNNCoQEfVfSMcXH80hLmYe9aDH0T/a7qEMjWyIr/0kWqy1A==
optionalDependencies:
"@swc/core-darwin-arm64" "1.3.72"
"@swc/core-darwin-x64" "1.3.72"
"@swc/core-linux-arm-gnueabihf" "1.3.72"
"@swc/core-linux-arm64-gnu" "1.3.72"
"@swc/core-linux-arm64-musl" "1.3.72"
"@swc/core-linux-x64-gnu" "1.3.72"
"@swc/core-linux-x64-musl" "1.3.72"
"@swc/core-win32-arm64-msvc" "1.3.72"
"@swc/core-win32-ia32-msvc" "1.3.72"
"@swc/core-win32-x64-msvc" "1.3.72"
"@swc/core-darwin-arm64" "1.3.75"
"@swc/core-darwin-x64" "1.3.75"
"@swc/core-linux-arm-gnueabihf" "1.3.75"
"@swc/core-linux-arm64-gnu" "1.3.75"
"@swc/core-linux-arm64-musl" "1.3.75"
"@swc/core-linux-x64-gnu" "1.3.75"
"@swc/core-linux-x64-musl" "1.3.75"
"@swc/core-win32-arm64-msvc" "1.3.75"
"@swc/core-win32-ia32-msvc" "1.3.75"
"@swc/core-win32-x64-msvc" "1.3.75"
"@swc/jest@0.2.27":
version "0.2.27"
resolved "https://registry.yarnpkg.com/@swc/jest/-/jest-0.2.27.tgz#f6cbd0b6f95cf689c3344c63fc379fa680cdbf52"
integrity sha512-Xt8EJ6Wy0NYVL8KDPcDMsuUSzyV2UAByamyy28x2iDZCJw2eVz3acedCGBYxxlPR/DNr6QbA35OSymuXhC9QVA==
"@swc/jest@0.2.28":
version "0.2.28"
resolved "https://registry.yarnpkg.com/@swc/jest/-/jest-0.2.28.tgz#cf21200a6058ab0dd2555b3ee1164d149bd8534b"
integrity sha512-iCB3lvngkQldLga35krb8LPa+6gmkVXnlpfCTXOAgMaEYFagLxOIFbIO8II7dhHa8ApOv5ap8iFRETI4lVY0vw==
dependencies:
"@jest/create-cache-key-function" "^27.4.2"
jsonc-parser "^3.2.0"