Skip to content

Commit 9ba1bbd

Browse files
authored
Upgrade to Flow 0.217.0 (#27407)
Just keeping React up to date. [Changelog](https://github.com/facebook/flow/blob/main/Changelog.md)
1 parent 56b1447 commit 9ba1bbd

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"eslint-plugin-react-internal": "link:./scripts/eslint-rules",
6565
"fbjs-scripts": "^3.0.1",
6666
"filesize": "^6.0.1",
67-
"flow-bin": "^0.215.0",
68-
"flow-remove-types": "^2.215.0",
67+
"flow-bin": "^0.217.0",
68+
"flow-remove-types": "^2.217.0",
6969
"glob": "^7.1.6",
7070
"glob-stream": "^6.1.0",
7171
"google-closure-compiler": "^20230206.0.0",

scripts/flow/config/flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ munge_underscores=false
3636
%REACT_RENDERER_FLOW_OPTIONS%
3737

3838
[version]
39-
^0.215.0
39+
^0.217.0

yarn.lock

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

7869-
flow-bin@^0.215.0:
7870-
version "0.215.0"
7871-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.215.0.tgz#6f6b42ab34a56758f381bbd0543173f06a20b7be"
7872-
integrity sha512-oleH4I3o1moLjN8wwfiiD4H9VVhgq6EP7y3xcrQaBMm0/qiYSmnhcSnqcDnc2KPTI9a+X2Z5BWSbO/lXeRTW5A==
7873-
7874-
flow-parser@^0.215.0:
7875-
version "0.215.0"
7876-
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.215.0.tgz#9b153fa27ab238bcc0bb1ff73b63bdb15d3f277d"
7877-
integrity sha512-8bjwzy8vi+fNDy8YoTBNtQUSZa53i7UWJJTunJojOtjab9cMNhOCwohionuMgDQUU0y21QTTtPOX6OQEOQT72A==
7878-
7879-
flow-remove-types@^2.215.0:
7880-
version "2.215.0"
7881-
resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.215.0.tgz#f1f6d5c8706ab3ea002ceb0bf5502b98a2b661f7"
7882-
integrity sha512-VU7DXzL3sWoGH2aeEYDAlz2Cj1Y9f3SgREakJSNcFFiDAb/eZvCVQAulEDn/FXqXR754emprq+mQUigFCz/IsQ==
7883-
dependencies:
7884-
flow-parser "^0.215.0"
7869+
flow-bin@^0.217.0:
7870+
version "0.217.0"
7871+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.217.0.tgz#c255b4d8d815520d396416c2f712ab849d61f467"
7872+
integrity sha512-AbbDE6QUpR+jpY9ejNROAk0P5D/2PxJzjU4D5vfmMwtS+QjjPjzfZGuatEJIn2k4PTZ2agbncaCtyHGO0AvG7A==
7873+
7874+
flow-parser@^0.217.0:
7875+
version "0.217.0"
7876+
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.217.0.tgz#0e6bed214151fa3240dc9fd83ac8a9e050e523c5"
7877+
integrity sha512-hEa5n0dta1RcaDwJDWbnyelw07PK7+Vx0f9kDht28JOt2hXgKdKGaT3wM45euWV2DxOXtzDSTaUgGSD/FPvC2Q==
7878+
7879+
flow-remove-types@^2.217.0:
7880+
version "2.217.0"
7881+
resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.217.0.tgz#b09084445b2cd929330638d7b8f1aacaa288c43a"
7882+
integrity sha512-4NbzbbseCAnPERMhPt7cwlRjynXda/fatzHCWCRBsnGO43oqSG5PqzZKEBJXngCJuVS8M5YQrw3ad3psPTEfCQ==
7883+
dependencies:
7884+
flow-parser "^0.217.0"
78857885
pirates "^3.0.2"
78867886
vlq "^0.2.1"
78877887

0 commit comments

Comments
 (0)