Skip to content

Commit 4b2dd3b

Browse files
deps: skuba 11.0.0 (#132)
* deps: skuba 11.0.0 * Run `skuba format` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: skuba <>
1 parent df72f4f commit 4b2dd3b

File tree

6 files changed

+408
-349
lines changed

6 files changed

+408
-349
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# managed by skuba
2+
.npmrc
3+
24
.idea/*
35
.vscode/*
46
!.vscode/extensions.json
57

68
.cdk.staging/
79
.serverless/
810
cdk.out/
9-
cdk.context.json
1011
node_modules*/
1112

1213
/coverage*/

.npmrc

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "^22.13.14",
2121
"dotenv": "16.5.0",
2222
"esbuild": "~0.25.0",
23-
"skuba": "10.1.0"
23+
"skuba": "11.0.0"
2424
},
2525
"packageManager": "[email protected]",
2626
"engines": {
@@ -30,6 +30,6 @@
3030
"entryPoint": "packages/hooks/src/index.ts",
3131
"template": "oss-npm-package",
3232
"type": "package",
33-
"version": "10.1.0"
33+
"version": "11.0.0"
3434
}
3535
}

packages/infra/src/constructs/lambdaDeployment.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jest.mock('../version', () => ({
1515
}));
1616

1717
it('returns expected CloudFormation stack', () => {
18-
const app = new App();
18+
const app = new App({ context: { 'aws:cdk:bundling-stacks': [] } });
1919

2020
const stack = new Stack(app);
2121

0 commit comments

Comments
 (0)