From a34efc435202f6328a539afd27145a2f0ac5d2ad Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Nov 2020 13:01:37 +0000 Subject: [PATCH] Bump eslint-config-xo-typescript from 0.35.0 to 0.36.0 Bumps [eslint-config-xo-typescript](https://github.com/xojs/eslint-config-xo-typescript) from 0.35.0 to 0.36.0. - [Release notes](https://github.com/xojs/eslint-config-xo-typescript/releases) - [Commits](https://github.com/xojs/eslint-config-xo-typescript/compare/v0.35.0...v0.36.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c20e45..79b28fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1301,9 +1301,9 @@ } }, "eslint-config-xo-typescript": { - "version": "0.35.0", - "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.35.0.tgz", - "integrity": "sha512-Pgj9mX0T74Ro8FCvVO1ZjWWcPDW6J42SByG4GMRwMXXZrSwOUY83vj4Ii/+Q+amg2XJwyx0o5/sCprUP/nGM0Q==", + "version": "0.36.0", + "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.36.0.tgz", + "integrity": "sha512-wze9CboL9XHj4KRfqFedXjsJ9yM7iiJJnnVgiXJWdwzPXewFfdIUWHQVRoEYjGZ94cA8kVBkKnTCp8pi3EU3HQ==", "dev": true }, "eslint-scope": { diff --git a/package.json b/package.json index 922eb11..44cfeab 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@typescript-eslint/parser": "^4.8.1", "eslint": "^7.13.0", "eslint-config-xo": "^0.33.1", - "eslint-config-xo-typescript": "^0.35.0", + "eslint-config-xo-typescript": "^0.36.0", "husky": "^4.3.0", "nodemon": "^2.0.6", "ts-node": "^9.0.0", diff --git a/yarn.lock b/yarn.lock index f7e45a1..9a4ad7e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -944,10 +944,10 @@ escape-string-regexp@^1.0.5: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= -eslint-config-xo-typescript@^0.35.0: - version "0.35.0" - resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.35.0.tgz#4cd8c1208e0f96b80ec8d39dd61930e978e95b59" - integrity sha512-Pgj9mX0T74Ro8FCvVO1ZjWWcPDW6J42SByG4GMRwMXXZrSwOUY83vj4Ii/+Q+amg2XJwyx0o5/sCprUP/nGM0Q== +eslint-config-xo-typescript@^0.36.0: + version "0.36.0" + resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.36.0.tgz#4161d6342198c176f7264e76fc5fab20dfcc021e" + integrity sha512-wze9CboL9XHj4KRfqFedXjsJ9yM7iiJJnnVgiXJWdwzPXewFfdIUWHQVRoEYjGZ94cA8kVBkKnTCp8pi3EU3HQ== eslint-config-xo@^0.33.1: version "0.33.1"