@samitouri / QOS-React-1 / commits / e3fb6ac862

[flow] upgrade to 0.213.2 (#27784)

No significant changes from Flow, just keeping us current. [Changelog](https://github.com/facebook/flow/blob/main/Changelog.md)

Jan Kassens committed Dec 4, 2023 at 11:35 UTC e3fb6ac862e895d7e491628589fca8300f308887
2 files changed +32 -20
package.json
+5 -5
@@ -64,14 +64,14 @@
64 "eslint-plugin-react-internal": "link:./scripts/eslint-rules",
65 "fbjs-scripts": "^3.0.1",
66 "filesize": "^6.0.1",
67 - "flow-bin": "^0.221.0",
68 - "flow-remove-types": "^2.221.0",
67 + "flow-bin": "^0.223.2",
68 + "flow-remove-types": "^2.223.2",
69 "glob": "^7.1.6",
70 "glob-stream": "^6.1.0",
71 "google-closure-compiler": "^20230206.0.0",
72 "gzip-size": "^5.1.1",
73 - "hermes-eslint": "^0.17.1",
74 - "hermes-parser": "^0.17.1",
73 + "hermes-eslint": "^0.18.0",
74 + "hermes-parser": "^0.18.0",
75 "jest": "^29.4.2",
76 "jest-cli": "^29.4.2",
77 "jest-diff": "^29.4.2",
@@ -91,7 +91,7 @@
91 "rollup-plugin-prettier": "^4.1.1",
92 "rollup-plugin-strip-banner": "^3.0.0",
93 "semver": "^7.1.1",
94 - "shelljs":"^0.8.5",
94 + "shelljs": "^0.8.5",
95 "signedsource": "^2.0.0",
96 "targz": "^1.0.1",
97 "through2": "^3.0.1",
yarn.lock
+27 -15
@@ -7878,15 +7878,15 @@ flatted@^3.1.0:
7878 resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
7879 integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
7880
7881 -flow-bin@^0.221.0:
7882 - version "0.221.0"
7883 - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.221.0.tgz#ebf2cef7301ce330dee53a4e8c3e817a9daf5dc0"
7884 - integrity sha512-ozjD7cMb7tY6NuRqf6THALc4CDmiuodePYYVj1CS4vkepU9C3qx7/Q6jlieE7SBUN4CkWzlbt4LSMsWFu5a1eQ==
7881 +flow-bin@^0.223.2:
7882 + version "0.223.2"
7883 + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.223.2.tgz#2c39f40c4a821bdeac7d340eda61738f0c142706"
7884 + integrity sha512-wqNNzsVdgS/6sC/anloAzEiWGHEYBcANftU7rrDNRyTI9plBAYAu8xVZ/5RtymRuO2GvYWO1DR8hfEunAhdvWA==
7885
7886 -flow-remove-types@^2.221.0:
7887 - version "2.221.0"
7888 - resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.221.0.tgz#98da76051cadcb641afc9bf16a1fa8eabf16d591"
7889 - integrity sha512-mQ/rmIy9jEYZtbXMn+avJCHUyINy3wAX50CEYlkJ2kwlkJi9EjmyzgkyHkA+1fraxnbh70J2GV/mXyk3PhbFew==
7886 +flow-remove-types@^2.223.2:
7887 + version "2.223.2"
7888 + resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.223.2.tgz#f034bbd00aabf7b700d4d9eca1ca7f101b23513b"
7889 + integrity sha512-w49sqmIs86Qofh1Ip4eWmuEv5e7oAAUQzDQVPddjvGErn5GxtGBy0JAymPGyRj3Q2kS5/ta5q+9v5+a8858gWw==
7890 dependencies:
7891 hermes-parser "0.17.1"
7892 pirates "^3.0.2"
@@ -8618,27 +8618,39 @@ has@^1.0.1, has@^1.0.3:
8618 dependencies:
8619 function-bind "^1.1.1"
8620
8621 -hermes-eslint@^0.17.1:
8622 - version "0.17.1"
8623 - resolved "https://registry.yarnpkg.com/hermes-eslint/-/hermes-eslint-0.17.1.tgz#e5e43091082dc53a060e0b002324e68943104b71"
8624 - integrity sha512-g3z4L84pHKrBMRtbfifalpbNbNear0cEygAe+geCmCj1GUrqQu+RDeBZOYERHv0HOq0aDxjTZhj3m4fD/YVUwg==
8621 +hermes-eslint@^0.18.0:
8622 + version "0.18.0"
8623 + resolved "https://registry.yarnpkg.com/hermes-eslint/-/hermes-eslint-0.18.0.tgz#16e7d5c7742f709d814d6a5a5d955803e81b328d"
8624 + integrity sha512-NIh8Utqk32+voL1b4ngCRnMQ0XCRzFbon7IG25lhnSYCTezX5besIK+79pUHw1YEDZVGrVrMxeIYxXiamLzcUQ==
8625 dependencies:
8626 esrecurse "^4.3.0"
8627 - hermes-estree "0.17.1"
8628 - hermes-parser "0.17.1"
8627 + hermes-estree "0.18.0"
8628 + hermes-parser "0.18.0"
8629
8630 hermes-estree@0.17.1:
8631 version "0.17.1"
8632 resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.17.1.tgz#902806a900c185720424ffcf958027821d23c051"
8633 integrity sha512-EdUJms+eRE40OQxysFlPr1mPpvUbbMi7uDAKlScBw8o3tQY22BZ5yx56OYyp1bVaBm+7Cjc3NQz24sJEFXkPxg==
8634
8635 -hermes-parser@0.17.1, hermes-parser@^0.17.1:
8635 +hermes-estree@0.18.0:
8636 + version "0.18.0"
8637 + resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.18.0.tgz#6c202d8c78ddefadf3eb595a584dfa55b51a0508"
8638 + integrity sha512-WaIudIVKo5QWFqz1ta53HqSDuVxYST/MUuP9X7dqUpbHse3E2gzJq/7hEtgx84hh2XSNWN1AhYho3ThOA85uCA==
8639 +
8640 +hermes-parser@0.17.1:
8641 version "0.17.1"
8642 resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.17.1.tgz#8b5cbaff235fed28487812ad718f9c7182d0db0f"
8643 integrity sha512-yErtFLMEL6490fFJPurNn23OI2ciGAtaUfKUg9VPdcde9CmItCjOVQkJt1Xzawv5kuRzeIx0RE2E2Q9TbIgdzA==
8644 dependencies:
8645 hermes-estree "0.17.1"
8646
8647 +hermes-parser@0.18.0, hermes-parser@^0.18.0:
8648 + version "0.18.0"
8649 + resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.18.0.tgz#dd9878f70e9ca2570e7626181ae0465115f7f78d"
8650 + integrity sha512-DIIM6vsy30BU5hNkOXh6MR2r4ZAxVhbfyTnmfo/rqUf3KySlNWn9fWiOcpuGAdDN2o5sdPCpu6cep3a23d1Klw==
8651 + dependencies:
8652 + hermes-estree "0.18.0"
8653 +
8654 homedir-polyfill@^1.0.0, homedir-polyfill@^1.0.1:
8655 version "1.0.3"
8656 resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8"