Closed renovate[bot] closed 5 hours ago
Passed #5988
•
ab6c09c7ed: Update dependency @swc/core to ^1.9.3
Project |
NotGovUK
|
Branch Review |
renovate/swc-monorepo
|
Run status |
Passed #5988
|
Run duration | 12m 05s |
Commit |
ab6c09c7ed: Update dependency @swc/core to ^1.9.3
|
Committer | renovate[bot] |
View all properties for this run âī¸ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
1
|
â ī¸ You've recorded test results over your free plan limit. Upgrade your plan to view test results. | |
View all changes introduced in this branch âī¸ |
Passed #5989
•
f00fe02781 âšī¸: Merge ab6c09c7ed5c47a8a38f801460382a14fe7e4825 into 1b9e744a7805f332f027ef9f11dc...
Project |
NotGovUK
|
Branch Review |
renovate/swc-monorepo
|
Run status |
Passed #5989
|
Run duration | 13m 06s |
Commit |
f00fe02781 âšī¸: Merge ab6c09c7ed5c47a8a38f801460382a14fe7e4825 into 1b9e744a7805f332f027ef9f11dc...
|
Committer | renovate[bot] |
View all properties for this run âī¸ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
21
|
Skipped |
0
|
Passing |
90
|
â ī¸ You've recorded test results over your free plan limit. Upgrade your plan to view test results. | |
View all changes introduced in this branch âī¸ |
This PR contains the following updates:
^1.9.1
->^1.9.3
Release Notes
swc-project/swc (@swc/core)
### [`v1.9.3`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#193---2024-11-22) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.9.2...v1.9.3) ##### Bug Fixes - **([@swc/types](https://redirect.github.com/swc/types))** Tsc build file ignored by npm ([#9754](https://redirect.github.com/swc-project/swc/issues/9754)) ([14a5c1e](https://redirect.github.com/swc-project/swc/commit/14a5c1ebd233ab0e105a1affdf04d689446d80dc)) - **(es)** Source map `super(...args)` calls in injected constructors ([#9745](https://redirect.github.com/swc-project/swc/issues/9745)) ([35b0ca0](https://redirect.github.com/swc-project/swc/commit/35b0ca007147dea03e911795639c8b032a0fbd28)) - **(es/plugin)** Migrate `swc plugin new` to use `.cargo/config.toml` ([#9740](https://redirect.github.com/swc-project/swc/issues/9740)) ([4ffb21e](https://redirect.github.com/swc-project/swc/commit/4ffb21ebe6e40f85f8b7f78cd29b10965fe035b1)) - **(es/resolver)** Ignore `VarDecl` with `declare: true` ([#9734](https://redirect.github.com/swc-project/swc/issues/9734)) ([aa0f784](https://redirect.github.com/swc-project/swc/commit/aa0f784c7d38d106e65e6aae1f0a318f575a0f09)) ##### Documentation - **(types)** Document `Assumptions` API ([#9746](https://redirect.github.com/swc-project/swc/issues/9746)) ([cd4321c](https://redirect.github.com/swc-project/swc/commit/cd4321c88a97a9a6f9d0f972dcebe5e19a1326bb)) ##### Features - **(plugin)** Bump `rkyv` to `v0.8.8` ([#9730](https://redirect.github.com/swc-project/swc/issues/9730)) ([81ac77e](https://redirect.github.com/swc-project/swc/commit/81ac77e3ab399446a0962db1e92d8066b73b3b31)) - **(plugin)** Update `wasmer` to `v5` ([#9731](https://redirect.github.com/swc-project/swc/issues/9731)) ([9b74ccd](https://redirect.github.com/swc-project/swc/commit/9b74ccd92cf138d11790178f5817c89e44aa2deb)) - **(visit)** Derive serde for `AstParentKind` ([#9744](https://redirect.github.com/swc-project/swc/issues/9744)) ([e0fdd68](https://redirect.github.com/swc-project/swc/commit/e0fdd68183b9851050e1a03a903261275872044e)) ##### Miscellaneous Tasks - **(bindings/node)** Format `binding.js` ([#9738](https://redirect.github.com/swc-project/swc/issues/9738)) ([9f8c14f](https://redirect.github.com/swc-project/swc/commit/9f8c14f5f81ca66609fe2fbfdac4c970240702e4)) - **(deps)** Update cargo (patch) ([#9724](https://redirect.github.com/swc-project/swc/issues/9724)) ([da37439](https://redirect.github.com/swc-project/swc/commit/da37439d6b6aae31e2b21690476d93f12dc87bd3)) ##### Performance - **(es/plugin)** Make `analyze_source_file` lazy, again ([#9732](https://redirect.github.com/swc-project/swc/issues/9732)) ([c1d12d6](https://redirect.github.com/swc-project/swc/commit/c1d12d6e2a0ad1633652817ebea435eca404bbb8)) ##### Refactor - **(es/compat)** Use special span instead of passing `static_blocks_mark` ([#9725](https://redirect.github.com/swc-project/swc/issues/9725)) ([6ad0735](https://redirect.github.com/swc-project/swc/commit/6ad0735033b405c04e53c1e3c7ec56db4b8fcf93)) - Delay Wasm-plugin breaking changes ([#9735](https://redirect.github.com/swc-project/swc/issues/9735)) ([92faf5b](https://redirect.github.com/swc-project/swc/commit/92faf5b15df2ef5954f1a07c7376c04558efe181)) ### [`v1.9.2`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#192---2024-11-11) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.9.1...v1.9.2) ##### Bug Fixes - **(es)** Fix typo in feature name ([#9721](https://redirect.github.com/swc-project/swc/issues/9721)) ([aff9de5](https://redirect.github.com/swc-project/swc/commit/aff9de5ea37d5d34d587b96b8044d08644936524)) ##### Features - **(es/codegen)** Implement proper `inline_script` support ([#9729](https://redirect.github.com/swc-project/swc/issues/9729)) ([e732a36](https://redirect.github.com/swc-project/swc/commit/e732a36373f0959a0653dc51a863230a9b3d8982))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 is behind base branch, 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.