mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
chore(deps): update dependency @swc/core to v1.7.35 (#8473)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@swc/core](https://swc.rs) ([source](https://redirect.github.com/swc-project/swc)) | [`1.7.26` -> `1.7.35`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.7.26/1.7.35) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.7.35?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.7.35?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.7.26/1.7.35?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.7.26/1.7.35?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>swc-project/swc (@​swc/core)</summary> ### [`v1.7.35`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1735---2024-10-10) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.28...v1.7.35) ##### Bug Fixes - **(ci)** Fix target triples ([#​9622](https://redirect.github.com/swc-project/swc/issues/9622)) ([f625035](f625035f8a
)) - **(es/codegen)** Fix source map so it works with Sentry ([#​9627](https://redirect.github.com/swc-project/swc/issues/9627)) ([9c90a73](9c90a73369
)) - **(es/minifier)** Compress consecutive return statements properly ([#​9620](https://redirect.github.com/swc-project/swc/issues/9620)) ([8263da1](8263da1766
)) - **(es/module)** Allow TypeScript nodes for `Rewriter` ([#​9606](https://redirect.github.com/swc-project/swc/issues/9606)) ([4ee45ac](4ee45ac1fd
)) - **(es/testing)** Revert [#​9264](https://redirect.github.com/swc-project/swc/issues/9264) ([#​9621](https://redirect.github.com/swc-project/swc/issues/9621)) ([85f5e5b](85f5e5b955
)) - **(html/minifier)** Fix HTML minifier TS types ([#​9615](https://redirect.github.com/swc-project/swc/issues/9615)) ([7b98bb5](7b98bb5e93
)) ##### Features - **(bindings/html)** Accept `Buffer|string` instead of `Buffer` ([#​9625](https://redirect.github.com/swc-project/swc/issues/9625)) ([62edb36](62edb3628b
)) - **(es/preset-env)** Update preset-env data ([#​9573](https://redirect.github.com/swc-project/swc/issues/9573)) ([9a11d34](9a11d34ee5
)) - **(es/testing)** Parse test code as a `Program` instead of a `Module` ([#​9264](https://redirect.github.com/swc-project/swc/issues/9264)) ([166b858](166b8581c2
)) - **(es/testing)** Parse test code as a `Program` instead of a `Module` ([#​9623](https://redirect.github.com/swc-project/swc/issues/9623)) ([bfea322](bfea322351
)) ##### Miscellaneous Tasks - **(atoms)** Update `hstr` ([#​9612](https://redirect.github.com/swc-project/swc/issues/9612)) ([e2e9a9c](e2e9a9ccfc
)) ##### Performance - **(es)** Avoid needless string comparisons ([#​9613](https://redirect.github.com/swc-project/swc/issues/9613)) ([ec0a62c](ec0a62cbc5
)) - **(es/codegen)** Reduce usage of `tracing::instrument` ([#​9604](https://redirect.github.com/swc-project/swc/issues/9604)) ([2f06fc5](2f06fc559c
)) - **(es/transforms)** Copy benchmarks from `oxc` ([#​9602](https://redirect.github.com/swc-project/swc/issues/9602)) ([24c3a0c](24c3a0ce13
)) - **(es/typescript)** Reduce unnecessary visits ([#​9605](https://redirect.github.com/swc-project/swc/issues/9605)) ([866af6c](866af6c947
)) ##### Refactor - **(es/typescript)** Simplifying enum and namespace transforms ([#​9558](https://redirect.github.com/swc-project/swc/issues/9558)) ([2480bb0](2480bb00fc
)) ##### Build - Update `rustc` to `nightly-2024-10-07` ([#​9624](https://redirect.github.com/swc-project/swc/issues/9624)) ([6a3b0fc](6a3b0fc166
)) ### [`v1.7.28`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1728---2024-09-24) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.26...v1.7.28) ##### Bug Fixes - **(ast)** Add `archive(check_bytes)` to all relevant AST types ([#​9574](https://redirect.github.com/swc-project/swc/issues/9574)) ([185d6f5](185d6f55b3
)) - **(cli)** Exclude non-files from get_files_list ([#​9560](https://redirect.github.com/swc-project/swc/issues/9560)) ([85cc2bd](85cc2bd79c
)) - **(es/codegen)** Fix wrong sourcemap when there are new lines in tpl ([#​9578](https://redirect.github.com/swc-project/swc/issues/9578)) ([cf74382](cf74382ba0
)) - **(es/compat)** Skip `getter` and `setter` as FlowHelper `function` do ([#​9580](https://redirect.github.com/swc-project/swc/issues/9580)) ([14cfd70](14cfd70ee0
)) - **(es/isolated-dts)** Preserve comments ([#​9572](https://redirect.github.com/swc-project/swc/issues/9572)) ([6d15d9c](6d15d9c2eb
)) - **(es/minifier)** Avoid decl name when mangle with eval ([#​9546](https://redirect.github.com/swc-project/swc/issues/9546)) ([e2242c4](e2242c41c4
)) - **(es/minifier)** Check variable type while optimizing `+=` ([#​9575](https://redirect.github.com/swc-project/swc/issues/9575)) ([04016e9](04016e9687
)) - **(es/module)** Rewrite import specifier in type declaration ([#​9577](https://redirect.github.com/swc-project/swc/issues/9577)) ([fc0ba2a](fc0ba2a084
)) - **(plugin)** Don't panic when ast byte not match ([#​9562](https://redirect.github.com/swc-project/swc/issues/9562)) ([c36871a](c36871a848
)) ##### Miscellaneous Tasks - **(es)** Update `wasmer` to `v4.3.7` ([#​9557](https://redirect.github.com/swc-project/swc/issues/9557)) ([190d6f0](190d6f06d9
)) ##### Testing - **(es)** Add tests for arm64 windows ([#​9547](https://redirect.github.com/swc-project/swc/issues/9547)) ([9dd8f6f](9dd8f6facf
)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
8bf64939f0
commit
54a6b036db
@ -176,7 +176,7 @@
|
||||
"@babel/core": "7.25.8",
|
||||
"@biomejs/biome": "^1.8.3",
|
||||
"@cyclonedx/yarn-plugin-cyclonedx": "^1.0.0-rc.7",
|
||||
"@swc/core": "1.7.26",
|
||||
"@swc/core": "1.7.35",
|
||||
"@swc/jest": "0.2.36",
|
||||
"@types/bcryptjs": "2.4.6",
|
||||
"@types/cors": "2.8.17",
|
||||
|
100
yarn.lock
100
yarn.lock
@ -1574,92 +1574,92 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@swc/core-darwin-arm64@npm:1.7.26":
|
||||
version: 1.7.26
|
||||
resolution: "@swc/core-darwin-arm64@npm:1.7.26"
|
||||
"@swc/core-darwin-arm64@npm:1.7.35":
|
||||
version: 1.7.35
|
||||
resolution: "@swc/core-darwin-arm64@npm:1.7.35"
|
||||
conditions: os=darwin & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@swc/core-darwin-x64@npm:1.7.26":
|
||||
version: 1.7.26
|
||||
resolution: "@swc/core-darwin-x64@npm:1.7.26"
|
||||
"@swc/core-darwin-x64@npm:1.7.35":
|
||||
version: 1.7.35
|
||||
resolution: "@swc/core-darwin-x64@npm:1.7.35"
|
||||
conditions: os=darwin & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@swc/core-linux-arm-gnueabihf@npm:1.7.26":
|
||||
version: 1.7.26
|
||||
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.7.26"
|
||||
"@swc/core-linux-arm-gnueabihf@npm:1.7.35":
|
||||
version: 1.7.35
|
||||
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.7.35"
|
||||
conditions: os=linux & cpu=arm
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@swc/core-linux-arm64-gnu@npm:1.7.26":
|
||||
version: 1.7.26
|
||||
resolution: "@swc/core-linux-arm64-gnu@npm:1.7.26"
|
||||
"@swc/core-linux-arm64-gnu@npm:1.7.35":
|
||||
version: 1.7.35
|
||||
resolution: "@swc/core-linux-arm64-gnu@npm:1.7.35"
|
||||
conditions: os=linux & cpu=arm64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@swc/core-linux-arm64-musl@npm:1.7.26":
|
||||
version: 1.7.26
|
||||
resolution: "@swc/core-linux-arm64-musl@npm:1.7.26"
|
||||
"@swc/core-linux-arm64-musl@npm:1.7.35":
|
||||
version: 1.7.35
|
||||
resolution: "@swc/core-linux-arm64-musl@npm:1.7.35"
|
||||
conditions: os=linux & cpu=arm64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@swc/core-linux-x64-gnu@npm:1.7.26":
|
||||
version: 1.7.26
|
||||
resolution: "@swc/core-linux-x64-gnu@npm:1.7.26"
|
||||
"@swc/core-linux-x64-gnu@npm:1.7.35":
|
||||
version: 1.7.35
|
||||
resolution: "@swc/core-linux-x64-gnu@npm:1.7.35"
|
||||
conditions: os=linux & cpu=x64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@swc/core-linux-x64-musl@npm:1.7.26":
|
||||
version: 1.7.26
|
||||
resolution: "@swc/core-linux-x64-musl@npm:1.7.26"
|
||||
"@swc/core-linux-x64-musl@npm:1.7.35":
|
||||
version: 1.7.35
|
||||
resolution: "@swc/core-linux-x64-musl@npm:1.7.35"
|
||||
conditions: os=linux & cpu=x64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@swc/core-win32-arm64-msvc@npm:1.7.26":
|
||||
version: 1.7.26
|
||||
resolution: "@swc/core-win32-arm64-msvc@npm:1.7.26"
|
||||
"@swc/core-win32-arm64-msvc@npm:1.7.35":
|
||||
version: 1.7.35
|
||||
resolution: "@swc/core-win32-arm64-msvc@npm:1.7.35"
|
||||
conditions: os=win32 & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@swc/core-win32-ia32-msvc@npm:1.7.26":
|
||||
version: 1.7.26
|
||||
resolution: "@swc/core-win32-ia32-msvc@npm:1.7.26"
|
||||
"@swc/core-win32-ia32-msvc@npm:1.7.35":
|
||||
version: 1.7.35
|
||||
resolution: "@swc/core-win32-ia32-msvc@npm:1.7.35"
|
||||
conditions: os=win32 & cpu=ia32
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@swc/core-win32-x64-msvc@npm:1.7.26":
|
||||
version: 1.7.26
|
||||
resolution: "@swc/core-win32-x64-msvc@npm:1.7.26"
|
||||
"@swc/core-win32-x64-msvc@npm:1.7.35":
|
||||
version: 1.7.35
|
||||
resolution: "@swc/core-win32-x64-msvc@npm:1.7.35"
|
||||
conditions: os=win32 & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@swc/core@npm:1.7.26":
|
||||
version: 1.7.26
|
||||
resolution: "@swc/core@npm:1.7.26"
|
||||
"@swc/core@npm:1.7.35":
|
||||
version: 1.7.35
|
||||
resolution: "@swc/core@npm:1.7.35"
|
||||
dependencies:
|
||||
"@swc/core-darwin-arm64": "npm:1.7.26"
|
||||
"@swc/core-darwin-x64": "npm:1.7.26"
|
||||
"@swc/core-linux-arm-gnueabihf": "npm:1.7.26"
|
||||
"@swc/core-linux-arm64-gnu": "npm:1.7.26"
|
||||
"@swc/core-linux-arm64-musl": "npm:1.7.26"
|
||||
"@swc/core-linux-x64-gnu": "npm:1.7.26"
|
||||
"@swc/core-linux-x64-musl": "npm:1.7.26"
|
||||
"@swc/core-win32-arm64-msvc": "npm:1.7.26"
|
||||
"@swc/core-win32-ia32-msvc": "npm:1.7.26"
|
||||
"@swc/core-win32-x64-msvc": "npm:1.7.26"
|
||||
"@swc/core-darwin-arm64": "npm:1.7.35"
|
||||
"@swc/core-darwin-x64": "npm:1.7.35"
|
||||
"@swc/core-linux-arm-gnueabihf": "npm:1.7.35"
|
||||
"@swc/core-linux-arm64-gnu": "npm:1.7.35"
|
||||
"@swc/core-linux-arm64-musl": "npm:1.7.35"
|
||||
"@swc/core-linux-x64-gnu": "npm:1.7.35"
|
||||
"@swc/core-linux-x64-musl": "npm:1.7.35"
|
||||
"@swc/core-win32-arm64-msvc": "npm:1.7.35"
|
||||
"@swc/core-win32-ia32-msvc": "npm:1.7.35"
|
||||
"@swc/core-win32-x64-msvc": "npm:1.7.35"
|
||||
"@swc/counter": "npm:^0.1.3"
|
||||
"@swc/types": "npm:^0.1.12"
|
||||
"@swc/types": "npm:^0.1.13"
|
||||
peerDependencies:
|
||||
"@swc/helpers": "*"
|
||||
dependenciesMeta:
|
||||
@ -1686,7 +1686,7 @@ __metadata:
|
||||
peerDependenciesMeta:
|
||||
"@swc/helpers":
|
||||
optional: true
|
||||
checksum: 10c0/6c5ce3d048cb100cd545145b1701a857207b1aeecc8f6bc44ed10b0a1792052834d155a6fa651dad20f38d3fff595034649cc75618946be8da751fa86a9c75b7
|
||||
checksum: 10c0/aae11f2f311f16a21348e33768debe2295a7e0a04f4b37ffbbb15cf5303e0cd08cf0c72661b72f8e4e33cf530d82c15bb2cef090548c65c4bf3ab3854724465b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -1710,12 +1710,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@swc/types@npm:^0.1.12":
|
||||
version: 0.1.12
|
||||
resolution: "@swc/types@npm:0.1.12"
|
||||
"@swc/types@npm:^0.1.13":
|
||||
version: 0.1.13
|
||||
resolution: "@swc/types@npm:0.1.13"
|
||||
dependencies:
|
||||
"@swc/counter": "npm:^0.1.3"
|
||||
checksum: 10c0/f95fea7dee8fc07f8389afbb9578f3d0cd84b429b1d0dbff7fd99b2ef06ed88e96bc33631f36c3bc0505d5a783bee1374acd84b8fc2593001219b6c2caba241b
|
||||
checksum: 10c0/f85a850dead981ca9a26ae366529f2b383fa26324ffcbbee46d7b48399e6ed36d6a6a3d55398f17f87c65f550e28d642a35877d40f389c78765a31ecdfc88bd9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -9342,7 +9342,7 @@ __metadata:
|
||||
"@biomejs/biome": "npm:^1.8.3"
|
||||
"@cyclonedx/yarn-plugin-cyclonedx": "npm:^1.0.0-rc.7"
|
||||
"@slack/web-api": "npm:^7.3.4"
|
||||
"@swc/core": "npm:1.7.26"
|
||||
"@swc/core": "npm:1.7.35"
|
||||
"@swc/jest": "npm:0.2.36"
|
||||
"@types/bcryptjs": "npm:2.4.6"
|
||||
"@types/cors": "npm:2.8.17"
|
||||
|
Loading…
Reference in New Issue
Block a user