Skip to content

feat(node): support node v16 #741

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

Merged
merged 43 commits into from
Nov 5, 2021
Merged

Conversation

texastony
Copy link
Contributor

@texastony texastony commented Sep 16, 2021

Issue #, if available: #740, #739, #738, #737, #731, #716, #714, #710, #642

Description of changes: Update dependencies.

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

Check any applicable:

  • Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.

@texastony texastony requested a review from seebees September 18, 2021 14:25
@texastony texastony changed the title chore(dependencies): update dependencies to latest as of 2021/09/16 feat(node): support node v16 Oct 28, 2021
@texastony
Copy link
Contributor Author

To verify that this works with node v14, I ran the following:

npm run clean; rm -rf node_modules; 
nvm use 14;
npm ci; npm test;

I verified that this worked with node v16 by generating the package-lock.json with node v16.

@texastony texastony marked this pull request as draft October 30, 2021 13:05
@texastony texastony marked this pull request as ready for review November 1, 2021 15:06
@texastony
Copy link
Contributor Author

This build will fail because the build limit has not been increased yet.

TS is not able to select the proper overload.
Giving it some help resolve the issue.
Copy link
Contributor Author

@texastony texastony left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome. I spent hours trying different things, glad it was figured out!

seebees
seebees previously approved these changes Nov 5, 2021
Copy link
Contributor

@seebees seebees left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

seebees
seebees previously approved these changes Nov 5, 2021
Copy link
Contributor

@seebees seebees left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good :)

@texastony texastony merged commit 66e63b5 into aws:master Nov 5, 2021
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.

2 participants