Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: raise minimum Node.js requirement to 10.12 #7290

Merged
merged 1 commit into from
Apr 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ infrastructure definition and share it without worrying about boilerplate logic.

The CDK is available in the following languages:

* JavaScript, TypeScript ([Node.js ≥ 10.3.0](https://nodejs.org/download/release/latest-v10.x/))
* JavaScript, TypeScript ([Node.js ≥ 10.12.0](https://nodejs.org/download/release/latest-v10.x/))
* Python ([Python ≥ 3.6](https://www.python.org/downloads/))
* Java ([Java ≥ 8](https://www.oracle.com/technetwork/java/javase/downloads/index.html) and [Maven ≥ 3.5.4](https://maven.apache.org/download.cgi))
* .NET ([.NET Core ≥ 3.1](https://dotnet.microsoft.com/download))
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/alexa-ask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awscdkio": {
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 @@ -88,7 +88,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awslint": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
],
"homepage": "https://github.com/aws/aws-cdk",
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental"
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"bundledDependencies": [
"minimatch"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-accessanalyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awscdkio": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-acmpca/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awscdkio": {
Expand Down
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 @@ -94,7 +94,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awscdkio": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awslint": {
Expand Down
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 @@ -92,7 +92,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"nyc": {
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-apigatewayv2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awscdkio": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-appconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awscdkio": {
Expand Down
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 @@ -86,7 +86,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"nyc": {
"branches": 65,
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-appmesh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"awslint": {
"exclude": [
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 @@ -94,7 +94,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awscdkio": {
Expand Down
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 @@ -103,7 +103,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"awslint": {
"exclude": [
Expand Down
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 @@ -94,7 +94,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awscdkio": {
Expand Down
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 @@ -99,7 +99,7 @@
]
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awscdkio": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-autoscaling-hooktargets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "stable",
"awscdkio": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-autoscaling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"awslint": {
"exclude": [
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 @@ -94,7 +94,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awscdkio": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-backup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awscdkio": {
Expand Down
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 @@ -104,7 +104,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awscdkio": {
Expand Down
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 @@ -94,7 +94,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awscdkio": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-cassandra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@aws-cdk/core": "0.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awscdkio": {
Expand Down
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 @@ -87,7 +87,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"awslint": {
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-chatbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@aws-cdk/core": "0.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awscdkio": {
Expand Down
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 @@ -97,7 +97,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"awslint": {
"exclude": [
Expand Down
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 @@ -96,7 +96,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"awslint": {
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-cloudfront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awslint": {
Expand Down
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 @@ -92,7 +92,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awslint": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-cloudwatch-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "stable",
"awslint": {
Expand Down
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 @@ -158,7 +158,7 @@
]
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "stable",
"awscdkio": {
Expand Down
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 @@ -111,7 +111,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"awslint": {
"exclude": [
Expand Down
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 @@ -91,7 +91,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "stable",
"awslint": {
Expand Down
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 @@ -99,7 +99,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"awslint": {
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codeguruprofiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@aws-cdk/core": "0.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awscdkio": {
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 @@ -118,7 +118,7 @@
"case"
],
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "stable",
"awslint": {
Expand Down
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 @@ -95,7 +95,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"awslint": {
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codestar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awscdkio": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codestarconnections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@aws-cdk/core": "0.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awscdkio": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codestarnotifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awscdkio": {
Expand Down
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 @@ -86,7 +86,7 @@
},
"jest": {},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"awslint": {
"exclude": [
Expand Down
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 @@ -89,7 +89,7 @@
"constructs": "^2.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"awscdkio": {
Expand Down
Loading