fix(deps): update dependency arktype to v2.0.2 #1589
                
     Closed
            
            
          
  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.
  
    
  
    
This PR contains the following updates:
2.0.0-dev.12-cjs->2.0.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
arktypeio/arktype (arktype)
v2.0.2Compare Source
v2.0.1Compare Source
v2.0.0Compare Source
Add
.toJsonSchematoTypeConvert a Type instance to an equivalent JSON Schema. Will throw a ParseError if the Type contains constraints not supported by JSON Schema or morphs.
{ "type": "object", "properties": { "name": { "type": "string" }, "age": { "type": "number" } }, "required": ["name"] }.readonly()chainable on object and array typesYou can now chain
.readonly()as follows:There were also a few breaking changes- previous root keywords
uppercase,lowercase,alphanumeric,alphaanddigitswere moved to thestringsubmodule, and should now be accessed asstring.alias.There will be more aliases moving to their respective subtypes in the next release, after which point aliases will be stable for 2.0 🎉
v2.0.0-rc.33Compare Source
v2.0.0-rc.32Compare Source
v2.0.0-rc.31Compare Source
v2.0.0-rc.30Compare Source
v2.0.0-rc.29Compare Source
v2.0.0-rc.28Compare Source
v2.0.0-rc.27Compare Source
v2.0.0-rc.26Compare Source
v2.0.0-rc.25Compare Source
v2.0.0-rc.24Compare Source
v2.0.0-rc.23Compare Source
v2.0.0-rc.22Compare Source
v2.0.0-rc.21Compare Source
v2.0.0-rc.18Compare Source
v2.0.0-rc.17Compare Source
v2.0.0-rc.16Compare Source
v2.0.0-rc.15Compare Source
v2.0.0-rc.14Compare Source
v2.0.0-rc.13Compare Source
v2.0.0-rc.12Compare Source
v2.0.0-rc.11Compare Source
v2.0.0-rc.10Compare Source
v2.0.0-rc.9Compare Source
v2.0.0-rc.8Compare Source
v2.0.0-rc.7Compare Source
v2.0.0-rc.6Compare Source
v2.0.0-rc.5Compare Source
v2.0.0-rc.4Compare Source
v2.0.0-rc.3Compare Source
v2.0.0-rc.2Compare Source
v2.0.0-rc.1Compare Source
v2.0.0-rc.0Compare Source
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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.