generated from stijnvanhulle/template
-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Allow to use unknown instead of any (#795)
* feat: Allow to use unknown instead of any * chore: linting * chore: update snaps * chore: fix ts
- Loading branch information
1 parent
ea680fb
commit 457ee7f
Showing
37 changed files
with
961 additions
and
105 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@kubb/swagger-faker": minor | ||
"@kubb/swagger-zod": minor | ||
"@kubb/swagger-ts": minor | ||
--- | ||
|
||
Allow to use unknown instead of any |
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
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
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
"@kubb/swagger-client": "workspace:*", | ||
"@kubb/swagger-tanstack-query": "workspace:*", | ||
"@kubb/swagger-ts": "workspace:*", | ||
"@tanstack/react-query": "^5.17.15", | ||
"@tanstack/react-query": "^5.17.19", | ||
"@tanstack/react-query-devtools": "5.0.0", | ||
"axios": "^1.6.5", | ||
"react": "^18.2.0", | ||
|
@@ -40,10 +40,10 @@ | |
"@types/react": "^18.2.48", | ||
"@types/react-dom": "^18.2.18", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"unplugin-kubb": "workspace:*", | ||
"msw": "^1.3.2", | ||
"typescript": "~5.2.2", | ||
"vite": "^4.5.1" | ||
"unplugin-kubb": "workspace:*", | ||
"vite": "^4.5.2" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
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 |
---|---|---|
|
@@ -41,7 +41,7 @@ | |
"@vitejs/plugin-react": "^4.2.1", | ||
"msw": "^1.3.2", | ||
"typescript": "~5.2.2", | ||
"vite": "^4.5.1" | ||
"vite": "^4.5.2" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
"@kubb/swagger-tanstack-query": "workspace:*", | ||
"@kubb/swagger-ts": "workspace:*", | ||
"@kubb/swagger-zod": "workspace:*", | ||
"@tanstack/vue-query": "^5.17.15", | ||
"@tanstack/vue-query": "^5.17.19", | ||
"axios": "^1.6.5", | ||
"vue": "^3.4.15" | ||
}, | ||
|
@@ -38,7 +38,7 @@ | |
"msw": "^1.3.2", | ||
"tsup": "^8.0.1", | ||
"typescript": "~5.2.2", | ||
"vite": "^4.5.1" | ||
"vite": "^4.5.2" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
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,7 +38,7 @@ | |
"msw": "^1.3.2", | ||
"tsup": "^8.0.1", | ||
"typescript": "~5.2.2", | ||
"vite": "^4.5.1" | ||
"vite": "^4.5.2" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
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
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.
457ee7f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
kubb – ./
kubb-git-main-kubb.vercel.app
kubb-kubb.vercel.app
www.kubb.dev
kubb.dev