dependabot[bot] opened a new pull request, #471: URL: https://github.com/apache/doris-opentelemetry-demo/pull/471
Removes [joi](https://github.com/hapijs/joi). It's no longer used after updating ancestor dependency [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native). These dependencies need to be updated together. Removes `joi` Updates `react-native` from 0.74.2 to 0.86.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/react-native/releases">react-native's releases</a>.</em></p> <blockquote> <h2>0.86.0</h2> <h3>Added</h3> <ul> <li><strong>Accessibility</strong>: AccessibilityInfo: added missing tests for Promise based methods, align null checks and error message code style (<a href="https://github.com/facebook/react-native/commit/8fc503d7806ff83c6001cc4e0fe7b8b85a804245">8fc503d780</a> by <a href="https://github.com/chicio"><code>@chicio</code></a>)</li> <li><strong>Animated</strong>: Suspense tests for the Animation Backend (<a href="https://github.com/facebook/react-native/commit/8101fc776d842b8b92a516f74831e2056bc34aa6">8101fc776d</a> by Bartlomiej Bloniarz)</li> <li><strong>Animated</strong>: Use weak_ptr when calling pullAnimationMutations in a callback scheduled with the Animation Backend (<a href="https://github.com/facebook/react-native/commit/42d98b58302dafb484a494ab4fc199f88f215c1d">42d98b5830</a> by Bartlomiej Bloniarz)</li> <li><strong>Dev Server</strong>: Call methods on <code>global.__BUNDLE_LOADER_REPORTER__</code>, if given, during dev-mode bundler loads from Metro (<a href="https://github.com/facebook/react-native/commit/1e0c1f886ba9de7541eeb753091715011c515c00">1e0c1f886b</a> by <a href="https://github.com/robhogan"><code>@robhogan</code></a>)</li> <li><strong>React Native DevTools</strong>: Add new custom track for React Native Renderer operations in React Native DevTools performance traces (<a href="https://github.com/facebook/react-native/commit/0b1def9ce5f6f3ea66d193fd254cfcb4c16d6e5a">0b1def9ce5</a>, <a href="https://github.com/facebook/react-native/commit/29bc8f1acb2cc9a4016c4bdf032f5b53474558bf">29bc8f1acb</a>, <a href="https://github.com/facebook/react-native/commit/9130df67735f01c385296e155300dd8afebae6be">9130df6773</a>, <a href="https://github.com/facebook/react-native/commit/c26a4875eaaf3dcf9a6f28ac87df0a07a1cf4b37">c26a4875ea</a> by <a href="https://github.com/rubennorte"><code>@rubennorte</code></a>)</li> <li><strong>React Native DevTools</strong>: Add support for light/dark mode emulation via <code>Emulation.setEmulatedMedia</code> (<a href="https://github.com/facebook/react-native/commit/11a5432cb283b6e7b59bf785602fff9082af5bff">11a5432cb2</a> by <a href="https://github.com/huntie"><code>@huntie</code></a>)</li> <li><strong>Runtime</strong>: Add <code>unstable_getViewTransitionInstance</code> to UIManagerBinding (<a href="https://github.com/facebook/react-native/commit/d8820a403bb7241f4d2dd4b1006079af049d68e3">d8820a403b</a> by <a href="https://github.com/zeyap"><code>@zeyap</code></a>)</li> <li><strong>Runtime</strong>: Add UIManagerViewTransitionDelegate interface and View Transition APIs (<a href="https://github.com/facebook/react-native/commit/cdad57d8f1a326f2ce164161e1d28ff082fd68b4">cdad57d8f1</a> by <a href="https://github.com/zeyap"><code>@zeyap</code></a>)</li> <li><strong>Runtime</strong>: Add viewport size to <code>LayoutContext</code> (<a href="https://github.com/facebook/react-native/commit/d38c756529d4c1076d0646dc75643b78ba2bcaaa">d38c756529</a> by <a href="https://github.com/paradowstack"><code>@paradowstack</code></a>)</li> <li><strong>Runtime</strong>: ViewTransitionModule for React Native View Transitions (<a href="https://github.com/facebook/react-native/commit/f81f73e5a02e792cfaf2c010dea2ddfb20cb3e7f">f81f73e5a0</a> by <a href="https://github.com/zeyap"><code>@zeyap</code></a>)</li> <li><strong>Text</strong>: Add E2E tests for Text <code>boxShadow</code> and textWithLinkRole (<a href="https://github.com/facebook/react-native/commit/b172f46f0d0413dcaedc8c901d79e3932cb26589">b172f46f0d</a> by <a href="https://github.com/NickGerleman"><code>@NickGerleman</code></a>)</li> <li><strong>View</strong>: Add E2E tests for Filter blur-with-overflow, drop-shadow, and animated-blur (<a href="https://github.com/facebook/react-native/commit/66975aa3d52a05189b07f8f22eec86dbbfab0240">66975aa3d5</a> by <a href="https://github.com/NickGerleman"><code>@NickGerleman</code></a>)</li> <li><strong>View</strong>: Add <code>mixBlendMode</code> plus-lighter (<a href="https://github.com/facebook/react-native/commit/aaa068404504076155ec4d4f11a1d246aef763f5">aaa0684045</a> by <a href="https://github.com/bigcupcoffee"><code>@bigcupcoffee</code></a>)</li> </ul> <h4>Android specific</h4> <ul> <li><strong>Events</strong>: Channel play/pause hardware events. (<a href="https://github.com/facebook/react-native/commit/5087aa0dba4e06986b98007bc33ee16af11f9358">5087aa0dba</a> by Nishil Shah)</li> <li><strong>Events</strong>: Pass event object to <code>BackHandler</code> <code>hardwareBackPress</code> events to access timeStamp from native event. (<a href="https://github.com/facebook/react-native/commit/bf277cb6d4b6f53227717e8888a4d9701d8a3449">bf277cb6d4</a> by <a href="https://github.com/rubennorte"><code>@rubennorte</code></a>)</li> <li><strong>LogBox</strong>: Allow LogBox notification toasts and inspector overlay to be dismissed via Android back button (<a href="https://github.com/facebook/react-native/commit/6530092162b9996b2c53cd5fd76b9c9a6520e57f">6530092162</a> by <a href="https://github.com/Abbondanzo"><code>@Abbondanzo</code></a>)</li> <li><strong>Pressable</strong>: <code>android_ripple</code> now accepts <code>PlatformColor</code> (<a href="https://github.com/facebook/react-native/commit/60d8b282eaf5bd2803fdaa838520f6ff41cc6737">60d8b282ea</a> by <a href="https://github.com/adrcotfas"><code>@adrcotfas</code></a>)</li> <li><strong>Runtime</strong>: Add <code>ExtraWindowEventListener</code> interface to allow native modules to react to window creation / destruction (e.g. Modal dialogs) (<a href="https://github.com/facebook/react-native/commit/58fec1fa8d351c40a68cb0da807c49c7c2c96a80">58fec1fa8d</a> by <a href="https://github.com/zoontek"><code>@zoontek</code></a>)</li> <li><strong>Runtime</strong>: Add test for synchronous mount props override behavior (<a href="https://github.com/facebook/react-native/commit/a25e0fdddf0ab77c798dd00f8c88e842ee72c955">a25e0fdddf</a> by <a href="https://github.com/zeyap"><code>@zeyap</code></a>)</li> <li><strong>Text</strong>: Add E2E tests for Text visual examples (batch 1) (<a href="https://github.com/facebook/react-native/commit/b53b228673e0b833cae7718bbb778b2ecaec5d76">b53b228673</a> by <a href="https://github.com/NickGerleman"><code>@NickGerleman</code></a>)</li> <li><strong>Text</strong>: Add E2E tests for Text visual examples (batch 2) (<a href="https://github.com/facebook/react-native/commit/d5a271dd0599caff85652ce0581e3026da470065">d5a271dd05</a> by <a href="https://github.com/NickGerleman"><code>@NickGerleman</code></a>)</li> <li><strong>TextInput</strong>: Add extended Android <code>TextInput</code> <code>autoComplete</code> autofill hint support and bump <code>androidx.autofill</code> to <code>1.3.0</code>. (<a href="https://github.com/facebook/react-native/commit/ac598aff2b388d4fac9f42a2e2cef73542d2531d">ac598aff2b</a> by <a href="https://github.com/radko93"><code>@radko93</code></a>)</li> <li><strong>View</strong>: Add E2E tests for Filter static visual examples (<a href="https://github.com/facebook/react-native/commit/d18d9a4046e25b60a2054462d242663a8daa2589">d18d9a4046</a> by <a href="https://github.com/NickGerleman"><code>@NickGerleman</code></a>)</li> </ul> <h4>iOS specific</h4> <ul> <li><strong>Build</strong>: Add privacy manifest to declare the use of <code>mach_absolute_time()</code> API in the React-timing module (<a href="https://github.com/facebook/react-native/commit/2ae6c8940dda8e7523d5f7f6ffb6c1a3b361a19e">2ae6c8940d</a> by <a href="https://github.com/rubennorte"><code>@rubennorte</code></a>)</li> <li><strong>Dev Server</strong>: Introduce <code>isPackagerRunningAsync</code> that does not block the UI thread waiting on the request to DevServer ("Packager") validating that it is running (<a href="https://github.com/facebook/react-native/commit/dd056d9b4c007f7e67f5ac3ad2c537e635d4a509">dd056d9b4c</a> by <a href="https://github.com/vzaidman"><code>@vzaidman</code></a>)</li> <li><strong>Image</strong>: Add E2E tests for Image visual examples (<a href="https://github.com/facebook/react-native/commit/48b6f2dcc93f28801338fc79dff8b527b15d5f92">48b6f2dcc9</a> by <a href="https://github.com/NickGerleman"><code>@NickGerleman</code></a>)</li> <li><strong>Networking</strong>: Add <code>RCTSetCustomMultipartDataTaskRequestInterceptor</code> API to allow custom modification of multipart data task requests before they are sent (<a href="https://github.com/facebook/react-native/commit/59b8886bb85f3c4c4b4ef55536d8ffeb4e5b3102">59b8886bb8</a> by <a href="https://github.com/cipolleschi"><code>@cipolleschi</code></a>)</li> </ul> <h3>Changed</h3> <ul> <li><strong>Build</strong>: Update Metro to ^0.84.2 (<a href="https://github.com/facebook/react-native/commit/57d4b6b350dc0e8f2a89e4f5f570ed3452551d85">57d4b6b350</a> by <a href="https://github.com/robhogan"><code>@robhogan</code></a>)</li> <li><strong>Dev Server</strong>: LoadBundleFromServer test: remove legacy Jest timers, increased coverage and improved assertions (<a href="https://github.com/facebook/react-native/commit/a19d98e5428f710716486b064c3b0589355c5641">a19d98e542</a> by <a href="https://github.com/chicio"><code>@chicio</code></a>)</li> <li><strong>Hermes</strong>: Bump hermes-compiler dependency (<a href="https://github.com/facebook/react-native/commit/031168013e8faab6f08b822a69f39d2df3fc78ff">031168013e</a> by <a href="https://github.com/robhogan"><code>@robhogan</code></a>)</li> <li><strong>Hermes</strong>: Bump hermes version (<a href="https://github.com/facebook/react-native/commit/89a2a20739ceda065cdc605397bfe9c178403b4a">89a2a20739</a> by <a href="https://github.com/robhogan"><code>@robhogan</code></a>)</li> <li><strong>LogBox</strong>: Migrated <code>LogBoxData</code> tests to Jest modern timers (<a href="https://github.com/facebook/react-native/commit/dea2136a493453bcdc5e8c4b6950e9d6338f1445">dea2136a49</a> by <a href="https://github.com/chicio"><code>@chicio</code></a>)</li> <li><strong>React</strong>: Make React Native consume 250829098.0.11 (<a href="https://github.com/facebook/react-native/commit/26953d8343abb2ea05fe86857c2016a4fadb48b7">26953d8343</a> by <a href="https://github.com/alanleedev"><code>@alanleedev</code></a>)</li> <li><strong>React Native DevTools</strong>: Derive WebSocket scheme and port from dev server URL for React DevTools connections, supporting HTTPS dev servers (<a href="https://github.com/facebook/react-native/commit/ca4173701d4b398a3b43650d019ffc75fb1d21a7">ca4173701d</a> by <a href="https://github.com/cipolleschi"><code>@cipolleschi</code></a>)</li> <li><strong>Runtime</strong>: Measure node instance during <code>applyViewTransitionName</code> (<a href="https://github.com/facebook/react-native/commit/d17ecca3c90c4ddd3922e3661ece03ac2433fcff">d17ecca3c9</a> by <a href="https://github.com/zeyap"><code>@zeyap</code></a>)</li> <li><strong>Runtime</strong>: Move ViewTransition APIs not for react reconciler to its own TurboModule (<a href="https://github.com/facebook/react-native/commit/0e65df9152d940a52d6dc4704cb60b644e18fb23">0e65df9152</a> by <a href="https://github.com/zeyap"><code>@zeyap</code></a>)</li> <li><strong>Runtime</strong>: Setting <code>reportErrorsAsExceptions</code> to anything other than <code>false</code> no longer does anything. (Previously, setting it to a falsey value would be similar to setting it to <code>false</code>.) (<a href="https://github.com/facebook/react-native/commit/f0748a6387c9bb04eed38d03f00f36d2985b2031">f0748a6387</a> by <a href="https://github.com/yungsters"><code>@yungsters</code></a>)</li> <li><strong>Runtime</strong>: Use <code>getNullableViewState</code> in <code>SurfaceMountingManager::updateProps</code> and log a soft exception instead (<a href="https://github.com/facebook/react-native/commit/bbf7004935ec3ed25e0270c60889f118ba170495">bbf7004935</a> by Bartlomiej Bloniarz)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/react/react-native/blob/main/CHANGELOG-0.7x.md">react-native's changelog</a>.</em></p> <blockquote> <h1>Changelog (pre 0.80)</h1> <h2>v0.79.7</h2> <h3>Fixed</h3> <h4>Android specific</h4> <ul> <li><strong>Layout:</strong> Make missing parent view state in updateLayout a soft error (<a href="https://github.com/facebook/react-native/commit/56ad8d9bfd08ea70bc6f5726a2b4a6afb6d2d7c2">56ad8d9bfd</a> by <a href="https://github.com/javache"><code>@javache</code></a>)</li> <li><strong>Layout:</strong> Make missing parent view state in updateLayout a soft error (<a href="https://github.com/facebook/react-native/commit/f2e47d8dabcd61621ea81c86cd1e2488948c4229">f2e47d8dab</a> by <a href="https://github.com/cipolleschi"><code>@cipolleschi</code></a>)</li> </ul> <h2>v0.79.6</h2> <h3>Added</h3> <h4>Android specific</h4> <ul> <li><strong>RNGP</strong> Add support for <code>exclusiveEnterpriseRepository</code> (<a href="https://github.com/facebook/react-native/commit/df5ac988cec936c430d41b0fcc15181dc06e46a1">df5ac988ce</a> by <a href="https://github.com/cortinico"><code>@cortinico</code></a>)</li> </ul> <h4>iOS specific</h4> <ul> <li><strong>Cocoapods:</strong> Add the ENTERPRISE_REPOSITORY env var to let user consume artifacts from their personal maven mirror (<a href="https://github.com/facebook/react-native/commit/a74d930c93ffae8c02142e8cc016a4c390a5f784">a74d930c93</a> by <a href="https://github.com/cipolleschi"><code>@cipolleschi</code></a>)</li> </ul> <h3>Fixed</h3> <ul> <li><strong>Codegen:</strong> Add missing Babel dependencies (<a href="https://github.com/facebook/react-native/commit/bf2c3af93b146943cb35866fa9badcd188e63f5b">bf2c3af93b</a> by <a href="https://github.com/tido64"><code>@tido64</code></a>)</li> </ul> <h4>Android specific</h4> <ul> <li><strong>Legacy Arch:</strong> Fix Legacy arch crashing or freezing upon reload (<a href="https://github.com/facebook/react-native/commit/db600b2e9e87863cad6dd5ce262dc1f793bcaeb0">db600b2e9e</a> by <a href="https://github.com/robhogan"><code>@robhogan</code></a>)</li> <li><strong>Modal:</strong> Fix Modal first frame being rendered on top-left corner (<a href="https://github.com/facebook/react-native/commit/5a315f8d6b0ea54442c7ef94b7346b0c73fd0b4c">5a315f8d6b</a> by <a href="https://github.com/cortinico"><code>@cortinico</code></a>)</li> <li><strong>TurboModule:</strong> Fix emitting event from turbo module crashes on 32bit android (<a href="https://github.com/facebook/react-native/commit/43bc43e5e85519d2924c4fc80765e66d0c48b1a9">43bc43e5e8</a> by <a href="https://github.com/vladimirivanoviliev"><code>@vladimirivanoviliev</code></a>)</li> </ul> <h2>v0.79.5</h2> <h3>Fixed</h3> <ul> <li><strong>Flow:</strong> Publish top-level Flow types for <code>react-native</code> (<a href="https://github.com/facebook/react-native/commit/fbbd20dd632acd72d2abe861dd4a0e6e98437cf2">fbbd20dd63</a> by <a href="https://github.com/buschco"><code>@buschco</code></a>)</li> </ul> <h2>v0.79.4</h2> <h3>Fixed</h3> <ul> <li><strong>Codegen:</strong> Backports fix: exclusion of selectively disabled libraries from codegen generation (<a href="https://github.com/facebook/react-native/commit/3acfe01382e67b16386bb04f7730abc479fec1cc">3acfe01382</a> by <a href="https://github.com/cipolleschi"><code>@cipolleschi</code></a>)</li> <li><strong>Flow:</strong> Publish top-level Flow types for <code>react-native</code> (<a href="https://github.com/facebook/react-native/commit/50667eceb1be4771375d6a3cc2f4e42d4d8aad3a">50667eceb1</a> by <a href="https://github.com/aswinandro"><code>@aswinandro</code></a>)</li> <li><strong>Runtime:</strong> Disabling <code>updateRuntimeShadowNodeReferencesOnCommit</code> by default. (<a href="https://github.com/facebook/react-native/commit/2cd074d77a706f4fe4396ffdf87408f781e935a4">2cd074d77a</a> by <a href="https://github.com/lenaic"><code>@lenaic</code></a>)</li> </ul> <h4>Android specific</h4> <ul> <li><strong>TextInput:</strong> Fix broken focus behavior for TextInput in older Android versions (< 9) (<a href="https://github.com/facebook/react-native/commit/0ebaaed281fcfa01b20a17a461c1d0b489a7f0a2">0ebaaed281</a> by <a href="https://github.com/joevilches"><code>@joevilches</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/react/react-native/commit/a632f9efe24bac8b3a113c78469948f55bde0f5d"><code>a632f9e</code></a> Release 0.86.0</li> <li><a href="https://github.com/react/react-native/commit/012be3bbbca8fac385235979eda690075447ccc8"><code>012be3b</code></a> Release 0.86.0-rc.3</li> <li><a href="https://github.com/react/react-native/commit/cd5b3b5fa576366723c4f73b98736c033856ac03"><code>cd5b3b5</code></a> Bump Hermes V1 version to 250829098.0.14</li> <li><a href="https://github.com/react/react-native/commit/19da7bb3b0baba8ef49568ec4841c21e9ad8d093"><code>19da7bb</code></a> Release 0.86.0-rc.2</li> <li><a href="https://github.com/react/react-native/commit/cc27962c5845753ccd8659ff4655dca138d819e9"><code>cc27962</code></a> fix(cocoapods): escape local file URIs for unicode paths (<a href="https://github.com/facebook/react-native/tree/HEAD/packages/react-native/issues/56907">#56907</a>)</li> <li><a href="https://github.com/react/react-native/commit/6c6511c6b35bab3075111d1c879a144b7b622030"><code>6c6511c</code></a> feat(Pressable): add support for PlatformColor and alpha (<a href="https://github.com/facebook/react-native/tree/HEAD/packages/react-native/issues/56395">#56395</a>)</li> <li><a href="https://github.com/react/react-native/commit/f2880fdae015a4319297c25c441fab615953e184"><code>f2880fd</code></a> Cache prebuilt iOS binaries in ~/Library/Caches/ReactNative (<a href="https://github.com/facebook/react-native/tree/HEAD/packages/react-native/issues/56847">#56847</a>)</li> <li><a href="https://github.com/react/react-native/commit/443ac4028d129a4d4206a74ef56795726f549ed3"><code>443ac40</code></a> fix(cocoapods) Podfile.lock SPEC CHECKSUMS drift for React XCFrameworks (<a href="https://github.com/facebook/react-native/tree/HEAD/packages/react-native/issues/56803">#56803</a>)</li> <li><a href="https://github.com/react/react-native/commit/ff2562e6e170bab24c7ed55869a418e576eb70de"><code>ff2562e</code></a> fix(ios): load RCTDefines.h first in React umbrella + drop submodule wildcard...</li> <li><a href="https://github.com/react/react-native/commit/94b6bcb34ca77e0aa81f487bb3ab958ff3556c4c"><code>94b6bcb</code></a> Release 0.86.0-rc.1</li> <li>Additional commits viewable in <a href="https://github.com/facebook/react-native/commits/v0.86.0/packages/react-native">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/doris-opentelemetry-demo/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
