Skip to content

Commit

Permalink
Update @typescript-eslint/parser to the latest version 🚀 (#25)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
greenkeeper[bot] authored and prokopsimek committed Aug 16, 2019
1 parent 46cebd6 commit c5cc43e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
29 changes: 23 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand All @@ -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"
Expand Down

0 comments on commit c5cc43e

Please sign in to comment.