From 7da78d9483a850a425c05693caa33ed684afe73c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 18:08:19 +0000 Subject: [PATCH] fix(deps): update dependency arktype to v2.1.29 --- package.json | 2 +- pnpm-lock.yaml | 22 +++++++++++----------- scripts/sync-working-groups/package.json | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 7be587dc84..ca5a6bc7f6 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/nesting": "0.0.0-insiders.565cd3e", "@tailwindcss/typography": "^0.5.15", - "arktype": "2.1.28", + "arktype": "2.1.29", "autoprefixer": "^10.4.20", "calendar-link": "^2.10.0", "clsx": "^2.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 979c115e18..4319e3fee1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -84,8 +84,8 @@ importers: specifier: ^0.5.15 version: 0.5.19(tailwindcss@3.4.19(tsx@4.21.0)(yaml@2.8.1)) arktype: - specifier: 2.1.28 - version: 2.1.28 + specifier: 2.1.29 + version: 2.1.29 autoprefixer: specifier: ^10.4.20 version: 10.4.23(postcss@8.5.6) @@ -329,8 +329,8 @@ importers: scripts/sync-working-groups: dependencies: arktype: - specifier: 2.1.28 - version: 2.1.28 + specifier: 2.1.29 + version: 2.1.29 packages: @@ -2669,11 +2669,11 @@ packages: aria-query@5.3.0: resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==} - arkregex@0.0.4: - resolution: {integrity: sha512-biS/FkvSwQq59TZ453piUp8bxMui11pgOMV9WHAnli1F8o0ayNCZzUwQadL/bGIUic5TkS/QlPcyMuI8ZIwedQ==} + arkregex@0.0.5: + resolution: {integrity: sha512-ncYjBdLlh5/QnVsAA8De16Tc9EqmYM7y/WU9j+236KcyYNUXogpz3sC4ATIZYzzLxwI+0sEOaQLEmLmRleaEXw==} - arktype@2.1.28: - resolution: {integrity: sha512-LVZqXl2zWRpNFnbITrtFmqeqNkPPo+KemuzbGSY6jvJwCb4v8NsDzrWOLHnQgWl26TkJeWWcUNUeBpq2Mst1/Q==} + arktype@2.1.29: + resolution: {integrity: sha512-jyfKk4xIOzvYNayqnD8ZJQqOwcrTOUbIU4293yrzAjA3O1dWh61j71ArMQ6tS/u4pD7vabSPe7nG3RCyoXW6RQ==} array-buffer-byte-length@1.0.2: resolution: {integrity: sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==} @@ -9448,15 +9448,15 @@ snapshots: dependencies: dequal: 2.0.3 - arkregex@0.0.4: + arkregex@0.0.5: dependencies: '@ark/util': 0.56.0 - arktype@2.1.28: + arktype@2.1.29: dependencies: '@ark/schema': 0.56.0 '@ark/util': 0.56.0 - arkregex: 0.0.4 + arkregex: 0.0.5 array-buffer-byte-length@1.0.2: dependencies: diff --git a/scripts/sync-working-groups/package.json b/scripts/sync-working-groups/package.json index 7659901d21..f83ceaf49d 100644 --- a/scripts/sync-working-groups/package.json +++ b/scripts/sync-working-groups/package.json @@ -7,6 +7,6 @@ "start": "node ./sync-working-groups.ts" }, "dependencies": { - "arktype": "2.1.28" + "arktype": "2.1.29" } }