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

feat: configure engines with node >= 10.3.0 #795

Merged
merged 4 commits into from
Sep 19, 2019
Merged

Conversation

RomainMuller
Copy link
Contributor

@RomainMuller RomainMuller commented Sep 18, 2019

As node 8 is becoming EOL soon, we're upgrading the baseline node
version requirement from >= 8.10.0 to >= 10.3.0. At this point, the
code generation is not affected, but this our first signal to consumers
that they need to upgrade their runtimes and/or codebases.

Additionally, normalized the order of fields in the package.json files
to make it nicer for people to work in the mono-repo.

Related to #794


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

As `node 8` is becoming EOL soon, we're upgrading the baseline `node`
version requirement from `>= 8.10.0` to `>= 10.0.0`. At this point, the
code generation is not affected, but this our first signal to consumers
that they need to upgrade their runtimes and/or codebases.

Additionally, normalized the order of fields in the `package.json` files
to make it nicer for people to work in the mono-repo.

Related to #794
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@RomainMuller RomainMuller added the pr/do-not-merge This PR should not be merged at this time. label Sep 18, 2019
@RomainMuller
Copy link
Contributor Author

RomainMuller commented Sep 18, 2019

It's possible the minimal version will need to be something higher (I think 10.3.0) in order to ensure better coverage of ES2018.

Edit: confirmed, should be >=10.3.0. I'll update the PR soon.

@RomainMuller RomainMuller removed the pr/do-not-merge This PR should not be merged at this time. label Sep 18, 2019
@RomainMuller RomainMuller changed the title feat: configure engines with node >= 10.0.0 feat: configure engines with node >= 10.3.0 Sep 18, 2019
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented Sep 19, 2019

Thank you for contributing! ❤️ I will now look into making sure the PR is up-to-date, then proceed to try and merge it!

@mergify mergify bot added the pr/ready-to-merge This PR is ready to be merged. label Sep 19, 2019
@mergify mergify bot merged commit 6164b6b into master Sep 19, 2019
@mergify mergify bot deleted the rmuller/node-10.0.0 branch September 19, 2019 09:42
@mergify mergify bot removed the pr/ready-to-merge This PR is ready to be merged. label Sep 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants