From f79f575e7ee651e95496991512080dcd5660ca47 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 01:33:25 +0000 Subject: [PATCH 1/3] chore(deps-dev): bump @typescript-eslint/eslint-plugin Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.24.0 to 2.25.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/v2.25.0/packages/eslint-plugin) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 35 +++++++++++++---------------------- package.json | 2 +- 2 files changed, 14 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3857a28..5c3e2b2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -368,27 +368,17 @@ "dev": true }, "@typescript-eslint/eslint-plugin": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.24.0.tgz", - "integrity": "sha512-wJRBeaMeT7RLQ27UQkDFOu25MqFOBus8PtOa9KaT5ZuxC1kAsd7JEHqWt4YXuY9eancX0GK9C68i5OROnlIzBA==", + "version": "2.25.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.25.0.tgz", + "integrity": "sha512-W2YyMtjmlrOjtXc+FtTelVs9OhuR6OlYc4XKIslJ8PUJOqgYYAPRJhAqkYRQo3G4sjvG8jSodsNycEn4W2gHUw==", "dev": true, "requires": { - "@typescript-eslint/experimental-utils": "2.24.0", - "eslint-utils": "^1.4.3", + "@typescript-eslint/experimental-utils": "2.25.0", "functional-red-black-tree": "^1.0.1", "regexpp": "^3.0.0", "tsutils": "^3.17.1" }, "dependencies": { - "eslint-utils": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.3.tgz", - "integrity": "sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==", - "dev": true, - "requires": { - "eslint-visitor-keys": "^1.1.0" - } - }, "regexpp": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.0.0.tgz", @@ -398,14 +388,15 @@ } }, "@typescript-eslint/experimental-utils": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.24.0.tgz", - "integrity": "sha512-DXrwuXTdVh3ycNCMYmWhUzn/gfqu9N0VzNnahjiDJvcyhfBy4gb59ncVZVxdp5XzBC77dCncu0daQgOkbvPwBw==", + "version": "2.25.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.25.0.tgz", + "integrity": "sha512-0IZ4ZR5QkFYbaJk+8eJ2kYeA+1tzOE1sBjbwwtSV85oNWYUBep+EyhlZ7DLUCyhMUGuJpcCCFL0fDtYAP1zMZw==", "dev": true, "requires": { "@types/json-schema": "^7.0.3", - "@typescript-eslint/typescript-estree": "2.24.0", - "eslint-scope": "^5.0.0" + "@typescript-eslint/typescript-estree": "2.25.0", + "eslint-scope": "^5.0.0", + "eslint-utils": "^2.0.0" } }, "@typescript-eslint/parser": { @@ -485,9 +476,9 @@ } }, "@typescript-eslint/typescript-estree": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.24.0.tgz", - "integrity": "sha512-RJ0yMe5owMSix55qX7Mi9V6z2FDuuDpN6eR5fzRJrp+8in9UF41IGNQHbg5aMK4/PjVaEQksLvz0IA8n+Mr/FA==", + "version": "2.25.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.25.0.tgz", + "integrity": "sha512-VUksmx5lDxSi6GfmwSK7SSoIKSw9anukWWNitQPqt58LuYrKalzsgeuignbqnB+rK/xxGlSsCy8lYnwFfB6YJg==", "dev": true, "requires": { "debug": "^4.1.1", diff --git a/package.json b/package.json index 91c8ace9..f8eb1718 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint-restricted-globals": "^0.2.0" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "2.24.0", + "@typescript-eslint/eslint-plugin": "2.25.0", "@typescript-eslint/parser": "2.25.0", "eslint": "6.8.0", "eslint-find-rules": "3.4.0", From 231a036c6ed31f9c61c30d85160a0d8c6dd60872 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Tue, 24 Mar 2020 10:53:10 +0900 Subject: [PATCH 2/3] fix(typescript): turn off `class-literal-property-style` --- rules/plugins/typescript.js | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/plugins/typescript.js b/rules/plugins/typescript.js index 025a5561..37fd8691 100644 --- a/rules/plugins/typescript.js +++ b/rules/plugins/typescript.js @@ -9,6 +9,7 @@ module.exports = { "@typescript-eslint/array-type": "off", "@typescript-eslint/await-thenable": "off", "@typescript-eslint/ban-ts-comment": "off", + "@typescript-eslint/class-literal-property-style": "off", "@typescript-eslint/consistent-type-definitions": "off", "default-param-last": "off", "@typescript-eslint/default-param-last": "error", // eslint-disable-line sort-keys From 23fd3bdc7acdd4f69bbff308f6694b213a46e52d Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Tue, 24 Mar 2020 10:53:56 +0900 Subject: [PATCH 3/3] fix(deps): bump peer deps --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f8eb1718..63a8a658 100644 --- a/package.json +++ b/package.json @@ -45,8 +45,8 @@ "ybiq": "10.0.0" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": ">=2.23.0 <3", - "@typescript-eslint/parser": ">=2.23.0 <3", + "@typescript-eslint/eslint-plugin": ">=2.25.0 <3", + "@typescript-eslint/parser": ">=2.25.0 <3", "eslint": ">=6.8.0 <7", "prettier": ">=1.19.1 <2", "typescript": ">=3.7.2 <4"