generated from stijnvanhulle/template
-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1489 from kubb-labs/fix/1486-error
fix: queryOptions with custom Error type
- Loading branch information
Showing
151 changed files
with
1,348 additions
and
771 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@kubb/plugin-svelte-query": patch | ||
"@kubb/plugin-react-query": patch | ||
"@kubb/plugin-solid-query": patch | ||
"@kubb/plugin-vue-query": patch | ||
--- | ||
|
||
queryOptions with custom Error type |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,11 +21,11 @@ | |
"serve": "vitepress serve" | ||
}, | ||
"dependencies": { | ||
"@shikijs/vitepress-twoslash": "^1.24.2", | ||
"@shikijs/vitepress-twoslash": "^1.26.1", | ||
"mermaid": "^11.4.1", | ||
"sitemap": "^8.0.0", | ||
"vitepress": "^1.5.0", | ||
"vitepress-plugin-group-icons": "^1.3.1", | ||
"vitepress-plugin-group-icons": "^1.3.2", | ||
"vue": "^3.5.13" | ||
}, | ||
"devDependencies": { | ||
|
@@ -44,14 +44,14 @@ | |
"@kubb/plugin-zod": "workspace:*", | ||
"@kubb/react": "workspace:*", | ||
"@mermaid-js/mermaid-cli": "^11.4.2", | ||
"@types/node": "^20.17.10", | ||
"@types/node": "^20.17.11", | ||
"@types/react": "catalog:", | ||
"cross-env": "^7.0.3", | ||
"react": "catalog:", | ||
"unplugin-kubb": "workspace:^", | ||
"vite": "^6.0.3" | ||
"vite": "^6.0.7" | ||
}, | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].2", | ||
"engines": { | ||
"node": ">=20", | ||
"pnpm": ">=8.15.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,16 +32,16 @@ | |
"@kubb/plugin-ts": "workspace:*", | ||
"@kubb/plugin-zod": "workspace:*", | ||
"@kubb/react": "workspace:*", | ||
"@tanstack/react-query": "^5.62.7", | ||
"@tanstack/solid-query": "^5.62.7", | ||
"@tanstack/svelte-query": "^5.62.7", | ||
"@tanstack/vue-query": "^5.62.7", | ||
"@tanstack/react-query": "^5.62.12", | ||
"@tanstack/solid-query": "^5.62.12", | ||
"@tanstack/svelte-query": "^5.62.12", | ||
"@tanstack/vue-query": "^5.62.12", | ||
"axios": "^1.7.9", | ||
"msw": "^2.6.9", | ||
"msw": "^2.7.0", | ||
"react": "catalog:", | ||
"solid-js": "^1.9.3", | ||
"svelte": "^3.59.2", | ||
"swr": "^2.2.5", | ||
"swr": "^2.3.0", | ||
"tsup": "catalog:", | ||
"vue": "^3.5.13", | ||
"zod": "^3.24.1" | ||
|
@@ -52,7 +52,7 @@ | |
"tsup": "catalog:", | ||
"typescript": "catalog:" | ||
}, | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].2", | ||
"engines": { | ||
"node": ">=20", | ||
"pnpm": ">=8.3.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,18 +38,18 @@ | |
"@kubb/plugin-ts": "workspace:*", | ||
"@kubb/plugin-zod": "workspace:*", | ||
"@kubb/react": "workspace:*", | ||
"@tanstack/query-core": "^5.62.7", | ||
"@tanstack/react-query": "^5.62.7", | ||
"@tanstack/solid-query": "^5.62.7", | ||
"@tanstack/svelte-query": "^5.62.7", | ||
"@tanstack/vue-query": "^5.62.7", | ||
"@types/react": "^19.0.1", | ||
"@tanstack/query-core": "^5.62.12", | ||
"@tanstack/react-query": "^5.62.12", | ||
"@tanstack/solid-query": "^5.62.12", | ||
"@tanstack/svelte-query": "^5.62.12", | ||
"@tanstack/vue-query": "^5.62.12", | ||
"@types/react": "^19.0.2", | ||
"axios": "^1.7.9", | ||
"msw": "^2.6.9", | ||
"msw": "^2.7.0", | ||
"react": "^19.0.0", | ||
"solid-js": "^1.9.3", | ||
"svelte": "^3.59.2", | ||
"swr": "^2.2.5", | ||
"swr": "^2.3.0", | ||
"vue": "^3.5.13", | ||
"zod": "^3.24.1" | ||
}, | ||
|
@@ -58,7 +58,7 @@ | |
"tsup": "^8.3.5", | ||
"typescript": "^5.7.2" | ||
}, | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].2", | ||
"engines": { | ||
"node": ">=20", | ||
"pnpm": ">=8.15.0" | ||
|
4 changes: 2 additions & 2 deletions
4
examples/advanced/src/gen/clients/hooks/petController/useAddPet.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
examples/advanced/src/gen/clients/hooks/petController/useDeletePet.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.