Skip to content

Commit b640ee5

Browse files
dependabot[bot]antross
authored andcommitted
Upgrade: Bump @typescript-eslint/eslint-plugin from 4.28.5 to 4.33.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.28.5 to 4.33.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8ad0802 commit b640ee5

File tree

85 files changed

+123
-122
lines changed

Some content is hidden

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

85 files changed

+123
-122
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@types/semver": "^7.3.9",
1111
"@types/shelljs": "^0.8.9",
1212
"@types/yargs": "^17.0.5",
13-
"@typescript-eslint/eslint-plugin": "^4.28.5",
13+
"@typescript-eslint/eslint-plugin": "^4.33.0",
1414
"@typescript-eslint/parser": "^4.28.1",
1515
"builtin-modules": "^3.2.0",
1616
"chalk": "^4.1.2",

packages/connector-jsdom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/lodash": "^4.14.176",
2727
"@types/node": "^15.6.1",
2828
"@types/sinon": "^10.0.4",
29-
"@typescript-eslint/eslint-plugin": "^4.28.5",
29+
"@typescript-eslint/eslint-plugin": "^4.33.0",
3030
"@typescript-eslint/parser": "^4.28.1",
3131
"ava": "^3.15.0",
3232
"copyfiles": "^2.4.1",

packages/connector-local/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/node": "^15.6.1",
2626
"@types/proxyquire": "^1.3.28",
2727
"@types/sinon": "^10.0.4",
28-
"@typescript-eslint/eslint-plugin": "^4.28.5",
28+
"@typescript-eslint/eslint-plugin": "^4.33.0",
2929
"@typescript-eslint/parser": "^4.28.1",
3030
"ava": "^3.15.0",
3131
"copyfiles": "^2.4.1",

packages/connector-puppeteer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/puppeteer": "^5.4.3",
3131
"@types/puppeteer-core": "^5.4.0",
3232
"@types/sinon": "^10.0.4",
33-
"@typescript-eslint/eslint-plugin": "^4.28.5",
33+
"@typescript-eslint/eslint-plugin": "^4.33.0",
3434
"@typescript-eslint/parser": "^4.28.1",
3535
"ava": "^3.15.0",
3636
"copyfiles": "^2.4.1",

packages/create-hint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@hint/utils-tests-helpers": "^6.3.7",
2222
"@hint/utils-create-server": "^3.4.13",
23-
"@typescript-eslint/eslint-plugin": "^4.28.5",
23+
"@typescript-eslint/eslint-plugin": "^4.33.0",
2424
"@typescript-eslint/parser": "^4.28.1",
2525
"@types/mkdirp": "^1.0.2",
2626
"@types/node": "^15.6.1",

packages/create-hintrc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/node": "^15.6.1",
2525
"@types/proxyquire": "^1.3.28",
2626
"@types/sinon": "^10.0.4",
27-
"@typescript-eslint/eslint-plugin": "^4.28.5",
27+
"@typescript-eslint/eslint-plugin": "^4.33.0",
2828
"@typescript-eslint/parser": "^4.28.1",
2929
"ava": "^3.15.0",
3030
"copyfiles": "^2.4.1",

packages/create-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/node": "^15.6.1",
2323
"@types/proxyquire": "^1.3.28",
2424
"@types/sinon": "^10.0.4",
25-
"@typescript-eslint/eslint-plugin": "^4.28.5",
25+
"@typescript-eslint/eslint-plugin": "^4.33.0",
2626
"@typescript-eslint/parser": "^4.28.1",
2727
"ava": "^3.15.0",
2828
"copyfiles": "^2.4.1",

packages/extension-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/react": "^17.0.11",
6060
"@types/react-dom": "^17.0.10",
6161
"@types/sinon": "^10.0.4",
62-
"@typescript-eslint/eslint-plugin": "^4.28.5",
62+
"@typescript-eslint/eslint-plugin": "^4.33.0",
6363
"@typescript-eslint/parser": "^4.28.1",
6464
"assert": "^2.0.0",
6565
"ava": "^3.15.0",

packages/extension-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/proxyquire": "^1.3.28",
3333
"@types/sinon": "^10.0.4",
3434
"@types/vscode": "^1.60.0",
35-
"@typescript-eslint/eslint-plugin": "^4.28.5",
35+
"@typescript-eslint/eslint-plugin": "^4.33.0",
3636
"@typescript-eslint/parser": "^4.28.1",
3737
"ava": "^3.15.0",
3838
"copyfiles": "^2.4.1",

packages/formatter-codeframe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/proxyquire": "^1.3.28",
2525
"@types/node": "^15.6.1",
2626
"@types/sinon": "^10.0.4",
27-
"@typescript-eslint/eslint-plugin": "^4.28.5",
27+
"@typescript-eslint/eslint-plugin": "^4.33.0",
2828
"@typescript-eslint/parser": "^4.28.1",
2929
"ava": "^3.15.0",
3030
"copyfiles": "^2.4.1",

0 commit comments

Comments
 (0)