diff --git a/packages/valibot/package.json b/packages/valibot/package.json index ecbef21b6..4fdaf21a9 100644 --- a/packages/valibot/package.json +++ b/packages/valibot/package.json @@ -46,11 +46,11 @@ "type:check": "tsc -b" }, "peerDependencies": { - "valibot": ">=1.0.0" + "valibot": ">=1.5.0" }, "dependencies": { "@orpc/json-schema": "workspace:*", - "@valibot/to-json-schema": "^1.5.0" + "@valibot/to-json-schema": "^1.8.0" }, "devDependencies": { "valibot": "^1.5.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 20657477b..34505d75e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1046,8 +1046,8 @@ importers: specifier: workspace:* version: link:../json-schema '@valibot/to-json-schema': - specifier: ^1.5.0 - version: 1.7.1(valibot@1.5.0(typescript@6.0.3)) + specifier: ^1.8.0 + version: 1.8.0(valibot@1.5.0(typescript@6.0.3)) devDependencies: valibot: specifier: ^1.5.0 @@ -6173,10 +6173,10 @@ packages: '@upstash/redis@1.38.3': resolution: {integrity: sha512-vtS0BonQHU6kDSWvHTISh+LOuLIEk+jeMXebv20CDJ/aHGOG085SGa8OpI+I+Ow8WgPFhqH23XG8kQ2LXXRnag==} - '@valibot/to-json-schema@1.7.1': - resolution: {integrity: sha512-3qkmU6KXWh8GIThEAW3kuRHPQBMjWkKy+Ppz3WkUucx53DTpOa6siMn4xDGSOhlVyMrDaJTCTMLYPZVAIk1P0A==} + '@valibot/to-json-schema@1.8.0': + resolution: {integrity: sha512-a0M+uwCuQZEPAo65NYkFSJ14O5c213KoSZmPdoCfuFvUhfULi4T2Z6Tpjv6lTVMW9RoLm74RpRAjNEa43KcN+g==} peerDependencies: - valibot: ^1.4.0 + valibot: ^1.5.0 '@vercel/analytics@1.6.1': resolution: {integrity: sha512-oH9He/bEM+6oKlv3chWuOOcp8Y6fo6/PSro8hEkgCW3pu9/OiCXiUpRUogDh3Fs3LH2sosDrx8CxeOLBEE+afg==} @@ -18017,7 +18017,7 @@ snapshots: dependencies: uncrypto: 0.1.3 - '@valibot/to-json-schema@1.7.1(valibot@1.5.0(typescript@6.0.3))': + '@valibot/to-json-schema@1.8.0(valibot@1.5.0(typescript@6.0.3))': dependencies: valibot: 1.5.0(typescript@6.0.3) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 6dc2bbfe5..0186dbf92 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -40,21 +40,4 @@ allowBuilds: # Entries go inert once the version ages past it, so prune them on the next bump # instead of letting versions accumulate. minimumReleaseAgeExclude: - - '@standard-server/core@0.9.0' - - '@standard-server/fetch@0.9.0' - - '@standard-server/node@0.9.0' - - '@standard-server/peer@0.9.0' - - '@standard-server/shared@0.9.0' - - '@standard-server/aws-lambda@0.9.0' - - '@standard-server/fastify@0.9.0' - - '@openapi-spec/downgrader@0.1.0' - - '@openapi-spec/types@0.1.0' - - '@cloudflare/workerd-darwin-64@1.20260907.1' - - '@cloudflare/workerd-darwin-arm64@1.20260907.1' - - '@cloudflare/workerd-linux-64@1.20260907.1' - - '@cloudflare/workerd-linux-arm64@1.20260907.1' - - '@cloudflare/workerd-windows-64@1.20260907.1' - - miniflare@5.20260907.0-alpha - - workerd@1.20260907.1 - - wrangler@4.129.1 - - '@cloudflare/vite-plugin@1.54.5' + - '@valibot/to-json-schema@1.8.0'