Skip to content

Commit b93b7e3

Browse files
authored
chore: remove integ-runner, to CLI repository (#33835)
This removes `@aws-cdk/integ-runner` and `@aws-cdk/cdk-cli-wrapper` from this repository into the CLI repository. The other PR adding the new package is here: aws/aws-cdk-cli#263. This code belongs more with the CLI than it does with the construct library. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent df39a93 commit b93b7e3

File tree

240 files changed

+73
-21775
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

240 files changed

+73
-21775
lines changed

packages/@aws-cdk-testing/framework-integ/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"license": "Apache-2.0",
3131
"devDependencies": {
3232
"@aws-cdk/cdk-build-tools": "0.0.0",
33-
"@aws-cdk/integ-runner": "^0.0.0",
33+
"@aws-cdk/integ-runner": "2.184.1-alpha.0",
3434
"@aws-cdk/pkglint": "0.0.0",
3535
"@aws-sdk/client-acm": "3.632.0",
3636
"@aws-sdk/client-rds": "3.632.0",

packages/@aws-cdk/app-staging-synthesizer-alpha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
},
8686
"devDependencies": {
8787
"aws-cdk-lib": "0.0.0",
88-
"@aws-cdk/integ-runner": "0.0.0",
88+
"@aws-cdk/integ-runner": "2.184.1-alpha.0",
8989
"@aws-cdk/integ-tests-alpha": "0.0.0",
9090
"constructs": "^10.0.0",
9191
"@aws-cdk/cdk-build-tools": "0.0.0",

packages/@aws-cdk/aws-amplify-alpha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"license": "Apache-2.0",
8888
"devDependencies": {
8989
"@aws-cdk/cdk-build-tools": "0.0.0",
90-
"@aws-cdk/integ-runner": "0.0.0",
90+
"@aws-cdk/integ-runner": "2.184.1-alpha.0",
9191
"@aws-cdk/pkglint": "0.0.0",
9292
"@aws-cdk/custom-resource-handlers": "0.0.0",
9393
"@aws-sdk/client-amplify": "3.632.0",

packages/@aws-cdk/aws-apprunner-alpha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"devDependencies": {
8787
"@aws-cdk/cdk-build-tools": "0.0.0",
8888
"aws-cdk-lib": "0.0.0",
89-
"@aws-cdk/integ-runner": "0.0.0",
89+
"@aws-cdk/integ-runner": "2.184.1-alpha.0",
9090
"@aws-cdk/pkglint": "0.0.0",
9191
"@types/jest": "^29.5.14",
9292
"constructs": "^10.0.0",

packages/@aws-cdk/aws-cloud9-alpha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"license": "Apache-2.0",
8383
"devDependencies": {
8484
"@aws-cdk/cdk-build-tools": "0.0.0",
85-
"@aws-cdk/integ-runner": "0.0.0",
85+
"@aws-cdk/integ-runner": "2.184.1-alpha.0",
8686
"@aws-cdk/pkglint": "0.0.0",
8787
"@types/jest": "^29.5.14",
8888
"aws-cdk-lib": "0.0.0",

packages/@aws-cdk/aws-codestar-alpha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"license": "Apache-2.0",
8585
"devDependencies": {
8686
"@aws-cdk/cdk-build-tools": "0.0.0",
87-
"@aws-cdk/integ-runner": "0.0.0",
87+
"@aws-cdk/integ-runner": "2.184.1-alpha.0",
8888
"@aws-cdk/pkglint": "0.0.0",
8989
"@types/jest": "^29.5.14",
9090
"aws-cdk-lib": "0.0.0",

packages/@aws-cdk/aws-cognito-identitypool-alpha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"license": "Apache-2.0",
8383
"devDependencies": {
8484
"@aws-cdk/cdk-build-tools": "0.0.0",
85-
"@aws-cdk/integ-runner": "0.0.0",
85+
"@aws-cdk/integ-runner": "2.184.1-alpha.0",
8686
"@aws-cdk/integ-tests-alpha": "^0.0.0",
8787
"@aws-cdk/pkglint": "0.0.0",
8888
"@types/jest": "^29.5.14",

packages/@aws-cdk/aws-ec2-alpha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"license": "Apache-2.0",
7979
"devDependencies": {
8080
"@aws-cdk/cdk-build-tools": "0.0.0",
81-
"@aws-cdk/integ-runner": "0.0.0",
81+
"@aws-cdk/integ-runner": "2.184.1-alpha.0",
8282
"@aws-cdk/integ-tests-alpha": "^0.0.0",
8383
"@aws-cdk/pkglint": "0.0.0",
8484
"@types/jest": "^29.5.14",

packages/@aws-cdk/aws-eks-v2-alpha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"license": "Apache-2.0",
8585
"devDependencies": {
8686
"@aws-cdk/cdk-build-tools": "0.0.0",
87-
"@aws-cdk/integ-runner": "0.0.0",
87+
"@aws-cdk/integ-runner": "2.184.1-alpha.0",
8888
"@aws-cdk/integ-tests-alpha": "0.0.0",
8989
"@aws-cdk/pkglint": "0.0.0",
9090
"@aws-cdk/lambda-layer-kubectl-v24": "^2.0.242",

packages/@aws-cdk/aws-gamelift-alpha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"license": "Apache-2.0",
8383
"devDependencies": {
8484
"@aws-cdk/cdk-build-tools": "0.0.0",
85-
"@aws-cdk/integ-runner": "0.0.0",
85+
"@aws-cdk/integ-runner": "2.184.1-alpha.0",
8686
"@aws-cdk/pkglint": "0.0.0",
8787
"@types/jest": "^29.5.14",
8888
"jest": "^29.7.0",

0 commit comments

Comments
 (0)