Commit 43ef944
authored
chore(deps): update dependency arktype to v2.1.29 (#2266)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [arktype](https://redirect.github.com/arktypeio/arktype)
([source](https://redirect.github.com/arktypeio/arktype/tree/HEAD/ark/type))
| [`2.1.28` ->
`2.1.29`](https://renovatebot.com/diffs/npm/arktype/2.1.28/2.1.29) |

|

|
---
### Release Notes
<details>
<summary>arktypeio/arktype (arktype)</summary>
###
[`v2.1.29`](https://redirect.github.com/arktypeio/arktype/blob/HEAD/ark/type/CHANGELOG.md#2129)
[Compare
Source](https://redirect.github.com/arktypeio/arktype/compare/arktype@2.1.28...arktype@2.1.29)
##### Improve regex inference for certain numeric expressions
```ts
// was: Regex<`${bigint}${bigint}`>
// now: Regex<`${number}`>
regex("^\\d{2}$")
```
See arkregex CHANGELOG for full notes.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekend" (UTC), 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/graphql/graphql.github.io).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMiIsInRhcmdldEJyYW5jaCI6InNvdXJjZSIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 5ea9b6b commit 43ef944
1 file changed
+8
-8
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments