@samitouri / QOS-React-1 / commits / 49439b4db8

Upgrade Flow to 0.216.0 (#27922)

Upgrade Flow to 0.216.0 ``` yarn add -W flow-bin flow-remove-types hermes-parser hermes-eslint ```

Jan Kassens committed Jan 10, 2024 at 13:43 UTC 49439b4db858b2cfc17a601ae087d392479121da
2 files changed +12 -23
package.json
+2 -2
@@ -62,8 +62,8 @@
62 "eslint-plugin-react-internal": "link:./scripts/eslint-rules",
63 "fbjs-scripts": "^3.0.1",
64 "filesize": "^6.0.1",
65 - "flow-bin": "^0.225.1",
66 - "flow-remove-types": "^2.225.1",
65 + "flow-bin": "^0.226.0",
66 + "flow-remove-types": "^2.226.0",
67 "glob": "^7.1.6",
68 "glob-stream": "^6.1.0",
69 "google-closure-compiler": "^20230206.0.0",
yarn.lock
+10 -21
@@ -6895,6 +6895,7 @@ eslint-plugin-no-unsanitized@3.1.2:
6895
6896 "eslint-plugin-react-internal@link:./scripts/eslint-rules":
6897 version "0.0.0"
6898 + uid ""
6899
6900 eslint-plugin-react@^6.7.1:
6901 version "6.10.3"
@@ -7854,17 +7855,17 @@ flatted@^3.1.0:
7855 resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
7856 integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
7857
7857 -flow-bin@^0.225.1:
7858 - version "0.225.1"
7859 - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.225.1.tgz#ffc3d6f0bfa321cf5dd63439537953dc93e9971d"
7860 - integrity sha512-nsYTF1Hh6FWNKFmbe45G7gdgUMBX2CYEfoAvdLJ9oFq43vafe8sA+EWlnXV7cY9LGjdavRsjv4dhEA2M15Rehg==
7858 +flow-bin@^0.226.0:
7859 + version "0.226.0"
7860 + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.226.0.tgz#b245847b749ab20756ef74c91d96619f68d18430"
7861 + integrity sha512-q8hXSRhZ+I14jS0KGDDsPYCvPufvBexk6nJXSOsSP6DgCuXbvCOByWhsXRAjPtmXKmO8v9RKSJm1kRaWaf0fZw==
7862
7862 -flow-remove-types@^2.225.1:
7863 - version "2.225.1"
7864 - resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.225.1.tgz#2de188480ffe54397891ff922d2695eb5a27e9e9"
7865 - integrity sha512-UZj78nVIq3JGJcet2MzAUMPhu3ag9IawRt+kuA9JSuLH2aQYN0wmYhcLVbyyKpj6qgjVXBR+EXIO9XRprY0g2g==
7863 +flow-remove-types@^2.226.0:
7864 + version "2.226.0"
7865 + resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.226.0.tgz#08ff7e195137ce43042e11bfa04303184971dac2"
7866 + integrity sha512-/FEjOCgjW/s1OYPWhlq6aV8Bp0VMU3iZMqZfJgWtFXSRRpI19IhQKFXz+rsx91/r5ZH+MtuZZ+PlmZ5uB/gmAA==
7867 dependencies:
7867 - hermes-parser "0.18.0"
7868 + hermes-parser "0.18.2"
7869 pirates "^3.0.2"
7870 vlq "^0.2.1"
7871
@@ -8601,23 +8602,11 @@ hermes-eslint@^0.18.2:
8602 hermes-estree "0.18.2"
8603 hermes-parser "0.18.2"
8604
8604 -hermes-estree@0.18.0:
8605 - version "0.18.0"
8606 - resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.18.0.tgz#6c202d8c78ddefadf3eb595a584dfa55b51a0508"
8607 - integrity sha512-WaIudIVKo5QWFqz1ta53HqSDuVxYST/MUuP9X7dqUpbHse3E2gzJq/7hEtgx84hh2XSNWN1AhYho3ThOA85uCA==
8608 -
8605 hermes-estree@0.18.2:
8606 version "0.18.2"
8607 resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.18.2.tgz#fd450fa1659cf074ceaa2ddeeb21674f3b2342f3"
8608 integrity sha512-KoLsoWXJ5o81nit1wSyEZnWUGy9cBna9iYMZBR7skKh7okYAYKqQ9/OczwpMHn/cH0hKDyblulGsJ7FknlfVxQ==
8609
8614 -hermes-parser@0.18.0:
8615 - version "0.18.0"
8616 - resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.18.0.tgz#dd9878f70e9ca2570e7626181ae0465115f7f78d"
8617 - integrity sha512-DIIM6vsy30BU5hNkOXh6MR2r4ZAxVhbfyTnmfo/rqUf3KySlNWn9fWiOcpuGAdDN2o5sdPCpu6cep3a23d1Klw==
8618 - dependencies:
8619 - hermes-estree "0.18.0"
8620 -
8610 hermes-parser@0.18.2, hermes-parser@^0.18.2:
8611 version "0.18.2"
8612 resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.18.2.tgz#50f15e2fcd559a48c68cd7af259d4292298bd14d"