Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: skuba 7.4.1 #1073

Merged
merged 2 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion be/.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ node_modules*/
/tmp*/

.DS_Store
.npmrc
npm-debug.log
yarn-error.log
# end managed by skuba

# Ignore .npmrc. This is no longer managed by skuba as pnpm projects use a managed .npmrc.
# IMPORTANT: if migrating to pnpm, remove this line and add an .npmrc IN THE SAME COMMIT.
# You can use `skuba format` to generate the file or otherwise commit an empty file.
# Doing so will conflict with a local .npmrc and make it more difficult to unintentionally commit auth secrets.
.npmrc
1 change: 1 addition & 0 deletions be/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.vscode/*

.cdk.staging/
.pnpm-store/
.serverless/
cdk.out/
node_modules*/
Expand Down
8 changes: 7 additions & 1 deletion be/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@ node_modules*/

.DS_Store
.eslintcache
.npmrc
.pnpm-debug.log
*.tgz
*.tsbuildinfo
npm-debug.log
package-lock.json
yarn-error.log
# end managed by skuba

# Ignore .npmrc. This is no longer managed by skuba as pnpm projects use a managed .npmrc.
# IMPORTANT: if migrating to pnpm, remove this line and add an .npmrc IN THE SAME COMMIT.
# You can use `skuba format` to generate the file or otherwise commit an empty file.
# Doing so will conflict with a local .npmrc and make it more difficult to unintentionally commit auth secrets.
.npmrc
4 changes: 2 additions & 2 deletions be/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
"@types/node-fetch": "2.6.11",
"@types/supertest": "6.0.2",
"nock": "13.5.1",
"skuba": "7.3.1",
"skuba": "7.4.1",
"skuba-dive": "2.0.0",
"supertest": "6.3.4"
},
"skuba": {
"entryPoint": "example/src/app.ts",
"template": null,
"type": "package",
"version": "3.7.3"
"version": "7.4.1"
}
}
Loading
Loading