Skip to content

Commit e3e877c

Browse files
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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/arktype/2.1.29?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/arktype/2.1.28/2.1.29?slim=true) | --- ### 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

3 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@tailwindcss/container-queries": "^0.1.1",
4444
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
4545
"@tailwindcss/typography": "^0.5.15",
46-
"arktype": "2.1.28",
46+
"arktype": "2.1.29",
4747
"autoprefixer": "^10.4.20",
4848
"calendar-link": "^2.10.0",
4949
"clsx": "^2.1.1",

pnpm-lock.yaml

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/sync-working-groups/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"start": "node ./sync-working-groups.ts"
88
},
99
"dependencies": {
10-
"arktype": "2.1.28"
10+
"arktype": "2.1.29"
1111
}
1212
}

0 commit comments

Comments
 (0)