[Legacy] Bump hermes-compiler on main to 0.18.0#2008
Open
robhogan wants to merge 1 commit into
Open
Conversation
|
@robhogan has imported this pull request. If you are a Meta employee, you can view this in D104215999. |
cortinico
approved these changes
May 7, 2026
Contributor
cortinico
left a comment
There was a problem hiding this comment.
Review automatically exported from Phabricator review in Meta.
meta-codesync Bot
pushed a commit
that referenced
this pull request
May 7, 2026
Summary: As part of branch cutting for React Native OSS (which still supports legacy Hermes), React Native 0.86 will [track](facebook/react-native@89a2a20) [`release-v0.17`](https://github.com/facebook/hermes/tree/release-v0.17) of (legacy) Hermes, which I cut yesterday. This bumps the version on `main` to `0.18.0` ready for the next branch cut (per [release process](https://github.com/reactwg/react-native-releases/blob/main/docs/guide-hermes-release.md#step-5-bump-version-on-main-and-hermes-v1-release-branch), see also #1871, #1923). Pull Request resolved: #2008 Reviewed By: cortinico Differential Revision: D104215999 Pulled By: robhogan fbshipit-source-id: 28abe89a4cc0eb75c6b78ceb150453de47f0ef93
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As part of branch cutting for React Native OSS (which still supports legacy Hermes), React Native 0.86 will track
release-v0.17of (legacy) Hermes, which I cut yesterday.This bumps the version on
mainto0.18.0ready for the next branch cut (per release process, see also #1871, #1923).