GantMan / jail-monkey

A React Native library for identifying if a phone is rooted or mocking locations
MIT License
585 stars 145 forks source link

Bump react-native from 0.66.1 to 0.68.6 in /ExampleProject #186

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 1 year ago

Bumps react-native from 0.66.1 to 0.68.6.

Release notes

Sourced from react-native's releases.

0.68.6

🚨 IMPORTANT: This is an exceptional release on an unsupported version. We recommend you upgrade to one of the supported versions, listed here.

Hotfix

This version is a patch release with a mitigation solution for the Android issue on Samsung devices.

Please let us know in the issue if this new version addresses the problem for you.


To help you upgrade to new versions, you can use the upgrade helper ⚛️


You can find the whole changelog history in the changelog.md file.

0.68.5

Hotfix

This version is a patch release addressing the Android build issue that has been ongoing since Nov 4th 2022. If you are on 0.68.x, update to this version to fix it.

If you are on an older version of React Native, refer to this issue for details and the workaround you can apply in your project.


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.68.4

Changed

Android specific

Fixed

... (truncated)

Changelog

Sourced from react-native's changelog.

Changelog

v0.71.1

Added

Android specific

iOS specific

Changed

Fixed

  • Fix(cli,metro,babel): bump cli and metro and babel to fix Windows+Metro issue (df7c92ff4c by @​kelset)

Android specific

iOS specific

  • Exclude react-native-flipper when NO_FLIPPER=1 to prevent iOS build fail (f47b5b8b5d by @​retyui)
  • Fix RCTAlertController not showing when using SceneDelegate on iOS 13.0+. (0c53420a7a)
  • Handle Null Exception to Validate input in RCTAlertController and in RCTDevLoadingView (79e603c5ab by @​admirsaheta)
  • Fixed the potential race condition when dismissing and presentating modal (e948c79bda by @​wood1986)
  • Fix build errors when inheriting RCTAppDelegate in Swift modules (5eb25d2186 by @​Kudo)
  • OnSelectionChange() is fired before onChange() on multiline TextInput (64475aeb3b by @​s77rt)
  • Build: remove deprecated File.exists() method from Hermes podspec. (38e5fa6a96 by @​kelset)

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 in metro.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.

... (truncated)

Commits
  • 91a3a54 [0.68.6] Bump version numbers
  • 2990a1b Mitigation for Samsung TextInput Hangs (#35967)
  • a0ae706 Remove PAT_TOKEN and PAT_USERNAME from CircleCI (#35808)
  • 0b6e5b4 Update fingerprint for SSH deploy key (#35791)
  • b12a7f9 [0.68.5] Bump version numbers
  • edcb3ca Force dependencies resolution to minor series for 0.68
  • b55518c [0.68.4] Bump version numbers
  • 40a3ae3 Bump react-native-codegen to 0.0.18
  • 782e0bf Add support Promise.allSettled out of box (#34544)
  • e22ed7d fix: Correctly resolve classes with FindClass(..) (#34533)
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 6 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.