react-native-mmkv-storage
react-native-mmkv-storage 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.66.4 to 0.71.0
Release notes
Sourced from react-native's releases.
0.71.0
0.71 stable is out! This release includes over 1000 commits from 70+ contributors! Thank you to all our contributors new and old!
See the highlights of the release in our release blog post.
⚠️ Git Bash users on Windows might experience "Unable to resolve" red boxes, because of an issue with Metro (silently fails without discovering any files). It will be fixed in 0.71.1 next week, in the meantime you can set
resolver.useWatchman: false
inmetro.config.js
.
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.71.0-RC.6
⚙️ Technical Release
This release has no changes from RC5. We are only making it to ensure that after the CircleCI Security Incident, we have rotated all the necessary secrets correctly.
How To Test
Generate a new project with the standard command:
npx react-native init RN0710RC6 --version 0.71.0-rc.6
You can participate in the conversation on the status of this release in the working group.
To help you upgrade to this version, you can use the upgrade helper ⚛️
See changes from this release in the changelog PR
Help us testing 🧪
Let us know how it went by posting a comment in the working group discussion! Please specify with system you tried it on (ex. macos, windows).
... (truncated)
Changelog
Sourced from react-native's changelog.
v0.71.0
Read the announcement blogpost here.
⚠️ Git Bash users on Windows might experience "Unable to resolve" red boxes, because of an issue with Metro (silently fails without discovering any files). It will be fixed in 0.71.1 next week, in the meantime you can set
resolver.useWatchman: false
inmetro.config.js
.Breaking Changes
- Changes to Console Logging:
LogBox.ignoreLog
no longer filters console logs. This means you will start seeing logs in the console that you have silenced in LogBox. See this comment for more details.- Removed AsyncStorage and MaskedViewIOS: These components have been deprecated since version 0.59, so it’s time we remove them entirely. For alternatives, please check React Native Directory for community packages that cover those use cases.
- JSCRuntime moved to react-jsc: react-jsi is now split into react-jsc and react-jsi. If you use JSCRuntime, you will need to add react-jsc as a dependency (facebook/react-native@6b129d8).
Added
- Add flex yoga bindings of
gap
,column-gap
androw-gap
(9f3a3e13cc by@intergalacticspacehighway
)- Add back deprecated PropTypes (b966d29724 by
@rickhanlonii
)- Make the
prepare_package_for_release
fail if there is already a git tag with that version (850f855eb6 by@cipolleschi
)- Add a C++ only TurboModule example (for Android/iOS/macOS/Windows) (d07575b1c6 by
@christophpurrer
)- Enable platform-specific Codegen Specs (ab7b4d4cd8 by
@cipolleschi
)- Add "option" to available role values (e3e635ef84 by
@gabrieldonadel
)- Added support
Promise.any
(475310dbba by@retyui
)- Log Abnormal Closes to Metro Websocket (3982a2c6bd by
@NickGerleman
)BlobModule
toRCTCoreModulesClassProvider
(279cfec55f by@andrestone
)- Added
mixed
value foraria-checked
. (7a19af7fb6 by@ankit-tailor
)- Concurrent rendering safe implementation of ScrollViewStickyHeader (925e81ab86 by
@sammy-SC
)- Add DevToolsSettingsManager (0fac9817df by
@rbalicki2
)- Add enum example to Android/iOS rn-tester TurboModule (02e4fcd825 by
@christophpurrer
)- React-native-codegen: add Enum Type support for iOS/Android TurboModules (745f3ee8c5 by
@christophpurrer
)- Parser interface to divide parser logic. (5940d25cc1 by
@cipolleschi
)- Add role prop to Text component (20718e6b8c by
@gabrieldonadel
)- Introduce
useAnimatedValue
hook to make it easier working withAnimated.Value
s in function components. (e22217fe8b by@fabriziocucci
)- Highlight elements on hover while mouse down for React DevTools element inspection. (94429fb037)
- Implement method bindings for gap/row-gap/column-gap (803a2978e5 by
@NickGerleman
)- Implement gap/row-gap/column-gap (within the C ABI) (1373a7057b by
@NickGerleman
and@jacobp100
)- Add destructuredArrayIgnorePattern to eslint config (0c5ef573fe by
@fwcd
)- Add aria-modal prop to basic component (f353119113 by
@dakshbhardwaj
)- Add support for ImageSource and ImageRequest in the State. (d7c41361dd by
@cipolleschi
)- Generate custom Native State (7490ad4a21 by
@cipolleschi
)- Add support for platform-specific specs (7680bdeb4f by
@cipolleschi
)- Added suppression for warnings about unused parameters in 'publish()' func (c1363984f1 by
@inobelar
)- Export YGInteropSetLogger method (d9a5c66baa by
@KimDaeWook
)- Add instructions about how to add tests in the OSS (75b688fba8 by
@cipolleschi
)- Add YGGutter Enum (87e7912b95 by
@NickGerleman
)- Add string support for aspectRatio (14c91cdf59 by
@gabrieldonadel
)- Add alt prop to Image component (71fda5e0c2 by
@gabrieldonadel
)- Include
this.state.bottom
when calculating new keyboard height to fix android keyboard switching (f85e2ecc40 by@pfulop
)- Implement custom Native State parsing in TypeScript (bbb2fb212d by
@cipolleschi
)- Implement custom Native State parsing in Flow (925b15351f by
@cipolleschi
)- Add string support to the transform property (34db2d4e93 by
@gabrieldonadel
)- Add
types
folder to house TypeScript types. (6b2a511cbb)
... (truncated)
Commits
5a251ba
[0.71.0] Bump version numbers7dee5e7
[0.71.0-rc.6] Bump version numbers06e8577
Update fingerprint for SSH deploy key (#35791)22f920f
fix(CI): prevent the e2e test from running on 0.71 (#35681)6ece074
[0.71.0-rc.5] Bump version numbers52df783
[LOCAL] Bump RNGP9519a0d
[LOCAL] Fix eslint config for templatece3eefe
Fix cleanup not working on template app (#35679)f7b35c0
Automatically detect when use frameworks is used (#35636)5b32348
Add compiler flag for the new Arch when enabled. (#35672)- 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will 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 labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will 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.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated |
---|---|---|---|---|
rnmmkv | ✅ Ready (Inspect) | Visit Preview | 💬 Add your feedback | Mar 3, 2023 at 9:03AM (UTC) |