react-native-external-display
react-native-external-display copied to clipboard
chore(deps): bump hermes-eslint from 0.19.2 to 0.26.0
Bumps hermes-eslint from 0.19.2 to 0.26.0.
Release notes
Sourced from hermes-eslint's releases.
v0.13.0 for RN0.75.x
This release corresponds to RN 0.75.
v0.11.0 for RN0.68.x
In preparation for the 0.68.x, this release brings numerous bug fixes and performance improvements to Hermes.
v0.10.0 for RN0.67.x
In preparation for the release of RN0.67, this release brings numerous bug fixes and performance improvements to Hermes.
v0.9.0 for RN 0.66.x
This release is primarily made to close the gap between the Hermes cut and the (upcoming) React Native 0.66 cut. Among the ~400 commits, we kept delivering memory and size wins, bugfixes, and made other progress behind the scene.
v0.8.1 for RN 0.65.x
In preparation for the RN 0.65 stable release, several refinements had been made upon v0.8.0:
- Hermes on iOS now supports Apple M1 Macs (ARM64 simulators) and Mac Catalyst! Thanks to facebook/hermes#546 and facebook/hermes#475.
- A special directive
"show source"is introduced to makeFunction.prototype.toStringreturning original source code to support the source code injecting use cases e.g. facebook/hermes#114.- Critical bug fixes e.g. facebook/hermes#513 and facebook/hermes#537.
v0.8.0 for RN 0.65.x
This is a release candidate targeting the upcoming RN 0.65 release.
Highlighted Changes
- A new concurrent garbage collector "Hades", which delivered up to 30x shorter GC pause time on 64-bit device and 14x shorter on 32-bit devices. At Facebook, we saw this improve some CPU-intensive workloads by 20%-50%. You can learn more about Hades here.
- ECMAScript Internationalization API Specification (ECMA-402, or
Intl) was a long asking features facebook/hermes#23. It is now built into Hermes on Android and enabled by default, with only 57-62K per API size overhead (compared to JSC's 6MiB). With this change, Hermes users no longer require locale polyfills. A big thank you to@mganandrajand other partners at Microsoft for driving the implementation to make this happen!- Memory Improvements including SMI (Small Integer) and pointer compression that shrank the JavaScript heap by 30%
- Changes to
Function.prototype.toStringthat fixed performance drop due to improper feature detection: facebook/hermes#471v0.7.2 for RN 0.64.x
This release includes miscellaneous fixes to support the road to RN 0.64.
v0.7.1 for RN 0.64-rc1
This is (still) a pre-release driven by community PRs to support using Hermes on more platforms at RN 0.64. Noted that ongoing from this release, we will publish
hermes-runtime-darwinto the CocoaPod in place of publishinghermes-engine-darwinto NPM.v0.7.0 for RN 0.64.x
This is a pre-release targeting the upcoming RN 0.64 branch out. It bring ~150 commits of improvements, security and bug fixes, and supports for other mobile platforms and ARM64 thanks to the community.
From this version, Proxy and Reflect will be enabled by default 🎉 , after being an optional feature in two releases.
v0.6.0 for RN 0.64.x
This release brings ~350 commits worth of bugfixes and improvements, and is aimed at the upcoming 0.64 branch of React Native.
Among them are correctness and performance fixes in regex, parsing improvements and native support for more JS features, a JS memory leak fix, and a new NPM that aims to help build React Native apps that target macOS instead of mobile. It also includes everything from patch release v0.5.1, notably, the unstripped Android libraries to help with native debugging and symbolication.
v0.5.3 for RN macOS v0.63.x
This release adds macOS ARM64 support to 0.5.x branch for RN macOS v0.63.x (facebook/hermes#390 by
@alloy).
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)