Skip to content

Commit

Permalink
chore: upgrade dependencies (#16706)
Browse files Browse the repository at this point in the history
Manually ran the steps of the `yarn-upgrade` workflow, as it's currently broken
in the repository. Primary motivation is to get the latest `jsii` release, which
fixes a build-breaking issue with memory usage using Workers.

Co-authored-by: 👨🏻‍💻 Romain Marcadier <[email protected]>
  • Loading branch information
njlynch and RomainMuller authored Sep 29, 2021
1 parent 2f729c4 commit 07e2ece
Show file tree
Hide file tree
Showing 47 changed files with 1,066 additions and 920 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"@yarnpkg/lockfile": "^1.1.0",
"conventional-changelog-cli": "^2.1.1",
"fs-extra": "^9.1.0",
"graceful-fs": "^4.2.6",
"jest-junit": "^12.2.0",
"jsii-diff": "^1.34.0",
"jsii-pacmak": "^1.34.0",
"jsii-reflect": "^1.34.0",
"jsii-rosetta": "^1.34.0",
"graceful-fs": "^4.2.8",
"jest-junit": "^12.3.0",
"jsii-diff": "^1.35.0",
"jsii-pacmak": "^1.35.0",
"jsii-reflect": "^1.35.0",
"jsii-rosetta": "^1.35.0",
"lerna": "^4.0.0",
"patch-package": "^6.4.7",
"standard-version": "^9.3.1",
Expand Down Expand Up @@ -181,5 +181,8 @@
"monocdk/yaml",
"monocdk/yaml/**"
]
},
"dependencies": {
"string-width": "^4.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/assertions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"constructs": "^3.3.69",
"diff": "^5.0.0",
"fast-deep-equal": "^3.1.3",
"string-width": "^4.2.2",
"string-width": "^4.2.3",
"table": "^6.7.1"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/cdk-integ-tools": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.79",
"@types/aws-lambda": "^8.10.83",
"@types/jest": "^26.0.24"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-aps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^26.0.22"
"@types/jest": "^26.0.24"
},
"dependencies": {
"@aws-cdk/core": "0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@types/aws-lambda": "^8.10.79",
"@types/aws-lambda": "^8.10.83",
"@types/sinon": "^9.0.11",
"@aws-cdk/cdk-build-tools": "0.0.0",
"aws-sdk": "^2.596.0",
"aws-sdk-mock": "^5.2.1",
"eslint": "^7.31.0",
"aws-sdk-mock": "^5.4.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"jest": "^26.6.3",
"lambda-tester": "^3.6.0",
"sinon": "^9.2.4",
"nock": "^13.1.1",
"nock": "^13.1.3",
"ts-jest": "^26.5.6"
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-cloudformation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@aws-cdk/cdk-integ-tools": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.79",
"@types/aws-lambda": "^8.10.83",
"@types/jest": "^26.0.24",
"jest": "^26.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codepipeline-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@aws-cdk/cx-api": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.171",
"@types/lodash": "^4.14.175",
"jest": "^26.6.3",
"lodash": "^4.17.21"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"license": "Apache-2.0",
"devDependencies": {
"aws-sdk": "^2.596.0",
"aws-sdk-mock": "^5.2.1",
"eslint": "^7.31.0",
"aws-sdk-mock": "^5.4.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"jest": "^26.6.3",
"lambda-tester": "^3.6.0",
"nock": "^13.1.1"
"nock": "^13.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/@aws-cdk/aws-dynamodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
"@aws-cdk/cdk-integ-tools": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.79",
"@types/aws-lambda": "^8.10.83",
"@types/jest": "^26.0.24",
"@types/sinon": "^9.0.11",
"aws-sdk": "^2.848.0",
"aws-sdk-mock": "^5.2.1",
"aws-sdk-mock": "^5.4.0",
"jest": "^26.6.3",
"sinon": "^9.2.4",
"ts-jest": "^26.5.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ec2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@aws-cdk/cloud-assembly-schema": "0.0.0",
"@aws-cdk/cx-api": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.79",
"@types/aws-lambda": "^8.10.83",
"@types/jest": "^26.0.24",
"jest": "^26.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-eks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@aws-cdk/cdk-integ-tools": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.79",
"@types/aws-lambda": "^8.10.83",
"@types/jest": "^26.0.24",
"@types/sinon": "^9.0.11",
"@types/yaml": "1.9.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-events-targets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^26.0.24",
"aws-sdk": "^2.848.0",
"aws-sdk-mock": "^5.2.1",
"aws-sdk-mock": "^5.4.0",
"jest": "^26.6.3"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^26.0.24",
"aws-sdk": "^2.848.0",
"aws-sdk-mock": "^5.2.1",
"aws-sdk-mock": "^5.4.0",
"jest": "^26.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-healthlake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^26.0.22"
"@types/jest": "^26.0.24"
},
"dependencies": {
"@aws-cdk/core": "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-iam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@aws-cdk/cdk-integ-tools": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.79",
"@types/aws-lambda": "^8.10.83",
"@types/jest": "^26.0.24",
"@types/sinon": "^9.0.11",
"jest": "^26.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^26.0.24",
"delay": "5.0.0",
"esbuild": "^0.12.15"
"esbuild": "^0.13.3"
},
"dependencies": {
"@aws-cdk/aws-lambda": "0.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@
"@aws-cdk/cdk-integ-tools": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.79",
"@types/aws-lambda": "^8.10.83",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.171",
"@types/lodash": "^4.14.175",
"jest": "^26.6.3",
"lodash": "^4.17.21"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk/aws-logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@
"@aws-cdk/cdk-integ-tools": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.79",
"@types/aws-lambda": "^8.10.83",
"@types/jest": "^26.0.24",
"@types/sinon": "^9.0.11",
"aws-sdk": "^2.848.0",
"aws-sdk-mock": "^5.2.1",
"aws-sdk-mock": "^5.4.0",
"jest": "^26.6.3",
"nock": "^13.1.1",
"nock": "^13.1.3",
"sinon": "^9.2.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lookoutequipment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^26.0.22"
"@types/jest": "^26.0.24"
},
"dependencies": {
"@aws-cdk/core": "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-memorydb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^26.0.22"
"@types/jest": "^26.0.24"
},
"dependencies": {
"@aws-cdk/core": "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-route53/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@aws-cdk/cdk-integ-tools": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.79",
"@types/aws-lambda": "^8.10.83",
"@types/jest": "^26.0.24",
"aws-sdk": "^2.848.0",
"jest": "^26.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-route53recoverycontrol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^26.0.22"
"@types/jest": "^26.0.24"
},
"dependencies": {
"@aws-cdk/core": "0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^26.0.22"
"@types/jest": "^26.0.24"
},
"dependencies": {
"@aws-cdk/core": "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@aws-cdk/cdk-integ-tools": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.79",
"@types/aws-lambda": "^8.10.83",
"@types/jest": "^26.0.24",
"jest": "^26.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@aws-cdk/cdk-integ-tools": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.79",
"@types/aws-lambda": "^8.10.83",
"@types/jest": "^26.0.24",
"jest": "^26.6.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ export async function handler(event: Event): Promise<any> {
);
console.log(`Expression: ${expression}`);

return await eval(expression);
return eval(expression);
}
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 @@ -64,10 +64,10 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^26.0.24",
"@types/mock-fs": "^4.13.1",
"@types/semver": "^7.3.7",
"@types/semver": "^7.3.8",
"jest": "^26.6.3",
"mock-fs": "^4.14.0",
"typescript-json-schema": "^0.50.1"
"typescript-json-schema": "^0.51.0"
},
"repository": {
"url": "https://github.com/aws/aws-cdk.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cloudformation-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"colors": "^1.4.0",
"diff": "^5.0.0",
"fast-deep-equal": "^3.1.3",
"string-width": "^4.2.2",
"string-width": "^4.2.3",
"table": "^6.7.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.79",
"@types/aws-lambda": "^8.10.83",
"@types/fs-extra": "^8.1.2",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.171",
"@types/lodash": "^4.14.175",
"@types/minimatch": "^3.0.5",
"@types/node": "^10.17.60",
"@types/sinon": "^9.0.11",
Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk/custom-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@
"@aws-cdk/cdk-integ-tools": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.79",
"@types/aws-lambda": "^8.10.83",
"@types/fs-extra": "^8.1.2",
"@types/jest": "^26.0.24",
"@types/sinon": "^9.0.11",
"aws-sdk": "^2.848.0",
"aws-sdk-mock": "^5.2.1",
"aws-sdk-mock": "^5.4.0",
"fs-extra": "^9.1.0",
"nock": "^13.1.1",
"nock": "^13.1.3",
"sinon": "^9.2.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cx-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^26.0.24",
"@types/mock-fs": "^4.13.1",
"@types/semver": "^7.3.7",
"@types/semver": "^7.3.8",
"jest": "^26.6.3",
"mock-fs": "^4.14.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@monocdk-experiment/rewrite-imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"glob": "^7.1.7",
"glob": "^7.2.0",
"typescript": "~3.9.10"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"minimatch": "^3.0.4",
"punycode": "^2.1.1",
"semver": "^7.3.5",
"string-width": "^4.2.2",
"string-width": "^4.2.3",
"table": "^6.7.1",
"yaml": "1.10.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"glob": "^7.1.7",
"glob": "^7.2.0",
"typescript": "~3.9.10"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 07e2ece

Please sign in to comment.