-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency arktype to v2.1.16 #64
Open
renovate
wants to merge
1
commit into
deps
Choose a base branch
from
renovate/arktype-2.x
base: deps
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
56c259e
to
b13c059
Compare
commit: |
9aa317f
to
db942c6
Compare
2eb9b7d
to
8f9dc3e
Compare
9faae02
to
53c6eee
Compare
f3e5601
to
066c94f
Compare
c504344
to
28c5f2d
Compare
28c5f2d
to
99777ed
Compare
037cfc3
to
74fca0d
Compare
b24a59c
to
cbbdf07
Compare
5d9ff70
to
ccab740
Compare
ccab740
to
9221d9b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.1.9
->2.1.16
Release Notes
arktypeio/arktype (arktype)
v2.1.16
Compare Source
Fixed an issue causing non-serializable error config to lead to incorrect error messages in some JIT-mode cases:
Added a workaround for environments where global prototypes like
FormData
have degenerate resolutions like{}
(currently the case in@types/bun
, see https://github.com/oven-sh/bun/issues/18689)v2.1.15
Compare Source
.configure({}, selector)
fixesWith the much more powerful
.configure
+ selector API now available, the internal.withMeta
method was removed as it can be trivially achieved via a self-selector:v2.1.14
Compare Source
improve .expression for regex constraints
v2.1.13
Compare Source
Add standalone functions for n-ary operators
v2.1.12
Compare Source
exactOptionalPropertyTypes
By default, ArkType validates optional keys as if TypeScript's
exactOptionalPropertyTypes
is set totrue
.This approach allows the most granular control over optionality, as
| undefined
can be added to properties that should accept it.However, if you have not enabled TypeScript's
exactOptionalPropertyTypes
setting, you may globally configure ArkType'sexactOptionalPropertyTypes
tofalse
to match TypeScript's behavior. If you do this, we'd recommend making a plan to enableexactOptionalPropertyTypes
in the future.WARNING: exactOptionalPropertyTypes does not yet affect default values!
Support for this is tracked as part of this broader configurable defaultability issue.
v2.1.11
Compare Source
select
method directly onType
(previously was only available on.internal
)v2.1.10
Compare Source
Added a new
select
method for introspecting references of a node:NOTE:
@ark/schema
's API is not semver stable, so this API may change slightly over time (though we will try to ensure it doesn't).These selectors can also be used to select references for configuration:
ArkErrors
are now JSON stringifiable and have two new props:flatByPath
andflatProblemsByPath
.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 this update again.
This PR was generated by Mend Renovate. View the repository job log.