Skip to content

Commit

Permalink
Deploy 0.213.1 to xplat
Browse files Browse the repository at this point in the history
Summary:
Original Author: [email protected]
Original Git: 3bf1428
Original Reviewed By: samwgoldman
Original Revision: D47744471

X-link: facebook/relay#4391

X-link: facebook/react-native#38605

Changelog: [Internal]

Reviewed By: tmikov

Differential Revision: D50992671

fbshipit-source-id: f21b087283bd7cc1d3f15d733a9cf2cd0c230ae9
  • Loading branch information
avp authored and facebook-github-bot committed Nov 6, 2023
1 parent 2f53a2e commit 7fbe0a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
6 changes: 2 additions & 4 deletions tools/hermes-parser/js/.flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@ module.name_mapper='^hermes-eslint$' -> '<PROJECT_ROOT>/hermes-eslint/src/index.
module.name_mapper='^hermes-transform$' -> '<PROJECT_ROOT>/hermes-transform/src/index.js'
module.name_mapper='^prettier-plugin-hermes-parser$' -> '<PROJECT_ROOT>/prettier-plugin-hermes-parser/src/index.js'

experimental.global_find_ref=true
enums=true
conditional_type=true
mapped_type=true
type_guards=true

[version]
^0.213.0
^0.213.1

[lints]
untyped-type-import=error
Expand Down
2 changes: 1 addition & 1 deletion tools/hermes-parser/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-jest": "^25.2.4",
"eslint-plugin-prettier": "^4.2.1",
"flow-bin": "^0.213.0",
"flow-bin": "^0.213.1",
"glob": "^8.0.3",
"jest": "^29.2.2",
"jest-specific-snapshot": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions tools/hermes-parser/js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2947,10 +2947,10 @@ flatted@^3.1.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==

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-bin@^0.213.1:
version "0.213.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.213.1.tgz#194a3b17aa19d6fb8319bc5e067b8fdd93cc0449"
integrity sha512-ptyG+RmHbWx9KEElAdxdLOrZ/qKc3m/aIB6VG0ExH7BEuJ2ruK5rdUfzuC329b9QFtbawjpW2jLGeiFHBdmBvQ==

flow-enums-runtime@^0.0.6:
version "0.0.6"
Expand Down

0 comments on commit 7fbe0a5

Please sign in to comment.