Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@swc/cli](https://togithub.com/swc-project/cli) | [`0.1.62` -> `0.1.63`](https://renovatebot.com/diffs/npm/@swc%2fcli/0.1.62/0.1.63) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcli/0.1.63?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcli/0.1.63?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcli/0.1.62/0.1.63?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcli/0.1.62/0.1.63?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@swc/core](https://swc.rs) ([source](https://togithub.com/swc-project/swc)) | [`1.3.99` -> `1.3.100`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.95/1.3.100) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.3.100?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.3.100?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.3.95/1.3.100?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.3.95/1.3.100?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>swc-project/cli (@​swc/cli)</summary> ### [`v0.1.63`](https://togithub.com/swc-project/cli/compare/v0.1.62...v0.1.63) [Compare Source](https://togithub.com/swc-project/cli/compare/v0.1.62...v0.1.63) </details> <details> <summary>swc-project/swc (@​swc/core)</summary> ### [`v1.3.100`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#13100---2023-11-30) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.99...v1.3.100) ##### Bug Fixes - **(es/codegen)** Fix panic due to `\\ud` ([#​8346](https://togithub.com/swc-project/swc/issues/8346)) ([1891afa](https://togithub.com/swc-project/swc/commit/1891afa2ad27f183e56adcd288dd3a1ae0c5b367)) - **(es/codegen)** Wrap quote for length greater than one ([#​8351](https://togithub.com/swc-project/swc/issues/8351)) ([2cdea3f](https://togithub.com/swc-project/swc/commit/2cdea3fbeaf4a2dac662a4d019982943c0a896ba)) - **(es/decorators)** Resolve enum for `design:returntype` ([#​8320](https://togithub.com/swc-project/swc/issues/8320)) ([91ef7c9](https://togithub.com/swc-project/swc/commit/91ef7c9415c0efed347d3faf20653749fb7a6b15)) - **(es/fixer)** Wrap yield expression in await expression ([#​8357](https://togithub.com/swc-project/swc/issues/8357)) ([ff719f0](https://togithub.com/swc-project/swc/commit/ff719f0cdd3cf79e7afa1c136243e6fa53c5abe3)) - **(es/minifier)** Fix `if_return` bug related to `await` and `yield` ([#​8328](https://togithub.com/swc-project/swc/issues/8328)) ([01e2c7f](https://togithub.com/swc-project/swc/commit/01e2c7fc5ab71d55c522e48eae9e3e08d8bf418d)) - **(es/minifier)** Give up terminate merge if in `try` with `finally` ([#​8342](https://togithub.com/swc-project/swc/issues/8342)) ([ed5a9b3](https://togithub.com/swc-project/swc/commit/ed5a9b3f2e5b7035f657a8ea3cb38a27413369b2)) - **(es/parser)** Wrap with `OptChain` across `TsNonNull` ([#​8332](https://togithub.com/swc-project/swc/issues/8332)) ([8af6ffb](https://togithub.com/swc-project/swc/commit/8af6ffb1ddaf60b997163aaf80abfb528eb2ca9c)) - **(es/parser)** Fix conditional compilation ([#​8343](https://togithub.com/swc-project/swc/issues/8343)) ([a423681](https://togithub.com/swc-project/swc/commit/a423681df897956e58650b3acc9f2331887e42e8)) - **(es/react)** Make jsx with single spread child static ([#​8339](https://togithub.com/swc-project/swc/issues/8339)) ([58568fa](https://togithub.com/swc-project/swc/commit/58568fa23be932ed8f3858c24962973bdc4b8057)) - **(es/renamer)** Allow `globalThis` to be shadowed ([#​8327](https://togithub.com/swc-project/swc/issues/8327)) ([3dd73a3](https://togithub.com/swc-project/swc/commit/3dd73a3cd8fddd9e19dc85c2a2bf785b585b5b9a)) - **(es/typescript)** Handle shebang with jsx pragma ([#​8318](https://togithub.com/swc-project/swc/issues/8318)) ([c25601d](https://togithub.com/swc-project/swc/commit/c25601dec21d7293ad48549a1f49ccd161f9da72)) ##### Miscellaneous Tasks - **(css/linter)** Document rules require porting ([#​8352](https://togithub.com/swc-project/swc/issues/8352)) ([55da0bb](https://togithub.com/swc-project/swc/commit/55da0bb9ddbb661a75e24162b7bdd63d2549dca3)) ##### Build - **(cargo)** Update `vergen` to `v8` ([#​8325](https://togithub.com/swc-project/swc/issues/8325)) ([1315615](https://togithub.com/swc-project/swc/commit/13156157ebf9434fef8ed04ee4cf59c22421a3fa)) ### [`v1.3.99`](https://togithub.com/swc-project/swc/compare/v1.3.96...v1.3.99) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.96...v1.3.99) ### [`v1.3.96`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1396---2023-11-03) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.95...v1.3.96) ##### Bug Fixes - **(ci)** Set `tag` for wasm publish actions ([#​8200](https://togithub.com/swc-project/swc/issues/8200)) ([8db80b8](https://togithub.com/swc-project/swc/commit/8db80b8c28bba5a423194dd19ddf05ccd94eb650)) - **(es/compat)** Make `block-scoping` pass rename exports correctly ([#​8175](https://togithub.com/swc-project/swc/issues/8175)) ([b13bc32](https://togithub.com/swc-project/swc/commit/b13bc320274e773c9b0ef479e86194c4c6f1f6f8)) - **(es/compat)** Use dummy span for blocks in `parameters` ([#​8202](https://togithub.com/swc-project/swc/issues/8202)) ([c1b255a](https://togithub.com/swc-project/swc/commit/c1b255a59c1e8d81371c9576ca0c4573f04e65da)) - **(es/compat)** Handle private names from class properties pass ([#​8090](https://togithub.com/swc-project/swc/issues/8090)) ([83a5a0c](https://togithub.com/swc-project/swc/commit/83a5a0c612b7ca97529720f8a35117957d4cb9a6)) - **(es/react)** Visit children nodes in `jsx-src` pass ([#​8212](https://togithub.com/swc-project/swc/issues/8212)) ([47733a9](https://togithub.com/swc-project/swc/commit/47733a951c14bc22c2a60acb420b597ddab7d306)) - **(es/transforms)** Do not add `PURE` comment to `BytePos(0)` ([#​8207](https://togithub.com/swc-project/swc/issues/8207)) ([c061356](https://togithub.com/swc-project/swc/commit/c061356b63431fcd0323e434402ead143c622340)) - **(es/typescript)** Preserve const enum for named export ([#​8208](https://togithub.com/swc-project/swc/issues/8208)) ([abced23](https://togithub.com/swc-project/swc/commit/abced23b2a16e9602ffe59a20e6cbf65a882a3ce)) ##### Features - **(es/minifier)** Respect inline level and preserve native names ([#​8205](https://togithub.com/swc-project/swc/issues/8205)) ([dd805e9](https://togithub.com/swc-project/swc/commit/dd805e95a4735e1b869c298489b80555ab4eb20d)) - **(es/preset-env)** Update compat data ([#​8194](https://togithub.com/swc-project/swc/issues/8194)) ([3dc4e1e](https://togithub.com/swc-project/swc/commit/3dc4e1e02d3e594da6301ca4c80aaee582642fd7)) - **(es/testing)** Support babel-like fixture testing officially ([#​8190](https://togithub.com/swc-project/swc/issues/8190)) ([e960614](https://togithub.com/swc-project/swc/commit/e9606147fc560cac2ffa75b917a08413b7c94908)) - **(es/testing)** Use `__swc_snapshots__` for `test!` macro ([#​8191](https://togithub.com/swc-project/swc/issues/8191)) ([0aafa75](https://togithub.com/swc-project/swc/commit/0aafa75fef43beb6630b143e9d71f129300e7614)) ##### Performance - **(es/minifier)** Add `has_flag` to `Comments` ([#​8182](https://togithub.com/swc-project/swc/issues/8182)) ([7530e90](https://togithub.com/swc-project/swc/commit/7530e9051d67d8721126e48c39f0a8ac27d980a5)) ##### Refactor - **(es/minifier)** Simplify analyzer context ([#​8164](https://togithub.com/swc-project/swc/issues/8164)) ([bb02cdd](https://togithub.com/swc-project/swc/commit/bb02cdd26ed863649c6ec8ef9c5cbdaece743b9b)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] 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://developer.mend.io/github/X-oss-byte/Nextjs).
- Loading branch information