Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#26530)
Browse files Browse the repository at this point in the history
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
  • Loading branch information
aws-cdk-automation authored Jul 28, 2023
1 parent b1ca3c0 commit 004e051
Show file tree
Hide file tree
Showing 72 changed files with 2,136 additions and 2,122 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build-all": "tsc -b"
},
"devDependencies": {
"@nx/workspace": "^16.5.3",
"@nx/workspace": "^16.5.5",
"@types/node": "18.11.19",
"@types/prettier": "2.6.0",
"@yarnpkg/lockfile": "^1.1.0",
Expand All @@ -27,9 +27,9 @@
"jsii-diff": "1.85.0",
"jsii-pacmak": "1.85.0",
"jsii-reflect": "1.85.0",
"jsii-rosetta": "~5.1.7",
"jsii-rosetta": "~5.1.8",
"lerna": "^7.0.1",
"nx": "^16.5.3",
"nx": "^16.5.5",
"patch-package": "^6.5.1",
"semver": "^7.5.4",
"standard-version": "^9.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk-testing/cli-integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
},
"dependencies": {
"@octokit/rest": "^18.12.0",
"aws-sdk": "^2.1417.0",
"aws-sdk": "^2.1423.0",
"axios": "^0.27.2",
"fs-extra": "^9.1.0",
"glob": "^7.2.3",
"jest": "^29.6.1",
"jest": "^29.6.2",
"jest-junit": "^14.0.1",
"make-runnable": "^1.4.1",
"npm": "^8.19.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk-testing/framework-integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"@aws-cdk/integ-tests-alpha": "0.0.0",
"@aws-cdk/lambda-layer-kubectl-v24": "^2.0.242",
"aws-cdk-lib": "0.0.0",
"aws-sdk": "^2.1417.0",
"aws-sdk": "^2.1423.0",
"aws-sdk-mock": "5.6.0",
"cdk8s": "^2.7.115",
"cdk8s-plus-24": "2.8.99",
"cdk8s": "^2.21.0",
"cdk8s-plus-24": "2.12.1",
"constructs": "^10.0.0"
},
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const app = new App();
const stack = new EksClusterAlbControllerStack(app, 'aws-cdk-eks-cluster-alb-controller-test');
new integ.IntegTest(app, 'aws-cdk-cluster-alb-controller', {
testCases: [stack],
diffAssets: true,
// Test includes assets that are updated weekly. If not disabled, the upgrade PR will fail.
diffAssets: false,
});
app.synth();
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const app = new App();
const stack = new EksClusterStack(app, 'aws-cdk-eks-cluster-bottlerocket-ng-test');
new integ.IntegTest(app, 'aws-cdk-eks-cluster-bottlerocket-ng', {
testCases: [stack],
diffAssets: true,
// Test includes assets that are updated weekly. If not disabled, the upgrade PR will fail.
diffAssets: false,
});
app.synth();
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ const app = new App();
const stack = new EksAllHandlersInVpcStack(app, 'aws-cdk-eks-handlers-in-vpc-test');
new integ.IntegTest(app, 'aws-cdk-eks-handlers-in-vpc', {
testCases: [stack],
diffAssets: true,
// Test includes assets that are updated weekly. If not disabled, the upgrade PR will fail.
diffAssets: false,
});

app.synth();
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ const stack = new EksClusterStack(app, 'aws-cdk-eks-import-cluster-test');

new integ.IntegTest(app, 'aws-cdk-eks-import-cluster', {
testCases: [stack],
diffAssets: true,
// Test includes assets that are updated weekly. If not disabled, the upgrade PR will fail.
diffAssets: false,
cdkCommandOptions: {
deploy: {
args: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,8 @@ if (process.env.CDK_INTEG_ACCOUNT !== '12345678') {

new integ.IntegTest(app, 'aws-cdk-eks-cluster-ipv6', {
testCases: [stack],
diffAssets: true,
// Test includes assets that are updated weekly. If not disabled, the upgrade PR will fail.
diffAssets: false,
cdkCommandOptions: {
deploy: {
args: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ const app = new App();
const stack = new EksClusterStack(app, 'aws-cdk-eks-cluster-private-endpoint-test');
new integ.IntegTest(app, 'aws-cdk-eks-cluster-private-endpoint', {
testCases: [stack],
diffAssets: true,
// Test includes assets that are updated weekly. If not disabled, the upgrade PR will fail.
diffAssets: false,
});

app.synth();
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,8 @@ if (process.env.CDK_INTEG_ACCOUNT !== '12345678') {

new integ.IntegTest(app, 'aws-cdk-eks-cluster', {
testCases: [stack],
diffAssets: true,
// Test includes assets that are updated weekly. If not disabled, the upgrade PR will fail.
diffAssets: false,
cdkCommandOptions: {
deploy: {
args: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ const app = new App();
const stack = new EksClusterStack(app, 'aws-cdk-eks-helm-test');
new integ.IntegTest(app, 'aws-cdk-eks-helm', {
testCases: [stack],
diffAssets: true,
// Test includes assets that are updated weekly. If not disabled, the upgrade PR will fail.
diffAssets: false,
});

app.synth();
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ const app = new App();
const stack = new EksClusterInferenceStack(app, 'aws-cdk-eks-cluster-inference-test');
new integ.IntegTest(app, 'aws-cdk-eks-cluster-interence', {
testCases: [stack],
diffAssets: true,
// Test includes assets that are updated weekly. If not disabled, the upgrade PR will fail.
diffAssets: false,
cdkCommandOptions: {
deploy: {
args: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const app = new App();
const stack = new EksClusterStack(app, 'aws-cdk-eks-cluster-windows-ng-test');
new integ.IntegTest(app, 'aws-cdk-eks-cluster-windows-ng', {
testCases: [stack],
diffAssets: true,
// Test includes assets that are updated weekly. If not disabled, the upgrade PR will fail.
diffAssets: false,
});
app.synth();
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ const app = new App();
const stack = new EksFargateClusterStack(app, 'aws-cdk-eks-fargate-cluster-test');
new integ.IntegTest(app, 'aws-cdk-eks-fargate-cluster', {
testCases: [stack],
diffAssets: true,
// Test includes assets that are updated weekly. If not disabled, the upgrade PR will fail.
diffAssets: false,
});

app.synth();
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "eks-service-account-sdk-call-integ-test",
"private": "true",
"dependencies": {
"aws-sdk": "^2.1417.0"
"aws-sdk": "^2.1423.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ new cdk.CfnOutput(stack, 'stateMachineArn', {

new integ.IntegTest(app, 'aws-stepfunctions-tasks-eks-call-integ', {
testCases: [stack],
diffAssets: true,
// Test includes assets that are updated weekly. If not disabled, the upgrade PR will fail.
diffAssets: false,
cdkCommandOptions: {
deploy: {
args: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ new cdk.CfnOutput(stack, 'stateMachineArn', {

new integ.IntegTest(app, 'aws-stepfunctions-tasks-emr-containers-all-services', {
testCases: [stack],
diffAssets: true,
// Test includes assets that are updated weekly. If not disabled, the upgrade PR will fail.
diffAssets: false,
cdkCommandOptions: {
deploy: {
args: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ new cdk.CfnOutput(stack, 'stateMachineArn', {

new integ.IntegTest(app, 'aws-stepfunctions-tasks-emr-containers-start-job-run', {
testCases: [stack],
diffAssets: true,
// Test includes assets that are updated weekly. If not disabled, the upgrade PR will fail.
diffAssets: false,
cdkCommandOptions: {
deploy: {
args: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ new cdk.CustomResource(stack, 'CustomResourceNode14', {

new integ.IntegTest(app, 'lambda-layer-node-proxy-agent-integ-test', {
testCases: [stack],
diffAssets: true,
// Test includes assets that are updated weekly. If not disabled, the upgrade PR will fail.
diffAssets: false,
cdkCommandOptions: {
deploy: {
args: {
Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk/aws-amplify-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@aws-sdk/client-amplify": "^3.370.0",
"@aws-sdk/client-s3": "^3.370.0",
"@aws-sdk/s3-request-presigner": "^3.370.0",
"@aws-sdk/client-amplify": "^3.378.0",
"@aws-sdk/client-s3": "^3.378.0",
"@aws-sdk/s3-request-presigner": "^3.378.0",
"@types/jest": "^29.5.3",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-batch-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.3",
"jest": "^29.6.1",
"jest": "^29.6.2",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
"@aws-cdk/integ-tests-alpha": "0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.3",
"jest": "^29.6.1",
"jest": "^29.6.2",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-gamelift-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.3",
"jest": "^29.6.1",
"jest": "^29.6.2",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
"@aws-cdk/integ-tests-alpha": "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-glue-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@types/jest": "^29.5.3",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
"jest": "^29.6.1"
"jest": "^29.6.2"
},
"dependencies": {},
"homepage": "https://github.com/aws/aws-cdk",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-iot-actions-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.3",
"jest": "^29.6.1",
"jest": "^29.6.2",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0",
"@aws-cdk/aws-kinesisfirehose-destinations-alpha": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-iot-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.3",
"jest": "^29.6.1",
"jest": "^29.6.2",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
"@aws-cdk/integ-tests-alpha": "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-iotevents-actions-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.3",
"jest": "^29.6.1",
"jest": "^29.6.2",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
"@aws-cdk/integ-tests-alpha": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-iotevents-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.3",
"jest": "^29.6.1",
"jest": "^29.6.2",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
"@aws-cdk/integ-tests-alpha": "0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.3",
"jest": "^29.6.1",
"jest": "^29.6.2",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
"@aws-cdk/integ-tests-alpha": "0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.3",
"jest": "^29.6.1",
"jest": "^29.6.2",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
"@aws-cdk/aws-kinesisfirehose-alpha": "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-msk-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.3",
"jest": "^29.6.1",
"jest": "^29.6.2",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
"@aws-cdk/integ-tests-alpha": "0.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk/aws-redshift-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@aws-sdk/client-redshift": "^3.370.0",
"@aws-sdk/client-redshift-data": "^3.370.0",
"@aws-sdk/client-secrets-manager": "^3.370.0",
"@aws-sdk/client-redshift": "^3.378.0",
"@aws-sdk/client-redshift-data": "^3.378.0",
"@aws-sdk/client-secrets-manager": "^3.378.0",
"@types/jest": "^29.5.3",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-s3objectlambda-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.3",
"jest": "^29.6.1",
"jest": "^29.6.2",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-sagemaker-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.3",
"jest": "^29.6.1",
"jest": "^29.6.2",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
"@aws-cdk/integ-tests-alpha": "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-synthetics-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@aws-cdk/integ-tests-alpha": "0.0.0",
"@types/jest": "^29.5.3",
"jest": "^29.6.1",
"jest": "^29.6.2",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cdk-cli-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@types/jest": "^29.5.3",
"@aws-cdk/cdk-build-tools": "0.0.0",
"jest": "^29.6.1",
"jest": "^29.6.2",
"@aws-cdk/pkglint": "0.0.0"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cfnspec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/jest": "^29.5.3",
"@types/md5": "^2.3.2",
"fast-json-patch": "^3.1.1",
"jest": "^29.6.1",
"jest": "^29.6.2",
"json-diff": "^0.10.0",
"sort-json": "^2.0.1",
"ts-node": "^10.9.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cli-lib-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@types/jest": "^29.5.3",
"aws-cdk": "0.0.0",
"constructs": "^10.0.0",
"jest": "^29.6.1",
"jest": "^29.6.2",
"ts-node": "^10.9.1"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/cloud-assembly-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
"@types/mock-fs": "^4.13.1",
"@types/semver": "^7.5.0",
"aws-cdk-lib": "0.0.0",
"jest": "^29.6.1",
"jest": "^29.6.2",
"mock-fs": "^4.14.0",
"typescript-json-schema": "^0.56.0"
"typescript-json-schema": "^0.59.0"
},
"repository": {
"url": "https://github.com/aws/aws-cdk.git",
Expand Down
Loading

0 comments on commit 004e051

Please sign in to comment.