Skip to content

Commit

Permalink
[flow] upgrade to 0.214.0 (#27187)
Browse files Browse the repository at this point in the history
Simple upgrade without any code changes required.

Changelog: https://github.com/facebook/flow/blob/main/Changelog.md
  • Loading branch information
kassens committed Aug 21, 2023
1 parent 98f3f14 commit b277259
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"eslint-plugin-react-internal": "link:./scripts/eslint-rules",
"fbjs-scripts": "^3.0.1",
"filesize": "^6.0.1",
"flow-bin": "^0.213.0",
"flow-remove-types": "^2.213.0",
"flow-bin": "^0.214.0",
"flow-remove-types": "^2.214.0",
"glob": "^7.1.6",
"glob-stream": "^6.1.0",
"google-closure-compiler": "^20230206.0.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/flow/config/flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ munge_underscores=false
%REACT_RENDERER_FLOW_OPTIONS%

[version]
^0.213.0
^0.214.0
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7866,22 +7866,22 @@ flatted@^3.1.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==

flow-bin@^0.213.0:
version "0.213.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.213.0.tgz#02a85537cce3ea1f61bff77e7995a49a1db2e963"
integrity sha512-adGcPA3jiz3l0MM4zHVxVUgatvYsDowjT7cje7AvY38z/M0HO2YKcGLRp2xeqbigCgaqXEV6V3/1TaRDVjR++A==

flow-parser@^0.213.0:
version "0.213.0"
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.213.0.tgz#a3a2f9ad3eb56309d6aedd9d45b06f31cf3ebbe8"
integrity sha512-jPTKNk0lC/iVbaPzfSReo/I67x+PLYiXkFuxHyFYmlJReP3RAoGbmRSC6g8MCEtzw8Uv3clKFmOlEL/LEcoWlw==

flow-remove-types@^2.213.0:
version "2.213.0"
resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.213.0.tgz#6c81032a32db98f274420b83b92c6bd1828a4037"
integrity sha512-HzEFhp5LI1UVLCwm0jm//ocq51yfsR7YPi3U4vOu0AvZX+cdRVIq9P5YEe4lyY6d8Rx8s+6Q1DUHhpNmlTsqPQ==
dependencies:
flow-parser "^0.213.0"
flow-bin@^0.214.0:
version "0.214.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.214.0.tgz#3ace7984a69309392e056f96cf3bf8623fa93d1c"
integrity sha512-rPexleFynYsxsBAPHqRvCIqzcRZ9KkPjlFbuOATmFlHyG6vdy9V+SWPYdzBtgsfhGbj9PZ14pzv1zzgNd7rmvQ==

flow-parser@^0.214.0:
version "0.214.0"
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.214.0.tgz#455efc841ec015c62f6dec022cf6c61480f231a2"
integrity sha512-RW1Dh6BuT14DA7+gtNRKzgzvG3GTPdrceHCi4ddZ9VFGQ9HtO5L8wzxMGsor7XtInIrbWZZCSak0oxnBF7tApw==

flow-remove-types@^2.214.0:
version "2.214.0"
resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.214.0.tgz#8283b97f7374512504fd8cef250482cace7e44fd"
integrity sha512-nM2hr8JgvZVvQOnF9Hyk/V5SVLzV0fliIYNGu90jusYsTHt4B8ODMcoTKnzrDkFhYBzwurzN3SZEDDkQOtCucA==
dependencies:
flow-parser "^0.214.0"
pirates "^3.0.2"
vlq "^0.2.1"

Expand Down

0 comments on commit b277259

Please sign in to comment.