Skip to content

Commit b5fce36

Browse files
committed
Merge branch 'main' of https://github.com/hey-api/openapi-ts into feat/msw-plugin
2 parents 7594425 + 5e1eaea commit b5fce36

695 files changed

Lines changed: 6662 additions & 8465 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/fix-client-axios-ts2578.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/khaki-kiwis-travel-2.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/khaki-kiwis-travel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nine-kiwis-call-3.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sour-numbers-divide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/.vitepress/config/en.ts

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ export default defineConfig({
113113
},
114114
{
115115
link: '/openapi-ts/clients/effect',
116-
text: 'Effect <span data-soon>soon</span>',
116+
text: 'Effect <span data-badge>vote</span>',
117117
},
118118
{
119119
link: '/openapi-ts/clients/got',
120-
text: 'Got <span data-soon>soon</span>',
120+
text: 'Got <span data-badge>vote</span>',
121121
},
122122
],
123123
link: '/openapi-ts/clients',
@@ -136,27 +136,27 @@ export default defineConfig({
136136
},
137137
{
138138
link: '/openapi-ts/plugins/ajv',
139-
text: 'Ajv <span data-soon>soon</span>',
139+
text: 'Ajv <span data-badge>vote</span>',
140140
},
141141
{
142142
link: '/openapi-ts/plugins/arktype',
143-
text: 'Arktype <span data-soon>soon</span>',
143+
text: 'Arktype <span data-badge>vote</span>',
144144
},
145145
{
146146
link: '/openapi-ts/plugins/joi',
147-
text: 'Joi <span data-soon>soon</span>',
147+
text: 'Joi <span data-badge>vote</span>',
148148
},
149149
{
150150
link: '/openapi-ts/plugins/superstruct',
151-
text: 'Superstruct <span data-soon>soon</span>',
151+
text: 'Superstruct <span data-badge>vote</span>',
152152
},
153153
{
154154
link: '/openapi-ts/plugins/typebox',
155-
text: 'TypeBox <span data-soon>soon</span>',
155+
text: 'TypeBox <span data-badge>vote</span>',
156156
},
157157
{
158158
link: '/openapi-ts/plugins/yup',
159-
text: 'Yup <span data-soon>soon</span>',
159+
text: 'Yup <span data-badge>vote</span>',
160160
},
161161
],
162162
link: '/openapi-ts/validators',
@@ -175,11 +175,11 @@ export default defineConfig({
175175
},
176176
{
177177
link: '/openapi-ts/plugins/swr',
178-
text: 'SWR <span data-soon>soon</span>',
178+
text: 'SWR <span data-badge>vote</span>',
179179
},
180180
{
181181
link: '/openapi-ts/plugins/zustand',
182-
text: 'Zustand <span data-soon>soon</span>',
182+
text: 'Zustand <span data-badge>vote</span>',
183183
},
184184
],
185185
link: '/openapi-ts/state-management',
@@ -194,23 +194,23 @@ export default defineConfig({
194194
},
195195
{
196196
link: '/openapi-ts/plugins/chance',
197-
text: 'Chance <span data-soon>soon</span>',
197+
text: 'Chance <span data-badge>vote</span>',
198198
},
199199
{
200200
link: '/openapi-ts/plugins/faker',
201-
text: 'Faker <span data-soon>soon</span>',
201+
text: 'Faker <span data-badge>vote</span>',
202202
},
203203
{
204204
link: '/openapi-ts/plugins/falso',
205-
text: 'Falso <span data-soon>soon</span>',
205+
text: 'Falso <span data-badge>vote</span>',
206206
},
207207
{
208208
link: '/openapi-ts/plugins/nock',
209-
text: 'Nock <span data-soon>soon</span>',
209+
text: 'Nock <span data-badge>vote</span>',
210210
},
211211
{
212212
link: '/openapi-ts/plugins/supertest',
213-
text: 'Supertest <span data-soon>soon</span>',
213+
text: 'Supertest <span data-badge>vote</span>',
214214
},
215215
],
216216
link: '/openapi-ts/mocks',
@@ -237,23 +237,23 @@ export default defineConfig({
237237
},
238238
{
239239
link: '/openapi-ts/plugins/adonis',
240-
text: 'Adonis <span data-soon>soon</span>',
240+
text: 'Adonis <span data-badge>vote</span>',
241241
},
242242
{
243243
link: '/openapi-ts/plugins/elysia',
244-
text: 'Elysia <span data-soon>soon</span>',
244+
text: 'Elysia <span data-badge>vote</span>',
245245
},
246246
{
247247
link: '/openapi-ts/plugins/express',
248-
text: 'Express <span data-soon>soon</span>',
248+
text: 'Express <span data-badge>vote</span>',
249249
},
250250
{
251251
link: '/openapi-ts/plugins/hono',
252-
text: 'Hono <span data-soon>soon</span>',
252+
text: 'Hono <span data-badge>vote</span>',
253253
},
254254
{
255255
link: '/openapi-ts/plugins/koa',
256-
text: 'Koa <span data-soon>soon</span>',
256+
text: 'Koa <span data-badge>vote</span>',
257257
},
258258
],
259259
link: '/openapi-ts/web-frameworks',

docs/.vitepress/theme/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ html.mac {
5252
--vs-width: auto;
5353
}
5454

55-
[data-soon] {
55+
[data-badge] {
5656
background-color: var(--vp-button-brand-bg);
5757
border-radius: 1em;
5858
color: var(--vp-button-brand-text);

docs/openapi-ts/clients.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Hey API natively supports the following clients.
3232
- [Next.js](/openapi-ts/clients/next-js)
3333
- [Nuxt](/openapi-ts/clients/nuxt)
3434
- [OFetch](/openapi-ts/clients/ofetch)
35-
- [Effect](/openapi-ts/clients/effect) <span data-soon>Soon</span>
36-
- [Got](/openapi-ts/clients/got) <span data-soon>Soon</span>
35+
- [Effect](/openapi-ts/clients/effect) <span data-badge>vote</span>
36+
- [Got](/openapi-ts/clients/got) <span data-badge>vote</span>
3737

3838
Don't see your client? [Build your own](/openapi-ts/clients/custom) or let us know your interest by [opening an issue](https://github.com/hey-api/openapi-ts/issues).
3939

docs/openapi-ts/clients/effect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Effect client for Hey API. Compatible with all our features.
77
import FeatureStatus from '@components/FeatureStatus.vue';
88
</script>
99

10-
# Effect <span data-soon>soon</span>
10+
# Effect <span data-badge>vote</span>
1111

1212
<FeatureStatus issueNumber=2082 name="Effect" />
1313

docs/openapi-ts/clients/got.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Got client for Hey API. Compatible with all our features.
77
import FeatureStatus from '@components/FeatureStatus.vue';
88
</script>
99

10-
# Got <span data-soon>soon</span>
10+
# Got <span data-badge>vote</span>
1111

1212
<FeatureStatus issueNumber=586 name="Got" />
1313

0 commit comments

Comments
 (0)