finclip-react-native-demo
finclip-react-native-demo copied to clipboard
chore(deps): bump hermes-engine and react-native
Removes hermes-engine. It's no longer used after updating ancestor dependency react-native. These dependencies need to be updated together.
Removes hermes-engine
Updates react-native from 0.67.4 to 0.70.1
Release notes
Sourced from react-native's releases.
0.70.1
Added
- Add more debugging settings for HermesExecutorFactory (32d12e89f8 by
@Kudo)- Support TypeScript array types for turbo module (component only) (33d1291e1a by
@ZihanChen-MSFT)Changed
- Accept TypeScript type
T | null | undefinedas a maybe type of T in turbo module. (9ecd203eec by@ZihanChen-MSFT)- Bump react-native-gradle-plugin to 0.70.3 (e33633644c by
@dmytrorykun)- Bump react-native-codegen to 0.70.5 (6a8c38eef2 by
@dmytrorykun)- Hermes version bump for 0.70.1 (5132211228 by
@dmytrorykun)Fixed
- Fix hermes profiler (81564c1a3d by
@janicduplessis)Android specific
- Support PlatformColor in borderColor (2d5db284b0 by
@danilobuerger)- Avoid crash in ForwardingCookieHandler if webview is disabled (5451cd48bd by
@Pajn)- Correctly resolve classes with FindClass(..) (361b310bcc by
@evancharlton)iOS specific
- Fix KeyboardAvoidingView height when "Prefer Cross-Fade Transitions" is enabled (4b9382c250 by
@gabrieldonadel)- Fix React module build error with swift integration on new architecture mode (3afef3c167 by
@Kudo)- Fix ios pod install error (0cae4959b7 by
@Romick2005)
You can participate in the conversation on the status of this release in this discussion
To help you upgrade to this version, you can use the upgrade helper ⚛️
You can find the whole changelog history in the changelog.md file.
0.70.0
0.70 stable is out!
... (truncated)
Changelog
Sourced from react-native's changelog.
v0.70.1
Added
- Add more debugging settings for HermesExecutorFactory (32d12e89f8 by
@Kudo)- Support TypeScript array types for turbo module (component only) (33d1291e1a by
@ZihanChen-MSFT)Changed
- Accept TypeScript type
T | null | undefinedas a maybe type of T in turbo module. (9ecd203eec by@ZihanChen-MSFT)- Bump react-native-gradle-plugin to 0.70.3 (e33633644c by
@dmytrorykun)- Bump react-native-codegen to 0.70.5 (6a8c38eef2 by
@dmytrorykun)- Hermes version bump for 0.70.1 (5132211228 by
@dmytrorykun)Fixed
- Fix hermes profiler (81564c1a3d by
@janicduplessis)Android specific
- Support PlatformColor in borderColor (2d5db284b0 by
@danilobuerger)- Avoid crash in ForwardingCookieHandler if webview is disabled (5451cd48bd by
@Pajn)- Correctly resolve classes with FindClass(..) (361b310bcc by
@evancharlton)iOS specific
- Fix KeyboardAvoidingView height when "Prefer Cross-Fade Transitions" is enabled (4b9382c250 by
@gabrieldonadel)- Fix React module build error with swift integration on new architecture mode (3afef3c167 by
@Kudo)- Fix ios pod install error (0cae4959b7 by
@Romick2005)0.70.0
Breaking
- Remove jest/preprocessor from the react-native package (0301cb285b by
@motiz88)- Remove nonstandard Promise.prototype.done (018d5cf985 by
@motiz88)Added
- Support TypeScript array types for turbo module (module only) (f0c4c291e1 by
@ZihanChen-MSFT)- Added files for
avn,nodenv, and other managers that set the node.js version in reactive native project including testing (933fbb1b2b by@ramonmedel)- Support BigInt in Hermes (11bae63bb1 by
@jpporto)- The old Hermes instrumented stats migrated to the new one (c37f719567 by
@jpporto)- Modified getDefaultJSExecutorFactory method (87cfd386cb by
@KunalFarmah98)EventEmitter#emitnow freezes the set of listeners before iterating over them, meaning listeners that are added or removed will not affect that iteration. (e5c5dcd9e2 by@yungsters)- Added File and Blob globals to eslint community config (d881c87231 by
@shamilovtim)- C++ TurboModule methods can now use mixed types (3c569f546c by
@appden)- Add useNativeDriver as a param for setValue for Animated (73191edb72 by
@genkikondo)- Add
Animated.NumericFlow type (9eb7629ac6 by@motiz88)- Add LTI annotations to function params (c940eb0c49, e7a4dbcefc, d96744e277 by
@pieterv)
... (truncated)
Commits
a54ba33[0.70.1] Bump version numberse336336Bump react-native-gradle-plugin to 0.70.36a8c38eBump react-native-codegen to 0.70.5eaa32f9#34610 Fix invalid range "t-5" in string transliteration [iOS] (#34636)c401334Support PlatformColor in borderColor on Android (#33544)f0ffd22feat: support custom library paths inreact-native.config.jsfor codegen on...ad582f5add debugging settings (#34489)ec0049bfix: KeyboardAvoidingView height when "Prefer Cross-Fade Transitions" is enab...047a149fix: Crash if WebView is disabled (#34483)b15199fFix React module build error with swift integration on new architecture mode ...- Additional commits viewable 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 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.