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.3.26 (#2928)
[![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.3.25` -> `1.3.26`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.25/1.3.26) | [![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.26/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.26/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.26/compatibility-slim/1.3.25)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.26/confidence-slim/1.3.25)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>swc-project/swc</summary> ### [`v1.3.26`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1326---2023-01-11) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.25...v1.3.26) ##### Bug Fixes - **(common)** Mark `\r` as a line ending ([#​6752](https://togithub.com/swc-project/swc/issues/6752)) ([26a0c13](https://togithub.com/swc-project/swc/commit/26a0c135896098e1e1a8fbb99a623311828af5b2)) - **(es)** Remove useless context ([#​6777](https://togithub.com/swc-project/swc/issues/6777)) ([ae3cfa7](https://togithub.com/swc-project/swc/commit/ae3cfa7d2d4cff7f3246691d24286bc2470792e1)) - **(es/codegen)** Fix LineCol calculation of printed files ([#​6763](https://togithub.com/swc-project/swc/issues/6763)) ([2b503c1](https://togithub.com/swc-project/swc/commit/2b503c16d5f338c6a786a19c7c0acbc4c06bcfee)) - **(es/codegen)** Skip `lo` of a program if body is not empty ([#​6773](https://togithub.com/swc-project/swc/issues/6773)) ([3f0f664](https://togithub.com/swc-project/swc/commit/3f0f664c488b4f51a12d277b29ad17e28a413a2b)) - **(es/decorator)** Fix type detection for template literal types ([#​6786](https://togithub.com/swc-project/swc/issues/6786)) ([bbfa97a](https://togithub.com/swc-project/swc/commit/bbfa97a475fdfe18fe9e3ea29329ecb39ed2ddac)) - **(es/helpers)** Make ` _classPrivateFieldLooseBase ` return receiver ([#​6770](https://togithub.com/swc-project/swc/issues/6770)) ([1d14760](https://togithub.com/swc-project/swc/commit/1d147602c0bfe291408c65b2e444cea0b5ceba89)) - **(es/minifier)** Make name mangler respect `toplevel` ([#​6774](https://togithub.com/swc-project/swc/issues/6774)) ([ec7e913](https://togithub.com/swc-project/swc/commit/ec7e9138158426b83d12dc3a29896098fb4c9ffa)) - **(es/minifier)** Don't inline conditionally initialized vars ([#​6751](https://togithub.com/swc-project/swc/issues/6751)) ([336b1d8](https://togithub.com/swc-project/swc/commit/336b1d8b4d6489da8f78731d9e12fef962a005da)) - **(es/minifier)** Make AST compressor respect `toplevel` ([#​6775](https://togithub.com/swc-project/swc/issues/6775)) ([06770cf](https://togithub.com/swc-project/swc/commit/06770cff047055b9cea27970e7ce882d770257ba)) - **(es/parser)** Allow parsing `import.meta` as an expression ([#​6783](https://togithub.com/swc-project/swc/issues/6783)) ([ff8face](https://togithub.com/swc-project/swc/commit/ff8facef64ffe115936cfc154b35ec08359524f8)) ##### Features - **(es/minifier)** Make name mangler understand block scoping ([#​6670](https://togithub.com/swc-project/swc/issues/6670)) ([a1ccc8a](https://togithub.com/swc-project/swc/commit/a1ccc8afdff1f252210d571907124508cf760694)) - **(es/minifier)** Handle boolean in `Evaluator` ([#​6756](https://togithub.com/swc-project/swc/issues/6756)) ([8a6a1cb](https://togithub.com/swc-project/swc/commit/8a6a1cbcf1279b805e740f4d77ebb9fb72d52d41)) - **(es/typescript)** Support const modifier on type parameters ([#​6672](https://togithub.com/swc-project/swc/issues/6672)) ([019cf37](https://togithub.com/swc-project/swc/commit/019cf371994b87a92fd26fc623959a797f35991b)) ##### Miscellaneous Tasks - **(ci)** Fix CI action ([#​6772](https://togithub.com/swc-project/swc/issues/6772)) ([6d365de](https://togithub.com/swc-project/swc/commit/6d365de9e21d57c785f1634f4c19418765d9ca9b)) ##### Testing - **(es)** Add a test for a fixed source map issue ([#​6768](https://togithub.com/swc-project/swc/issues/6768)) ([6c126da](https://togithub.com/swc-project/swc/commit/6c126da1d42922229e9bb1c7594570f701e083ba)) - **(es/module)** Add a test for invalid issue ([#​6785](https://togithub.com/swc-project/swc/issues/6785)) ([0ef84e1](https://togithub.com/swc-project/swc/commit/0ef84e1c0004ec5282d26e9a84ea5729681ff106)) </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDUuNCIsInVwZGF0ZWRJblZlciI6IjM0LjEwNS40In0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information