mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
chore(deps): update dependency @swc/core to v1.3.49 (#3546)
[![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.44` -> `1.3.49`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.44/1.3.49) | [![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.49/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.49/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.49/compatibility-slim/1.3.44)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.49/confidence-slim/1.3.44)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>swc-project/swc</summary> ### [`v1.3.49`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1349---2023-04-10) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.47...v1.3.49) ##### Features - **(plugin/runner)** Update `wasmer` to `v3` ([#​7197](https://togithub.com/swc-project/swc/issues/7197)) ([56bdacc](56bdacc72d
)) ##### Refactor - **(plugin/runner)** Fix publish action ([#​7234](https://togithub.com/swc-project/swc/issues/7234)) ([b868ed0](b868ed02a3
)) ### [`v1.3.47`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1347---2023-04-10) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.46...v1.3.47) ##### Bug Fixes - **(bindings/node)** Make peer dependency of helpers optional ([#​7216](https://togithub.com/swc-project/swc/issues/7216)) ([e86d598](e86d59882a
)) - **(es/compat)** Fix `finally` handling of `generator` ([#​7215](https://togithub.com/swc-project/swc/issues/7215)) ([f5c62fb](f5c62fbbf8
)) - **(es/minifier)** Don't remove used var decl ([#​7200](https://togithub.com/swc-project/swc/issues/7200)) ([73bc29e](73bc29eeb0
)) - **(es/testing)** Ensure that we call `fold_program` ([#​7222](https://togithub.com/swc-project/swc/issues/7222)) ([e241201](e241201bf7
)) - **(es/typescript)** Fix computation of enum bits ([#​7219](https://togithub.com/swc-project/swc/issues/7219)) ([29bf176](29bf1760be
)) ##### Features - **(es)** Expose stage 3 decorator ([#​7220](https://togithub.com/swc-project/swc/issues/7220)) ([a7a53c6](a7a53c6208
)) ##### Refactor - **(macros/ast-node)** Drop `darling` to reduce compile time ([#​7214](https://togithub.com/swc-project/swc/issues/7214)) ([3f61638](3f61638cbf
)) ### [`v1.3.46`](https://togithub.com/swc-project/swc/compare/v1.3.45...v1.3.46) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.45...v1.3.46) ### [`v1.3.45`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1345---2023-04-04) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.44...v1.3.45) ##### Bug Fixes - **(es)** Allow missing `.map` file ([#​7141](https://togithub.com/swc-project/swc/issues/7141)) ([3e6a186](3e6a1869e8
)) - **(es/compat)** Handle shorthand object prop while renaming ([#​7176](https://togithub.com/swc-project/swc/issues/7176)) ([0a80e05](0a80e0506b
)) - **(es/helpers)** Use snake_case for helpers ([#​7147](https://togithub.com/swc-project/swc/issues/7147)) ([3ca954b](3ca954b9f9
)) - **(es/modules)** Hint nodejs for multiple `export *` ([#​7184](https://togithub.com/swc-project/swc/issues/7184)) ([98f1493](98f14931e7
)) - **(es/parser)** Fix infinite loop on jsx in js ([#​7191](https://togithub.com/swc-project/swc/issues/7191)) ([414e669](414e66910d
)) - **(es/typescript)** Mark `A` as a type in `export { type A }` ([#​7196](https://togithub.com/swc-project/swc/issues/7196)) ([ddfbc93](ddfbc93624
)) - **(swc_core)** Fix a feature name ([#​7198](https://togithub.com/swc-project/swc/issues/7198)) ([bfe6544](bfe654438f
)) ##### Features - **(css/modules)** Preserve spans of CSS class names ([#​7185](https://togithub.com/swc-project/swc/issues/7185)) ([df7b4e7](df7b4e71d2
)) - **(es/compat)** Implement stage 3 decorator, without auto accessor ([#​6950](https://togithub.com/swc-project/swc/issues/6950)) ([7a863ad](7a863ad18f
)) - **(es/helpers)** Use named export and unify import path ([#​7182](https://togithub.com/swc-project/swc/issues/7182)) ([a13a78e](a13a78e3fe
)) - **(plugin/runner)** Improve cache path ([#​7188](https://togithub.com/swc-project/swc/issues/7188)) ([976667f](976667f7d9
)) ##### Testing - **(es/plugin)** Enable E2E plugin test ([#​7178](https://togithub.com/swc-project/swc/issues/7178)) ([a785f18](a785f18740
)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
bbfb88122b
commit
7debbeb00d
@ -145,7 +145,7 @@
|
||||
"devDependencies": {
|
||||
"@apidevtools/swagger-parser": "10.1.0",
|
||||
"@babel/core": "7.21.4",
|
||||
"@swc/core": "1.3.44",
|
||||
"@swc/core": "1.3.49",
|
||||
"@swc/jest": "0.2.24",
|
||||
"@types/bcryptjs": "2.4.2",
|
||||
"@types/cors": "2.8.13",
|
||||
|
108
yarn.lock
108
yarn.lock
@ -989,71 +989,71 @@
|
||||
dependencies:
|
||||
"@sinonjs/commons" "^2.0.0"
|
||||
|
||||
"@swc/core-darwin-arm64@1.3.44":
|
||||
version "1.3.44"
|
||||
resolved "https://registry.yarnpkg.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.44.tgz#e0f5eb9d962c4e6192531c2e3b8c11f55faf1b89"
|
||||
integrity sha512-Y+oVsCjXUPvr3D9YLuB1gjP84TseM/CRkbPNrf+3JXQhsPEkgxdIdFP1cl/obeqMQrRgPpvSfK+TOvGuOuV22g==
|
||||
"@swc/core-darwin-arm64@1.3.49":
|
||||
version "1.3.49"
|
||||
resolved "https://registry.yarnpkg.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.49.tgz#bc52c5caff6e0ea04f5ed457ccd7904128632524"
|
||||
integrity sha512-g7aIfXh6uPHmhLXdjXQq5t3HAyS/EdvujasW1DIS5k8UqOBaSoCcSGtLIjzcLv3KujqNfYcm118E+12H0nY6fQ==
|
||||
|
||||
"@swc/core-darwin-x64@1.3.44":
|
||||
version "1.3.44"
|
||||
resolved "https://registry.yarnpkg.com/@swc/core-darwin-x64/-/core-darwin-x64-1.3.44.tgz#a8de4c176a9b12f201fc754a56331113a53ec69c"
|
||||
integrity sha512-bM0IKBjlSD0yHJbd7bE3il5fTu3oUjUO2zjLkzfIx6tiqbmDyvOX8adaSqse9N+d8Ip9p26b5Vo7pMHq0POGkg==
|
||||
"@swc/core-darwin-x64@1.3.49":
|
||||
version "1.3.49"
|
||||
resolved "https://registry.yarnpkg.com/@swc/core-darwin-x64/-/core-darwin-x64-1.3.49.tgz#d1da85440380bdf62b3cf273ad29be5575cd02d6"
|
||||
integrity sha512-eSIxVX0YDw40Bre5sAx2BV3DzdIGzmQvCf2yiBvLqiiL6GC0mmuDeWbUCAzdUX6fJ6FUVEBMUVqNOc9oJ2/d5w==
|
||||
|
||||
"@swc/core-linux-arm-gnueabihf@1.3.44":
|
||||
version "1.3.44"
|
||||
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.44.tgz#300731367c88bf02b8ae20264d4d402362e444df"
|
||||
integrity sha512-D4lfVwCbkWscDTb6btb89+bN0kgvjGBPfOmcvih7nY5hxaorwvp+PefkYAhFw8vKmL92lrnWUFNiTemVFN4bxg==
|
||||
"@swc/core-linux-arm-gnueabihf@1.3.49":
|
||||
version "1.3.49"
|
||||
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.49.tgz#d193089e02211dc7a11bff0a60ef098f7c487a26"
|
||||
integrity sha512-8mj3IcRVr/OJY0mVITz6Z5osNAMJK5GiKDaZ+3QejPLbl6aiu4sH4GmTHDRN14RnaVXOpecsGcUoQmNoNa3u3w==
|
||||
|
||||
"@swc/core-linux-arm64-gnu@1.3.44":
|
||||
version "1.3.44"
|
||||
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.44.tgz#8b52d1cd28f277d47bb45c6791f44da568a62bc4"
|
||||
integrity sha512-muExPTrN26MFmtO+5uffkH5v4lmd8GdmyWvlC2tL95h7o9genTIQyr7kcSepGZrDe4fM9G6++5YfENhUpXHo+g==
|
||||
"@swc/core-linux-arm64-gnu@1.3.49":
|
||||
version "1.3.49"
|
||||
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.49.tgz#c45102a93b8d7e67617f2d488549ad8d2bb26f73"
|
||||
integrity sha512-Rmg9xw6tmpOpf6GKKjpHQGmjfHzqSths5ebI2ahrHlhekzZF2HYmPkVw4bHda8Bja6mbaw8FVBgBHjPU8mMeDA==
|
||||
|
||||
"@swc/core-linux-arm64-musl@1.3.44":
|
||||
version "1.3.44"
|
||||
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.44.tgz#7b0e62255ae13c397f09ca5da8bf2266482a28c2"
|
||||
integrity sha512-MY1wY3kSIosjJKKCfFGniJFFVkt3oPvJLN4Dlj+bMgAt3O7anm8lGbyLqUpJ1Ep4rTsJj7ObO06DQiSWp4Fhcw==
|
||||
"@swc/core-linux-arm64-musl@1.3.49":
|
||||
version "1.3.49"
|
||||
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.49.tgz#391f20ff83b7195a2a1601e6cdb191e1b4fc112d"
|
||||
integrity sha512-nlKPYMogAI3Aak6Mlkag8/2AlHAZ/DpH7RjhfMazsaGhD/sQOmYdyY9Al69ejpa419YJuREeeeLoojFlSsd30g==
|
||||
|
||||
"@swc/core-linux-x64-gnu@1.3.44":
|
||||
version "1.3.44"
|
||||
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.44.tgz#0b8b2544c312f247aa5c5f31671a175ad6488309"
|
||||
integrity sha512-xV4pDxJM06g0yUDTA22ZHgonzGqf/poIlgADRmEkx9cWWm5qLRhmWrrkVX1xZVvdlcXj1ERnia/UkvrDux96lg==
|
||||
"@swc/core-linux-x64-gnu@1.3.49":
|
||||
version "1.3.49"
|
||||
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.49.tgz#36c7a165a0bbb763eaf7186eebd759731cb058d2"
|
||||
integrity sha512-QOyeJQ6NVi73SJcizbwvIZTiGA/N+BxX9liRrvibumaQmRh8fWjJiLNsv3ODSHeuonak7E8Bf7a7NnSTyu48Mw==
|
||||
|
||||
"@swc/core-linux-x64-musl@1.3.44":
|
||||
version "1.3.44"
|
||||
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.44.tgz#5b1f76fc1dc75875df59d8c0ff37e99e030f9552"
|
||||
integrity sha512-NJnnlE8vCkKHoo/wIaoywNN/01vNsvhKUjBgUx865sUM/XWAIanpbV41yfdEkC+Iwd+/zB3ZZnOYql3b+Nn8aQ==
|
||||
"@swc/core-linux-x64-musl@1.3.49":
|
||||
version "1.3.49"
|
||||
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.49.tgz#6b9f85b45f116aaf909ed9ee8fe2d19e19fca8fb"
|
||||
integrity sha512-WlDMz+SOpYC9O/ZBUw1oiyWI7HyUCMlf/HS8Fy/kRI3eGoGCUxVTCJ1mP57GdQr4Wg32Y/ZpO2KSNQFWnT8mAw==
|
||||
|
||||
"@swc/core-win32-arm64-msvc@1.3.44":
|
||||
version "1.3.44"
|
||||
resolved "https://registry.yarnpkg.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.44.tgz#bd4aefcd7734229f780c9bec0502935884935f0f"
|
||||
integrity sha512-/xOtjZhX25GEOPLN55icjj9E061DDH7G0A9HfUAEilURgBbvm6bIlqK+t8mOKK0tOsDoHftdTBRkYhTAqUtakQ==
|
||||
"@swc/core-win32-arm64-msvc@1.3.49":
|
||||
version "1.3.49"
|
||||
resolved "https://registry.yarnpkg.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.49.tgz#f75c69cf5804543b74846b251dec3729466d691a"
|
||||
integrity sha512-41LZOeI94Za3twib8KOIjnHYAZ+nkBFmboaREsFR1760S7jiMVywqWX8nFZvn/CXj15Fjjgdgyuig+zMREwXwQ==
|
||||
|
||||
"@swc/core-win32-ia32-msvc@1.3.44":
|
||||
version "1.3.44"
|
||||
resolved "https://registry.yarnpkg.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.44.tgz#0c2ba768f33acb580422e17d4ae816ebfd3dcfe0"
|
||||
integrity sha512-uKTAWQuMEW1gJnl8F3eiz3kdk8CiaR5dMWWlGbHIq6dRbur2hoKaEnINR4UqkvvAhhY1YB0Xr5DV1H986Xu2EA==
|
||||
"@swc/core-win32-ia32-msvc@1.3.49":
|
||||
version "1.3.49"
|
||||
resolved "https://registry.yarnpkg.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.49.tgz#8fea171ef5fdc6983174560f0f72a30f6da0b6ba"
|
||||
integrity sha512-IdqLPoMKssyAoOCZdNXmnAd6/uyx+Hb9KSfZUHepZaNfwMy6J5XXrOsbYs3v53FH8MtekUUdV+mMX4me9bcv9w==
|
||||
|
||||
"@swc/core-win32-x64-msvc@1.3.44":
|
||||
version "1.3.44"
|
||||
resolved "https://registry.yarnpkg.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.44.tgz#b137abefbeb3b73a47cc398bc5603ea6bf6a3a7b"
|
||||
integrity sha512-D9fBRhr44cK4YIKFikpktyUDLkZgVj0ISaSl8IjiTvjqTrE/9+E+dzTNHULn5tc3lHVLLxyVwMjJRr2G0D4O6w==
|
||||
"@swc/core-win32-x64-msvc@1.3.49":
|
||||
version "1.3.49"
|
||||
resolved "https://registry.yarnpkg.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.49.tgz#e5a4a3370bb55aac36e19d61ef43af6dcfe76c09"
|
||||
integrity sha512-7Fqjo5pS3uIohhSbYSaR0+e/bJdxmQb4oG97FIh5qvlCCGQaQ9UiaEeYy4uK0Ad+Menum1IXCAEiG7RHcl6Eyw==
|
||||
|
||||
"@swc/core@1.3.44":
|
||||
version "1.3.44"
|
||||
resolved "https://registry.yarnpkg.com/@swc/core/-/core-1.3.44.tgz#2886bdd647942f9670b65c02b6d5484ff3070ddd"
|
||||
integrity sha512-RC25C8nxOCdfGS//F9Q8aHKx4XoCsxvgO+sSUhvt7zDz1Y2ruVUTu2UOH0VeE0WkA8j6oEZH+xH2SUfDUkxXdA==
|
||||
"@swc/core@1.3.49":
|
||||
version "1.3.49"
|
||||
resolved "https://registry.yarnpkg.com/@swc/core/-/core-1.3.49.tgz#98268739aaa998403669a563062c89fa30e9b39e"
|
||||
integrity sha512-br44ZHOfE9YyRGcORSLkHFQHTvhwRcaithBJ1Q5y5iMGpLbH0Wai3GN49L60RvmGwxNJfWzT+E7+rNNR7ewKgA==
|
||||
optionalDependencies:
|
||||
"@swc/core-darwin-arm64" "1.3.44"
|
||||
"@swc/core-darwin-x64" "1.3.44"
|
||||
"@swc/core-linux-arm-gnueabihf" "1.3.44"
|
||||
"@swc/core-linux-arm64-gnu" "1.3.44"
|
||||
"@swc/core-linux-arm64-musl" "1.3.44"
|
||||
"@swc/core-linux-x64-gnu" "1.3.44"
|
||||
"@swc/core-linux-x64-musl" "1.3.44"
|
||||
"@swc/core-win32-arm64-msvc" "1.3.44"
|
||||
"@swc/core-win32-ia32-msvc" "1.3.44"
|
||||
"@swc/core-win32-x64-msvc" "1.3.44"
|
||||
"@swc/core-darwin-arm64" "1.3.49"
|
||||
"@swc/core-darwin-x64" "1.3.49"
|
||||
"@swc/core-linux-arm-gnueabihf" "1.3.49"
|
||||
"@swc/core-linux-arm64-gnu" "1.3.49"
|
||||
"@swc/core-linux-arm64-musl" "1.3.49"
|
||||
"@swc/core-linux-x64-gnu" "1.3.49"
|
||||
"@swc/core-linux-x64-musl" "1.3.49"
|
||||
"@swc/core-win32-arm64-msvc" "1.3.49"
|
||||
"@swc/core-win32-ia32-msvc" "1.3.49"
|
||||
"@swc/core-win32-x64-msvc" "1.3.49"
|
||||
|
||||
"@swc/jest@0.2.24":
|
||||
version "0.2.24"
|
||||
|
Loading…
Reference in New Issue
Block a user