fix(deps): update dependency arktype to v2.0.4 #1596
                
     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.4Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
arktypeio/arktype (arktype)
v2.0.4Compare Source
"arktype"entry point is imported:config.tsmain.tsPrevious versions of the docs mistakenly suggested this was possible in a single file. This is not the case in ESM due to hoisting. See the updated global configuration docs here.
ParseErrorwhen attempting to constraint a morphPreviously, attempting to directly constrain a transformed type was not a type error but gave a confusing error at runtime:
We've added a type error and improved the runtime error:
v2.0.3Compare Source
Fix an issue causing some unions with
onUndeclaredKey: "reject"to reject valid data (#1266)Fix an issue where Types containing arrays were incorrectly treated as including morphs, leading to some unnecessary validation overhead (#1268)
Fix an issue causing objects containing functions like
() => neverthat are subtypes ofInferredMorphto be incorrectly treated as morphs (#1264)Fail early with a
ParseErrorifinstanceOfoperand is not actually a function at runtime (#1262)v2.0.2Compare Source
numberAllowsNan,dateAllowsInvalidandonUndeclaredKey) could be specified at a scope-level, leading to unintuitive cache results (#1255)v2.0.1Compare Source
@ark/utilversion specifierv2.0.0Compare Source
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.