Skip to content

Commit 113cc4d

Browse files
authored
chore(deps-dev): bump typescript to ~4.1.2 (#1735)
1 parent 4e02fbd commit 113cc4d

File tree

352 files changed

+673
-581
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

352 files changed

+673
-581
lines changed

.eslintrc.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ module.exports = {
22
parser: "@typescript-eslint/parser", // Specifies the ESLint parser
33
parserOptions: {
44
ecmaVersion: 2020, // Allows for the parsing of modern ECMAScript features
5-
sourceType: "module" // Allows for the use of imports
5+
sourceType: "module", // Allows for the use of imports
66
},
77
extends: [
88
// Uses the recommended rules from the @typescript-eslint/eslint-plugin
9-
"plugin:@typescript-eslint/recommended"
9+
"plugin:@typescript-eslint/recommended",
1010
],
1111
plugins: ["@typescript-eslint", "simple-import-sort"],
1212
rules: {
@@ -25,6 +25,6 @@ module.exports = {
2525
"@typescript-eslint/no-namespace": "warn",
2626

2727
/** Errors */
28-
"simple-import-sort/sort": "error"
29-
}
28+
"simple-import-sort/imports": "error",
29+
},
3030
};

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
CHANGELOG.md
12
**/*/CHANGELOG.md
23
.github/*

clients/client-accessanalyzer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"jest": "^26.1.0",
6767
"rimraf": "^3.0.0",
6868
"typedoc": "^0.19.2",
69-
"typescript": "~4.0.2"
69+
"typescript": "~4.1.2"
7070
},
7171
"engines": {
7272
"node": ">=10.0.0"

clients/client-acm-pca/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"jest": "^26.1.0",
6565
"rimraf": "^3.0.0",
6666
"typedoc": "^0.19.2",
67-
"typescript": "~4.0.2"
67+
"typescript": "~4.1.2"
6868
},
6969
"engines": {
7070
"node": ">=10.0.0"

clients/client-acm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"jest": "^26.1.0",
6565
"rimraf": "^3.0.0",
6666
"typedoc": "^0.19.2",
67-
"typescript": "~4.0.2"
67+
"typescript": "~4.1.2"
6868
},
6969
"engines": {
7070
"node": ">=10.0.0"

clients/client-alexa-for-business/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"jest": "^26.1.0",
6767
"rimraf": "^3.0.0",
6868
"typedoc": "^0.19.2",
69-
"typescript": "~4.0.2"
69+
"typescript": "~4.1.2"
7070
},
7171
"engines": {
7272
"node": ">=10.0.0"

clients/client-amplify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"jest": "^26.1.0",
6565
"rimraf": "^3.0.0",
6666
"typedoc": "^0.19.2",
67-
"typescript": "~4.0.2"
67+
"typescript": "~4.1.2"
6868
},
6969
"engines": {
7070
"node": ">=10.0.0"

clients/client-api-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"jest": "^26.1.0",
6666
"rimraf": "^3.0.0",
6767
"typedoc": "^0.19.2",
68-
"typescript": "~4.0.2"
68+
"typescript": "~4.1.2"
6969
},
7070
"engines": {
7171
"node": ">=10.0.0"

clients/client-apigatewaymanagementapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"jest": "^26.1.0",
6565
"rimraf": "^3.0.0",
6666
"typedoc": "^0.19.2",
67-
"typescript": "~4.0.2"
67+
"typescript": "~4.1.2"
6868
},
6969
"engines": {
7070
"node": ">=10.0.0"

clients/client-apigatewayv2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"jest": "^26.1.0",
6565
"rimraf": "^3.0.0",
6666
"typedoc": "^0.19.2",
67-
"typescript": "~4.0.2"
67+
"typescript": "~4.1.2"
6868
},
6969
"engines": {
7070
"node": ">=10.0.0"

0 commit comments

Comments
 (0)