Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg: Update react-navigation monorepo (major) #3269

Merged
merged 2 commits into from
Nov 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@react-navigation/native (source) ^6.0.0 -> ^6.0.0 || ^7.0.0 age adoption passing confidence
@react-navigation/native (source) ^6.1.6 -> ^7.0.0 age adoption passing confidence
@react-navigation/native (source) ^6.0.13 -> ^7.0.0 age adoption passing confidence
@react-navigation/native-stack (source) ^6.9.1 -> ^7.0.0 age adoption passing confidence
react-native-screens ^3.18.2 -> ^4.0.0 age adoption passing confidence

Release Notes

react-navigation/react-navigation (@​react-navigation/native)

v7.0.3

Compare Source

Note: Version bump only for package @​react-navigation/native

v7.0.2

Compare Source

Note: Version bump only for package @​react-navigation/native

v7.0.1

Compare Source

Note: Version bump only for package @​react-navigation/native

v7.0.0

Compare Source

Note: Version bump only for package @​react-navigation/native

react-navigation/react-navigation (@​react-navigation/native-stack)

v7.0.3

Compare Source

Note: Version bump only for package @​react-navigation/native-stack

v7.0.2

Compare Source

Note: Version bump only for package @​react-navigation/native-stack

v7.0.1

Compare Source

Note: Version bump only for package @​react-navigation/native-stack

v7.0.0

Compare Source

Note: Version bump only for package @​react-navigation/native-stack

v6.11.0

Compare Source

Features
software-mansion/react-native-screens (react-native-screens)

v4.1.0

Compare Source

What's Changed

Minor release with initial fixes after 4.0.0 release. Most importantly we've fixed regression on old architecture, where there was no animation when hiding modal programatically on iOS. Additionally some build time warning have been fixed to unblocks builds using
-Werror compiler option.

🐛 Bug fixes

🔢 Miscellaneous

Full Changelog: software-mansion/react-native-screens@4.0.0...4.1.0

v4.0.0

Compare Source

What's Changed

Stable 4.0.0 🎉 Huge thanks & shoutout to all the contributors, issue reporters & the team of react-native-screens.

While these release notes might be daunting, we have a blog incoming that should lay out all the changes nicely, in more digestive form.

Cheers!

[!important]
Highlights

  • Refactor of formSheet API for Android (atm. it comes with few limitations, see very bottom of these notes 👇🏻 )
  • react-native-screens/native-stack (native stack v5) is now marked for removal
  • Few props changed names & default values, e.g. simple_push transition uses now shadow by default
  • Raw native components are no longer part of public API
  • Preload support for native-stack in react-navigation
  • native header now uses flexbox model (in VDOM) - long story short - long titles are now truncated properly
  • Tons of fixes dedicated for Fabric support
  • Support for react-navigation v7 (limited to! older versions of react-navigation are no longer supported on 4.x line)
  • iOS custom animations got refactored and should look a lot more like the native defaults (especially simple_push)
  • few more things.... 👇🏻

👍 Improvements / API changes

🐛 Bug fixes

🔢 Miscellaneous

[!caution]
presentation: 'formSheet is now supported on Android & has extended capabilities on iOS. Due to architectural problems (lack of support of synchronous layout on UI thread by RN) we made tradeoff when implementing the sheets: limit support for flex: 1 and prevent "sheet flickering".
What this means for you is that you should avoid using flex: 1 on top level content container you pass to the sheet. (if you really need this you might build content basing on synchronous measure). When there is less content that max screen height you might end up with "truncated" sheet - just set backgroundColor of contentStyle of given screen and you should be good to go.
We're aware that this limitation might be a pain and we're actively working on it.

New Contributors

Full Changelog: software-mansion/react-native-screens@3.34.0...4.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Nov 7, 2024

⚠️ No Changeset found

Latest commit: e540d8f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/major-react-navigation-monorepo branch 6 times, most recently from 7f3456d to 6bb439a Compare November 15, 2024 07:17
@renovate renovate bot force-pushed the renovate/major-react-navigation-monorepo branch 2 times, most recently from 96fe5c4 to 531c28c Compare November 17, 2024 08:22
@renovate renovate bot force-pushed the renovate/major-react-navigation-monorepo branch from 531c28c to 7dcbb51 Compare November 17, 2024 11:04
@renovate renovate bot changed the title pkg: Update react-navigation monorepo to v7 (major) pkg: Update react-navigation monorepo (major) Nov 17, 2024
@ntucker ntucker enabled auto-merge November 17, 2024 11:09
Copy link
Contributor Author

renovate bot commented Nov 17, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@ntucker ntucker force-pushed the renovate/major-react-navigation-monorepo branch 2 times, most recently from 256ac86 to 0252528 Compare November 17, 2024 11:41
@ntucker ntucker force-pushed the renovate/major-react-navigation-monorepo branch from 0252528 to e540d8f Compare November 17, 2024 11:46
@ntucker ntucker added this pull request to the merge queue Nov 17, 2024
Copy link

codecov bot commented Nov 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.94%. Comparing base (7b1bc3f) to head (e540d8f).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3269   +/-   ##
=======================================
  Coverage   98.94%   98.94%           
=======================================
  Files         132      132           
  Lines        2281     2281           
  Branches      467      467           
=======================================
  Hits         2257     2257           
  Misses         13       13           
  Partials       11       11           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Merged via the queue into master with commit 723e79b Nov 17, 2024
24 checks passed
@ntucker ntucker deleted the renovate/major-react-navigation-monorepo branch November 17, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant