From 0483404d827416b7270e8a42b84e424035127892 Mon Sep 17 00:00:00 2001 From: Jan Kassens Date: Wed, 12 Feb 2020 09:44:40 -0800 Subject: [PATCH] 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 eslint-plugin-relay@1.6.0 Changelog: [General] [Changed] - upgrade eslint-plugin-relay to 1.6.0 Reviewed By: alunyov Differential Revision: D19856543 fbshipit-source-id: 2fe3b49f6cd2d170132132557ec8834ca7e94181 --- package.json | 11 +++++------ yarn.lock | 25 +++++++++---------------- 2 files changed, 14 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index ea0905981bfa9d..5602352d8b4c56 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "base64-js": "^1.1.2", "connect": "^3.6.5", "escape-string-regexp": "^1.0.5", - "eslint-plugin-relay": "1.4.1", + "eslint-plugin-relay": "1.6.0", "event-target-shim": "^5.0.1", "fbjs": "^1.0.0", "fbjs-scripts": "^1.1.0", @@ -139,7 +139,7 @@ "eslint-plugin-react": "7.12.4", "eslint-plugin-react-hooks": "^2.0.1", "eslint-plugin-react-native": "3.8.1", - "eslint-plugin-relay": "1.4.1", + "eslint-plugin-relay": "1.6.0", "flow-bin": "^0.118.0", "flow-remove-types": "1.2.3", "jest": "^24.9.0", @@ -160,10 +160,9 @@ "specs": "", "configurations": { "android.emu.release": { - "binaryPath": "RNTester/android/app/build/outputs/apk/hermes/release/app-hermes-x86-release.apk", + "binaryPath": "RNTester/android/app/build/outputs/apk/hermes/release/app-hermes-x86-release.apk", "testBinaryPath": "RNTester/android/app/build/outputs/apk/androidTest/hermes/release/app-hermes-release-androidTest.apk", - "build": - "./gradlew RNTester:android:app:assembleRelease RNTester:android:app:assembleAndroidTest -DtestBuildType=release", + "build": "./gradlew RNTester:android:app:assembleRelease RNTester:android:app:assembleAndroidTest -DtestBuildType=release", "type": "android.emulator", "device": { "avdName": "Nexus_6_API_29" @@ -177,7 +176,7 @@ "device": { "avdName": "Nexus_6_API_29" } - }, + }, "ios.sim.release": { "binaryPath": "RNTester/build/Build/Products/Release-iphonesimulator/RNTester.app/", "build": "xcodebuild -workspace RNTester/RNTesterPods.xcworkspace -scheme RNTester -configuration Release -sdk iphonesimulator -derivedDataPath RNTester/build -UseModernBuildSystem=NO -quiet", diff --git a/yarn.lock b/yarn.lock index 954a2d855ee380..f687c013f9a74d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3083,12 +3083,12 @@ eslint-plugin-react@7.12.4: 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"