feat: bring back leading |
Some checks failed
CI / fmt (push) Has been cancelled
CI / typecheck (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
Erica Marigold 2024-12-17 15:49:00 +00:00
parent 3f181c19bd
commit 3f77d74038
Signed by: DevComp
GPG key ID: 429EF1C337871656
2 changed files with 2 additions and 2 deletions

View file

@ -145,7 +145,7 @@ export type SemverErrorKind = ParseError | {}
* `InvalidPrereleaseOrdinalType`: When prerelease ordinal is not a number
]=]
export type ParseError =
{ id: "MandatoryComponentMissing", components: { string } }
| { id: "MandatoryComponentMissing", components: { string } }
| {
id: "InvalidComponentType",
component: "major" | "minor" | "patch",

View file

@ -1,4 +1,4 @@
[tools]
lune = "lune-org/lune@0.8.9"
stylua = "JohnnyMorganz/StyLua@2.0.1"
stylua = "JohnnyMorganz/StyLua@2.0.2"
luau-lsp = "JohnnyMorganz/luau-lsp@1.35.0"