reactive / data-client

Async State Management without the Management. REST, GraphQL, SSE, Websockets
https://dataclient.io
Apache License 2.0
1.95k stars 94 forks source link

pkg: Update react-navigation monorepo #3285

Closed renovate[bot] closed 4 days ago

renovate[bot] commented 4 days ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@react-navigation/native (source) 7.0.3 -> 7.0.4 age adoption passing confidence
@react-navigation/native-stack (source) 7.0.3 -> 7.1.1 age adoption passing confidence
react-native-screens 4.1.0 -> 4.3.0 age adoption passing confidence

Release Notes

react-navigation/react-navigation (@​react-navigation/native) ### [`v7.0.4`](https://redirect.github.com/react-navigation/react-navigation/blob/HEAD/packages/native/CHANGELOG.md#704-2024-11-22) [Compare Source](https://redirect.github.com/react-navigation/react-navigation/compare/@react-navigation/native@7.0.3...@react-navigation/native@7.0.4) **Note:** Version bump only for package [@​react-navigation/native](https://redirect.github.com/react-navigation/native)
react-navigation/react-navigation (@​react-navigation/native-stack) ### [`v7.1.1`](https://redirect.github.com/react-navigation/react-navigation/blob/HEAD/packages/native-stack/CHANGELOG.md#711-2024-11-22) [Compare Source](https://redirect.github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@7.1.0...@react-navigation/native-stack@7.1.1) ##### Bug Fixes - remove background from stack ([eaadbeb](https://redirect.github.com/react-navigation/react-navigation/commit/eaadbebb67d3d0a49d301b23b981d9e630bb9b43)), closes [#​12287](https://redirect.github.com/react-navigation/react-navigation/issues/12287) - by @​ ### [`v7.1.0`](https://redirect.github.com/react-navigation/react-navigation/blob/HEAD/packages/native-stack/CHANGELOG.md#710-2024-11-19) [Compare Source](https://redirect.github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@7.0.4...@react-navigation/native-stack@7.1.0) ##### Features - add ref to header search bar ([360247d](https://redirect.github.com/react-navigation/react-navigation/commit/360247db2f3f9f28afe572b67dd28d33857d413c)) - by @​ #### [7.0.4](https://redirect.github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@7.0.3...@react-navigation/native-stack@7.0.4) (2024-11-18) **Note:** Version bump only for package [@​react-navigation/native-stack](https://redirect.github.com/react-navigation/native-stack) #### [7.0.3](https://redirect.github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@7.0.2...@react-navigation/native-stack@7.0.3) (2024-11-15) **Note:** Version bump only for package [@​react-navigation/native-stack](https://redirect.github.com/react-navigation/native-stack) #### [7.0.2](https://redirect.github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@7.0.1...@react-navigation/native-stack@7.0.2) (2024-11-14) **Note:** Version bump only for package [@​react-navigation/native-stack](https://redirect.github.com/react-navigation/native-stack) #### [7.0.1](https://redirect.github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@7.0.0...@react-navigation/native-stack@7.0.1) (2024-11-13) **Note:** Version bump only for package [@​react-navigation/native-stack](https://redirect.github.com/react-navigation/native-stack) ### [`v7.0.4`](https://redirect.github.com/react-navigation/react-navigation/blob/HEAD/packages/native-stack/CHANGELOG.md#704-2024-11-18) [Compare Source](https://redirect.github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@7.0.3...@react-navigation/native-stack@7.0.4) **Note:** Version bump only for package [@​react-navigation/native-stack](https://redirect.github.com/react-navigation/native-stack)
software-mansion/react-native-screens (react-native-screens) ### [`v4.3.0`](https://redirect.github.com/software-mansion/react-native-screens/releases/tag/4.3.0) [Compare Source](https://redirect.github.com/software-mansion/react-native-screens/compare/4.2.0...4.3.0) #### What's Changed #### Bug fixes - fix(Android): prevent crash with InsetsObserverProxy already registered by [@​kkafar](https://redirect.github.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/2526](https://redirect.github.com/software-mansion/react-native-screens/pull/2526) - fix(Android): prevent crash when we can not insert any subviews into child by [@​kkafar](https://redirect.github.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/2531](https://redirect.github.com/software-mansion/react-native-screens/pull/2531) #### Misc - chore: update lockfiles after release by [@​kkafar](https://redirect.github.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/2517](https://redirect.github.com/software-mansion/react-native-screens/pull/2517) - chore: make formsheet work in Example app by [@​kkafar](https://redirect.github.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/2528](https://redirect.github.com/software-mansion/react-native-screens/pull/2528) **Full Changelog**: https://github.com/software-mansion/react-native-screens/compare/4.2.0...4.3.0 ### [`v4.2.0`](https://redirect.github.com/software-mansion/react-native-screens/releases/tag/4.2.0) [Compare Source](https://redirect.github.com/software-mansion/react-native-screens/compare/4.1.0...4.2.0) #### What's Changed #### :+1: Improvements - feat: add support for transparent large header on iOS by [@​EvanBacon](https://redirect.github.com/EvanBacon) in [https://github.com/software-mansion/react-native-screens/pull/2501](https://redirect.github.com/software-mansion/react-native-screens/pull/2501) #### :bug: Bug fixes - fix: get imageLoader from contextContainer by [@​WoLewicki](https://redirect.github.com/WoLewicki) in [https://github.com/software-mansion/react-native-screens/pull/2487](https://redirect.github.com/software-mansion/react-native-screens/pull/2487) - fix: remove unnecessary checks for creating snapshot by [@​WoLewicki](https://redirect.github.com/WoLewicki) in [https://github.com/software-mansion/react-native-screens/pull/2485](https://redirect.github.com/software-mansion/react-native-screens/pull/2485) - fix: make unstable_sheetFooter usable with react-navigation v7 by [@​kkafar](https://redirect.github.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/2504](https://redirect.github.com/software-mansion/react-native-screens/pull/2504) - fix(Android): prevent sheet footer from flickering on sheet sliding by [@​kkafar](https://redirect.github.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/2505](https://redirect.github.com/software-mansion/react-native-screens/pull/2505) - fix(Android): fix formSheet-keyboard interaction by [@​kkafar](https://redirect.github.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/2511](https://redirect.github.com/software-mansion/react-native-screens/pull/2511) - fix(Android): going back on fabric with removeClippedSubviews by [@​alduzy](https://redirect.github.com/alduzy) in [https://github.com/software-mansion/react-native-screens/pull/2495](https://redirect.github.com/software-mansion/react-native-screens/pull/2495) #### :1234: Miscellaneous - chore(examples): update lock files after release by [@​kkafar](https://redirect.github.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/2502](https://redirect.github.com/software-mansion/react-native-screens/pull/2502) - chore(CI): fix iOS e2e tests by [@​kkafar](https://redirect.github.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/2503](https://redirect.github.com/software-mansion/react-native-screens/pull/2503) - chore: retore apps/App.tsx by [@​kkafar](https://redirect.github.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/2506](https://redirect.github.com/software-mansion/react-native-screens/pull/2506) **Full Changelog**: https://github.com/software-mansion/react-native-screens/compare/4.1.0...4.2.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.



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

changeset-bot[bot] commented 4 days ago

⚠️ No Changeset found

Latest commit: 2561c27d5da1beeb6fb02032ec1a143f781b404e

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

codecov[bot] commented 4 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.85%. Comparing base (56f84e1) to head (e64570b). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3285 +/- ## ======================================= Coverage 98.85% 98.85% ======================================= Files 132 132 Lines 2279 2279 Branches 466 466 ======================================= Hits 2253 2253 Misses 13 13 Partials 13 13 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features: