-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump skuba from 6.2.0 to 7.4.1 (#83)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: samchungy <[email protected]>
- Loading branch information
1 parent
ecea49e
commit cc29621
Showing
14 changed files
with
7,587 additions
and
7,892 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 |
---|---|---|
|
@@ -12,7 +12,6 @@ node_modules*/ | |
/tmp*/ | ||
|
||
.DS_Store | ||
.npmrc | ||
npm-debug.log | ||
yarn-error.log | ||
# end managed by skuba |
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
.vscode/* | ||
|
||
.cdk.staging/ | ||
.pnpm-store/ | ||
.serverless/ | ||
cdk.out/ | ||
node_modules*/ | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ node_modules*/ | |
|
||
.DS_Store | ||
.eslintcache | ||
.npmrc | ||
.pnpm-debug.log | ||
*.tgz | ||
*.tsbuildinfo | ||
npm-debug.log | ||
|
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,10 @@ | ||
# managed by skuba | ||
public-hoist-pattern[]="@types*" | ||
public-hoist-pattern[]="*eslint*" | ||
public-hoist-pattern[]="*prettier*" | ||
public-hoist-pattern[]="esbuild" | ||
public-hoist-pattern[]="jest" | ||
public-hoist-pattern[]="tsconfig-seek" | ||
# end managed by skuba | ||
|
||
public-hoist-pattern[]="openapi-types" |
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 |
---|---|---|
|
@@ -38,7 +38,7 @@ | |
"build": "skuba build-package", | ||
"format": "skuba format", | ||
"lint": "skuba lint", | ||
"prepare": "yarn build", | ||
"prepare": "pnpm build", | ||
"start": "skuba node --port=5000 examples/openapi.ts", | ||
"test": "skuba test", | ||
"test:ci": "skuba test --coverage", | ||
|
@@ -53,7 +53,7 @@ | |
"@types/node": "20.11.19", | ||
"eslint-plugin-zod-openapi": "^0.1.0", | ||
"fastify": "4.26.1", | ||
"skuba": "6.2.0", | ||
"skuba": "7.4.1", | ||
"zod": "3.22.4", | ||
"zod-openapi": "2.12.0" | ||
}, | ||
|
@@ -62,6 +62,7 @@ | |
"zod": "^3.21.4", | ||
"zod-openapi": "^2.6.3" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">=16.11" | ||
}, | ||
|
@@ -73,6 +74,6 @@ | |
"entryPoint": "src/index.ts", | ||
"template": "oss-npm-package", | ||
"type": "package", | ||
"version": "6.0.0" | ||
"version": "7.4.1" | ||
} | ||
} |
Oops, something went wrong.