From c5cc43e456ead5438a6dae0698aa7354a814095e Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 11:34:32 +0200 Subject: [PATCH] =?UTF-8?q?Update=20@typescript-eslint/parser=20to=20the?= =?UTF-8?q?=20latest=20version=20=F0=9F=9A=80=20(#25)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ci(multiOS): add windows, osx and linux as matrix for Travis CI * fix(FileSystemService): readDirectory for symlinks on win32 * ci(config): remove osx pipeline * refactor(FileSystems): remove support for symbolic links * refactor(FileSystems): remove support for symbolic links * fix(FileSystem): win32 os fixed * fix(FileSystem): support win32 arch * fix(FileSystem): support win32 arch * fix(FileSystem): support win32 arch * refactor(VirtualFileSystemService): use memfs instead of own implementation - fixes win support * fix(FileSystem): support win32 arch * fix: all FS tests on OSX * refactor(sharedSubpath): renamed variables and added comment, fixed specs * ci: restrict OS jobs just for pull requests * fix: set separator based on OS * chore(package): update @typescript-eslint/parser to version 2.0.0 * test: review notes resolved * refactor(VirtualFileSystemService): removed duplicated logic with FileSystemService * refactor(FileSystemService): removed VFSS and renamed files to FSS * refactor(FileSystemService): removed VFSS and renamed files to FSS * fix windows * fix windows * fix windows * refactor(FileSystemService): removed VFSS and renamed files to FSS * ci: do not verify gpg * feat(eslint): install eslint-parser --- package.json | 2 +- yarn.lock | 29 +++++++++++++++++++++++------ 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 953cc0c2c..e1f16bc88 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@types/rimraf": "^2.0.2", "@types/semver": "^6.0.1", "@typescript-eslint/eslint-plugin": "^1.13.0", - "@typescript-eslint/parser": "^1.13.0", + "@typescript-eslint/parser": "^2.0.0", "codecov": "^3.5.0", "eslint": "^6.1.0", "eslint-config-prettier": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 0b9a3b7ac..b9f42fde5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -648,14 +648,23 @@ "@typescript-eslint/typescript-estree" "1.13.0" eslint-scope "^4.0.0" -"@typescript-eslint/parser@^1.13.0": - version "1.13.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.13.0.tgz#61ac7811ea52791c47dc9fd4dd4a184fae9ac355" - integrity sha512-ITMBs52PCPgLb2nGPoeT4iU3HdQZHcPaZVw+7CsFagRJHUhyeTgorEwHXhFf3e7Evzi8oujKNpHc8TONth8AdQ== +"@typescript-eslint/experimental-utils@2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.0.0.tgz#f3d298bb411357f35c4184e24280b256b6321949" + integrity sha512-XGJG6GNBXIEx/mN4eTRypN/EUmsd0VhVGQ1AG+WTgdvjHl0G8vHhVBHrd/5oI6RRYBRnedNymSYWW1HAdivtmg== + dependencies: + "@types/json-schema" "^7.0.3" + "@typescript-eslint/typescript-estree" "2.0.0" + eslint-scope "^4.0.0" + +"@typescript-eslint/parser@^2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.0.0.tgz#4273bb19d03489daf8372cdaccbc8042e098178f" + integrity sha512-ibyMBMr0383ZKserIsp67+WnNVoM402HKkxqXGlxEZsXtnGGurbnY90pBO3e0nBUM7chEEOcxUhgw9aPq7fEBA== dependencies: "@types/eslint-visitor-keys" "^1.0.0" - "@typescript-eslint/experimental-utils" "1.13.0" - "@typescript-eslint/typescript-estree" "1.13.0" + "@typescript-eslint/experimental-utils" "2.0.0" + "@typescript-eslint/typescript-estree" "2.0.0" eslint-visitor-keys "^1.0.0" "@typescript-eslint/typescript-estree@1.13.0": @@ -666,6 +675,14 @@ lodash.unescape "4.0.1" semver "5.5.0" +"@typescript-eslint/typescript-estree@2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.0.0.tgz#c9f6c0efd1b11475540d6a55dc973cc5b9a67e77" + integrity sha512-NXbmzA3vWrSgavymlzMWNecgNOuiMMp62MO3kI7awZRLRcsA1QrYWo6q08m++uuAGVbXH/prZi2y1AWuhSu63w== + dependencies: + lodash.unescape "4.0.1" + semver "^6.2.0" + JSONStream@^1.3.4: version "1.3.5" resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"