Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency @swc/core to v1.10.11 (#9198)
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.10.9` -> `1.10.11`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.10.9/1.10.11) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.10.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.10.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.10.9/1.10.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.10.9/1.10.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>swc-project/swc (@​swc/core)</summary> ### [`v1.10.11`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#11011---2025-01-27) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.10.9...v1.10.11) ##### Bug Fixes - **(es)** Restore JSON config & Adjust feature renaming ([#​9967](https://redirect.github.com/swc-project/swc/issues/9967)) ([72e5455](https://redirect.github.com/swc-project/swc/commit/72e545575bea0a12614889861d839578581af170)) - **(es/minifier)** Avoid paren when compressing ternary ([#​9920](https://redirect.github.com/swc-project/swc/issues/9920)) ([9d6fe37](https://redirect.github.com/swc-project/swc/commit/9d6fe370cff502b00245c409bbbc9a3d00e622fe)) - **(es/parser)** Parse `yield<T> (v: T)=>v` ([#​9915](https://redirect.github.com/swc-project/swc/issues/9915)) ([04333aa](https://redirect.github.com/swc-project/swc/commit/04333aacfeded1f1d21c167c4cdc6bce7b0eaf23)) - **(ts/fast-strip)** More robust generic arrow handling ([#​9913](https://redirect.github.com/swc-project/swc/issues/9913)) ([f7faa7c](https://redirect.github.com/swc-project/swc/commit/f7faa7c08c65f6cc453ded39834077e9ae7c7b91)) - **(typescript)** Allow references to the global Symbol in computed property names under `isolatedDeclarations` ([#​9869](https://redirect.github.com/swc-project/swc/issues/9869)) ([e4c1e03](https://redirect.github.com/swc-project/swc/commit/e4c1e03e1775065be98b4bc230725b5b745f8843)) ##### Features - **(es/minifier)** Compress negate eq ([#​9911](https://redirect.github.com/swc-project/swc/issues/9911)) ([e8f23cf](https://redirect.github.com/swc-project/swc/commit/e8f23cf92146828ea2a8b65724c7a6824acf9f0f)) - **(es/minifier)** Compress Assign to number ([#​9943](https://redirect.github.com/swc-project/swc/issues/9943)) ([d5f40a0](https://redirect.github.com/swc-project/swc/commit/d5f40a0bc00df0cfb850a5989b15efb7467f3303)) - **(parallel)** Add `merge_in_parallel` ([#​9939](https://redirect.github.com/swc-project/swc/issues/9939)) ([c5b8390](https://redirect.github.com/swc-project/swc/commit/c5b8390d622eb58badb22d49176e47ddcadf8559)) - Merge `hstr` into the main repository ([#​9963](https://redirect.github.com/swc-project/swc/issues/9963)) ([bc61c13](https://redirect.github.com/swc-project/swc/commit/bc61c1317f9dc8128557d4c92799877dca2d87dc)) ##### Miscellaneous Tasks - **(es/minifier)** Add a script for samply profiler ([#​9923](https://redirect.github.com/swc-project/swc/issues/9923)) ([8f8dcaa](https://redirect.github.com/swc-project/swc/commit/8f8dcaac2f22f71de538802034db5756e84c7f55)) - **(preset-env)** Update `browserslist-rs` ([#​9918](https://redirect.github.com/swc-project/swc/issues/9918)) ([606ffe5](https://redirect.github.com/swc-project/swc/commit/606ffe51ea8c4108878264da3934ec3edd8f4ff7)) ##### Performance - **(es/react)** Use proper string types for react configuration ([#​9949](https://redirect.github.com/swc-project/swc/issues/9949)) ([1bf837e](https://redirect.github.com/swc-project/swc/commit/1bf837e4764f57656b4fb43642d4fdda464504f6)) - **(es/utils)** Prevent too many recursion ([#​9931](https://redirect.github.com/swc-project/swc/issues/9931)) ([d24f785](https://redirect.github.com/swc-project/swc/commit/d24f785a5cc9c9e80f090e7488d326a73b8c3677)) - **(es/utils)** Restrict recursion of `get_type` ([#​9933](https://redirect.github.com/swc-project/swc/issues/9933)) ([1781b85](https://redirect.github.com/swc-project/swc/commit/1781b85ddb68e148b9662f52d670476f6c1a9b3a)) - **(preset-env)** Store `Versions` in `Arc` ([#​9950](https://redirect.github.com/swc-project/swc/issues/9950)) ([03dffb5](https://redirect.github.com/swc-project/swc/commit/03dffb50fb92b3774e23735cb9f08c0cbe1fd630)) ##### Refactor - **(es/minifier)** Make `minify-all` example sequential ([#​9912](https://redirect.github.com/swc-project/swc/issues/9912)) ([5b5c87e](https://redirect.github.com/swc-project/swc/commit/5b5c87e72480638ae382d519980302702e333305)) - **(hstr)** Remove needless operations ([#​9964](https://redirect.github.com/swc-project/swc/issues/9964)) ([6f781d8](https://redirect.github.com/swc-project/swc/commit/6f781d8fd49f40bab300907eee8227a0a9d434b9)) - **(swc)** Remove typo feature ([#​9965](https://redirect.github.com/swc-project/swc/issues/9965)) ([4b14eec](https://redirect.github.com/swc-project/swc/commit/4b14eecabf51b3185103f32723742546b1cee953)) - Apply all pending breaking changes ([#​9966](https://redirect.github.com/swc-project/swc/issues/9966)) ([1c2f7e9](https://redirect.github.com/swc-project/swc/commit/1c2f7e9db7a12ba55875d99e896328db2af62c0f)) </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 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information