1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-14 00:19:16 +01:00

chore(deps): update dependency @swc/core to v1.3.96 (#5424)

[![Mend Renovate logo
banner](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.95` ->
`1.3.96`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.95/1.3.96) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.3.96?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.3.96?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.3.95/1.3.96?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.3.95/1.3.96?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.3.96`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1396---2023-11-03)

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

##### Bug Fixes

- **(ci)** Set `tag` for wasm publish actions
([#&#8203;8200](https://togithub.com/swc-project/swc/issues/8200))
([8db80b8](8db80b8c28))

- **(es/compat)** Make `block-scoping` pass rename exports correctly
([#&#8203;8175](https://togithub.com/swc-project/swc/issues/8175))
([b13bc32](b13bc32027))

- **(es/compat)** Use dummy span for blocks in `parameters`
([#&#8203;8202](https://togithub.com/swc-project/swc/issues/8202))
([c1b255a](c1b255a59c))

- **(es/compat)** Handle private names from class properties pass
([#&#8203;8090](https://togithub.com/swc-project/swc/issues/8090))
([83a5a0c](83a5a0c612))

- **(es/react)** Visit children nodes in `jsx-src` pass
([#&#8203;8212](https://togithub.com/swc-project/swc/issues/8212))
([47733a9](47733a951c))

- **(es/transforms)** Do not add `PURE` comment to `BytePos(0)`
([#&#8203;8207](https://togithub.com/swc-project/swc/issues/8207))
([c061356](c061356b63))

- **(es/typescript)** Preserve const enum for named export
([#&#8203;8208](https://togithub.com/swc-project/swc/issues/8208))
([abced23](abced23b2a))

##### Features

- **(es/minifier)** Respect inline level and preserve native names
([#&#8203;8205](https://togithub.com/swc-project/swc/issues/8205))
([dd805e9](dd805e95a4))

- **(es/preset-env)** Update compat data
([#&#8203;8194](https://togithub.com/swc-project/swc/issues/8194))
([3dc4e1e](3dc4e1e02d))

- **(es/testing)** Support babel-like fixture testing officially
([#&#8203;8190](https://togithub.com/swc-project/swc/issues/8190))
([e960614](e9606147fc))

- **(es/testing)** Use `__swc_snapshots__` for `test!` macro
([#&#8203;8191](https://togithub.com/swc-project/swc/issues/8191))
([0aafa75](0aafa75fef))

##### Performance

- **(es/minifier)** Add `has_flag` to `Comments`
([#&#8203;8182](https://togithub.com/swc-project/swc/issues/8182))
([7530e90](7530e9051d))

##### Refactor

- **(es/minifier)** Simplify analyzer context
([#&#8203;8164](https://togithub.com/swc-project/swc/issues/8164))
([bb02cdd](bb02cdd26e))

</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://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-27 09:31:19 +00:00 committed by GitHub
parent 713d69fc7a
commit ffa14a0373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 55 additions and 55 deletions

View File

@ -152,7 +152,7 @@
"@apidevtools/swagger-parser": "10.1.0",
"@babel/core": "7.23.3",
"@biomejs/biome": "1.2.2",
"@swc/core": "1.3.95",
"@swc/core": "1.3.96",
"@swc/jest": "0.2.29",
"@types/bcryptjs": "2.4.5",
"@types/cors": "2.8.15",

108
yarn.lock
View File

@ -1162,74 +1162,74 @@
p-queue "^6.6.1"
p-retry "^4.0.0"
"@swc/core-darwin-arm64@1.3.95":
version "1.3.95"
resolved "https://registry.yarnpkg.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.95.tgz#e6b6363fc0a22ee3cd9a63130d2042d5027aae2c"
integrity sha512-VAuBAP3MNetO/yBIBzvorUXq7lUBwhfpJxYViSxyluMwtoQDhE/XWN598TWMwMl1ZuImb56d7eUsuFdjgY7pJw==
"@swc/core-darwin-arm64@1.3.96":
version "1.3.96"
resolved "https://registry.yarnpkg.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.96.tgz#7c1c4245ce3f160a5b36a48ed071e3061a839e1d"
integrity sha512-8hzgXYVd85hfPh6mJ9yrG26rhgzCmcLO0h1TIl8U31hwmTbfZLzRitFQ/kqMJNbIBCwmNH1RU2QcJnL3d7f69A==
"@swc/core-darwin-x64@1.3.95":
version "1.3.95"
resolved "https://registry.yarnpkg.com/@swc/core-darwin-x64/-/core-darwin-x64-1.3.95.tgz#7911a03f4e0f9359710d3d6ad1dba7b5569efe5d"
integrity sha512-20vF2rvUsN98zGLZc+dsEdHvLoCuiYq/1B+TDeE4oolgTFDmI1jKO+m44PzWjYtKGU9QR95sZ6r/uec0QC5O4Q==
"@swc/core-darwin-x64@1.3.96":
version "1.3.96"
resolved "https://registry.yarnpkg.com/@swc/core-darwin-x64/-/core-darwin-x64-1.3.96.tgz#4720ff897ca3f22fe77d0be688968161480c80f0"
integrity sha512-mFp9GFfuPg+43vlAdQZl0WZpZSE8sEzqL7sr/7Reul5McUHP0BaLsEzwjvD035ESfkY8GBZdLpMinblIbFNljQ==
"@swc/core-linux-arm-gnueabihf@1.3.95":
version "1.3.95"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.95.tgz#95a2c9fc6849df9f1944957669c82c559d65b24f"
integrity sha512-oEudEM8PST1MRNGs+zu0cx5i9uP8TsLE4/L9HHrS07Ck0RJ3DCj3O2fU832nmLe2QxnAGPwBpSO9FntLfOiWEQ==
"@swc/core-linux-arm-gnueabihf@1.3.96":
version "1.3.96"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.96.tgz#2c238ae00b13918ac058b132a31dc57dbcf94e39"
integrity sha512-8UEKkYJP4c8YzYIY/LlbSo8z5Obj4hqcv/fUTHiEePiGsOddgGf7AWjh56u7IoN/0uEmEro59nc1ChFXqXSGyg==
"@swc/core-linux-arm64-gnu@1.3.95":
version "1.3.95"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.95.tgz#1914d42041469582e3cc56619890edbcc54e83d6"
integrity sha512-pIhFI+cuC1aYg+0NAPxwT/VRb32f2ia8oGxUjQR6aJg65gLkUYQzdwuUmpMtFR2WVf7WVFYxUnjo4UyMuyh3ng==
"@swc/core-linux-arm64-gnu@1.3.96":
version "1.3.96"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.96.tgz#be2e84506b9761b561fb9a341e587f8594a8e55d"
integrity sha512-c/IiJ0s1y3Ymm2BTpyC/xr6gOvoqAVETrivVXHq68xgNms95luSpbYQ28rqaZC8bQC8M5zdXpSc0T8DJu8RJGw==
"@swc/core-linux-arm64-musl@1.3.95":
version "1.3.95"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.95.tgz#8d73822a5807575a572d6a2d6cb64587a9f19ce6"
integrity sha512-ZpbTr+QZDT4OPJfjPAmScqdKKaT+wGurvMU5AhxLaf85DuL8HwUwwlL0n1oLieLc47DwIJEMuKQkYhXMqmJHlg==
"@swc/core-linux-arm64-musl@1.3.96":
version "1.3.96"
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.96.tgz#22c9ce17bd923ae358760e668ca33c90210c2ae5"
integrity sha512-i5/UTUwmJLri7zhtF6SAo/4QDQJDH2fhYJaBIUhrICmIkRO/ltURmpejqxsM/ye9Jqv5zG7VszMC0v/GYn/7BQ==
"@swc/core-linux-x64-gnu@1.3.95":
version "1.3.95"
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.95.tgz#80467727ec11da3de49e6be2abf735964a808483"
integrity sha512-n9SuHEFtdfSJ+sHdNXNRuIOVprB8nbsz+08apKfdo4lEKq6IIPBBAk5kVhPhkjmg2dFVHVo4Tr/OHXM1tzWCCw==
"@swc/core-linux-x64-gnu@1.3.96":
version "1.3.96"
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.96.tgz#c17c072e338341c0ac3507a31ab2a36d16d79c98"
integrity sha512-USdaZu8lTIkm4Yf9cogct/j5eqtdZqTgcTib4I+NloUW0E/hySou3eSyp3V2UAA1qyuC72ld1otXuyKBna0YKQ==
"@swc/core-linux-x64-musl@1.3.95":
version "1.3.95"
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.95.tgz#675a53ac037846bd1bb9840a95ebcb5289265d3b"
integrity sha512-L1JrVlsXU3LC0WwmVnMK9HrOT2uhHahAoPNMJnZQpc18a0paO9fqifPG8M/HjNRffMUXR199G/phJsf326UvVg==
"@swc/core-linux-x64-musl@1.3.96":
version "1.3.96"
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.96.tgz#eb74594a48b4e9cabdce7f5525b3b946f8d6dd16"
integrity sha512-QYErutd+G2SNaCinUVobfL7jWWjGTI0QEoQ6hqTp7PxCJS/dmKmj3C5ZkvxRYcq7XcZt7ovrYCTwPTHzt6lZBg==
"@swc/core-win32-arm64-msvc@1.3.95":
version "1.3.95"
resolved "https://registry.yarnpkg.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.95.tgz#7f0b5d0d0a090c5c625bbc54ffaf427d861c068a"
integrity sha512-YaP4x/aZbUyNdqCBpC2zL8b8n58MEpOUpmOIZK6G1SxGi+2ENht7gs7+iXpWPc0sy7X3YPKmSWMAuui0h8lgAA==
"@swc/core-win32-arm64-msvc@1.3.96":
version "1.3.96"
resolved "https://registry.yarnpkg.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.96.tgz#6f7c0d20d80534b0676dc6761904288c16e93857"
integrity sha512-hjGvvAduA3Un2cZ9iNP4xvTXOO4jL3G9iakhFsgVhpkU73SGmK7+LN8ZVBEu4oq2SUcHO6caWvnZ881cxGuSpg==
"@swc/core-win32-ia32-msvc@1.3.95":
version "1.3.95"
resolved "https://registry.yarnpkg.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.95.tgz#06e2778549a37f0b505b24fd8f40c1c038e29f3e"
integrity sha512-w0u3HI916zT4BC/57gOd+AwAEjXeUlQbGJ9H4p/gzs1zkSHtoDQghVUNy3n/ZKp9KFod/95cA8mbVF9t1+6epQ==
"@swc/core-win32-ia32-msvc@1.3.96":
version "1.3.96"
resolved "https://registry.yarnpkg.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.96.tgz#47bb24ef2e4c81407a6786649246983cc69e7854"
integrity sha512-Far2hVFiwr+7VPCM2GxSmbh3ikTpM3pDombE+d69hkedvYHYZxtTF+2LTKl/sXtpbUnsoq7yV/32c9R/xaaWfw==
"@swc/core-win32-x64-msvc@1.3.95":
version "1.3.95"
resolved "https://registry.yarnpkg.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.95.tgz#40f6b131e84ba6ed97f516edf0f9d5a766c0da64"
integrity sha512-5RGnMt0S6gg4Gc6QtPUJ3Qs9Un4sKqccEzgH/tj7V/DVTJwKdnBKxFZfgQ34OR2Zpz7zGOn889xwsFVXspVWNA==
"@swc/core-win32-x64-msvc@1.3.96":
version "1.3.96"
resolved "https://registry.yarnpkg.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.96.tgz#c796e3df7afe2875d227c74add16a7d09c77d8bd"
integrity sha512-4VbSAniIu0ikLf5mBX81FsljnfqjoVGleEkCQv4+zRlyZtO3FHoDPkeLVoy6WRlj7tyrRcfUJ4mDdPkbfTO14g==
"@swc/core@1.3.95":
version "1.3.95"
resolved "https://registry.yarnpkg.com/@swc/core/-/core-1.3.95.tgz#2743b8460e6f29385e3dbe49f3f66277ab233536"
integrity sha512-PMrNeuqIusq9DPDooV3FfNEbZuTu5jKAc04N3Hm6Uk2Fl49cqElLFQ4xvl4qDmVDz97n3n/C1RE0/f6WyGPEiA==
"@swc/core@1.3.96":
version "1.3.96"
resolved "https://registry.yarnpkg.com/@swc/core/-/core-1.3.96.tgz#f04d58b227ceed2fee6617ce2cdddf21d0803f96"
integrity sha512-zwE3TLgoZwJfQygdv2SdCK9mRLYluwDOM53I+dT6Z5ZvrgVENmY3txvWDvduzkV+/8IuvrRbVezMpxcojadRdQ==
dependencies:
"@swc/counter" "^0.1.1"
"@swc/types" "^0.1.5"
optionalDependencies:
"@swc/core-darwin-arm64" "1.3.95"
"@swc/core-darwin-x64" "1.3.95"
"@swc/core-linux-arm-gnueabihf" "1.3.95"
"@swc/core-linux-arm64-gnu" "1.3.95"
"@swc/core-linux-arm64-musl" "1.3.95"
"@swc/core-linux-x64-gnu" "1.3.95"
"@swc/core-linux-x64-musl" "1.3.95"
"@swc/core-win32-arm64-msvc" "1.3.95"
"@swc/core-win32-ia32-msvc" "1.3.95"
"@swc/core-win32-x64-msvc" "1.3.95"
"@swc/core-darwin-arm64" "1.3.96"
"@swc/core-darwin-x64" "1.3.96"
"@swc/core-linux-arm-gnueabihf" "1.3.96"
"@swc/core-linux-arm64-gnu" "1.3.96"
"@swc/core-linux-arm64-musl" "1.3.96"
"@swc/core-linux-x64-gnu" "1.3.96"
"@swc/core-linux-x64-musl" "1.3.96"
"@swc/core-win32-arm64-msvc" "1.3.96"
"@swc/core-win32-ia32-msvc" "1.3.96"
"@swc/core-win32-x64-msvc" "1.3.96"
"@swc/counter@^0.1.1":
version "0.1.1"