fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #3651 from hey-api/renovate/valibot-1.x

chore(deps): update dependency valibot to v1.3.1

authored by

Lubos and committed by
GitHub
09ef0feb fcc152b4

+15 -3
+1 -1
dev/package.json
··· 26 26 "swr": "2.4.1", 27 27 "tsx": "4.21.0", 28 28 "typescript": "5.9.3", 29 - "valibot": "1.2.0", 29 + "valibot": "1.3.1", 30 30 "vue": "3.5.25", 31 31 "zod": "4.3.6" 32 32 },
+14 -2
pnpm-lock.yaml
··· 158 158 specifier: 5.9.3 159 159 version: 5.9.3 160 160 valibot: 161 - specifier: 1.2.0 162 - version: 1.2.0(typescript@5.9.3) 161 + specifier: 1.3.1 162 + version: 1.3.1(typescript@5.9.3) 163 163 vue: 164 164 specifier: 3.5.25 165 165 version: 3.5.25(typescript@5.9.3) ··· 15212 15212 15213 15213 valibot@1.2.0: 15214 15214 resolution: {integrity: sha512-mm1rxUsmOxzrwnX5arGS+U4T25RdvpPjPN4yR0u9pUBov9+zGVtO84tif1eY4r6zWxVxu3KzIyknJy3rxfRZZg==} 15215 + peerDependencies: 15216 + typescript: '>=5' 15217 + peerDependenciesMeta: 15218 + typescript: 15219 + optional: true 15220 + 15221 + valibot@1.3.1: 15222 + resolution: {integrity: sha512-sfdRir/QFM0JaF22hqTroPc5xy4DimuGQVKFrzF1YfGwaS1nJot3Y8VqMdLO2Lg27fMzat2yD3pY5PbAYO39Gg==} 15215 15223 peerDependencies: 15216 15224 typescript: '>=5' 15217 15225 peerDependenciesMeta: ··· 32996 33004 optional: true 32997 33005 32998 33006 valibot@1.2.0(typescript@5.9.3): 33007 + optionalDependencies: 33008 + typescript: 5.9.3 33009 + 33010 + valibot@1.3.1(typescript@5.9.3): 32999 33011 optionalDependencies: 33000 33012 typescript: 5.9.3 33001 33013