-
Notifications
You must be signed in to change notification settings - Fork 63
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
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
e944f5c
chore(dependencies): update dependencies to latest as of 2021/09/16
texastony b74abd7
chore(dependencies): address breaking changes from typescript upgrade
texastony d39663c
style(integration-browser): correct for prettier
texastony bbbbd74
fix(kms-keyring): introduce ErrorPlus to handle catch unknown
texastony cb1de57
fix(kms-keyring): apply ErrorPlus to mrk_keyrings
texastony db02665
refactor(integration-node): await command from yargs addresses TS2339
texastony b7fbd96
style(raw-rsa-keyring-browser): specifiy return of exported function …
texastony f637165
fix(package-lock): package-lock was generated w/ npm6, needed 7
texastony 4f9ddd8
docs(raw-rsa-keyring-browser): document TS2769 override issue
texastony 72fdfe8
refactor(material-management-node): encapsulate crypto's sign(er) and…
texastony 584839b
chore(merge): pull v3.0.3 onto chore_update_deps
texastony 9b4e48d
refactor(material-management-node): encapsulate crypto's sign(er) & v…
texastony df3ced3
docs(material-management-node): add liscense to types
texastony 7fb827d
refactor(material-management): ErrorPlus -> Catchable
texastony 348470c
refactor(integration-browser): use needs to handle non-Error
texastony 458d6d7
ci(node16): manually install node16 and test
texastony b0213ba
ci(node16): manually install node16 and test
texastony 34b6538
ci(node16): manually install node16 and test
texastony 57dec1c
ci(node16): manually install node16 and test
texastony 2ebda11
ci(node16): manually install node16 and test
texastony 4345982
ci(node16): manually install node16 and test
texastony 43fb69d
ci(node16): manually install node16 and test
texastony e4be34e
ci(node16): manually install node16 and test
texastony f33e1a2
ci(node16): manually install node16 and test
texastony 1cbc7f4
ci(node16): manually install node16 and test
texastony 0aeb35f
ci(node16): manually install node16 and test
texastony 84a7a7d
ci(node16): manually install node16 and test
texastony 7652a2d
ci(node16): manually install node16 and test
texastony b1d5237
ci(node16): manually install node16 and test
texastony d992fa9
ci(node16): manually install node16 and test
texastony 8285b86
ci(node16): manually install node16 and test
texastony 18bd0a8
ci(node16): run integration test vectors
texastony 9753db5
ci(node16): run integration test vectors
texastony d55d85e
ci(node16): run integration test vectors
texastony d3d857e
ci(node14): temporarily remove node14 vectors
texastony 61668bb
revert: "ci(node14): temporarily remove node14 vectors"
texastony 00c9036
ci: force new ci run
texastony 4f1c85d
ci: force new ci run
texastony 20bb6e8
ci(buildspec): use aws/codebuild/standard:5.0
texastony 525ba2e
fix: importKey overload issue
seebees f37df2f
ci(CodeBuild): use n
texastony 8c447e7
refactor(material-management): move `NotSupported` to error.ts
texastony d0cb60f
style(material-management): prettier
texastony File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
version: 0.2 | ||
|
||
env: | ||
variables: | ||
NODE_OPTIONS: "--max-old-space-size=4096" | ||
|
||
phases: | ||
install: | ||
commands: | ||
- n 16 | ||
- node -v | ||
- npm -v | ||
- npm ci --unsafe-perm | ||
- npm run build | ||
build: | ||
commands: | ||
- npm -v | ||
- node -v | ||
- npm run coverage-node |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
version: 0.2 | ||
|
||
env: | ||
variables: | ||
NODE_OPTIONS: "--max-old-space-size=4096" | ||
NPM_CONFIG_UNSAFE_PERM: true | ||
|
||
phases: | ||
install: | ||
commands: | ||
- n 16 | ||
- node -v | ||
- npm -v | ||
- npm ci --unsafe-perm | ||
- npm run build | ||
build: | ||
commands: | ||
- npm -v | ||
- node -v | ||
- npm run verdaccio-publish | ||
- npm run verdaccio-node-decrypt | ||
- npm run verdaccio-node-encrypt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.