Skip to content

Commit bd5e323

Browse files
authored
Small Flow upgrade to 0.202.0 (#26435)
Easy upgrade. `exact_by_default=true` is now the default, so we can remove it.
1 parent ffb6733 commit bd5e323

File tree

3 files changed

+20
-21
lines changed

3 files changed

+20
-21
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"eslint-plugin-react-internal": "link:./scripts/eslint-rules",
6666
"fbjs-scripts": "^3.0.1",
6767
"filesize": "^6.0.1",
68-
"flow-bin": "^0.201.0",
69-
"flow-remove-types": "^2.201.0",
68+
"flow-bin": "^0.202.0",
69+
"flow-remove-types": "^2.202.0",
7070
"glob": "^7.1.6",
7171
"glob-stream": "^6.1.0",
7272
"google-closure-compiler": "^20230206.0.0",

scripts/flow/config/flowconfig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,11 @@ untyped-type-import=error
3636

3737
[options]
3838
%CI_MAX_WORKERS%
39-
exact_by_default=true
4039
munge_underscores=false
41-
inference_mode=experimental.lti
40+
inference_mode=lti
4241

4342
# Substituted by createFlowConfig.js:
4443
%REACT_RENDERER_FLOW_OPTIONS%
4544

4645
[version]
47-
^0.201.0
46+
^0.202.0

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8157,22 +8157,22 @@ flatted@^3.1.0:
81578157
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
81588158
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
81598159

8160-
flow-bin@^0.201.0:
8161-
version "0.201.0"
8162-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.201.0.tgz#bc8d7c3687526313d7a24dd920873a0273148d81"
8163-
integrity sha512-fqx6CMOhX9Xm4mN+tq/c7sqcm8aHFV1ipbLz2ZCzoNcPuUNZPoSVYm4p0qZqH0HyzMMEP1OWlU7dIkuSJ02cpg==
8164-
8165-
flow-parser@^0.201.0:
8166-
version "0.201.0"
8167-
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.201.0.tgz#d2005d4dae6fddf60d30f9ae0fb49a13c9c51cfe"
8168-
integrity sha512-G4oeDNpNGyIrweF9EnoHatncAihMT0tQgV6NMdyM5I7fhrz9Pr13PJ2KLQ673O4wj9KooTdBpeeYHdDNAQoyyw==
8169-
8170-
flow-remove-types@^2.201.0:
8171-
version "2.201.0"
8172-
resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.201.0.tgz#d02d8a3ff3cb17d23da35c9786b02cdccc0ef9b8"
8173-
integrity sha512-EaS6Q0ApEjFdwD/JtBC1Hm+0j6mMsHeV5FR6MP+UI1RdTeNMdadMITt0Vb3XPBANLXZufaNzs6EMwpGNPzwwoA==
8174-
dependencies:
8175-
flow-parser "^0.201.0"
8160+
flow-bin@^0.202.0:
8161+
version "0.202.0"
8162+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.202.0.tgz#1e2eb221252c2ab55c997e5eb921902f3181cc4e"
8163+
integrity sha512-Yz+yNapJMWWV6Z6pZnBR+naMhFbFJbmMS8ZBQCFUHRqN1TTw7uwitYxRj8DyzLyTpcPReSAjWbWawWPsXJot3w==
8164+
8165+
flow-parser@^0.202.0:
8166+
version "0.202.0"
8167+
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.202.0.tgz#534178266d3ceec5368415e59990db97eece5bd0"
8168+
integrity sha512-ZiXxSIXK3zPmY3zrzCofFonM2T+/3Jz5QZKJyPVtUERQEJUnYkXBQ+0H3FzyqiyJs+VXqb/UNU6/K6sziVYdxw==
8169+
8170+
flow-remove-types@^2.202.0:
8171+
version "2.202.0"
8172+
resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.202.0.tgz#0718ce34169148b5e61d25658f531e4236d00a62"
8173+
integrity sha512-G6shwCpTpZWSU0HtRLmE+S6zyD1otzKXo5D0jZ92OpfNHgSYIohfUSM+njYK8d2O841AIhq8H0mMYWgc/j5ySw==
8174+
dependencies:
8175+
flow-parser "^0.202.0"
81768176
pirates "^3.0.2"
81778177
vlq "^0.2.1"
81788178

0 commit comments

Comments
 (0)