Skip to content

Commit a2e98bc

Browse files
Merge branch 'main' into other-codemod-fixes
2 parents 9be3593 + c3860df commit a2e98bc

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

packages/i18n/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ All notable changes to the library will be documented in this file.
1313

1414
## v0.17.0 (July 26, 2024)
1515

16-
- Add Indonesia (id) translations (pull request #683)
16+
- Add Indonesian (id) translations (pull request #683)
1717

1818
## v0.16.0 (June 19, 2024)
1919

packages/i18n/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The official i18n translations for Valibot. See the [internationalization guide]
1717
| French (fr) | [#418][pr-418-url] ||
1818
| German (de) | [#397][pr-397-url] ||
1919
| Hungarian (hu) | [#560][pr-560-url] ||
20-
| Indonesia (id) | [#683][pr-683-url] ||
20+
| Indonesian (id) | [#683][pr-683-url] ||
2121
| Italian (it) | [#605][pr-605-url] ||
2222
| Japanese (ja) | [#431][pr-431-url] ||
2323
| Korean (kr) | [#429][pr-429-url] ||

website/src/components/Credits.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,13 @@ export const Credits = component$(() => {
8888
<ul class="mt-4 flex flex-wrap gap-2 md:mt-5 lg:mt-6 lg:gap-3">
8989
{[
9090
'antfu',
91-
'Thanaen',
91+
'saturnonearth',
9292
'ruiaraujo012',
9393
'hyunbinseo',
94-
'F0rce',
95-
'UniquePixels',
9694
'nickytonline',
9795
'KubaJastrz',
9896
'andrewmd5',
97+
'Thanaen',
9998
'caegdeveloper',
10099
'dslatkin',
101100
].map((sponsor) => (

website/src/routes/api/(actions)/flavor/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const Action = v.flavor<TInput, TName>(name);
3232

3333
`flavor` is a less strict version of <Link href='../brand/'>`brand`</Link> that allows you to flavor the output type of a schema with a `name`. Data is considered valid if it's type is unflavored or has been validated by a schema that has the same flavor.
3434

35-
> `falvor` can also be used as a TypeScript DX hack to improve the editor's autocompletion by displaying only literal types, but still allowing the unflavored root type to be passed.
35+
> `flavor` can also be used as a TypeScript DX hack to improve the editor's autocompletion by displaying only literal types, but still allowing the unflavored root type to be passed.
3636
3737
## Returns
3838

website/src/routes/api/(types)/DeepPickN/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ contributors:
99

1010
Deeply picks N specific keys.
1111

12-
> This type is too complex to display. Please refer to the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/types/utils.ts).
12+
> This type is too complex to display. Please refer to the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/actions/partialCheck/types.ts).

website/src/routes/guides/(get-started)/ecosystem/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ This page is for you if you are looking for frameworks or libraries that support
8181
- [Hono OpenAPI](https://github.com/rhinobase/hono-openapi): A plugin for Hono to generate OpenAPI Swagger documentation
8282
- [TypeMap](https://github.com/sinclairzx81/typemap/): Uniform Syntax, Mapping and Compiler Library for TypeBox, Valibot and Zod
8383
- [TypeSchema](https://typeschema.com/): Universal adapter for schema validation
84+
- [Valibot-Fast-Check](https://github.com/Eronmmer/valibot-fast-check): A library to generate [fast-check](https://fast-check.dev) arbitraries from Valibot schemas for property-based testing
8485

8586
## X to Valibot
8687

0 commit comments

Comments
 (0)