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

chore(deps): update dependency @swc/core to v1.3.22 (#2648)

[![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

<details>
<summary>swc-project/swc</summary>

###
[`v1.3.22`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;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
([#&#8203;6561](https://togithub.com/swc-project/swc/issues/6561))
([4af52c7](4af52c79ae))

- **(common)** Fix `BytePos` -> `CharPos` calculations
([#&#8203;6574](https://togithub.com/swc-project/swc/issues/6574))
([a203fdb](a203fdb1b6))

- **(css/parser)** Fix recovery more for invalid component values in
declaration value
([#&#8203;6560](https://togithub.com/swc-project/swc/issues/6560))
([db1eb48](db1eb483fd))

- **(css/parser)** Fix parsing of nested rules
([#&#8203;6563](https://togithub.com/swc-project/swc/issues/6563))
([a1fe907](a1fe9076c2))

- **(css/parser)** Fix a small bug
([#&#8203;6591](https://togithub.com/swc-project/swc/issues/6591))
([4de378c](4de378cb1e))

- **(css/parser)** Avoid skipping extra whitespaces
([#&#8203;6592](https://togithub.com/swc-project/swc/issues/6592))
([d8936ad](d8936ade5b))

- **(es/compat)** Prepend generated `_loop` to the correct scope
([#&#8203;6604](https://togithub.com/swc-project/swc/issues/6604))
([4c2d422](4c2d42261e))

- **(es/parser)** Fix `typeof` in `TSCallSignatureDeclaration`
([#&#8203;6553](https://togithub.com/swc-project/swc/issues/6553))
([aa28aa0](aa28aa0c7f))

- **(es/parser)** Fix parsing of JSX with ASI
([#&#8203;6577](https://togithub.com/swc-project/swc/issues/6577))
([ad95ead](ad95ead291))

- **(es/resolver)** Reset `in_type` flag correctly
([#&#8203;6597](https://togithub.com/swc-project/swc/issues/6597))
([29ba05d](29ba05d137))

- **(es/typescript)** Strip inline type declarations
([#&#8203;6600](https://togithub.com/swc-project/swc/issues/6600))
([fe0c651](fe0c65195d))

- **(node-swc)** Sync types for `jsc.optimizer.globals`
([#&#8203;6603](https://togithub.com/swc-project/swc/issues/6603))
([b97aa45](b97aa45c5c))

- **(xml/parser)** Fix parsing of legacy document types
([#&#8203;6555](https://togithub.com/swc-project/swc/issues/6555))
([cdf0d8a](cdf0d8a8b5))

- **(xml/parser)** Fix various bugs
([#&#8203;6566](https://togithub.com/swc-project/swc/issues/6566))
([01232f0](01232f0988))

##### Features

- **(css/ast)** Make AST intuitive
([#&#8203;6606](https://togithub.com/swc-project/swc/issues/6606))
([b4eef53](b4eef53680))

- **(css/plugin)** Prepare Wasm plugins
([#&#8203;6567](https://togithub.com/swc-project/swc/issues/6567))
([8cdc28c](8cdc28cdfa))

- **(css/plugin)** Support Wasm plugin
([#&#8203;6568](https://togithub.com/swc-project/swc/issues/6568))
([fa8f7b0](fa8f7b00fc))

- **(es/analyzer)** Extract the analyzer from the minifier to a separate
crate ([#&#8203;6586](https://togithub.com/swc-project/swc/issues/6586))
([e1d01d8](e1d01d8b7a))

- **(html/parser)** Improve lexer
([#&#8203;6543](https://togithub.com/swc-project/swc/issues/6543))
([49b7e9e](49b7e9e224))

##### Miscellaneous Tasks

- **(ci)** Add debug logs for cli binaries
([#&#8203;6556](https://togithub.com/swc-project/swc/issues/6556))
([8083484](80834843f4))

- **(ci)** Fix CI
([#&#8203;6558](https://togithub.com/swc-project/swc/issues/6558))
([8587589](85875897f1))

- **(ci)** Fix benchmark action
([#&#8203;6582](https://togithub.com/swc-project/swc/issues/6582))
([d8adc58](d8adc58011))

- **(ci)** Fix benchmark action
([#&#8203;6596](https://togithub.com/swc-project/swc/issues/6596))
([154c315](154c315d91))

- **(css/lexer)** Fix typo
([#&#8203;6588](https://togithub.com/swc-project/swc/issues/6588))
([f383836](f383836bad))

##### Performance

- **(css/ast)** Reduce token size
([#&#8203;6569](https://togithub.com/swc-project/swc/issues/6569))
([8633d27](8633d27df0))

- **(css/codegen)** Reduce allocations
([#&#8203;6599](https://togithub.com/swc-project/swc/issues/6599))
([538d63e](538d63eb80))

- **(css/minifier)** Remove redundant clone
([#&#8203;6579](https://togithub.com/swc-project/swc/issues/6579))
([70ac028](70ac0286e5))

- **(css/minifier)** Remove more redundant clones
([#&#8203;6580](https://togithub.com/swc-project/swc/issues/6580))
([4171ee7](4171ee7fb3))

- **(css/minifier)** Improve performance
([#&#8203;6583](https://togithub.com/swc-project/swc/issues/6583))
([7895599](78955995a2))

- **(css/parser)** Reduce clones and allocations
([#&#8203;6585](https://togithub.com/swc-project/swc/issues/6585))
([6479670](64796701e4))

- **(css/parser)** Reduce number of function calls
([#&#8203;6587](https://togithub.com/swc-project/swc/issues/6587))
([252edb5](252edb550b))

- **(css/parser)** Don't allocate for comparisons
([#&#8203;6593](https://togithub.com/swc-project/swc/issues/6593))
([08b6eab](08b6eab010))

- **(html/parser)** Optimize usage of buffers
([#&#8203;6590](https://togithub.com/swc-project/swc/issues/6590))
([d6e9613](d6e961368b))

##### Refactor

- **(common)** Cleanup source_map.rs
([#&#8203;6570](https://togithub.com/swc-project/swc/issues/6570))
([b3ea52f](b3ea52f863))

- **(es/minifier)** Remove unnecessary code
([#&#8203;6575](https://togithub.com/swc-project/swc/issues/6575))
([586bfd5](586bfd5480))

- **(xml/parser)** Simplify logic for parsing elements
([#&#8203;6557](https://togithub.com/swc-project/swc/issues/6557))
([85a03e7](85a03e71b7))

##### Testing

- **(css/parser)** Move vendor tests
([#&#8203;6564](https://togithub.com/swc-project/swc/issues/6564))
([4d422b6](4d422b6228))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC41MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTEuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-12-09 17:42:55 +00:00 committed by GitHub
parent 59c043e1ab
commit 49c463ce19
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.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",

108
yarn.lock
View File

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