Upgrade ESLint version to 7.15.0 (#12894)

All the heavy lifting for upgrading our linting packages has been already done here https://github.com/Azure/azure-sdk-for-js/pull/12770. This PR upgrades ESLint only and fixes https://github.com/Azure/azure-sdk-for-js/issues/9050.
This commit is contained in:
Deyaaeldeen Almahallawi 2020-12-15 10:17:43 -05:00 коммит произвёл GitHub
Родитель 1f6765c4af
Коммит 6b838b852d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
57 изменённых файлов: 350 добавлений и 430 удалений

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -58,7 +58,7 @@
"builtin-modules": "~3.1.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"mocha": "^7.1.1",
"rimraf": "^3.0.0",
"rollup": "^1.16.3",

Просмотреть файл

@ -51,8 +51,7 @@
"unit-test:node": "mocha --require source-map-support/register --timeout 10000 --full-trace --recursive dist/tests",
"unit-test:browser": "echo skipped",
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
"test": "npm run clean && npm run build:test && npm run unit-test",
"build:samples": "echo Skipped."
"test": "npm run clean && npm run build:test && npm run unit-test"
},
"engines": {
"node": ">=8.0.0"
@ -61,35 +60,34 @@
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"eslint": ">=6.0.0",
"eslint-plugin-no-only-tests": "^2.0.0",
"eslint-plugin-promise": "^4.0.0"
"eslint": "^7.15.0",
"eslint-plugin-no-only-tests": "^2.4.0",
"eslint-plugin-promise": "^4.2.1"
},
"dependencies": {
"@typescript-eslint/typescript-estree": "^4.9.0",
"@types/eslint": "^7.2.6",
"@types/estree": "^0.0.45",
"eslint-config-prettier": "^6.0.0",
"eslint-config-prettier": "^7.0.0",
"glob": "^7.1.2",
"typescript": "4.1.2",
"tslib": "^2.0.0"
},
"devDependencies": {
"@types/bluebird": "^3.5.27",
"@types/chai": "^4.1.6",
"@types/eslint": "^6.1.0",
"@types/glob": "^7.1.1",
"@types/mocha": "^7.0.2",
"@types/node": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/experimental-utils": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"bluebird": "^3.5.5",
"chai": "^4.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"mocha": "^7.1.1",
"prettier": "^1.16.4",
"rimraf": "^3.0.0",
"source-map-support": "^0.5.9",
"mocha-junit-reporter": "^1.18.0"
"mocha-junit-reporter": "^1.18.0",
"typescript": "4.1.2"
}
}

Просмотреть файл

@ -85,7 +85,7 @@
"cross-env": "^7.0.2",
"csv-parse": "^4.4.0",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"inherits": "^2.0.3",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",

Просмотреть файл

@ -106,7 +106,7 @@
"assert": "^1.4.1",
"chai": "^4.2.0",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"esm": "^3.2.18",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",

Просмотреть файл

@ -93,7 +93,7 @@
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"inherits": "^2.0.3",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.0",

Просмотреть файл

@ -94,7 +94,7 @@
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"inherits": "^2.0.3",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.0",

Просмотреть файл

@ -88,7 +88,7 @@
"chai-as-promised": "^7.1.1",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"inherits": "^2.0.3",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.0",

Просмотреть файл

@ -94,7 +94,7 @@
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"inherits": "^2.0.3",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.0",

Просмотреть файл

@ -81,7 +81,7 @@
"assert": "^1.4.1",
"cross-env": "^7.0.2",
"delay": "^4.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.0",

Просмотреть файл

@ -107,7 +107,7 @@
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"downlevel-dts": "~0.4.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",
"karma-mocha": "^2.0.1",

Просмотреть файл

@ -57,7 +57,7 @@
"devDependencies": {
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@types/node": "^8.0.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"prettier": "^1.16.4",
"typescript": "4.1.2"
}

Просмотреть файл

@ -83,7 +83,7 @@
"assert": "^1.4.1",
"cross-env": "^7.0.2",
"downlevel-dts": "~0.4.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"inherits": "^2.0.3",
"mocha": "^7.1.1",
"mocha-junit-reporter": "^1.18.0",

Просмотреть файл

@ -98,7 +98,7 @@
"chai": "^4.2.0",
"downlevel-dts": "~0.4.0",
"cross-env": "^7.0.2",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"inherits": "^2.0.3",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",

Просмотреть файл

@ -166,7 +166,7 @@
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"downlevel-dts": "~0.4.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"express": "^4.16.3",
"fetch-mock": "^9.10.1",
"glob": "^7.1.2",

Просмотреть файл

@ -113,7 +113,7 @@
"chai": "^4.2.0",
"downlevel-dts": "~0.4.0",
"cross-env": "^7.0.2",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"inherits": "^2.0.3",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",

Просмотреть файл

@ -109,7 +109,7 @@
"@types/node": "^8.0.0",
"assert": "^1.4.1",
"chai": "^4.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.0",

Просмотреть файл

@ -72,7 +72,7 @@
"devDependencies": {
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@types/node": "^8.0.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"prettier": "^1.16.4",
"rimraf": "^3.0.0",
"typescript": "4.1.2"

Просмотреть файл

@ -75,7 +75,7 @@
"@types/node": "^8.0.0",
"assert": "^1.4.1",
"cross-env": "^7.0.2",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"inherits": "^2.0.3",
"mocha": "^7.1.1",
"mocha-junit-reporter": "^1.18.0",

Просмотреть файл

@ -94,7 +94,7 @@
"chai": "^4.2.0",
"downlevel-dts": "~0.4.0",
"cross-env": "^7.0.2",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"inherits": "^2.0.3",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",

Просмотреть файл

@ -88,7 +88,7 @@
"cross-env": "^7.0.2",
"delay": "^4.2.0",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.0",

Просмотреть файл

@ -114,7 +114,7 @@
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"downlevel-dts": "~0.4.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"esm": "^3.2.18",
"execa": "^3.3.0",
"mocha": "^7.1.1",

Просмотреть файл

@ -89,7 +89,7 @@
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"inherits": "^2.0.3",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",

Просмотреть файл

@ -104,7 +104,7 @@
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.0",

Просмотреть файл

@ -132,7 +132,7 @@
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"downlevel-dts": "~0.4.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"esm": "^3.2.18",
"https-proxy-agent": "^5.0.0",
"karma": "^5.1.0",

Просмотреть файл

@ -98,7 +98,7 @@
"chai-string": "^1.5.0",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"esm": "^3.2.18",
"https-proxy-agent": "^5.0.0",
"mocha": "^7.1.1",

Просмотреть файл

@ -88,7 +88,7 @@
"cross-env": "^7.0.2",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"esm": "^3.2.18",
"guid-typescript": "^1.0.9",
"inherits": "^2.0.3",

Просмотреть файл

@ -48,5 +48,8 @@
"typescript": "4.1.2",
"uuid": "^8.3.0",
"yargs": "^15.0.0"
},
"devDependencies": {
"eslint": "^7.15.0"
}
}

Просмотреть файл

@ -100,7 +100,7 @@
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.0",

Просмотреть файл

@ -113,7 +113,7 @@
"@types/uuid": "^8.0.0",
"assert": "^1.4.1",
"cross-env": "^7.0.2",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"express": "^4.16.3",
"inherits": "^2.0.3",
"karma": "^5.1.0",

Просмотреть файл

@ -107,7 +107,7 @@
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"esm": "^3.2.18",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",

Просмотреть файл

@ -121,7 +121,7 @@
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"esm": "^3.2.18",
"fs-extra": "^8.1.0",
"karma": "^5.1.0",

Просмотреть файл

@ -63,7 +63,7 @@
},
"devDependencies": {
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"prettier": "^1.16.4",
"rimraf": "^3.0.0",
"typescript": "4.1.2"

Просмотреть файл

@ -113,7 +113,7 @@
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"esm": "^3.2.18",
"fs-extra": "^8.1.0",
"karma": "^5.1.0",

Просмотреть файл

@ -119,7 +119,7 @@
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"esm": "^3.2.18",
"fs-extra": "^8.1.0",
"karma": "^5.1.0",

Просмотреть файл

@ -99,7 +99,7 @@
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.0",

Просмотреть файл

@ -66,7 +66,7 @@
"@microsoft/api-extractor": "7.7.11",
"@types/mocha": "^7.0.2",
"@types/node": "^10.0.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"eslint-plugin-node": "^11.1.0",
"execa": "^3.3.0",
"mocha": "^7.1.1",

Просмотреть файл

@ -88,7 +88,7 @@
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.0",

Просмотреть файл

@ -100,7 +100,7 @@
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.0",

Просмотреть файл

@ -98,7 +98,7 @@
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"inherits": "^2.0.3",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",

Просмотреть файл

@ -139,7 +139,7 @@
"delay": "^4.2.0",
"dotenv": "^8.2.0",
"downlevel-dts": "~0.4.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"esm": "^3.2.18",
"glob": "^7.1.2",
"https-proxy-agent": "^5.0.0",
@ -173,4 +173,4 @@
"@types/sinon": "^9.0.4",
"events": "^3.0.0"
}
}
}

Просмотреть файл

@ -122,7 +122,7 @@
"dotenv": "^8.2.0",
"downlevel-dts": "~0.4.0",
"es6-promise": "^4.2.5",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"esm": "^3.2.18",
"inherits": "^2.0.3",
"karma": "^5.1.0",

Просмотреть файл

@ -143,7 +143,7 @@
"dotenv": "^8.2.0",
"downlevel-dts": "~0.4.0",
"es6-promise": "^4.2.5",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"esm": "^3.2.18",
"inherits": "^2.0.3",
"karma": "^5.1.0",

Просмотреть файл

@ -127,7 +127,7 @@
"dotenv": "^8.2.0",
"downlevel-dts": "~0.4.0",
"es6-promise": "^4.2.5",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"esm": "^3.2.18",
"execa": "^3.3.0",
"fs-extra": "^8.1.0",

Просмотреть файл

@ -135,7 +135,7 @@
"dotenv": "^8.2.0",
"downlevel-dts": "~0.4.0",
"es6-promise": "^4.2.5",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"esm": "^3.2.18",
"inherits": "^2.0.3",
"karma": "^5.1.0",

Просмотреть файл

@ -64,7 +64,7 @@
"dotenv": "^8.2.0",
"downlevel-dts": "~0.4.0",
"es6-promise": "^4.2.5",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"esm": "^3.2.18",
"inherits": "^2.0.3",
"karma": "^5.1.0",

Просмотреть файл

@ -131,7 +131,7 @@
"dotenv": "^8.2.0",
"downlevel-dts": "~0.4.0",
"es6-promise": "^4.2.5",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"esm": "^3.2.18",
"inherits": "^2.0.3",
"karma": "^5.1.0",

Просмотреть файл

@ -32,7 +32,7 @@
"types": "./types/synapse-access-control.d.ts",
"devDependencies": {
"typescript": "4.1.2",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"rimraf": "^3.0.0",
"rollup": "^1.16.3",

Просмотреть файл

@ -34,7 +34,7 @@
"types": "./types/synapse-artifacts.d.ts",
"devDependencies": {
"typescript": "4.1.2",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"rimraf": "^3.0.0",
"rollup": "^1.16.3",

Просмотреть файл

@ -33,7 +33,7 @@
"types": "./types/synapse-managed-private-endpoints.d.ts",
"devDependencies": {
"typescript": "4.1.2",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"rimraf": "^3.0.0",
"rollup": "^1.16.3",

Просмотреть файл

@ -32,7 +32,7 @@
"types": "./types/synapse-monitoring.d.ts",
"devDependencies": {
"typescript": "4.1.2",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"rimraf": "^3.0.0",
"rollup": "^1.16.3",

Просмотреть файл

@ -32,7 +32,7 @@
"types": "./types/synapse-spark.d.ts",
"devDependencies": {
"typescript": "4.1.2",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"rimraf": "^3.0.0",
"rollup": "^1.16.3",

Просмотреть файл

@ -88,7 +88,7 @@
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"downlevel-dts": "~0.4.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"inherits": "^2.0.3",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",

Просмотреть файл

@ -80,7 +80,7 @@
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"inherits": "^2.0.3",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",

Просмотреть файл

@ -74,7 +74,7 @@
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@types/node": "^8.0.0",
"@types/node-fetch": "^2.5.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.0",

Просмотреть файл

@ -87,7 +87,7 @@
"@types/mock-fs": "~4.10.0",
"chai": "^4.2.0",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.0",

Просмотреть файл

@ -104,7 +104,7 @@
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.0",