-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade eslint-plugin-relay to 1.6.0
Summary: This updates the lint to include an update to `getModuleName` that landed in the compiler a few days ago so that lint and compiler requirements match in all cases again. js1 upgrade dependency -p [email protected] Changelog: [General] [Changed] - upgrade eslint-plugin-relay to 1.6.0 Reviewed By: alunyov Differential Revision: D19856543 fbshipit-source-id: 2fe3b49f6cd2d170132132557ec8834ca7e94181
- Loading branch information
1 parent
ffb82cb
commit 0483404
Showing
2 changed files
with
14 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3083,12 +3083,12 @@ [email protected]: | |
prop-types "^15.6.2" | ||
resolve "^1.9.0" | ||
|
||
eslint-plugin-relay@1.4.1: | ||
version "1.4.1" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-relay/-/eslint-plugin-relay-1.4.1.tgz#5af2ac13e24bd01ad17b6a4014204918d65021cd" | ||
integrity sha512-yb+p+4AxZTi2gXN7cZRfXMBFlRa5j6TtiVeq3yHXyy+tlgYNpxi/dDrP1+tcUTNP9vdaJovnfGZ5jp6kMiH9eg== | ||
eslint-plugin-relay@1.6.0: | ||
version "1.6.0" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-relay/-/eslint-plugin-relay-1.6.0.tgz#983d4f56324b7bead956953cabb8f9c37d384aba" | ||
integrity sha512-9IffG+LbalyxpDswXpsS+DGRDrWb1mrx0zeAGLkzDl26nllzBhpWtMfIjfSdtpbhT4paVn497f4HSAwEQ2CWPw== | ||
dependencies: | ||
graphql "^14.0.0" | ||
graphql "^14.0.0 | ^15.0.0-rc.1" | ||
|
||
eslint-rule-composer@^0.3.0: | ||
version "0.3.0" | ||
|
@@ -3711,12 +3711,10 @@ graceful-fs@^4.1.15: | |
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00" | ||
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA== | ||
|
||
graphql@^14.0.0: | ||
version "14.1.1" | ||
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.1.1.tgz#d5d77df4b19ef41538d7215d1e7a28834619fac0" | ||
integrity sha512-C5zDzLqvfPAgTtP8AUPIt9keDabrdRAqSWjj2OPRKrKxI9Fb65I36s1uCs1UUBFnSWTdO7hyHi7z1ZbwKMKF6Q== | ||
dependencies: | ||
iterall "^1.2.2" | ||
"graphql@^14.0.0 | ^15.0.0-rc.1": | ||
version "15.0.0-rc.2" | ||
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.0.0-rc.2.tgz#6549e52e5415ac08900c432b22d34500c0c3635f" | ||
integrity sha512-X9ZybETBiZ5zndyXm/Yn3dd0nJqiCNZ7w06lnd0zMiCtBR/KQGgxJmnf47Y/P/Fy7JXM4QDF+MeeoH724yc3DQ== | ||
|
||
"growl@~> 1.10.0": | ||
version "1.10.5" | ||
|
@@ -4223,11 +4221,6 @@ istanbul-reports@^2.2.6: | |
dependencies: | ||
html-escaper "^2.0.0" | ||
|
||
iterall@^1.2.2: | ||
version "1.2.2" | ||
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7" | ||
integrity sha512-yynBb1g+RFUPY64fTrFv7nsjRrENBQJaX2UL+2Szc9REFrSNm1rpSXHGzhmAy7a9uv3vlvgBlXnf9RqmPH1/DA== | ||
|
||
jest-changed-files@^24.9.0: | ||
version "24.9.0" | ||
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-24.9.0.tgz#08d8c15eb79a7fa3fc98269bc14b451ee82f8039" | ||
|