From 49c463ce198e8ab96ca8d2b5a9de4415616a1d2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 17:42:55 +0000 Subject: [PATCH] chore(deps): update dependency @swc/core to v1.3.22 (#2648) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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.21` -> `1.3.22`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.21/1.3.22) | [![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.22/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.22/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.22/compatibility-slim/1.3.21)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.22/confidence-slim/1.3.21)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
swc-project/swc ### [`v1.3.22`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1322---2022-12-09) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.21...v1.3.22) ##### Bug Fixes - **(common)** Fix handling of input source maps ([#​6561](https://togithub.com/swc-project/swc/issues/6561)) ([4af52c7](https://togithub.com/swc-project/swc/commit/4af52c79aea73f2e916bd11ce089bb4a4317179c)) - **(common)** Fix `BytePos` -> `CharPos` calculations ([#​6574](https://togithub.com/swc-project/swc/issues/6574)) ([a203fdb](https://togithub.com/swc-project/swc/commit/a203fdb1b62ce2df855421d46905f8b821eeabbd)) - **(css/parser)** Fix recovery more for invalid component values in declaration value ([#​6560](https://togithub.com/swc-project/swc/issues/6560)) ([db1eb48](https://togithub.com/swc-project/swc/commit/db1eb483fda71ca5f88342d8c53cb795707c6221)) - **(css/parser)** Fix parsing of nested rules ([#​6563](https://togithub.com/swc-project/swc/issues/6563)) ([a1fe907](https://togithub.com/swc-project/swc/commit/a1fe9076c231ca1eef05c558f43803ec006559c3)) - **(css/parser)** Fix a small bug ([#​6591](https://togithub.com/swc-project/swc/issues/6591)) ([4de378c](https://togithub.com/swc-project/swc/commit/4de378cb1e170df496b277bc141dacaa1c21738f)) - **(css/parser)** Avoid skipping extra whitespaces ([#​6592](https://togithub.com/swc-project/swc/issues/6592)) ([d8936ad](https://togithub.com/swc-project/swc/commit/d8936ade5b34f682af08e01833d629a67c54f888)) - **(es/compat)** Prepend generated `_loop` to the correct scope ([#​6604](https://togithub.com/swc-project/swc/issues/6604)) ([4c2d422](https://togithub.com/swc-project/swc/commit/4c2d42261ed0382c49e8a564b574362a5ab182a3)) - **(es/parser)** Fix `typeof` in `TSCallSignatureDeclaration` ([#​6553](https://togithub.com/swc-project/swc/issues/6553)) ([aa28aa0](https://togithub.com/swc-project/swc/commit/aa28aa0c7fefcaea063340c711a5ea8a3ba60e7b)) - **(es/parser)** Fix parsing of JSX with ASI ([#​6577](https://togithub.com/swc-project/swc/issues/6577)) ([ad95ead](https://togithub.com/swc-project/swc/commit/ad95ead291640b1ada65860af1adf5e8185c80a4)) - **(es/resolver)** Reset `in_type` flag correctly ([#​6597](https://togithub.com/swc-project/swc/issues/6597)) ([29ba05d](https://togithub.com/swc-project/swc/commit/29ba05d137c606f9e67fec9db8bd2377671900e1)) - **(es/typescript)** Strip inline type declarations ([#​6600](https://togithub.com/swc-project/swc/issues/6600)) ([fe0c651](https://togithub.com/swc-project/swc/commit/fe0c65195d2308b1475e958a7051b5f529bf4580)) - **(node-swc)** Sync types for `jsc.optimizer.globals` ([#​6603](https://togithub.com/swc-project/swc/issues/6603)) ([b97aa45](https://togithub.com/swc-project/swc/commit/b97aa45c5c0ef5cfccc15294767c2bc8f0a7307d)) - **(xml/parser)** Fix parsing of legacy document types ([#​6555](https://togithub.com/swc-project/swc/issues/6555)) ([cdf0d8a](https://togithub.com/swc-project/swc/commit/cdf0d8a8b59a05498b6ca609d8a2ecf3c2f35f28)) - **(xml/parser)** Fix various bugs ([#​6566](https://togithub.com/swc-project/swc/issues/6566)) ([01232f0](https://togithub.com/swc-project/swc/commit/01232f09883de34eb3eb94d364f9bd2a3b985703)) ##### Features - **(css/ast)** Make AST intuitive ([#​6606](https://togithub.com/swc-project/swc/issues/6606)) ([b4eef53](https://togithub.com/swc-project/swc/commit/b4eef53680b0e553f14404f641b521a346e55f1f)) - **(css/plugin)** Prepare Wasm plugins ([#​6567](https://togithub.com/swc-project/swc/issues/6567)) ([8cdc28c](https://togithub.com/swc-project/swc/commit/8cdc28cdfa17f1773bdd30c2187c79e1db0a3ffe)) - **(css/plugin)** Support Wasm plugin ([#​6568](https://togithub.com/swc-project/swc/issues/6568)) ([fa8f7b0](https://togithub.com/swc-project/swc/commit/fa8f7b00fc458c4ee2a74b431fb9004f67e54dde)) - **(es/analyzer)** Extract the analyzer from the minifier to a separate crate ([#​6586](https://togithub.com/swc-project/swc/issues/6586)) ([e1d01d8](https://togithub.com/swc-project/swc/commit/e1d01d8b7aa23d1bf3f3894546691c0b249ab647)) - **(html/parser)** Improve lexer ([#​6543](https://togithub.com/swc-project/swc/issues/6543)) ([49b7e9e](https://togithub.com/swc-project/swc/commit/49b7e9e224c36346a8fe5ccbec623ae76f0cc79d)) ##### Miscellaneous Tasks - **(ci)** Add debug logs for cli binaries ([#​6556](https://togithub.com/swc-project/swc/issues/6556)) ([8083484](https://togithub.com/swc-project/swc/commit/80834843f4180bc292f8b2959b1390a07bec0a77)) - **(ci)** Fix CI ([#​6558](https://togithub.com/swc-project/swc/issues/6558)) ([8587589](https://togithub.com/swc-project/swc/commit/85875897f1fd3e71fe5e5d1877bb0e80458835d9)) - **(ci)** Fix benchmark action ([#​6582](https://togithub.com/swc-project/swc/issues/6582)) ([d8adc58](https://togithub.com/swc-project/swc/commit/d8adc580110e0764686f5aea848425905605daa0)) - **(ci)** Fix benchmark action ([#​6596](https://togithub.com/swc-project/swc/issues/6596)) ([154c315](https://togithub.com/swc-project/swc/commit/154c315d91f20466ae90b83f5300017e57e4a078)) - **(css/lexer)** Fix typo ([#​6588](https://togithub.com/swc-project/swc/issues/6588)) ([f383836](https://togithub.com/swc-project/swc/commit/f383836bad48a791c93d1f6bd5670a2d19a545d8)) ##### Performance - **(css/ast)** Reduce token size ([#​6569](https://togithub.com/swc-project/swc/issues/6569)) ([8633d27](https://togithub.com/swc-project/swc/commit/8633d27df0f429cd024c3b36f686c136b2bb945f)) - **(css/codegen)** Reduce allocations ([#​6599](https://togithub.com/swc-project/swc/issues/6599)) ([538d63e](https://togithub.com/swc-project/swc/commit/538d63eb800506fd8ff44d238d0cb02a1d3cf478)) - **(css/minifier)** Remove redundant clone ([#​6579](https://togithub.com/swc-project/swc/issues/6579)) ([70ac028](https://togithub.com/swc-project/swc/commit/70ac0286e50d8117e918e11131ffb15d77d9ed18)) - **(css/minifier)** Remove more redundant clones ([#​6580](https://togithub.com/swc-project/swc/issues/6580)) ([4171ee7](https://togithub.com/swc-project/swc/commit/4171ee7fb353966c5a11e4701b2bdf28bc895ad1)) - **(css/minifier)** Improve performance ([#​6583](https://togithub.com/swc-project/swc/issues/6583)) ([7895599](https://togithub.com/swc-project/swc/commit/78955995a2fd381a9d56a325e368aa29dcc3c7be)) - **(css/parser)** Reduce clones and allocations ([#​6585](https://togithub.com/swc-project/swc/issues/6585)) ([6479670](https://togithub.com/swc-project/swc/commit/64796701e45a59a9d9ba439064d012b5ad3ce144)) - **(css/parser)** Reduce number of function calls ([#​6587](https://togithub.com/swc-project/swc/issues/6587)) ([252edb5](https://togithub.com/swc-project/swc/commit/252edb550be2464d34c1ccce668d1666f3799878)) - **(css/parser)** Don't allocate for comparisons ([#​6593](https://togithub.com/swc-project/swc/issues/6593)) ([08b6eab](https://togithub.com/swc-project/swc/commit/08b6eab0103ed7b42b6053392161ea8bd4fd597a)) - **(html/parser)** Optimize usage of buffers ([#​6590](https://togithub.com/swc-project/swc/issues/6590)) ([d6e9613](https://togithub.com/swc-project/swc/commit/d6e961368bb231dfa842b7cd37f77e2f0fb9c8c2)) ##### Refactor - **(common)** Cleanup source_map.rs ([#​6570](https://togithub.com/swc-project/swc/issues/6570)) ([b3ea52f](https://togithub.com/swc-project/swc/commit/b3ea52f8637998721f6762f93f486892f7676993)) - **(es/minifier)** Remove unnecessary code ([#​6575](https://togithub.com/swc-project/swc/issues/6575)) ([586bfd5](https://togithub.com/swc-project/swc/commit/586bfd5480aa6e0d37cc50505efa61a6343b1bc8)) - **(xml/parser)** Simplify logic for parsing elements ([#​6557](https://togithub.com/swc-project/swc/issues/6557)) ([85a03e7](https://togithub.com/swc-project/swc/commit/85a03e71b7fe98d6f4f7c3fd0e49ce862130dfcc)) ##### Testing - **(css/parser)** Move vendor tests ([#​6564](https://togithub.com/swc-project/swc/issues/6564)) ([4d422b6](https://togithub.com/swc-project/swc/commit/4d422b6228c0a29e3e540697e805be5ae33f4cf2))
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 108 +++++++++++++++++++++++++-------------------------- 2 files changed, 55 insertions(+), 55 deletions(-) diff --git a/package.json b/package.json index 536e3a13f6..06d5fd2ed2 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "devDependencies": { "@apidevtools/swagger-parser": "10.1.0", "@babel/core": "7.20.5", - "@swc/core": "1.3.21", + "@swc/core": "1.3.22", "@swc/jest": "0.2.23", "@types/bcryptjs": "2.4.2", "@types/cors": "2.8.13", diff --git a/yarn.lock b/yarn.lock index d283bdd003..4548dd0ace 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1296,71 +1296,71 @@ dependencies: "@sinonjs/commons" "^1.7.0" -"@swc/core-darwin-arm64@1.3.21": - version "1.3.21" - resolved "https://registry.yarnpkg.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.21.tgz#9fe6d5c4c3ca0854194ab7d3e42ac29cda422abf" - integrity sha512-5dBrJyrCzdHOQ9evS9NBJm2geKcXffIuAvSrnwbMHkfTpl+pOM7crry2tolydFXdOE/Jbx8yyahAIXPne1fTHw== +"@swc/core-darwin-arm64@1.3.22": + version "1.3.22" + resolved "https://registry.yarnpkg.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.22.tgz#296db00b567d7fab0fc438eccc7334b53d54e2f2" + integrity sha512-MMhtPsuXp8gpUgr9bs+RZQ2IyFGiUNDG93usCDAFgAF+6VVp+YaAVjET/3/Bx5Lk2WAt0RxT62C9KTEw1YMo3w== -"@swc/core-darwin-x64@1.3.21": - version "1.3.21" - resolved "https://registry.yarnpkg.com/@swc/core-darwin-x64/-/core-darwin-x64-1.3.21.tgz#6fb005ff27c5521534dd75732973182f45836681" - integrity sha512-CAtzfsRoVZr7DLKOOWPua6npFdj06wRuv1us275CY2QS3mg1bPl9BxA3c94q3mMcu5Bf06+dzUOjJSGrsBD7Ig== +"@swc/core-darwin-x64@1.3.22": + version "1.3.22" + resolved "https://registry.yarnpkg.com/@swc/core-darwin-x64/-/core-darwin-x64-1.3.22.tgz#3922972fccaa8c42e5bb1ec3f784e88b884bc3c7" + integrity sha512-SG6QbNat4GZ5VJU3Zo6a54oQOtbhJVE6BCQw4JjOCZJmAeBzNebGy9wsT4+fCJNHC3C5qtaRw7ToXJvLniXwfg== -"@swc/core-linux-arm-gnueabihf@1.3.21": - version "1.3.21" - resolved "https://registry.yarnpkg.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.21.tgz#3c54f62c1718408993b82ae4726c081e3271f002" - integrity sha512-oPO7oFr89pjDFlHJ2aZvzGR6hwy5nmQyeiuqpTgfn+RFFLLbipFawJe/2NBWyD35bxuguW6a3/w9I6edKTpLUw== +"@swc/core-linux-arm-gnueabihf@1.3.22": + version "1.3.22" + resolved "https://registry.yarnpkg.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.22.tgz#5484415986e6c498f295b73c0d9dffb777237ca6" + integrity sha512-4E+TdQT1oHnHjDaPs/DyrRy9lOuFd6ncEd67yYA4j9lFqt6nuz/jnXss45k8KU7wR5kOTtdW73xPwkU4NbOWdw== -"@swc/core-linux-arm64-gnu@1.3.21": - version "1.3.21" - resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.21.tgz#7a4e17420ad98f35712cd2cbde46b8a78c39beb3" - integrity sha512-cgPw35T8HO4gB/tvPJMwjJuNNpydmw6U5hkxZ+7jiE+qA8hN8a71i+BBfXeSzlo60t4c44+zK4t+gK7UacZg2w== +"@swc/core-linux-arm64-gnu@1.3.22": + version "1.3.22" + resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.22.tgz#951406151966225e4082cc643aa202f18f6d0bcf" + integrity sha512-6VcynOMbOBcbLutIPENI3Ejvg5LGz/Pwvzm25hM0FoiEtPxHA+tawQUwLx8Alk1Yr+Rnqid06UEZ0veJOGn2pQ== -"@swc/core-linux-arm64-musl@1.3.21": - version "1.3.21" - resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.21.tgz#2b98140cc6dcd23c28f823a8ab8d61df8f876aed" - integrity sha512-kwH+HHtcakSqR3gF5QJ7N7SPs96ilFiXuauB02Ct3UflaGbVYVoeFYj/VEIJ+ZJvlvvOEDByOiLyrk2bw0bG7A== +"@swc/core-linux-arm64-musl@1.3.22": + version "1.3.22" + resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.22.tgz#1f63fa7e3e61b00f9102e49f60520377491b61d6" + integrity sha512-86RxGy0L3qa4De3xWHx8vL2caTxvSLSWTlgUW/Yd4l1pvrCFibMjhkImGu5ViKiReX9DlBtJ7CBs4dln2kHidw== -"@swc/core-linux-x64-gnu@1.3.21": - version "1.3.21" - resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.21.tgz#6dc8105f6a6252322010896e79ad8a12269862ed" - integrity sha512-/kLQLNxwdX6kO2R751uUrxXZsAhOkA1EeQzAqj+5Y+bzt3hA5asH5evkY0w0Aj1zCofX4p4o/Q35mandUPxMlw== +"@swc/core-linux-x64-gnu@1.3.22": + version "1.3.22" + resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.22.tgz#64a38d253c7cdc8944980fa1f8cb3b6fc260afd1" + integrity sha512-FLkbiqsdXsVIFZi6iedx4rSBGX8x0vo/5aDlklSxJAAYOcQpO0QADKP5Yr65iMT1d6ABCt2d+/StpGLF7GWOcA== -"@swc/core-linux-x64-musl@1.3.21": - version "1.3.21" - resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.21.tgz#e94eeecf389b441f09cf2de712caf5c9d0a0d5da" - integrity sha512-s+l3LqUzDli6rbmIPR3IfO23IOLYBVxk97CDdcJWrRTVtCwUKFhFVJVZyErveriqLXSGJhy5+UL+aOuxC4dk8g== +"@swc/core-linux-x64-musl@1.3.22": + version "1.3.22" + resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.22.tgz#33f6abf28cc26eba1979e488776e006a09285463" + integrity sha512-giBuw+Z0Bq6fpZ0Y5TcfpcQwf9p/cE1fOQyO/K1XSTn/haQOqFi7421Jq/dFThSARZiXw1u9Om9VFbwxr8VI+A== -"@swc/core-win32-arm64-msvc@1.3.21": - version "1.3.21" - resolved "https://registry.yarnpkg.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.21.tgz#07374179e0422ad7352430e8b8fd7fd0f92e099c" - integrity sha512-59gWcdbZxvmyzh+J50yCCodKDYRUnMwNypzzfamF1Vusa4Np+IGMWEaE2KsZUq50OQIRo0PGHpBPMKVYkuGv8g== +"@swc/core-win32-arm64-msvc@1.3.22": + version "1.3.22" + resolved "https://registry.yarnpkg.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.22.tgz#4b5a05157d5d442866d543090a52b2a9624766bc" + integrity sha512-loKGO+ZM2By6VdrmVJk1G79jVgDPaee93qLFuis5KyeoLLb4m1MlNMc/6SIDZUSuYg6NqaGP1spFeiFetMQ4Zg== -"@swc/core-win32-ia32-msvc@1.3.21": - version "1.3.21" - resolved "https://registry.yarnpkg.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.21.tgz#abc4aa533a21da7c0812698ba485314797032edf" - integrity sha512-3gH86ffVAiCmeRy+xSxR5iWSbKy4nUddo4PIahD1zwGJx6LC5ahC/I6EpL1pvoX3KdJKVioUBn0KDfPDUYfqJw== +"@swc/core-win32-ia32-msvc@1.3.22": + version "1.3.22" + resolved "https://registry.yarnpkg.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.22.tgz#ec067667b7a665ef3b4fe97c3aa4c1d15e3a496d" + integrity sha512-lvNWAZ3QjXMsrsch6oLLQVikT/hC/4ZcLrTBXa14HwQylaYigkGElgp3ekJr78HjWDPwB46GXwBbNMG0VNAfvA== -"@swc/core-win32-x64-msvc@1.3.21": - version "1.3.21" - resolved "https://registry.yarnpkg.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.21.tgz#2d5264370a737e0842434988f9afe9924cc0c4b6" - integrity sha512-JKWLJdJ3oFc8fGBk4P6mGKhW8n+FmEjLLbsST+h94bZmelrSTeShBt3rr+pMMatFevlu/c9lM3OW2GHsZeZNkg== +"@swc/core-win32-x64-msvc@1.3.22": + version "1.3.22" + resolved "https://registry.yarnpkg.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.22.tgz#fb820b1aa03605363d141c9656d966a25000790f" + integrity sha512-ESyn4lZXAKEE3mcTaDfXatsolCiEfVGstsXdgBmZYa6o1IE1bDW8FE7Ob/Y+82WTpm9+A9ZYXYjZ62t67POHZg== -"@swc/core@1.3.21": - version "1.3.21" - resolved "https://registry.yarnpkg.com/@swc/core/-/core-1.3.21.tgz#5168604c9bcd81740d8aa3a602a2a64dbb9377d1" - integrity sha512-RTmqkm5e5sb+Q+YbyqiE52xjvX+kcIVDgaSdSD7mNy2opgDfIdFMhExmB8UQStt3TLrlpAslWaFNWNmvaHP9rg== +"@swc/core@1.3.22": + version "1.3.22" + resolved "https://registry.yarnpkg.com/@swc/core/-/core-1.3.22.tgz#2b631f7b54d6e11eb2e8ae505bca1dbbc6fb7160" + integrity sha512-oQ9EPEb7NgWcGIDoVfLCuffvtC4MzVtrwjqwKzFHP8FUh1fn8+2wraOjkkDXW74BB4Hgve5ykkaHix9bebB9Ww== optionalDependencies: - "@swc/core-darwin-arm64" "1.3.21" - "@swc/core-darwin-x64" "1.3.21" - "@swc/core-linux-arm-gnueabihf" "1.3.21" - "@swc/core-linux-arm64-gnu" "1.3.21" - "@swc/core-linux-arm64-musl" "1.3.21" - "@swc/core-linux-x64-gnu" "1.3.21" - "@swc/core-linux-x64-musl" "1.3.21" - "@swc/core-win32-arm64-msvc" "1.3.21" - "@swc/core-win32-ia32-msvc" "1.3.21" - "@swc/core-win32-x64-msvc" "1.3.21" + "@swc/core-darwin-arm64" "1.3.22" + "@swc/core-darwin-x64" "1.3.22" + "@swc/core-linux-arm-gnueabihf" "1.3.22" + "@swc/core-linux-arm64-gnu" "1.3.22" + "@swc/core-linux-arm64-musl" "1.3.22" + "@swc/core-linux-x64-gnu" "1.3.22" + "@swc/core-linux-x64-musl" "1.3.22" + "@swc/core-win32-arm64-msvc" "1.3.22" + "@swc/core-win32-ia32-msvc" "1.3.22" + "@swc/core-win32-x64-msvc" "1.3.22" "@swc/jest@0.2.23": version "0.2.23"