Skip to content

Commit c818131

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 1.11.… (#58)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 1.11.0 to 1.12.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/v1.12.0/packages/eslint-plugin) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 0910a2c commit c818131

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/koa-route": "^3.2.4",
4444
"@types/lodash.merge": "^4.6.6",
4545
"@types/node-uuid": "^0.0.28",
46-
"@typescript-eslint/eslint-plugin": "1.11.0",
46+
"@typescript-eslint/eslint-plugin": "1.12.0",
4747
"@typescript-eslint/parser": "1.11.0",
4848
"babel-eslint": "10.0.2",
4949
"eslint": "5.16.0",

yarn.lock

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -719,12 +719,12 @@
719719
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-12.0.12.tgz#45dd1d0638e8c8f153e87d296907659296873916"
720720
integrity sha512-SOhuU4wNBxhhTHxYaiG5NY4HBhDIDnJF60GU+2LqHAdKKer86//e4yg69aENCtQ04n0ovz+tq2YPME5t5yp4pw==
721721

722-
"@typescript-eslint/eslint-plugin@1.11.0":
723-
version "1.11.0"
724-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.11.0.tgz#870f752c520db04db6d3668af7479026a6f2fb9a"
725-
integrity sha512-mXv9ccCou89C8/4avKHuPB2WkSZyY/XcTQUXd5LFZAcLw1I3mWYVjUu6eS9Ja0QkP/ClolbcW9tb3Ov/pMdcqw==
722+
"@typescript-eslint/eslint-plugin@1.12.0":
723+
version "1.12.0"
724+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.12.0.tgz#96b4e08b5f998a198b8414508b1a289f9e8c549a"
725+
integrity sha512-J/ZTZF+pLNqjXBGNfq5fahsoJ4vJOkYbitWPavA05IrZ7BXUaf4XWlhUB/ic1lpOGTRpLWF+PLAePjiHp6dz8g==
726726
dependencies:
727-
"@typescript-eslint/experimental-utils" "1.11.0"
727+
"@typescript-eslint/experimental-utils" "1.12.0"
728728
eslint-utils "^1.3.1"
729729
functional-red-black-tree "^1.0.1"
730730
regexpp "^2.0.1"
@@ -738,6 +738,14 @@
738738
"@typescript-eslint/typescript-estree" "1.11.0"
739739
eslint-scope "^4.0.0"
740740

741+
"@typescript-eslint/experimental-utils@1.12.0":
742+
version "1.12.0"
743+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.12.0.tgz#98417ee2e0c6fe8d1e50d934a6535d9c0f4277b6"
744+
integrity sha512-s0soOTMJloytr9GbPteMLNiO2HvJ+qgQkRNplABXiVw6vq7uQRvidkby64Gqt/nA7pys74HksHwRULaB/QRVyw==
745+
dependencies:
746+
"@typescript-eslint/typescript-estree" "1.12.0"
747+
eslint-scope "^4.0.0"
748+
741749
"@typescript-eslint/parser@1.11.0":
742750
version "1.11.0"
743751
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.11.0.tgz#2f6d4f7e64eeb1e7c25b422f8df14d0c9e508e36"
@@ -756,6 +764,14 @@
756764
lodash.unescape "4.0.1"
757765
semver "5.5.0"
758766

767+
"@typescript-eslint/typescript-estree@1.12.0":
768+
version "1.12.0"
769+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.12.0.tgz#d8dd0a7cffb5e3c0c3e98714042d83e316dfc9a9"
770+
integrity sha512-nwN6yy//XcVhFs0ZyU+teJHB8tbCm7AIA8mu6E2r5hu6MajwYBY3Uwop7+rPZWUN/IUOHpL8C+iUPMDVYUU3og==
771+
dependencies:
772+
lodash.unescape "4.0.1"
773+
semver "5.5.0"
774+
759775
abab@^2.0.0:
760776
version "2.0.0"
761777
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.0.tgz#aba0ab4c5eee2d4c79d3487d85450fb2376ebb0f"

0 commit comments

Comments
 (0)