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(pkglint): Require stability setting in package.json #2736

Merged
merged 4 commits into from
Jun 6, 2019
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
7 changes: 7 additions & 0 deletions packages/@aws-cdk/alexa-ask/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## Alexa Skills Kit Construct Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


```ts
const alexaAsk = require('@aws-cdk/alexa-ask');
Expand Down
3 changes: 2 additions & 1 deletion packages/@aws-cdk/alexa-ask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/app-delivery/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## Continuous Integration / Continuous Delivery for CDK Applications
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>

This library includes a *CodePipeline* composite Action for deploying AWS CDK Applications.

This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project.
Expand Down
3 changes: 2 additions & 1 deletion packages/@aws-cdk/app-delivery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/assert/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## Testing utilities and assertions for CDK libraries
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


This library contains helpers for writing unit tests and integration tests for CDK libraries

Expand Down
3 changes: 2 additions & 1 deletion packages/@aws-cdk/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@
"homepage": "https://github.com/awslabs/aws-cdk",
"engines": {
"node": ">= 8.10.0"
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/assets-docker/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# AWS CDK Docker Image Assets
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


This module allows bundling Docker images as assets.

Expand Down
3 changes: 2 additions & 1 deletion packages/@aws-cdk/assets-docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/assets/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## AWS CDK Assets
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


Assets are local files or directories which are needed by a CDK app. A common
example is a directory which contains the handler code for a Lambda function,
Expand Down
3 changes: 2 additions & 1 deletion packages/@aws-cdk/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@
},
"bundledDependencies": [
"minimatch"
]
],
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-amazonmq/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## Amazon MQ Construct Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


```ts
const amazonmq = require('@aws-cdk/aws-amazonmq');
Expand Down
3 changes: 2 additions & 1 deletion packages/@aws-cdk/aws-amazonmq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-apigateway/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## Amazon API Gateway Construct Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


Amazon API Gateway is a fully managed service that makes it easy for developers
to publish, maintain, monitor, and secure APIs at any scale. Create an API to
Expand Down
3 changes: 2 additions & 1 deletion packages/@aws-cdk/aws-apigateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,6 @@
"exclude": [
"from-method:@aws-cdk/aws-apigateway.Resource"
]
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-applicationautoscaling/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## AWS Auto Scaling Construct Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


**Application AutoScaling** is used to configure autoscaling for all
services other than scaling EC2 instances. For example, you will use this to
Expand Down
3 changes: 2 additions & 1 deletion packages/@aws-cdk/aws-applicationautoscaling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-appmesh/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## AWS App Mesh Construct Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project.

Expand Down
3 changes: 2 additions & 1 deletion packages/@aws-cdk/aws-appmesh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-appstream/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## Amazon AppStream 2.0 Construct Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


```ts
const appstream = require('@aws-cdk/aws-appstream');
Expand Down
3 changes: 2 additions & 1 deletion packages/@aws-cdk/aws-appstream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-appsync/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
## AWS AppSync Construct Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>

This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project.
3 changes: 2 additions & 1 deletion packages/@aws-cdk/aws-appsync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-athena/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
## Amazon Athena Construct Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>

This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project.
3 changes: 2 additions & 1 deletion packages/@aws-cdk/aws-athena/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-autoscaling-common/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## AWS AutoScaling Common Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


This is a sister package to `@aws-cdk/aws-autoscaling` and
`@aws-cdk/aws-applicationautoscaling`. It contains shared implementation
Expand Down
3 changes: 2 additions & 1 deletion packages/@aws-cdk/aws-autoscaling-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-autoscaling-hooktargets/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Lifecycle Hook for the CDK AWS AutoScaling Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


See the README of the `@aws-cdk/aws-autoscaling` library.
3 changes: 2 additions & 1 deletion packages/@aws-cdk/aws-autoscaling-hooktargets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-autoscaling/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## Amazon EC2 Auto Scaling Construct Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>

This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project.

### Fleet
Expand Down
3 changes: 2 additions & 1 deletion packages/@aws-cdk/aws-autoscaling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@
"resource-interface-extends-construct:@aws-cdk/aws-autoscaling.IAutoScalingGroup",
"export:@aws-cdk/aws-autoscaling.IAutoScalingGroup"
]
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-autoscalingplans/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
## AWS Auto Scaling Plans Construct Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>

This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project.
3 changes: 2 additions & 1 deletion packages/@aws-cdk/aws-autoscalingplans/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-batch/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
## AWS Batch Construct Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>

This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project.
3 changes: 2 additions & 1 deletion packages/@aws-cdk/aws-batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-budgets/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
## AWS Budgets Construct Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>

This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project.
3 changes: 2 additions & 1 deletion packages/@aws-cdk/aws-budgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-certificatemanager/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## Amazon Certificate Manager Construct Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


This package provides Constructs for provisioning and referencing certificates which
can be used in CloudFront and ELB.
Expand Down
3 changes: 2 additions & 1 deletion packages/@aws-cdk/aws-certificatemanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-cloud9/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
## AWS Cloud9 Construct Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>

This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project.
3 changes: 2 additions & 1 deletion packages/@aws-cdk/aws-cloud9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-cloudformation/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## AWS CloudFormation Construct Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project.

Expand Down
Loading