Skip to content

feat(node): support node v16#741

Merged
texastony merged 43 commits into
aws:masterfrom
texastony:chore_update_deps
Nov 5, 2021
Merged

feat(node): support node v16#741
texastony merged 43 commits into
aws:masterfrom
texastony:chore_update_deps

Conversation

@texastony
Copy link
Copy Markdown
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.

Comment thread modules/integration-node/src/decrypt_materials_manager_node.ts
Comment thread modules/kms-keyring/src/kms_keyring.ts Outdated
Comment thread modules/raw-rsa-keyring-browser/src/raw_rsa_keyring_web_crypto.ts Outdated
Comment thread package.json
Comment thread package-lock.json Outdated
Comment thread package-lock.json Outdated
Comment thread modules/decrypt-node/src/verify_stream.ts Outdated
Comment thread modules/integration-node/src/cli.ts Outdated
Comment thread modules/integration-vectors/src/index.ts Outdated
@texastony texastony requested a review from seebees September 18, 2021 14:25
Comment thread modules/integration-browser/src/integration.encrypt.test.ts Outdated
Comment thread modules/integration-browser/src/testDecryptFixture.ts Outdated
Comment thread modules/material-management/src/types.ts Outdated
Comment thread modules/raw-rsa-keyring-browser/src/raw_rsa_keyring_web_crypto.ts Outdated
Comment thread modules/example-browser/package.json
@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
Copy Markdown
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
Copy Markdown
Contributor Author

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

Comment thread codebuild/nodejs16.yml Outdated
Comment thread codebuild/test_vectors/nodejs16.yml Outdated
Comment thread modules/material-management/src/needs.ts Outdated
Comment thread modules/raw-rsa-keyring-browser/src/raw_rsa_keyring_web_crypto.ts Outdated
TS is not able to select the proper overload.
Giving it some help resolve the issue.
Copy link
Copy Markdown
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!

Comment thread modules/raw-rsa-keyring-node/src/oaep_hash_supported.ts
seebees
seebees previously approved these changes Nov 5, 2021
Copy link
Copy Markdown
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
Copy Markdown
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