Skip to content

Commit

Permalink
Upgrade to ESLint 7 and @typescript-eslint/parser 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
octogonz committed Jun 16, 2020
1 parent 14e386e commit 8d37a20
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion common/config/rush/common-versions.json
Expand Up @@ -31,7 +31,7 @@
"typescript": "~3.5.3",

// Workaround for https://github.com/microsoft/rushstack/issues/1466
"eslint": "~6.5.1",
"eslint": "~7.2.0",

"@types/webpack": "4.39.8",
"webpack": "~4.31.0"
Expand Down
16 changes: 8 additions & 8 deletions stack/eslint-config/package.json
Expand Up @@ -20,22 +20,22 @@
"typescript"
],
"peerDependencies": {
"eslint": "^5.0.0 || ^6.0.0",
"eslint": "^6.0.0 || ^7.0.0",
"typescript": ">=3.0.0"
},
"dependencies": {
"@rushstack/eslint-plugin": "0.3.2",
"@typescript-eslint/eslint-plugin": "2.3.3",
"@typescript-eslint/experimental-utils": "2.3.3",
"@typescript-eslint/parser": "2.3.3",
"@typescript-eslint/typescript-estree": "2.3.3",
"@typescript-eslint/eslint-plugin": "3.3.0",
"@typescript-eslint/experimental-utils": "3.3.0",
"@typescript-eslint/parser": "3.3.0",
"@typescript-eslint/typescript-estree": "3.3.0",
"eslint-plugin-promise": "~4.2.1",
"eslint-plugin-react": "~7.16.0",
"eslint-plugin-react": "~7.20.0",
"eslint-plugin-security": "~1.4.0",
"eslint-plugin-tsdoc": "~0.2.4"
"eslint-plugin-tsdoc": "~0.2.5"
},
"devDependencies": {
"eslint": "~6.5.1",
"eslint": "~7.2.0",
"typescript": "~3.5.3"
}
}
14 changes: 7 additions & 7 deletions stack/eslint-plugin/package.json
Expand Up @@ -21,18 +21,18 @@
"build": "gulp test --clean"
},
"peerDependencies": {
"eslint": "^5.0.0 || ^6.0.0"
"eslint": "^6.0.0 || ^7.0.0"
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.10",
"@microsoft/rush-stack-compiler-3.5": "0.4.4",
"@types/eslint": "6.1.3",
"@types/estree": "0.0.39",
"@types/eslint": "7.2.0",
"@types/estree": "0.0.44",
"@types/node": "10.17.13",
"@typescript-eslint/experimental-utils": "2.3.3",
"@typescript-eslint/parser": "2.3.3",
"@typescript-eslint/typescript-estree": "2.3.3",
"eslint": "~6.5.1",
"@typescript-eslint/experimental-utils": "3.3.0",
"@typescript-eslint/parser": "3.3.0",
"@typescript-eslint/typescript-estree": "3.3.0",
"eslint": "~7.2.0",
"gulp": "~4.0.2",
"typescript": "~3.5.3"
}
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-2.4/package.json
Expand Up @@ -24,7 +24,7 @@
"@rushstack/eslint-config": "0.5.8",
"@types/node": "10.17.13",
"import-lazy": "~4.0.0",
"eslint": "~6.5.1",
"eslint": "~7.2.0",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~2.4.2"
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-2.7/package.json
Expand Up @@ -24,7 +24,7 @@
"@rushstack/eslint-config": "0.5.8",
"@types/node": "10.17.13",
"import-lazy": "~4.0.0",
"eslint": "~6.5.1",
"eslint": "~7.2.0",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~2.7.2"
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-2.8/package.json
Expand Up @@ -24,7 +24,7 @@
"@rushstack/eslint-config": "0.5.8",
"@types/node": "10.17.13",
"import-lazy": "~4.0.0",
"eslint": "~6.5.1",
"eslint": "~7.2.0",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~2.8.4"
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-2.9/package.json
Expand Up @@ -24,7 +24,7 @@
"@rushstack/eslint-config": "0.5.8",
"@types/node": "10.17.13",
"import-lazy": "~4.0.0",
"eslint": "~6.5.1",
"eslint": "~7.2.0",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~2.9.2"
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-3.0/package.json
Expand Up @@ -24,7 +24,7 @@
"@rushstack/eslint-config": "0.5.8",
"@types/node": "10.17.13",
"import-lazy": "~4.0.0",
"eslint": "~6.5.1",
"eslint": "~7.2.0",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~3.0.3"
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-3.1/package.json
Expand Up @@ -24,7 +24,7 @@
"@rushstack/eslint-config": "0.5.8",
"@types/node": "10.17.13",
"import-lazy": "~4.0.0",
"eslint": "~6.5.1",
"eslint": "~7.2.0",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~3.1.6"
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-3.2/package.json
Expand Up @@ -24,7 +24,7 @@
"@rushstack/eslint-config": "0.5.8",
"@types/node": "10.17.13",
"import-lazy": "~4.0.0",
"eslint": "~6.5.1",
"eslint": "~7.2.0",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~3.2.4"
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-3.3/package.json
Expand Up @@ -24,7 +24,7 @@
"@rushstack/eslint-config": "0.5.8",
"@types/node": "10.17.13",
"import-lazy": "~4.0.0",
"eslint": "~6.5.1",
"eslint": "~7.2.0",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~3.3.3"
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-3.4/package.json
Expand Up @@ -24,7 +24,7 @@
"@rushstack/eslint-config": "0.5.8",
"@types/node": "10.17.13",
"import-lazy": "~4.0.0",
"eslint": "~6.5.1",
"eslint": "~7.2.0",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~3.4.3"
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-3.5/package.json
Expand Up @@ -24,7 +24,7 @@
"@rushstack/eslint-config": "0.5.8",
"@types/node": "10.17.13",
"import-lazy": "~4.0.0",
"eslint": "~6.5.1",
"eslint": "~7.2.0",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~3.5.3"
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-3.6/package.json
Expand Up @@ -24,7 +24,7 @@
"@rushstack/eslint-config": "0.5.8",
"@types/node": "10.17.13",
"import-lazy": "~4.0.0",
"eslint": "~6.5.1",
"eslint": "~7.2.0",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~3.6.4"
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-3.7/package.json
Expand Up @@ -24,7 +24,7 @@
"@rushstack/eslint-config": "0.5.8",
"@types/node": "10.17.13",
"import-lazy": "~4.0.0",
"eslint": "~6.5.1",
"eslint": "~7.2.0",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~3.7.2"
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-3.8/package.json
Expand Up @@ -24,7 +24,7 @@
"@rushstack/eslint-config": "0.5.8",
"@types/node": "10.17.13",
"import-lazy": "~4.0.0",
"eslint": "~6.5.1",
"eslint": "~7.2.0",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~3.8.3"
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-3.9/package.json
Expand Up @@ -24,7 +24,7 @@
"@rushstack/eslint-config": "0.5.8",
"@types/node": "10.17.13",
"import-lazy": "~4.0.0",
"eslint": "~6.5.1",
"eslint": "~7.2.0",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~3.9.5"
Expand Down

0 comments on commit 8d37a20

Please sign in to comment.