Skip to content

Commit 5bdaf36

Browse files
SamChou19815facebook-github-bot
authored andcommitted
Deploy 0.258.0 to xplat
Reviewed By: gkz Differential Revision: D67810693 fbshipit-source-id: 82e858d4d5ef3c9896ea3bd58a4f4364dce5bdd0
1 parent 35dc1ea commit 5bdaf36

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

.flowconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ untyped-import
4141
untyped-type-import
4242

4343
[version]
44-
^0.257.1
44+
^0.258.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"eslint-plugin-relay": "1.8.3",
6161
"eslint-plugin-relay-internal": "link:./packages/eslint-plugin-relay-internal",
6262
"fbjs": "^3.0.2",
63-
"flow-bin": "^0.257.1",
63+
"flow-bin": "^0.258.0",
6464
"glob": "^7.1.1",
6565
"graphql": "15.3.0",
6666
"gulp": "4.0.2",

packages/react-relay/relay-hooks/__tests__/useLazyLoadQueryNode-activity-test.js

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ beforeEach(() => {
177177
const originalDisposable = originalRetain(...args);
178178
return {
179179
dispose: () => {
180+
// $FlowFixMe[prop-missing]
180181
release(args[0].variables);
181182
originalDisposable.dispose();
182183
},

packages/react-relay/relay-hooks/__tests__/useLazyLoadQueryNode-test.js

+1
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ beforeEach(() => {
195195
const originalDisposable = originalRetain(...args);
196196
return {
197197
dispose: () => {
198+
// $FlowFixMe[prop-missing]
198199
release(args[0].variables);
199200
originalDisposable.dispose();
200201
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3864,10 +3864,10 @@ flatted@^3.1.0:
38643864
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.6.tgz#022e9218c637f9f3fc9c35ab9c9193f05add60b2"
38653865
integrity sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ==
38663866

3867-
flow-bin@^0.257.1:
3868-
version "0.257.1"
3869-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.257.1.tgz#0cae61fb756b443b5cbbb4637905570579f9a216"
3870-
integrity sha512-jDn/4uCXX8NlnRJbQD/4B60Id7Vm1+y+LsgJMevhN+6vCPZ1jVV8LGGTcdhsogyIPf9orTt5fROo2FemRZD9kA==
3867+
flow-bin@^0.258.0:
3868+
version "0.258.0"
3869+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.258.0.tgz#4aa2ee3166af8be2c4d8ae0b85384f67b6379a6e"
3870+
integrity sha512-7Vn3NEAB3abwUi6j6UlQrqAJIsfmB0WS/TmFnSJlyMv0dL5DURwAjw0RbHoknz8rX5UY8KgFWjDtPO6xTOS3ng==
38713871

38723872
flush-write-stream@^1.0.2:
38733873
version "1.1.1"

0 commit comments

Comments
 (0)