Commit e3e877c
authored
fix(deps): update dependency arktype to v2.1.29 (#2286)
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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6InNvdXJjZSIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 3c81e98 commit e3e877c
File tree
3 files changed
+13
-13
lines changed- scripts/sync-working-groups
3 files changed
+13
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
0 commit comments