AlaSQL / alasql-sqllogictest

sqllogictest for AlaSQL
MIT License
1 stars 1 forks source link

Update dependency ts-pegjs to v4 #32

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

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

Release Notes

metadevpro/ts-pegjs (ts-pegjs) ### [`v4.2.1`](https://togithub.com/metadevpro/ts-pegjs/blob/HEAD/Changelog.md#Version-421) [Compare Source](https://togithub.com/metadevpro/ts-pegjs/compare/59db29b6fff2fc63b9a693f86d2b9a79587169ce...89c1af5da52f31756e842b76ed2e27f3ff113cd1) - Added [#​113](https://togithub.com/metadevpro/ts-pegjs/pull/113) Added missing type exports for: `TsPegjsParserBuildOptions` and `TsPegjsOptions` by [@​ppodds](https://togithub.com/ppodds) ### [`v4.2.0`](https://togithub.com/metadevpro/ts-pegjs/blob/HEAD/Changelog.md#Version-420) [Compare Source](https://togithub.com/metadevpro/ts-pegjs/compare/fb76fa08979af650780cfbc234ffdb67c00ea894...59db29b6fff2fc63b9a693f86d2b9a79587169ce) - Added [#​111](https://togithub.com/metadevpro/ts-pegjs/pull/112) Emit all type aliases as default by [@​ppodds](https://togithub.com/ppodds) ### [`v4.1.1`](https://togithub.com/metadevpro/ts-pegjs/blob/HEAD/Changelog.md#Version-411) [Compare Source](https://togithub.com/metadevpro/ts-pegjs/compare/55f26aaa3016d60606bbb0899d09862b61aa5cba...fb76fa08979af650780cfbc234ffdb67c00ea894) - Fix [#​109](https://togithub.com/metadevpro/ts-pegjs/pull/109) Add shebang to bash scripts in vite by [@​siefkenj](https://togithub.com/siefkenj) ### [`v4.1.0`](https://togithub.com/metadevpro/ts-pegjs/blob/HEAD/Changelog.md#Version-410) [Compare Source](https://togithub.com/metadevpro/ts-pegjs/compare/53e09b64ff51efa1b8b018b47185d04efba482c0...55f26aaa3016d60606bbb0899d09862b61aa5cba) - Fix [#​103](https://togithub.com/metadevpro/ts-pegjs/pull/103) Fix exception handler export: `PeggySyntaxError` & `DefaultTracer` - Fix [#​104](https://togithub.com/metadevpro/ts-pegjs/pull/104) Rename grammarSource->source - Feature [#​105](https://togithub.com/metadevpro/ts-pegjs/pull/105) Add ability to specify `--dependency` style deps by [@​siefkenj](https://togithub.com/siefkenj) - Upgrade to `rimraf` 5.0 adding `--glob` ### [`v4.0.0`](https://togithub.com/metadevpro/ts-pegjs/blob/HEAD/Changelog.md#Version-400) [Compare Source](https://togithub.com/metadevpro/ts-pegjs/compare/16fc0cd4de0b7b3af77bc6a263f27a67854ede31...53e09b64ff51efa1b8b018b47185d04efba482c0) - [#​97](https://togithub.com/metadevpro/ts-pegjs/pull/97) Ported project to TS. Thansk to [@​siefkenj](https://togithub.com/siefkenj) - [#​98](https://togithub.com/metadevpro/ts-pegjs/pull/98) Use os `ts-morph` to infer the type for the rules. Thansk to [@​siefkenj](https://togithub.com/siefkenj) ### [`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 was generated by Mend Renovate. View the repository job log.