-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(register): do not send undefined source code for compilation #797
Merged
Brooooooklyn
merged 1 commit into
swc-project:master
from
fargito:fix/undefined-source-code
Jul 3, 2024
Merged
fix(register): do not send undefined source code for compilation #797
Brooooooklyn
merged 1 commit into
swc-project:master
from
fargito:fix/undefined-source-code
Jul 3, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Brooooooklyn
changed the title
feat(register): do not send undefined source code for compilation
fix(register): do not send undefined source code for compilation
Jul 3, 2024
tsang-bot bot
referenced
this pull request
in tsangste/nx-package-test
Jul 9, 2024
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@swc-node/register](https://github.com/swc-project/swc-node) | [`1.10.0` -> `1.10.2`](https://renovatebot.com/diffs/npm/@swc-node%2fregister/1.10.0/1.10.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@swc-node%2fregister/1.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc-node%2fregister/1.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc-node%2fregister/1.10.0/1.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc-node%2fregister/1.10.0/1.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>swc-project/swc-node (@​swc-node/register)</summary> ### [`v1.10.2`](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) [Compare Source](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) ### [`v1.10.1`](https://github.com/swc-project/swc-node/releases/tag/%40swc-node/register%401.10.1) [Compare Source](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) #### What's Changed - fix: fix ts extension detect regex, close [#​775](https://github.com/swc-project/swc-node/issues/775) [#​774](https://github.com/swc-project/swc-node/issues/774) [#​772](https://github.com/swc-project/swc-node/issues/772) by [@​yeliex](https://github.com/yeliex) in [https://github.com/swc-project/swc-node/pull/777](https://github.com/swc-project/swc-node/pull/777) - doc: update readme by [@​yeliex](https://github.com/yeliex) in [https://github.com/swc-project/swc-node/pull/778](https://github.com/swc-project/swc-node/pull/778) - fix(esm-resolver): only return early if the specifier is an unsupported file by [@​fargito](https://github.com/fargito) in [https://github.com/swc-project/swc-node/pull/789](https://github.com/swc-project/swc-node/pull/789) - fix(register): ts files extension resolve by [@​Brooooooklyn](https://github.com/Brooooooklyn) in [https://github.com/swc-project/swc-node/pull/793](https://github.com/swc-project/swc-node/pull/793) - fix(register): do not send undefined source code for compilation by [@​fargito](https://github.com/fargito) in [https://github.com/swc-project/swc-node/pull/797](https://github.com/swc-project/swc-node/pull/797) - refactor(core): use oxc-resolver by [@​Brooooooklyn](https://github.com/Brooooooklyn) in [https://github.com/swc-project/swc-node/pull/798](https://github.com/swc-project/swc-node/pull/798) - fix(register): tsx file by [@​Brooooooklyn](https://github.com/Brooooooklyn) in [https://github.com/swc-project/swc-node/pull/800](https://github.com/swc-project/swc-node/pull/800) - fix(register): file path with query by [@​Brooooooklyn](https://github.com/Brooooooklyn) in [https://github.com/swc-project/swc-node/pull/801](https://github.com/swc-project/swc-node/pull/801) - fix(register): ensure TS compiler option to SWC config transformer respects inline source map option by [@​behroozk](https://github.com/behroozk) in [https://github.com/swc-project/swc-node/pull/726](https://github.com/swc-project/swc-node/pull/726) #### New Contributors - [@​fargito](https://github.com/fargito) made their first contribution in [https://github.com/swc-project/swc-node/pull/789](https://github.com/swc-project/swc-node/pull/789) - [@​behroozk](https://github.com/behroozk) made their first contribution in [https://github.com/swc-project/swc-node/pull/726](https://github.com/swc-project/swc-node/pull/726) **Full Changelog**: https://github.com/swc-project/swc-node/compare/[@​swc-node/register](https://github.com/swc-node/register)[@​1](https://github.com/1).9.1...[@​swc-node/register](https://github.com/swc-node/register)[@​1](https://github.com/1).10.1 </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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4zIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: tsang-bot[bot] <146107447+tsang-bot[bot]@users.noreply.github.com>
tsang-bot bot
referenced
this pull request
in tsangste/nx-package-test
Sep 13, 2024
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@swc-node/register](https://github.com/swc-project/swc-node) | [`1.9.2` -> `1.10.9`](https://renovatebot.com/diffs/npm/@swc-node%2fregister/1.9.2/1.10.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@swc-node%2fregister/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc-node%2fregister/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc-node%2fregister/1.9.2/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc-node%2fregister/1.9.2/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [express](http://expressjs.com/) ([source](https://github.com/expressjs/express)) | [`4.19.2` -> `4.20.0`](https://renovatebot.com/diffs/npm/express/4.19.2/4.20.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/express/4.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/express/4.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/express/4.19.2/4.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/express/4.19.2/4.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [node-mocks-http](https://github.com/eugef/node-mocks-http) | [`1.13.0` -> `1.16.0`](https://renovatebot.com/diffs/npm/node-mocks-http/1.13.0/1.16.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/node-mocks-http/1.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/node-mocks-http/1.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/node-mocks-http/1.13.0/1.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/node-mocks-http/1.13.0/1.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [yaml](https://eemeli.org/yaml/) ([source](https://github.com/eemeli/yaml)) | [`2.3.2` -> `2.5.1`](https://renovatebot.com/diffs/npm/yaml/2.3.2/2.5.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/yaml/2.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/yaml/2.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/yaml/2.3.2/2.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/yaml/2.3.2/2.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>swc-project/swc-node (@​swc-node/register)</summary> ### [`v1.10.9`](https://github.com/swc-project/swc-node/releases/tag/%40swc-node/register%401.10.9) [Compare Source](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) #### What's Changed - fix(register): skip load files in node_modules by [@​Brooooooklyn](https://github.com/Brooooooklyn) in [https://github.com/swc-project/swc-node/pull/828](https://github.com/swc-project/swc-node/pull/828) **Full Changelog**: https://github.com/swc-project/swc-node/compare/[@​swc-node/register](https://github.com/swc-node/register)[@​1](https://github.com/1).10.8...[@​swc-node/register](https://github.com/swc-node/register)[@​1](https://github.com/1).10.9 ### [`v1.10.8`](https://github.com/swc-project/swc-node/releases/tag/%40swc-node/register%401.10.8) [Compare Source](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) #### What's Changed - fix(register): default register/esm TSCONFIG_PATH on windows. by [@​simonbuchan](https://github.com/simonbuchan) in [https://github.com/swc-project/swc-node/pull/818](https://github.com/swc-project/swc-node/pull/818) - chore(deps): update dependency oxlint to ^0.6.0 by [@​renovate](https://github.com/renovate) in [https://github.com/swc-project/swc-node/pull/822](https://github.com/swc-project/swc-node/pull/822) - fix(register): bump oxc-resolver by [@​Brooooooklyn](https://github.com/Brooooooklyn) in [https://github.com/swc-project/swc-node/pull/824](https://github.com/swc-project/swc-node/pull/824) - chore(deps): update dependency lerna to v8.1.6 by [@​renovate](https://github.com/renovate) in [https://github.com/swc-project/swc-node/pull/821](https://github.com/swc-project/swc-node/pull/821) - fix(register): remove file extension tests in compile by [@​Brooooooklyn](https://github.com/Brooooooklyn) in [https://github.com/swc-project/swc-node/pull/825](https://github.com/swc-project/swc-node/pull/825) #### New Contributors - [@​simonbuchan](https://github.com/simonbuchan) made their first contribution in [https://github.com/swc-project/swc-node/pull/818](https://github.com/swc-project/swc-node/pull/818) - [@​renovate](https://github.com/renovate) made their first contribution in [https://github.com/swc-project/swc-node/pull/822](https://github.com/swc-project/swc-node/pull/822) **Full Changelog**: https://github.com/swc-project/swc-node/compare/[@​swc-node/register](https://github.com/swc-node/register)[@​1](https://github.com/1).10.7...[@​swc-node/register](https://github.com/swc-node/register)[@​1](https://github.com/1).10.8 ### [`v1.10.7`](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) [Compare Source](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) ### [`v1.10.6`](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) [Compare Source](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) ### [`v1.10.5`](https://github.com/swc-project/swc-node/releases/tag/%40swc-node/register%401.10.5) [Compare Source](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) #### What's Changed - chore: replace deprecated husky install by [@​fargito](https://github.com/fargito) in [https://github.com/swc-project/swc-node/pull/809](https://github.com/swc-project/swc-node/pull/809) - fix(register): resolve internal cjs module by [@​Brooooooklyn](https://github.com/Brooooooklyn) in [https://github.com/swc-project/swc-node/pull/811](https://github.com/swc-project/swc-node/pull/811) - docs: recommend `-S` on hashbang by [@​silverwind](https://github.com/silverwind) in [https://github.com/swc-project/swc-node/pull/810](https://github.com/swc-project/swc-node/pull/810) - fix(register): resolve .cjs/.cts file in esm package by [@​Brooooooklyn](https://github.com/Brooooooklyn) in [https://github.com/swc-project/swc-node/pull/813](https://github.com/swc-project/swc-node/pull/813) - fix(register): allow running .tsx file by [@​xandris](https://github.com/xandris) in [https://github.com/swc-project/swc-node/pull/812](https://github.com/swc-project/swc-node/pull/812) #### New Contributors - [@​silverwind](https://github.com/silverwind) made their first contribution in [https://github.com/swc-project/swc-node/pull/810](https://github.com/swc-project/swc-node/pull/810) - [@​xandris](https://github.com/xandris) made their first contribution in [https://github.com/swc-project/swc-node/pull/812](https://github.com/swc-project/swc-node/pull/812) **Full Changelog**: https://github.com/swc-project/swc-node/compare/[@​swc-node/register](https://github.com/swc-node/register)[@​1](https://github.com/1).10.3...[@​swc-node/register](https://github.com/swc-node/register)[@​1](https://github.com/1).10.5 ### [`v1.10.4`](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) [Compare Source](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) ### [`v1.10.3`](https://github.com/swc-project/swc-node/releases/tag/%40swc-node/register%401.10.3) [Compare Source](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) #### What's Changed - fix(register): support moduleResolution Bundler by [@​Brooooooklyn](https://github.com/Brooooooklyn) in [https://github.com/swc-project/swc-node/pull/806](https://github.com/swc-project/swc-node/pull/806) **Full Changelog**: https://github.com/swc-project/swc-node/compare/[@​swc-node/register](https://github.com/swc-node/register)[@​1](https://github.com/1).10.2...[@​swc-node/register](https://github.com/swc-node/register)[@​1](https://github.com/1).10.3 ### [`v1.10.2`](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) [Compare Source](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) ### [`v1.10.1`](https://github.com/swc-project/swc-node/releases/tag/%40swc-node/register%401.10.1) [Compare Source](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) #### What's Changed - fix: fix ts extension detect regex, close [#​775](https://github.com/swc-project/swc-node/issues/775) [#​774](https://github.com/swc-project/swc-node/issues/774) [#​772](https://github.com/swc-project/swc-node/issues/772) by [@​yeliex](https://github.com/yeliex) in [https://github.com/swc-project/swc-node/pull/777](https://github.com/swc-project/swc-node/pull/777) - doc: update readme by [@​yeliex](https://github.com/yeliex) in [https://github.com/swc-project/swc-node/pull/778](https://github.com/swc-project/swc-node/pull/778) - fix(esm-resolver): only return early if the specifier is an unsupported file by [@​fargito](https://github.com/fargito) in [https://github.com/swc-project/swc-node/pull/789](https://github.com/swc-project/swc-node/pull/789) - fix(register): ts files extension resolve by [@​Brooooooklyn](https://github.com/Brooooooklyn) in [https://github.com/swc-project/swc-node/pull/793](https://github.com/swc-project/swc-node/pull/793) - fix(register): do not send undefined source code for compilation by [@​fargito](https://github.com/fargito) in [https://github.com/swc-project/swc-node/pull/797](https://github.com/swc-project/swc-node/pull/797) - refactor(core): use oxc-resolver by [@​Brooooooklyn](https://github.com/Brooooooklyn) in [https://github.com/swc-project/swc-node/pull/798](https://github.com/swc-project/swc-node/pull/798) - fix(register): tsx file by [@​Brooooooklyn](https://github.com/Brooooooklyn) in [https://github.com/swc-project/swc-node/pull/800](https://github.com/swc-project/swc-node/pull/800) - fix(register): file path with query by [@​Brooooooklyn](https://github.com/Brooooooklyn) in [https://github.com/swc-project/swc-node/pull/801](https://github.com/swc-project/swc-node/pull/801) - fix(register): ensure TS compiler option to SWC config transformer respects inline source map option by [@​behroozk](https://github.com/behroozk) in [https://github.com/swc-project/swc-node/pull/726](https://github.com/swc-project/swc-node/pull/726) #### New Contributors - [@​fargito](https://github.com/fargito) made their first contribution in [https://github.com/swc-project/swc-node/pull/789](https://github.com/swc-project/swc-node/pull/789) - [@​behroozk](https://github.com/behroozk) made their first contribution in [https://github.com/swc-project/swc-node/pull/726](https://github.com/swc-project/swc-node/pull/726) **Full Changelog**: https://github.com/swc-project/swc-node/compare/[@​swc-node/register](https://github.com/swc-node/register)[@​1](https://github.com/1).9.1...[@​swc-node/register](https://github.com/swc-node/register)[@​1](https://github.com/1).10.1 ### [`v1.10.0`](https://github.com/swc-project/swc-node/releases/tag/%40swc-node/register%401.10.0) [Compare Source](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) #### What's Changed - fix: fix ts extension detect regex, close [#​775](https://github.com/swc-project/swc-node/issues/775) [#​774](https://github.com/swc-project/swc-node/issues/774) [#​772](https://github.com/swc-project/swc-node/issues/772) by [@​yeliex](https://github.com/yeliex) in [https://github.com/swc-project/swc-node/pull/777](https://github.com/swc-project/swc-node/pull/777) - doc: update readme by [@​yeliex](https://github.com/yeliex) in [https://github.com/swc-project/swc-node/pull/778](https://github.com/swc-project/swc-node/pull/778) - fix(esm-resolver): only return early if the specifier is an unsupported file by [@​fargito](https://github.com/fargito) in [https://github.com/swc-project/swc-node/pull/789](https://github.com/swc-project/swc-node/pull/789) - fix(register): ts files extension resolve by [@​Brooooooklyn](https://github.com/Brooooooklyn) in [https://github.com/swc-project/swc-node/pull/793](https://github.com/swc-project/swc-node/pull/793) #### New Contributors - [@​fargito](https://github.com/fargito) made their first contribution in [https://github.com/swc-project/swc-node/pull/789](https://github.com/swc-project/swc-node/pull/789) **Full Changelog**: https://github.com/swc-project/swc-node/compare/[@​swc-node/register](https://github.com/swc-node/register)[@​1](https://github.com/1).9.1...[@​swc-node/register](https://github.com/swc-node/register)[@​1](https://github.com/1).10.0 </details> <details> <summary>expressjs/express (express)</summary> ### [`v4.20.0`](https://github.com/expressjs/express/blob/HEAD/History.md#4200--2024-09-10) [Compare Source](https://github.com/expressjs/express/compare/4.19.2...4.20.0) \========== - deps: [email protected] - Remove link renderization in html while redirecting - deps: [email protected] - Remove link renderization in html while redirecting - deps: [email protected] - add `depth` option to customize the depth level in the parser - IMPORTANT: The default `depth` level for parsing URL-encoded data is now `32` (previously was `Infinity`) - Remove link renderization in html while using `res.redirect` - deps: [email protected] - Adds support for named matching groups in the routes using a regex - Adds backtracking protection to parameters without regexes defined - deps: encodeurl@~2.0.0 - Removes encoding of `\`, `|`, and `^` to align better with URL spec - Deprecate passing `options.maxAge` and `options.expires` to `res.clearCookie` - Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie </details> <details> <summary>eugef/node-mocks-http (node-mocks-http)</summary> ### [`v1.16.0`](https://github.com/eugef/node-mocks-http/blob/HEAD/HISTORY.md#v-1160) [Compare Source](https://github.com/eugef/node-mocks-http/compare/v1.15.1...v1.16.0) - Add appendHeader to MockResponse [Issue #​306][306]. - Add Fetch API types as accepted mock parameters [Issue #​291][291]. [306]: https://github.com/eugef/node-mocks-http/pull/306 [291]: https://github.com/eugef/node-mocks-http/pull/291 ### [`v1.15.1`](https://github.com/eugef/node-mocks-http/blob/HEAD/HISTORY.md#v-1151) [Compare Source](https://github.com/eugef/node-mocks-http/compare/v1.15.0...v1.15.1) - Allowing [@​types/node](https://github.com/types/node) v22 [Issue #​305][305]. [305]: https://github.com/eugef/node-mocks-http/pull/305 ### [`v1.15.0`](https://github.com/eugef/node-mocks-http/blob/HEAD/HISTORY.md#v-1150) [Compare Source](https://github.com/eugef/node-mocks-http/compare/v1.14.1...v1.15.0) - Add to write() and end() support of TypedArray [Issue #​300][300]. - Fix: return empty string when send() was called with undefined [Issue #​298][298]. [300]: https://github.com/eugef/node-mocks-http/pull/300 [298]: https://github.com/eugef/node-mocks-http/pull/298 ### [`v1.14.1`](https://github.com/eugef/node-mocks-http/blob/HEAD/HISTORY.md#v-1141) [Compare Source](https://github.com/eugef/node-mocks-http/compare/15a2c6f4f09fe4bc731156e661f6d09a43e6eb93...v1.14.1) - Move express and node types to prod deps [Issue #​290][290]. [290]: https://github.com/eugef/node-mocks-http/pull/290 ### [`v1.14.0`](https://github.com/eugef/node-mocks-http/blob/HEAD/HISTORY.md#v-1140) [Compare Source](https://github.com/eugef/node-mocks-http/compare/v1.13.0...15a2c6f4f09fe4bc731156e661f6d09a43e6eb93) - Fix nodejs typing [Issue #​281][281]. - Add testing capability in TypeScript [Issue #​282][282]. [281]: https://github.com/eugef/node-mocks-http/pull/281 [282]: https://github.com/eugef/node-mocks-http/pull/282 </details> <details> <summary>eemeli/yaml (yaml)</summary> ### [`v2.5.1`](https://github.com/eemeli/yaml/releases/tag/v2.5.1) [Compare Source](https://github.com/eemeli/yaml/compare/v2.5.0...v2.5.1) - Include range in flow sequence pair maps ([#​573](https://github.com/eemeli/yaml/issues/573)) ### [`v2.5.0`](https://github.com/eemeli/yaml/releases/tag/v2.5.0) [Compare Source](https://github.com/eemeli/yaml/compare/v2.4.5...v2.5.0) - Add `--indent` option to CLI tool ([#​559](https://github.com/eemeli/yaml/issues/559), with thanks to [@​danielbayley](https://github.com/danielbayley)) - Require newline in all cases for props on block sequence ([#​557](https://github.com/eemeli/yaml/issues/557)) - Always reset indentation in lexer on `...` ([#​558](https://github.com/eemeli/yaml/issues/558)) - Ignore `minContentWidth` if greater than `lineWidth` ([#​562](https://github.com/eemeli/yaml/issues/562)) - Drop unused `Collection.maxFlowStringSingleLineLength` ([#​522](https://github.com/eemeli/yaml/issues/522), [#​421](https://github.com/eemeli/yaml/issues/421)) ### [`v2.4.5`](https://github.com/eemeli/yaml/releases/tag/v2.4.5) [Compare Source](https://github.com/eemeli/yaml/compare/v2.4.4...v2.4.5) - Improve tab handling ([#​553](https://github.com/eemeli/yaml/issues/553), yaml-test-suite tests [DK95](https://github.com/yaml/yaml-test-suite/blob/main/src/DK95.yaml) & [Y79Y](https://github.com/yaml/yaml-test-suite/blob/main/src/Y79Y.yaml)) ### [`v2.4.4`](https://github.com/eemeli/yaml/releases/tag/v2.4.4) [Compare Source](https://github.com/eemeli/yaml/compare/v2.4.3...v2.4.4) With special thanks to [@​RedCMD](https://github.com/RedCMD) for finding and reporting all of the following: - Allow comment after top-level block scalar with explicit indent indicator ([#​547](https://github.com/eemeli/yaml/issues/547)) - Allow tab as indent for line comments before nodes ([#​548](https://github.com/eemeli/yaml/issues/548)) - Do not allow tab before block collection ([#​549](https://github.com/eemeli/yaml/issues/549)) - In flow collections, allow `[]{}` immediately after `:` with plain key ([#​550](https://github.com/eemeli/yaml/issues/550)) - Require indentation for `?` explicit-key contents ([#​551](https://github.com/eemeli/yaml/issues/551)) - Require indentation from block scalar header & flow collections in mapping values ([#​553](https://github.com/eemeli/yaml/issues/553)) ### [`v2.4.3`](https://github.com/eemeli/yaml/releases/tag/v2.4.3) [Compare Source](https://github.com/eemeli/yaml/compare/v2.4.2...v2.4.3) - Improve error when parsing a non-string value ([#​459](https://github.com/eemeli/yaml/issues/459)) - Do not parse `-.NaN` or `+.nan` as NaN ([#​546](https://github.com/eemeli/yaml/issues/546)) - Support `#` within `%TAG` prefixes with trailing `#comments` - Check for non-node complex keys when stringifying with simpleKeys ([#​541](https://github.com/eemeli/yaml/issues/541)) ### [`v2.4.2`](https://github.com/eemeli/yaml/releases/tag/v2.4.2) [Compare Source](https://github.com/eemeli/yaml/compare/v2.4.1...v2.4.2) - Restrict YAML 1.1 boolean strings to their explicit capitalization ([#​530](https://github.com/eemeli/yaml/issues/530)) - Add sponsorship by [Scipress](https://www.scipress.io/) ([#​536](https://github.com/eemeli/yaml/issues/536)) ### [`v2.4.1`](https://github.com/eemeli/yaml/releases/tag/v2.4.1) [Compare Source](https://github.com/eemeli/yaml/compare/v2.4.0...v2.4.1) - cst: Do not drop trailing newline after line comment in block-map if followed by unindented block-seq value ([#​525](https://github.com/eemeli/yaml/issues/525)) - Stringify flow collection comments in parent ([#​528](https://github.com/eemeli/yaml/issues/528)) - Do not skip folding lines after the first in indented block scalars ([#​529](https://github.com/eemeli/yaml/issues/529)) ### [`v2.4.0`](https://github.com/eemeli/yaml/releases/tag/v2.4.0) [Compare Source](https://github.com/eemeli/yaml/compare/v2.3.4...v2.4.0) - Add a command-line tool ([#​523](https://github.com/eemeli/yaml/issues/523)) - Use the `lineWidth` option for line breaking in flow collections ([#​522](https://github.com/eemeli/yaml/issues/522)) ### [`v2.3.4`](https://github.com/eemeli/yaml/releases/tag/v2.3.4) [Compare Source](https://github.com/eemeli/yaml/compare/v2.3.3...v2.3.4) - Do not throw for carriage return in tag shorthand ([#​501](https://github.com/eemeli/yaml/issues/501)) ### [`v2.3.3`](https://github.com/eemeli/yaml/releases/tag/v2.3.3) [Compare Source](https://github.com/eemeli/yaml/compare/v2.3.2...v2.3.3) - Do not throw error on malformed URI escape in tag ([#​498](https://github.com/eemeli/yaml/issues/498)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC42NC4wIiwidXBkYXRlZEluVmVyIjoiMzguNzcuMyIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: tsang-bot[bot] <146107447+tsang-bot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #795