daniel-ac-martin / NotGovUK

An implementation of the GOV.UK Design System in React that provides support for writing internal applications in addition to public ones.
https://not-gov.uk/
MIT License
27 stars 8 forks source link

Update dependency @swc/core to ^1.7.6 #1030

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@swc/core (source) ^1.7.3 -> ^1.7.6 age adoption passing confidence

Release Notes

swc-project/swc (@​swc/core) ### [`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 ([#​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 ([#​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 ([#​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` ([#​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 ([#​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 ([#​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 ([#​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 ([#​9367](https://togithub.com/swc-project/swc/issues/9367)) ([6f1716c](https://togithub.com/swc-project/swc/commit/6f1716c4aed447c3311e41603a6399d97540e1fb)) - **(es/typescript)** Analyze import chain ([#​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 ([#​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 ([#​9342](https://togithub.com/swc-project/swc/issues/9342)) ([636585b](https://togithub.com/swc-project/swc/commit/636585b44d0f74f457b44766f8d6fda68bcc4c09)) - **(es/minifier)** Fix detection of `this` ([#​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 ([#​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` ([#​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 ([#​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` ([#​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 ([#​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 ([#​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 ([#​9349](https://togithub.com/swc-project/swc/issues/9349)) ([d5472cc](https://togithub.com/swc-project/swc/commit/d5472cc344fb4099af3887e6cc1cf8ec2869c33e))

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.



This PR was generated by Mend Renovate. View the repository job log.

cypress[bot] commented 1 month ago



Test summary

1 0 0 0


Run details

Project NotGovUK
Status Passed
Commit 44756dbdae
Started Aug 10, 2024 3:34 PM
Ended Aug 10, 2024 3:46 PM
Duration 12:11 💡
OS Linux Ubuntu -
Browser Electron 118

View run in Cypress Cloud ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud

cypress[bot] commented 1 month ago



Test summary

42 0 21 0


Run details

Project NotGovUK
Status Passed
Commit db9e012e68 ℹ️
Started Aug 10, 2024 3:35 PM
Ended Aug 10, 2024 3:47 PM
Duration 12:51 💡
OS Linux Ubuntu -
Browser Multiple

View run in Cypress Cloud ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud