-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update engines to node16 (#1258)
* chore: update engines to node16 * chore: update all engines to node16 * chore: update yarn lock * chore: changeset * chore: update test-typescript action to use node16 * chore: additional node16 updates * chore: node16 * chore: undo hand edit version bump
- Loading branch information
Showing
68 changed files
with
308 additions
and
248 deletions.
There are no files selected for viewing
This file contains 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,59 @@ | ||
--- | ||
"@smithy/service-client-documentation-generator": major | ||
"@smithy/eventstream-serde-config-resolver": major | ||
"@smithy/middleware-apply-body-checksum": major | ||
"@smithy/service-error-classification": major | ||
"@smithy/eventstream-serde-universal": major | ||
"@smithy/chunked-blob-reader-native": major | ||
"@smithy/util-defaults-mode-browser": major | ||
"@smithy/eventstream-serde-browser": major | ||
"@smithy/middleware-content-length": major | ||
"@smithy/credential-provider-imds": major | ||
"@smithy/util-body-length-browser": major | ||
"@smithy/util-defaults-mode-node": major | ||
"@smithy/eventstream-serde-node": major | ||
"@smithy/middleware-compression": major | ||
"@smithy/shared-ini-file-loader": major | ||
"@smithy/util-body-length-node": major | ||
"@smithy/node-config-provider": major | ||
"@smithy/util-config-provider": major | ||
"@smithy/chunked-blob-reader": major | ||
"@smithy/middleware-endpoint": major | ||
"@smithy/querystring-builder": major | ||
"@smithy/fetch-http-handler": major | ||
"@smithy/invalid-dependency": major | ||
"@smithy/querystring-parser": major | ||
"@smithy/eventstream-codec": major | ||
"@smithy/hash-blob-browser": major | ||
"@smithy/node-http-handler": major | ||
"@smithy/property-provider": major | ||
"@smithy/util-hex-encoding": major | ||
"@smithy/abort-controller": major | ||
"@smithy/hash-stream-node": major | ||
"@smithy/middleware-retry": major | ||
"@smithy/middleware-serde": major | ||
"@smithy/middleware-stack": major | ||
"@smithy/util-buffer-from": major | ||
"@smithy/util-stream-node": major | ||
"@smithy/config-resolver": major | ||
"@smithy/is-array-buffer": major | ||
"@smithy/util-middleware": major | ||
"@smithy/util-uri-escape": major | ||
"@smithy/util-endpoints": major | ||
"@smithy/protocol-http": major | ||
"@smithy/smithy-client": major | ||
"@smithy/signature-v4": major | ||
"@smithy/util-base64": major | ||
"@smithy/util-stream": major | ||
"@smithy/util-waiter": major | ||
"@smithy/url-parser": major | ||
"@smithy/util-retry": major | ||
"@smithy/hash-node": major | ||
"@smithy/util-utf8": major | ||
"@smithy/md5-js": major | ||
"@smithy/types": major | ||
"@smithy/core": major | ||
"@smithy/experimental-identity-and-auth": minor | ||
--- | ||
|
||
update to node16 minimum |
This file contains 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 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 |
---|---|---|
|
@@ -11,7 +11,9 @@ | |
"test:integration": "yarn build-test-packages && turbo run test:integration", | ||
"lint": "turbo run lint", | ||
"lint-fix": "turbo run lint -- --fix", | ||
"lint:pkgJson": "node scripts/check-dependencies.js", | ||
"lint:pkgJson": "yarn lint:dependencies", | ||
"lint:dependencies": "node scripts/check-dependencies.js", | ||
"lint:versions": "node scripts/runtime-dep-version-check.js", | ||
"format": "turbo run format --parallel", | ||
"stage-release": "turbo run stage-release", | ||
"extract:docs": "mkdir -p api-extractor-packages && turbo run extract:docs", | ||
|
@@ -76,7 +78,7 @@ | |
"packageManager": "[email protected]", | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "yarn lint:pkgJson" | ||
"pre-commit": "yarn lint:dependencies && yarn lint:versions" | ||
} | ||
} | ||
} |
This file contains 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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.