Skip to content

Commit

Permalink
chore: restore @types/node version and upgrade some packages (#1193)
Browse files Browse the repository at this point in the history
The `@types/node` package was inadvertently upgraded to `^10.x.x`
by #692, but our support policy currently allows `^8.11.0` and up. This
commit reverts the type definitions to maintain compatibility.

Also, while the previous change intended to upgrade dependnecies,
`fs-extra`, `@types/fs-extra` and `@types/lodash` were not uniformly
upgraded. This change also addresses that.
  • Loading branch information
RomainMuller authored and Elad Ben-Israel committed Nov 18, 2018
1 parent 7908de4 commit b3a5cb3
Show file tree
Hide file tree
Showing 84 changed files with 93 additions and 93 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"pkglint": "tools/pkglint/bin/pkglint -f ."
},
"devDependencies": {
"@types/node": "^10.9.4",
"@types/node": "^8.10.36",
"@types/nodeunit": "^0.0.30",
"conventional-changelog-cli": "^2.0.5",
"lerna": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/app-delivery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
"@aws-cdk/aws-codepipeline-api": "^0.17.0",
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@
"@aws-cdk/aws-s3": "^0.17.0",
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-amazonmq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-apigateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@
"@aws-cdk/aws-lambda": "^0.17.0",
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-applicationautoscaling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@aws-cdk/assert": "^0.17.0",
"cdk-build-tools": "^0.17.0",
"cfn2ts": "^0.17.0",
"fast-check": "^1.6.1",
"fast-check": "^1.7.0",
"pkglint": "^0.17.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-appstream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-appsync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-athena/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-autoscaling-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@aws-cdk/assert": "^0.17.0",
"cdk-build-tools": "^0.17.0",
"cdk-integ-tools": "^0.17.0",
"fast-check": "^1.6.1",
"fast-check": "^1.7.0",
"pkglint": "^0.17.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-autoscalingplans/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-budgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-certificatemanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-cloud9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/@aws-cdk/aws-cloudformation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"devDependencies": {
"@aws-cdk/assert": "^0.17.0",
"@aws-cdk/aws-events": "^0.17.0",
"@types/lodash": "^4.14.116",
"@types/lodash": "^4.14.118",
"cdk-build-tools": "^0.17.0",
"cdk-integ-tools": "^0.17.0",
"cfn2ts": "^0.17.0",
Expand All @@ -80,4 +80,4 @@
"@aws-cdk/aws-sns": "^0.17.0",
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-cloudtrail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@
"@aws-cdk/aws-kms": "^0.17.0",
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-cloudwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@
"@aws-cdk/aws-iam": "^0.17.0",
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codebuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@
"@aws-cdk/aws-s3": "^0.17.0",
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codecommit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@
"@aws-cdk/aws-events": "^0.17.0",
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codedeploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@
"@aws-cdk/aws-iam": "^0.17.0",
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codepipeline-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@
"@aws-cdk/aws-iam": "^0.17.0",
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codepipeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@
"@aws-cdk/aws-s3": "^0.17.0",
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-cognito/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-datapipeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-dax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-directoryservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-dms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-dynamodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@
"@aws-cdk/aws-iam": "^0.17.0",
"@aws-cdk/cdk": "^0.17.0"
}
}
}
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 @@ -68,4 +68,4 @@
"@aws-cdk/cx-api": "^0.17.0",
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ecr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@
"@aws-cdk/aws-iam": "^0.17.0",
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-efs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
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 @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-elasticache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-elasticbeanstalk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-elasticloadbalancing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@
"@aws-cdk/aws-ec2": "^0.17.0",
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-elasticsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-emr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-gamelift/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-glue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-guardduty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
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 @@ -67,4 +67,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-inspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-iot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-iot1click/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-kinesis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@
"@aws-cdk/aws-logs": "^0.17.0",
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-kinesisanalytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-kinesisfirehose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-kms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@
"@aws-cdk/aws-iam": "^0.17.0",
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda-event-sources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@
"@aws-cdk/aws-sns": "^0.17.0",
"@aws-cdk/aws-sqs": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@
"@aws-cdk/aws-stepfunctions": "^0.17.0",
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@
"@aws-cdk/aws-iam": "^0.17.0",
"@aws-cdk/cdk": "^0.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-neptune/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
}
}
}
Loading

0 comments on commit b3a5cb3

Please sign in to comment.