Evan Yeung
5f8808a4f8
Deploy 0.185.0 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: SamChou19815
Differential Revision: D38810908
fbshipit-source-id: a397d899ce436a65d187eee8369b6e5bfa405539
2022-08-17 21:59:58 -07:00
Sam Zhou
e509f96baf
Replace experimental.env_mode=resolved
with inference_mode=constrain_writes
...
Summary: Changelog: [internal]
Reviewed By: panagosg7
Differential Revision: D38555080
fbshipit-source-id: 67e0de5d8be7d8ab01a85a06cd5c5ce0b3384e61
2022-08-09 19:05:03 -07:00
Marshall Roch
39b48b1c1d
Upgrade to Flow 0.184.0
...
Summary: Changelog: [Internal]
Reviewed By: SamChou19815
Differential Revision: D38415143
fbshipit-source-id: f5c672dc7fca7e0e81a65963cbd148bfca5deaf3
2022-08-03 21:07:47 -07:00
Marshall Roch
1af2beaaa3
Upgrade to Flow 0.183.1
...
Summary: Changelog: [Internal]
Reviewed By: evanyeung
Differential Revision: D38264284
fbshipit-source-id: 8e2d6f99914b282ab1ef8ede60e5ac236747faf4
2022-07-28 18:21:07 -07:00
Sam Zhou
087f142cb7
Release resolved-env
...
Summary: Changelog: [internal]
Reviewed By: bradzacher
Differential Revision: D38054157
fbshipit-source-id: 6f859e45623168e5b17b5303adb5955b74fc3641
2022-07-21 21:17:16 -07:00
Pieter Vanderwerff
8fbcb0b6a3
Deploy 0.183.0 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: suvarshibhadra, SamChou19815
Differential Revision: D38020761
fbshipit-source-id: 7e55f270e9fcf6f7991946432cf63aff6ee4d5b2
2022-07-21 13:08:33 -07:00
George Zahariev
ef2355fd32
Update github flowconfigs to enable exact_empty_objects option
...
Summary:
The empty object literal `{}` now has the type `{}` - i.e. an exact empty object - rather than being unsealed.
Enable the option in the github flowconfigs
Changelog: [Internal]
Reviewed By: pieterv
Differential Revision: D37836634
fbshipit-source-id: 8ef0cfaf1d0420ae71723e04163f00c43c550e07
2022-07-13 17:04:00 -07:00
Evan Yeung
08f6b859d1
Deploy 0.182.0 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: SamChou19815
Differential Revision: D37700466
fbshipit-source-id: 66b9a032268daa0d5c27d74bf1c11cd290d1412c
2022-07-07 21:52:40 -07:00
Marshall Roch
d6c08bd387
Deploy Flow 0.181.2
...
Summary: Changelog: [Internal]
Reviewed By: evanyeung, SamChou19815
Differential Revision: D37541260
fbshipit-source-id: 8b8cdf72be57ce647b93f86c580becef2f96874c
2022-06-29 22:39:10 -07:00
Marshall Roch
e549227e62
Deploy Flow 0.181.0
...
Summary: Changelog: [Internal]
Reviewed By: SamChou19815
Differential Revision: D37392308
fbshipit-source-id: 6fb76725065a604a81686c546a779decca3cd0a5
2022-06-23 15:56:27 -07:00
Jordan Brown
e5f7e4022a
Deploy 0.180.1 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: SamChou19815
Differential Revision: D37313175
fbshipit-source-id: 3a8507a4914bcafb1ec84ed260d67cd28bba9169
2022-06-21 09:08:35 -07:00
Pieter Vanderwerff
90cb8ea2a6
Deploy 0.180.0 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: gkz
Differential Revision: D37075801
fbshipit-source-id: 2e5eef84b4dde7fe789d7506a32dbbaeb7ae3b8f
2022-06-10 13:39:59 -07:00
Evan Yeung
0262b49db9
Deploy 0.179.0 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: gkz
Differential Revision: D36710466
fbshipit-source-id: 4dff0bf2f57d695abc183be9f89147f239fb4953
2022-06-02 09:43:05 -07:00
Jordan Brown
4f1aa4d686
Turn on env-mode ssa
...
Summary:
Turns on the ssa env mode in Flow, which supercedes constrained writes with additional fixes
to refinement invalidation.
Reviewed By: SamChou19815
Differential Revision: D36717890
fbshipit-source-id: 20ee963591e8b454458273ac5aa86798e94a8bbd
2022-05-26 15:09:37 -07:00
Jordan Brown
6064fd0600
Presuppress xplat and upgrade to 0.178.1
...
Summary:
This diff upgrades xplat to 0.178.1 and pre-suppresses errors from turning on constrained writes.
To generate this diff I:
* Modified every `env_mode=constrain_writes` to `env_mode=ssa` and made a commit (this is so our upgrade script will work)
* Ran scripts/flow/upgrade.sh 0.178.1 to upgrade all the flowconfigs to 178.1 and suppress new-env errors
* Modified arvr/js/flowconfig.ejs to use 0.178.1 and ran `scripts/gen-flowconfig/gen-flowconfig --project arvr`
* Modified xplat/js/flowconfig.ejs to use 0.178.1 and ran `scripts/gen-flowconfig/gen-flowconfig --project xplat`
* Unstacked from the commit in point 1
Reviewed By: SamChou19815
Differential Revision: D36676019
fbshipit-source-id: c3032f18ed838afc327f00de563e7f20713bdc26
2022-05-26 12:59:52 -07:00
Sam Zhou
bd7eb45a7d
Enable constrain writes
...
Summary: Changelog: [Internal]
Reviewed By: gkz
Differential Revision: D36506286
fbshipit-source-id: 0dfe0b61a370ea5c6767552047544078f21a2a1c
2022-05-19 21:14:33 -07:00
Sam Zhou
e584fd16a1
Revert D36417372: Enable constrain writes
...
Differential Revision:
D36417372 (f6d119b572
)
Original commit changeset: 24c2219cf636
Original Phabricator Diff: D36417372 (f6d119b572
)
fbshipit-source-id: 8aeb64dcac8f6c3efe30b81bb807c560c58db3fa
2022-05-18 22:48:28 -07:00
Sam Zhou
f6d119b572
Enable constrain writes
...
Summary: Changelog: [Internal]
Reviewed By: jbrown215
Differential Revision: D36417372
fbshipit-source-id: 24c2219cf636753ed6fb456331d39c0f398dd107
2022-05-18 15:06:48 -07:00
Marshall Roch
309d705e6a
Deploy 0.178.0 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: gkz
Differential Revision: D36356453
fbshipit-source-id: e56e4694d4e0811f760a3994a889b48f2ba8cffb
2022-05-12 20:06:24 -07:00
Evan Yeung
73a43901b4
Deploy 0.177.0 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: SamChou19815
Differential Revision: D36141544
fbshipit-source-id: 7e322faa6f902547bb68997d02a50352c525d543
2022-05-06 10:51:36 -07:00
Marshall Roch
17d2a27ff8
upgrade to flow v0.176.3
...
Summary: Changelog: [Internal]
Reviewed By: samwgoldman
Differential Revision: D35864616
fbshipit-source-id: f0d060adc9e0067bdeed077d36c7168ffc17525f
2022-04-22 22:24:38 -07:00
Sam Zhou
0c86597f91
Deploy 0.176.2 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: panagosg7
Differential Revision: D35669393
fbshipit-source-id: b1a3220a22ac1091f599f5179e3c7f6726480752
2022-04-15 01:02:05 -07:00
Panagiotis Vekris
4daeb30f86
Restore 0.175.1 to xplat
...
Summary:
Flow v0.176.1 has a bug when run in a non-lazy mode.
Changelog: [Internal]
Reviewed By: SamChou19815
Differential Revision: D35665720
fbshipit-source-id: a5fa691adf9ab5f5f4a67188fb3b52b4c69ee325
2022-04-14 23:11:50 -07:00
Pieter Vanderwerff
a223874cb5
Deploy 0.176.1 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: SamChou19815
Differential Revision: D35635188
fbshipit-source-id: e85d49e684758198ace639e9f450998c7a32e359
2022-04-13 20:45:21 -07:00
Pieter Vanderwerff
f8dee0e43e
Deploy 0.176.0 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: mroch
Differential Revision: D35603908
fbshipit-source-id: 970831d9d89754772d3e8a641f44f7a3341ce01e
2022-04-13 15:03:28 -07:00
Sam Goldman
fcdcc8a223
Deploy 0.175.1 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: SamChou19815
Differential Revision: D35435999
fbshipit-source-id: a069b14262e70cddb288dfc4882bc88ebe19fe34
2022-04-06 11:12:18 -07:00
Marshall Roch
16397e0d3c
Deploy 0.175.0 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: pieterv
Differential Revision: D35295392
fbshipit-source-id: 7d67c92a387502c14b5367bb9dcda68144a07433
2022-04-01 09:48:13 -07:00
Pieter Vanderwerff
d9f8ac2bc0
Deploy 0.174.1 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: samwgoldman
Differential Revision: D35060408
fbshipit-source-id: 9de9715e07e608dcd2aff2c5896c67edeaff68eb
2022-03-22 17:09:19 -07:00
Evan Yeung
75de6d46e3
Deploy 0.173.0 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: bradzacher
Differential Revision: D34691988
fbshipit-source-id: f9c73d99d09440718cc05318ea415492652ff818
2022-03-14 13:15:22 -07:00
Marshall Roch
2b0d72ae6a
deploy 0.172.0
...
Summary: Changelog: [Internal]
Reviewed By: motiz88
Differential Revision: D34630927
fbshipit-source-id: b8ba532658c58950d4f0237ec0563004333c35ed
2022-03-04 12:01:41 -08:00
Lorenzo Sciandra
df2e934a69
chore(deps): bump CLI version to 7.0.3 to address web debugging issue ( #33156 )
...
Summary:
Doing this patch level bump to ensure that all packages consuming `react-native` will get `7.0.3` and not lower 7.x versions.
This is because this new patch contains this fix: https://github.com/react-native-community/cli/pull/1560
(thanks NickGerleman & thymikee for your work!)
We'll have to cherry-pick this into the 0.68 branch.
While at it, I've also done a cheeky `npx yarn-deduplicate` to clean up the `yarn.lock` a bit.
## Changelog
<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/Changelog
-->
[General] [Changed] - Bump RN CLI to v7.0.3 to address web debugging issue
Pull Request resolved: https://github.com/facebook/react-native/pull/33156
Test Plan:
CI + some local testing via `test-manual-e2e`:
<img width="1779" alt="Screenshot 2022-02-21 at 11 40 54" src="https://user-images.githubusercontent.com/16104054/154948695-8c40bb56-87eb-4326-a740-49930994c08b.png ">
Reviewed By: cortinico
Differential Revision: D34385503
Pulled By: motiz88
fbshipit-source-id: f0d8c4e0e92f83c0d819eeaa0fbec27820145968
2022-02-23 05:23:43 -08:00
Pieter Vanderwerff
7ef14af81f
Deploy 0.171.0 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: gkz
Differential Revision: D33992472
fbshipit-source-id: 529c7d5545bbda8eb9660a461a091eeda13288df
2022-02-03 19:10:04 -08:00
Evan Yeung
baea87811f
Deploy v0.170.0 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: panagosg7
Differential Revision: D33756092
fbshipit-source-id: 9a15a7114864c8a41c16e6e0a7729aedd76ae861
2022-01-25 17:23:30 -08:00
Marshall Roch
d1e359a15a
Deploy 0.168.0 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: panagosg7
Differential Revision: D33194236
fbshipit-source-id: a887b35ed1d1903d5564cc588c4d851c3e1b59b6
2021-12-17 14:58:51 -08:00
Evan Yeung
7dfb08a785
Deploy 0.167.1 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: bradzacher
Differential Revision: D33110257
fbshipit-source-id: 29dc5d94194c5db0712efd727f5a372d0356b7c6
2021-12-15 18:58:44 -08:00
Marshall Roch
8ace78c082
Deploy 0.165.0 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: bradzacher
Differential Revision: D32522560
fbshipit-source-id: 34b005f3248281a72acffda00696bc05abd10c20
2021-11-17 22:43:51 -08:00
Pieter Vanderwerff
181464903c
Deploy 0.164.0 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: bradzacher
Differential Revision: D32321328
fbshipit-source-id: 48017e06bdda567fee9ff571247425d07a22c923
2021-11-11 08:39:15 -08:00
George Zahariev
ecfb6376ba
Enable Indexed Access Types in Xplat
...
Summary:
Enable Flow's Indexed Access Types (https://flow.org/en/docs/types/indexed-access/ ) in Xplat.
These are a replacement for `$ElementType` and `$PropertyType`.
Changelog: [Internal]
Remove `$FlowFixMe[indexed-access-off]`: `flow --json | jq -r ".errors[].message[0].path" | sort | uniq | xargs sed -i '/indexed-access-off/ d'`
Suppress new errors: `~/fbsource/xplat/js/scripts/flow/tool add-comments ~/fbsource/xplat/js/RKJSModules/public/XPlatReact/FXDemoShared/ --all --comment "Automatically suppressed"`
Re-sign: `hg st -n | grep '\.js$' | xargs --no-run-if-empty grep -lE 'generated|partially-generated'| xargs -n 1 -P 8 ~/fbsource/tools/signedsource sign`
Reviewed By: yungsters
Differential Revision: D32142892
fbshipit-source-id: 442092c497232750c729125383c9f4edcefbb6b1
2021-11-09 14:27:51 -08:00
Marshall Roch
d150529656
Deploy 0.163.0 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: evanyeung
Differential Revision: D32025457
fbshipit-source-id: f2c08e4baa9a39731ab970b917d2c67c852e9603
2021-10-29 19:06:23 -07:00
Marshall Roch
b2e6483876
deploy v0.162.0 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: vrama628
Differential Revision: D31640841
fbshipit-source-id: 783200913d06baca5b1d32d07b8ed5f4ecde7e1e
2021-10-14 09:50:04 -07:00
Pieter Vanderwerff
30c64a592f
Deploy 0.161.0 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: evanyeung
Differential Revision: D31289144
fbshipit-source-id: 636b95fe7dca6ac4df3db7a809a4dca26d1d6804
2021-09-30 16:28:03 -07:00
Marshall Roch
c6deb903d0
Deploy 0.160.2 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: jbrown215
Differential Revision: D31171581
fbshipit-source-id: 98b6dab5c50e5067361ac838d45c65add5ea826d
2021-09-24 18:38:28 -07:00
Pieter Vanderwerff
99f3a6a56e
Deploy 0.159.0 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: mroch
Differential Revision: D30712727
fbshipit-source-id: 21db45b834cf902619743871e7f076fceff46053
2021-09-02 12:30:48 -07:00
Marshall Roch
b55201c536
Deploy 0.158.0 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: dsainati1
Differential Revision: D30426571
fbshipit-source-id: 70689323d066e3b25bf720f454d2146d195df8b3
2021-08-19 13:11:40 -07:00
Evan Yeung
83b16292ca
Deploy 0.157.0 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: gkz
Differential Revision: D30148513
fbshipit-source-id: 7eb17353c3620d6f99d547dd6a781ac0a13a9a72
2021-08-10 14:23:39 -07:00
Evan Yeung
853e7a5b9d
Make existential type an error in xplat
...
Summary:
This diff updates the xplat flowconfigs to make existential types an error.
Changelog: [Internal]
Reviewed By: pieterv
Differential Revision: D29967838
fbshipit-source-id: f08bbafe2a0269adb2c9afa4572b7a34fd254a4d
2021-07-29 17:26:01 -07:00
Pieter Vanderwerff
a67799fc4a
Deploy 0.156.0 to xplat
...
Summary: Changelog: [Internal]
Reviewed By: gkz
Differential Revision: D29833943
fbshipit-source-id: cb0260e1f4119b4208d42ef1267e253f6f84ff19
2021-07-21 17:04:38 -07:00
Sam Goldman
1e6fddbe05
Deploy Flow v0.155.1
...
Summary: Changelog: [Internal]
Reviewed By: mroch, pieterv
Differential Revision: D29753466
fbshipit-source-id: a949121ccc4d55d82ab9f89d50fd7cd3e717ac81
2021-07-17 18:07:02 -07:00
Evan Yeung
efd4dafc54
Update xplat to Flow v0.155.0
...
Summary:
Update flow version to v0.155.0
Changelog: [Internal]
Reviewed By: pieterv
Differential Revision: D29641055
fbshipit-source-id: 601a82fe4fa4ce548a790347a84aea4014c418d9
2021-07-14 09:13:29 -07:00
George Zahariev
7c47420de7
Explicitly turn off indexed_access flowconfig option in Xplat
...
Summary:
A future version of Flow will make the `indexed_access` option on by default. Turn it off explicitly in xplat until we're ready to deploy.
Changelog: [Internal]
Reviewed By: panagosg7
Differential Revision: D29468755
fbshipit-source-id: 1ae5bb5f57315a2dab3072cc25689c3fc72ef871
2021-06-29 14:31:15 -07:00