AlaSQL / alasql-sqllogictest

sqllogictest for AlaSQL
MIT License
1 stars 1 forks source link

Update dependency ts-pegjs to v3 - autoclosed #31

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ts-pegjs ^2.1.0 -> ^3.0.0 age adoption passing confidence

Release Notes

metadevpro/ts-pegjs ### [`v3.1.0`](https://togithub.com/metadevpro/ts-pegjs/blob/HEAD/Changelog.md#Version-310) [Compare Source](https://togithub.com/metadevpro/ts-pegjs/compare/v3.0.0...16fc0cd4de0b7b3af77bc6a263f27a67854ede31) - Added [PR #​91](https://togithub.com/metadevpro/ts-pegjs/pull/91) Convert new peggy --dependencies or --dependency into TypeScript imports. Thanks to [@​M00TSDNS](https://togithub.com/M00TSDNS) ### [`v3.0.0`](https://togithub.com/metadevpro/ts-pegjs/blob/HEAD/Changelog.md#Version-300) [Compare Source](https://togithub.com/metadevpro/ts-pegjs/compare/8a332da1c7c6d84d9ef66d31bd64ae750ba9cbc4...v3.0.0) **Breaking changes!** - *Breaking change:* Default for errorName changes from `SyntaxError` to `PeggySyntaxError` from [#​86](https://togithub.com/metadevpro/ts-pegjs/pull/86). Reason: better aligment with Peggy. Allow users to override `SyntaxError` native type. - *Breaking change:* Exported Interfaces now does not have the `I` prefix from [#​75](https://togithub.com/metadevpro/ts-pegjs/issues/75). Reason: follow TypeScript conventions for interfaces with no prefix. |**Interface**|**Renamed to**| |---|---| |`IParseOptions`|`ParseOptions`| |`ICached`|`Cached`| |`ITraceEvent`|`TraceEvent`| |`IEndExpectation`|`EndExpectation`| |`IOtherExpectation`|`OtherExpectation`| |`IAnyExpectation`|`AnyExpectation`| |`IClassExpectation`|`ClassExpectation`| |`IClassParts`|`ClassParts`| |`ILiteralExpectation`|`LiteralExpectation`| |`IFileRange`|`FileRange`| |`IFilePosition`|`FilePosition`|

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.