Skip to content

Commit

Permalink
fix(deps): update dependency @swc/core to v1.7.10 (#11214)
Browse files Browse the repository at this point in the history
[![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.7.2` ->
`1.7.10`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.7.2/1.7.10) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.7.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.7.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.7.2/1.7.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.7.2/1.7.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.7.10`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1710---2024-08-09)

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

##### Bug Fixes

- **(es/typescript)** Strip optional mark and definite mark
([#&#8203;9411](https://togithub.com/swc-project/swc/issues/9411))
([8c161a0](https://togithub.com/swc-project/swc/commit/8c161a003e741320434f31617bc2de98dd2c9a8f))

- **(es/typescript)** Strip exported default overload function
declaration
([#&#8203;9412](https://togithub.com/swc-project/swc/issues/9412))
([b395f48](https://togithub.com/swc-project/swc/commit/b395f483d1e0cb43b1f96126c5c17f9a8c9d0d32))

- **(es/typescript)** Strip `this` param in getter/setter
([#&#8203;9414](https://togithub.com/swc-project/swc/issues/9414))
([442fb7b](https://togithub.com/swc-project/swc/commit/442fb7b48715597d62f8d09327f93acc66f2d1b8))

- **(es/typescript)** Update ts-strip type definition
([#&#8203;9415](https://togithub.com/swc-project/swc/issues/9415))
([165c8fa](https://togithub.com/swc-project/swc/commit/165c8facd42d756077fde99defe91ffe656aede8))

###
[`v1.7.9`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#179---2024-08-09)

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

##### Bug Fixes

- **(es/typescript)** Strip class modifiers
([#&#8203;9399](https://togithub.com/swc-project/swc/issues/9399))
([124e5ff](https://togithub.com/swc-project/swc/commit/124e5ffa7bcf26215a339450f6b40161dabbe5a4))

###
[`v1.7.6`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#176---2024-08-04)

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

##### Bug Fixes

- **(es/codegen)** Print the missing `abstract` in class expression
([#&#8203;9372](https://togithub.com/swc-project/swc/issues/9372))
([c2e3021](https://togithub.com/swc-project/swc/commit/c2e302127fc80970d4b5096c93e29c9ce76a2fe4))

- **(es/decorators)** Use correct class name reference
([#&#8203;9375](https://togithub.com/swc-project/swc/issues/9375))
([badd6a9](https://togithub.com/swc-project/swc/commit/badd6a9ede5bd511763515b3e62bd222f0860968))

- **(es/typescript)** Strip declare export in strip-only mode
([#&#8203;9374](https://togithub.com/swc-project/swc/issues/9374))
([c53cce4](https://togithub.com/swc-project/swc/commit/c53cce41da69ebb3cd9b464c001902d30bdd07ba))

###
[`v1.7.5`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#175---2024-08-02)

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

##### Bug Fixes

- **(common)** Fix `StringInput.end_pos`
([#&#8203;9362](https://togithub.com/swc-project/swc/issues/9362))
([5368e18](https://togithub.com/swc-project/swc/commit/5368e189ab5227a5cfdb53dc1105b787665a1c41))

- **(es/parser)** Fix span for unterminated block comments
([#&#8203;9361](https://togithub.com/swc-project/swc/issues/9361))
([dc1b87e](https://togithub.com/swc-project/swc/commit/dc1b87e43ea628791dab48993182ac43cf98c150))

- **(es/parser)** Make `UnterminatedBlockComment` stick to the EOF
([#&#8203;9366](https://togithub.com/swc-project/swc/issues/9366))
([4f0fc6e](https://togithub.com/swc-project/swc/commit/4f0fc6eb65c2b7f7e1e0041a9228a3b7dd7e695a))

- **(es/typescript)** Handle single type statement in if/for/while
([#&#8203;9364](https://togithub.com/swc-project/swc/issues/9364))
([2217730](https://togithub.com/swc-project/swc/commit/221773069b2069ded7eb475cb75a2daa1ec4a752))

- **(es/typescript)** Handle backtick in ASI issue
([#&#8203;9367](https://togithub.com/swc-project/swc/issues/9367))
([6f1716c](https://togithub.com/swc-project/swc/commit/6f1716c4aed447c3311e41603a6399d97540e1fb))

- **(es/typescript)** Analyze import chain
([#&#8203;9369](https://togithub.com/swc-project/swc/issues/9369))
([4f9116f](https://togithub.com/swc-project/swc/commit/4f9116f9259150df3fb3947c809c304809bf5764))

##### Miscellaneous Tasks

- **(deps)** Update rust crate toml to v0.8.19
([#&#8203;9360](https://togithub.com/swc-project/swc/issues/9360))
([9cd51ce](https://togithub.com/swc-project/swc/commit/9cd51cebdf7e9dd25ebe5057cde63ce7ee0bd0c6))

###
[`v1.7.4`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#174---2024-07-31)

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

##### Bug Fixes

- **(es/codegen)** Emit question token for class methods
([#&#8203;9342](https://togithub.com/swc-project/swc/issues/9342))
([636585b](https://togithub.com/swc-project/swc/commit/636585b44d0f74f457b44766f8d6fda68bcc4c09))

- **(es/minifier)** Fix detection of `this`
([#&#8203;9339](https://togithub.com/swc-project/swc/issues/9339))
([77da7cf](https://togithub.com/swc-project/swc/commit/77da7cf24bad5064206ab3e6dc248012d08576cf))

- **(es/minifier)** Fix analysis of for-in/of
([#&#8203;9340](https://togithub.com/swc-project/swc/issues/9340))
([1454ab5](https://togithub.com/swc-project/swc/commit/1454ab54c112c25ca03cbb866aacbd41a16ee60a))

- **(es/minifier)** Preserve flags while dropping elements of `SeqExpr`
([#&#8203;8907](https://togithub.com/swc-project/swc/issues/8907))
([24e8798](https://togithub.com/swc-project/swc/commit/24e87985d4f4cf69a1d4a184d02195c62ded5a7e))

- **(es/typescript)** Fix ASI in expression for fast strip
([#&#8203;9358](https://togithub.com/swc-project/swc/issues/9358))
([3ee82e2](https://togithub.com/swc-project/swc/commit/3ee82e223fe0ce54ad892cc5b009f573d997c60e))

##### Documentation

- **(contributing)** Add warning for `test --all`
([#&#8203;9338](https://togithub.com/swc-project/swc/issues/9338))
([234bb97](https://togithub.com/swc-project/swc/commit/234bb974bc54e9c929fd4cf810bcecab36f760ba))

##### Miscellaneous Tasks

- **(deps)** Update rust crate toml to v0.8.16
([#&#8203;9327](https://togithub.com/swc-project/swc/issues/9327))
([67aadfa](https://togithub.com/swc-project/swc/commit/67aadfa6c976c60a3a756a1b1fcdcf193d96c51f))

- **(deps)** Update dependency magic-string to v0.30.11
([#&#8203;9345](https://togithub.com/swc-project/swc/issues/9345))
([ced06e2](https://togithub.com/swc-project/swc/commit/ced06e2da35952c7073fee8aa69cf1a21078cc12))

- **(deps)** Update rust crate toml to v0.8.17
([#&#8203;9349](https://togithub.com/swc-project/swc/issues/9349))
([d5472cc](https://togithub.com/swc-project/swc/commit/d5472cc344fb4099af3887e6cc1cf8ec2869c33e))

###
[`v1.7.3`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#173---2024-07-27)

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

##### Bug Fixes

- **(es/decorators)** Fix TypeScript syntax assertion
([#&#8203;9336](https://togithub.com/swc-project/swc/issues/9336))
([acb3952](https://togithub.com/swc-project/swc/commit/acb3952ae324433c0049619d696f6c61bc9e475c))

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/redwoodjs/redwood).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent 3245dc4 commit 0bcbfc5
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@redwoodjs/project-config": "workspace:*",
"@redwoodjs/server-store": "workspace:*",
"@redwoodjs/web": "workspace:*",
"@swc/core": "1.7.2",
"@swc/core": "1.7.10",
"@vitejs/plugin-react": "4.3.1",
"@whatwg-node/fetch": "0.9.19",
"@whatwg-node/server": "0.9.46",
Expand Down
90 changes: 45 additions & 45 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8639,7 +8639,7 @@ __metadata:
"@redwoodjs/project-config": "workspace:*"
"@redwoodjs/server-store": "workspace:*"
"@redwoodjs/web": "workspace:*"
"@swc/core": "npm:1.7.2"
"@swc/core": "npm:1.7.10"
"@types/busboy": "npm:^1"
"@types/cookie": "npm:^0"
"@types/express": "npm:4"
Expand Down Expand Up @@ -10002,90 +10002,90 @@ __metadata:
languageName: node
linkType: hard

"@swc/core-darwin-arm64@npm:1.7.2":
version: 1.7.2
resolution: "@swc/core-darwin-arm64@npm:1.7.2"
"@swc/core-darwin-arm64@npm:1.7.10":
version: 1.7.10
resolution: "@swc/core-darwin-arm64@npm:1.7.10"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard

"@swc/core-darwin-x64@npm:1.7.2":
version: 1.7.2
resolution: "@swc/core-darwin-x64@npm:1.7.2"
"@swc/core-darwin-x64@npm:1.7.10":
version: 1.7.10
resolution: "@swc/core-darwin-x64@npm:1.7.10"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard

"@swc/core-linux-arm-gnueabihf@npm:1.7.2":
version: 1.7.2
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.7.2"
"@swc/core-linux-arm-gnueabihf@npm:1.7.10":
version: 1.7.10
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.7.10"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard

"@swc/core-linux-arm64-gnu@npm:1.7.2":
version: 1.7.2
resolution: "@swc/core-linux-arm64-gnu@npm:1.7.2"
"@swc/core-linux-arm64-gnu@npm:1.7.10":
version: 1.7.10
resolution: "@swc/core-linux-arm64-gnu@npm:1.7.10"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard

"@swc/core-linux-arm64-musl@npm:1.7.2":
version: 1.7.2
resolution: "@swc/core-linux-arm64-musl@npm:1.7.2"
"@swc/core-linux-arm64-musl@npm:1.7.10":
version: 1.7.10
resolution: "@swc/core-linux-arm64-musl@npm:1.7.10"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard

"@swc/core-linux-x64-gnu@npm:1.7.2":
version: 1.7.2
resolution: "@swc/core-linux-x64-gnu@npm:1.7.2"
"@swc/core-linux-x64-gnu@npm:1.7.10":
version: 1.7.10
resolution: "@swc/core-linux-x64-gnu@npm:1.7.10"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard

"@swc/core-linux-x64-musl@npm:1.7.2":
version: 1.7.2
resolution: "@swc/core-linux-x64-musl@npm:1.7.2"
"@swc/core-linux-x64-musl@npm:1.7.10":
version: 1.7.10
resolution: "@swc/core-linux-x64-musl@npm:1.7.10"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard

"@swc/core-win32-arm64-msvc@npm:1.7.2":
version: 1.7.2
resolution: "@swc/core-win32-arm64-msvc@npm:1.7.2"
"@swc/core-win32-arm64-msvc@npm:1.7.10":
version: 1.7.10
resolution: "@swc/core-win32-arm64-msvc@npm:1.7.10"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"@swc/core-win32-ia32-msvc@npm:1.7.2":
version: 1.7.2
resolution: "@swc/core-win32-ia32-msvc@npm:1.7.2"
"@swc/core-win32-ia32-msvc@npm:1.7.10":
version: 1.7.10
resolution: "@swc/core-win32-ia32-msvc@npm:1.7.10"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard

"@swc/core-win32-x64-msvc@npm:1.7.2":
version: 1.7.2
resolution: "@swc/core-win32-x64-msvc@npm:1.7.2"
"@swc/core-win32-x64-msvc@npm:1.7.10":
version: 1.7.10
resolution: "@swc/core-win32-x64-msvc@npm:1.7.10"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"@swc/core@npm:1.7.2":
version: 1.7.2
resolution: "@swc/core@npm:1.7.2"
"@swc/core@npm:1.7.10":
version: 1.7.10
resolution: "@swc/core@npm:1.7.10"
dependencies:
"@swc/core-darwin-arm64": "npm:1.7.2"
"@swc/core-darwin-x64": "npm:1.7.2"
"@swc/core-linux-arm-gnueabihf": "npm:1.7.2"
"@swc/core-linux-arm64-gnu": "npm:1.7.2"
"@swc/core-linux-arm64-musl": "npm:1.7.2"
"@swc/core-linux-x64-gnu": "npm:1.7.2"
"@swc/core-linux-x64-musl": "npm:1.7.2"
"@swc/core-win32-arm64-msvc": "npm:1.7.2"
"@swc/core-win32-ia32-msvc": "npm:1.7.2"
"@swc/core-win32-x64-msvc": "npm:1.7.2"
"@swc/core-darwin-arm64": "npm:1.7.10"
"@swc/core-darwin-x64": "npm:1.7.10"
"@swc/core-linux-arm-gnueabihf": "npm:1.7.10"
"@swc/core-linux-arm64-gnu": "npm:1.7.10"
"@swc/core-linux-arm64-musl": "npm:1.7.10"
"@swc/core-linux-x64-gnu": "npm:1.7.10"
"@swc/core-linux-x64-musl": "npm:1.7.10"
"@swc/core-win32-arm64-msvc": "npm:1.7.10"
"@swc/core-win32-ia32-msvc": "npm:1.7.10"
"@swc/core-win32-x64-msvc": "npm:1.7.10"
"@swc/counter": "npm:^0.1.3"
"@swc/types": "npm:^0.1.12"
peerDependencies:
Expand Down Expand Up @@ -10114,7 +10114,7 @@ __metadata:
peerDependenciesMeta:
"@swc/helpers":
optional: true
checksum: 10c0/fa07d7fce91a36554b468af9eceba599b94d2ae68a6a3756566bc03a33726f994ba6be419b8f50d543950442e8caa41738d547a9d2ee41d11f65332d6f6f6cb1
checksum: 10c0/c05ff9cf9d8a8a0961a7188d03bfcf6776b3f7e72798f72110a06d185ffe13b3a46138ddf0ff135dc07030aecfd689dd15d14e796b302cfaabd0ab8978831054
languageName: node
linkType: hard

Expand Down

0 comments on commit 0bcbfc5

Please sign in to comment.