Security2431 / 2day-report

Gain a clear overview of your team's progress and availability! ๐Ÿ“…
https://2day.report
MIT License
1 stars 0 forks source link

fix(deps): update dependency react-native-screens to ~3.35.0 #561

Open renovate[bot] opened 3 months ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native-screens ~3.33.0 -> ~3.35.0 age adoption passing confidence

Release Notes

software-mansion/react-native-screens (react-native-screens) ### [`v3.35.0`](https://redirect.github.com/software-mansion/react-native-screens/releases/tag/3.35.0) [Compare Source](https://redirect.github.com/software-mansion/react-native-screens/compare/6fa792cf58b572a56bb2ead494def4db2eec9040...3.35.0) #### What's Changed Minor release supporting RN 0.76 with a lot of fixes and improvements cherry picked from `4.0.0` line. Most notably, the `formSheet` presentation is not in its best shape on 3.x line of this library, we highly recommend using latest beta of `4.0.0`. #### :+1: Improvements - feat(iOS): Implement blurEffect for new architecture by [@​janicduplessis](https://redirect.github.com/janicduplessis) in [https://github.com/software-mansion/react-native-screens/pull/2207](https://redirect.github.com/software-mansion/react-native-screens/pull/2207) - docs: Manage system color scheme changes ([#​2440](https://redirect.github.com/software-mansion/react-native-screens/issues/2440)) ([`b849bdf`](https://redirect.github.com/software-mansion/react-native-screens/commit/b849bdf95)) by [@​patrycjakalinska](https://redirect.github.com/patrycjakalinska) - chore: add support for 0.76-rc.6 ([#​2407](https://redirect.github.com/software-mansion/react-native-screens/issues/2407)) ([`dc8c058`](https://redirect.github.com/software-mansion/react-native-screens/commit/dc8c0581b)) by [@​maciekstosio](https://redirect.github.com/maciekstosio) - feat: add basic React Server Component support ([#​2170](https://redirect.github.com/software-mansion/react-native-screens/issues/2170)) ([`3b8033d`](https://redirect.github.com/software-mansion/react-native-screens/commit/3b8033d35)) by [@​EvanBacon](https://redirect.github.com/EvanBacon) - feat: add monorepo support for Android builds ([#​2352](https://redirect.github.com/software-mansion/react-native-screens/issues/2352)) ([`09fe805`](https://redirect.github.com/software-mansion/react-native-screens/commit/09fe80516)) by [@​kkafar](https://redirect.github.com/kkafar) - feat(Android): add ios like `ios_from_left` slide animation ([#​2328](https://redirect.github.com/software-mansion/react-native-screens/issues/2328)) ([`6bdb770`](https://redirect.github.com/software-mansion/react-native-screens/commit/6bdb770ff)) by [@​chrispader](https://redirect.github.com/chrispader) - feat: add support for dynamic frameworks ([#​2315](https://redirect.github.com/software-mansion/react-native-screens/issues/2315)) ([`ad9d975`](https://redirect.github.com/software-mansion/react-native-screens/commit/ad9d97587)) by [@​WoLewicki](https://redirect.github.com/WoLewicki) #### :bug: Bug fixes - fix(iOS): onNativeDismissCancelled called too early during modal dismissal by [@​zetavg](https://redirect.github.com/zetavg) in [https://github.com/software-mansion/react-native-screens/pull/2129](https://redirect.github.com/software-mansion/react-native-screens/pull/2129) - fix(android): disappearing search icon on opening transparent modal by [@​alduzy](https://redirect.github.com/alduzy) in [https://github.com/software-mansion/react-native-screens/pull/2274](https://redirect.github.com/software-mansion/react-native-screens/pull/2274) - fix(Android,Fabric): add missing `DoNotStrip` annotation to JNI-accessed methods by [@​kkafar](https://redirect.github.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/2290](https://redirect.github.com/software-mansion/react-native-screens/pull/2290) - fix(Android,Fabric,bridgeless): crash on RN hot reload in dev mode when redbox in presentation by [@​kkafar](https://redirect.github.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/2289](https://redirect.github.com/software-mansion/react-native-screens/pull/2289) - fix(iOS): FullWindowOverlay layout height ([#​2430](https://redirect.github.com/software-mansion/react-native-screens/issues/2430)) ([`5359e4e`](https://redirect.github.com/software-mansion/react-native-screens/commit/5359e4e56)) by [@​alduzy](https://redirect.github.com/alduzy) - fix(iOS): `extraLight` blur not working ([#​2338](https://redirect.github.com/software-mansion/react-native-screens/issues/2338)) ([`da70a27`](https://redirect.github.com/software-mansion/react-native-screens/commit/da70a27ce)) by [@​maksg](https://redirect.github.com/maksg) - fix(iOS): header snapshots not working ([#​2393](https://redirect.github.com/software-mansion/react-native-screens/issues/2393)) ([`bb86f5b`](https://redirect.github.com/software-mansion/react-native-screens/commit/bb86f5bf6)) by [@​alduzy](https://redirect.github.com/alduzy) - fix(Android): going back on fabric with horizontal list crash ([#​2403](https://redirect.github.com/software-mansion/react-native-screens/issues/2403)) ([`5a9afbb`](https://redirect.github.com/software-mansion/react-native-screens/commit/5a9afbb17)) by [@​alduzy](https://redirect.github.com/alduzy) - fix(iOS,Fabric): prevent memory leak by calling `invalidate` on deleted screens ([#​2402](https://redirect.github.com/software-mansion/react-native-screens/issues/2402)) ([`71db286`](https://redirect.github.com/software-mansion/react-native-screens/commit/71db2866d)) by [@​kkafar](https://redirect.github.com/kkafar) - fix(iOS): header subviews layout on tab change ([#​2385](https://redirect.github.com/software-mansion/react-native-screens/issues/2385)) ([`652dbcf`](https://redirect.github.com/software-mansion/react-native-screens/commit/652dbcfef)) by [@​alduzy](https://redirect.github.com/alduzy) - fix(Android): going back on fabric with nested list ([#​2383](https://redirect.github.com/software-mansion/react-native-screens/issues/2383)) ([`d83d4b7`](https://redirect.github.com/software-mansion/react-native-screens/commit/d83d4b7c0)) by [@​alduzy](https://redirect.github.com/alduzy) - fix(iOS): full screen modal crash on paper ([#​2336](https://redirect.github.com/software-mansion/react-native-screens/issues/2336)) ([`173110d`](https://redirect.github.com/software-mansion/react-native-screens/commit/173110d70)) by [@​maksg](https://redirect.github.com/maksg) - fix(iOS): right header incorrect position ([#​2316](https://redirect.github.com/software-mansion/react-native-screens/issues/2316)) ([`29d3c2c`](https://redirect.github.com/software-mansion/react-native-screens/commit/29d3c2cca)) by [@​alduzy](https://redirect.github.com/alduzy) - fix!: always set Zindex to undefined for InnerScreen ([#​2351](https://redirect.github.com/software-mansion/react-native-screens/issues/2351)) ([`746eff8`](https://redirect.github.com/software-mansion/react-native-screens/commit/746eff878)) - **This looks like a breaking change, however you should never be able to set the styles directly on the `Screen` component, if you were doing it, you have been already doing something wrong** by [@​adrianryt](https://redirect.github.com/adrianryt) - fix(iOS): modal not presenting when deep in stack ([#​2335](https://redirect.github.com/software-mansion/react-native-screens/issues/2335)) ([`77d0562`](https://redirect.github.com/software-mansion/react-native-screens/commit/77d0562ae)) by [@​maksg](https://redirect.github.com/maksg) - fix(Android): getChildDrawingOrder when using refreshcontrol ([#​2330](https://redirect.github.com/software-mansion/react-native-screens/issues/2330)) ([`ee967a5`](https://redirect.github.com/software-mansion/react-native-screens/commit/ee967a5cc)) by [@​BenIrving](https://redirect.github.com/BenIrving) - fix: do not force set `translucent` nav bar (until it's explicitly specified) ([#​2301](https://redirect.github.com/software-mansion/react-native-screens/issues/2301)) ([`eed1cb0`](https://redirect.github.com/software-mansion/react-native-screens/commit/eed1cb0da)) by [@​kirillzyusko](https://redirect.github.com/kirillzyusko) - fix(Android,Fabric): pressable on `Screen` loses focus on pointer movement ([#​2292](https://redirect.github.com/software-mansion/react-native-screens/issues/2292)) ([`5a3b31a`](https://redirect.github.com/software-mansion/react-native-screens/commit/5a3b31ae3)) by [@​kkafar](https://redirect.github.com/kkafar) - fix(iOS): Change import of RectUtil.h file to react/renderer/components ([#​2319](https://redirect.github.com/software-mansion/react-native-screens/issues/2319)) ([`eac554e`](https://redirect.github.com/software-mansion/react-native-screens/commit/eac554e8f)) by [@​tboba](https://redirect.github.com/tboba) - fix(Android): incorrect childCount in removeViewAt when using flatlist on fabric ([#​2307](https://redirect.github.com/software-mansion/react-native-screens/issues/2307)) ([`10bda7d`](https://redirect.github.com/software-mansion/react-native-screens/commit/10bda7da1)) by [@​alduzy](https://redirect.github.com/alduzy) #### :1234: Miscellaneous - chore: remove unused code for finding rn version by [@​WoLewicki](https://redirect.github.com/WoLewicki) in [https://github.com/software-mansion/react-native-screens/pull/2288](https://redirect.github.com/software-mansion/react-native-screens/pull/2288) - fix(iOS): remove leftover \_sheetsScrollView reference after cherry-picking from main by [@​alduzy](https://redirect.github.com/alduzy) in [https://github.com/software-mansion/react-native-screens/pull/2447](https://redirect.github.com/software-mansion/react-native-screens/pull/2447) - fix: removed leftover test import after cherry-picking from main by [@​alduzy](https://redirect.github.com/alduzy) in [https://github.com/software-mansion/react-native-screens/pull/2448](https://redirect.github.com/software-mansion/react-native-screens/pull/2448) - chore(deps): aggregate updates from dependabot ([#​2354](https://redirect.github.com/software-mansion/react-native-screens/issues/2354)) ([`4effcfe`](https://redirect.github.com/software-mansion/react-native-screens/commit/4effcfea3)) - chore(deps): bump serve-static from 1.15.0 to 1.16.2 in /Example ([#​2343](https://redirect.github.com/software-mansion/react-native-screens/issues/2343)) ([`f109927`](https://redirect.github.com/software-mansion/react-native-screens/commit/f10992770)) - chore(deps): bump express from 4.19.2 to 4.21.0 in /docs ([#​2348](https://redirect.github.com/software-mansion/react-native-screens/issues/2348)) ([`64cc3e9`](https://redirect.github.com/software-mansion/react-native-screens/commit/64cc3e9e0)) - docs(readme): update FullWindowOverlay example path ([#​2326](https://redirect.github.com/software-mansion/react-native-screens/issues/2326)) ([`e0fe651`](https://redirect.github.com/software-mansion/react-native-screens/commit/e0fe6518c)) by [@​ilia-kurganskii](https://redirect.github.com/ilia-kurganskii) - docs: Fix placement of Hero on big screens ([#​2305](https://redirect.github.com/software-mansion/react-native-screens/issues/2305)) ([`f56ac0c`](https://redirect.github.com/software-mansion/react-native-screens/commit/f56ac0c11)) by [@​patrycjakalinska](https://redirect.github.com/patrycjakalinska) - docs: add Testimonials ([#​2333](https://redirect.github.com/software-mansion/react-native-screens/issues/2333)) ([`4ad8f1c`](https://redirect.github.com/software-mansion/react-native-screens/commit/4ad8f1cd7)) by [@​patrycjakalinska](https://redirect.github.com/patrycjakalinska) - chore(deps): bump rexml from 3.2.9 to 3.3.6 in /Example ([#​2314](https://redirect.github.com/software-mansion/react-native-screens/issues/2314)) ([`0702fb5`](https://redirect.github.com/software-mansion/react-native-screens/commit/0702fb5c2)) - chore(Android): removed redundant FabricViewStateManager comment ([#​2310](https://redirect.github.com/software-mansion/react-native-screens/issues/2310)) ([`44d1813`](https://redirect.github.com/software-mansion/react-native-screens/commit/44d18139f)) by [@​alduzy](https://redirect.github.com/alduzy) - chore(deps): bump rexml from 3.2.8 to 3.3.3 ([#​2298](https://redirect.github.com/software-mansion/react-native-screens/issues/2298)) ([`a836acc`](https://redirect.github.com/software-mansion/react-native-screens/commit/a836acc34)) - docs: Fix layout of screen sequence animation ([#​2303](https://redirect.github.com/software-mansion/react-native-screens/issues/2303)) ([`557c3c4`](https://redirect.github.com/software-mansion/react-native-screens/commit/557c3c406)) by [@​tboba](https://redirect.github.com/tboba) - docs: Resolve correctly missing tv.svg file ([#​2300](https://redirect.github.com/software-mansion/react-native-screens/issues/2300)) ([`8c64f9d`](https://redirect.github.com/software-mansion/react-native-screens/commit/8c64f9df4)) by [@​tboba](https://redirect.github.com/tboba) - docs: Add workflow to publish GitHub pages ([#​2299](https://redirect.github.com/software-mansion/react-native-screens/issues/2299)) ([`c0902b1`](https://redirect.github.com/software-mansion/react-native-screens/commit/c0902b1be)) by [@​tboba](https://redirect.github.com/tboba) - docs: Add landing page for React Native Screens ([#​2240](https://redirect.github.com/software-mansion/react-native-screens/issues/2240)) ([`c4728e8`](https://redirect.github.com/software-mansion/react-native-screens/commit/c4728e8c2)) by [@​patrycjakalinska](https://redirect.github.com/patrycjakalinska) **Full Changelog**: https://github.com/software-mansion/react-native-screens/compare/3.34.0...3.35.0 ### [`v3.34.1`](https://redirect.github.com/software-mansion/react-native-screens/compare/3.34.0...6fa792cf58b572a56bb2ead494def4db2eec9040) [Compare Source](https://redirect.github.com/software-mansion/react-native-screens/compare/3.34.0...6fa792cf58b572a56bb2ead494def4db2eec9040) ### [`v3.34.0`](https://redirect.github.com/software-mansion/react-native-screens/releases/tag/3.34.0) [Compare Source](https://redirect.github.com/software-mansion/react-native-screens/compare/3.33.0...3.34.0) Recently released [3.33.0](https://redirect.github.com/software-mansion/react-native-screens/releases/tag/3.33.0) introduced a crash **when running on** Android + Fabric + "bridgefull" combination of platform / architecture. This version introduces a fix for that crash with changes in native code, thus bumping minor version. #### What's Changed #### :bug: Bug fixes - Android, Fabric, bridge-mode: patch crash with context detached from activity by [@​kkafar](https://redirect.github.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/2276](https://redirect.github.com/software-mansion/react-native-screens/pull/2276) #### :1234: Miscellaneous - Extend logging in architecture-integrity scripts & add NativeProxy.kt to blacklist by [@​kkafar](https://redirect.github.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/2281](https://redirect.github.com/software-mansion/react-native-screens/pull/2281) - Aggregate updates from dependabot by [@​kkafar](https://redirect.github.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/2267](https://redirect.github.com/software-mansion/react-native-screens/pull/2267) **Full Changelog**: https://github.com/software-mansion/react-native-screens/compare/3.33.0...3.34.0

Configuration

๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Enabled.

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

๐Ÿ”• Ignore: Close this PR and you won't be reminded about this update again.



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

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git โ†—๏ธŽ

Name Status Preview Comments Updated (UTC)
2day-report โŒ Failed (Inspect) Oct 25, 2024 2:30pm