dependabot[bot] opened a new pull request, #539: URL: https://github.com/apache/doris-opentelemetry-demo/pull/539
Removes [tar](https://github.com/isaacs/node-tar). It's no longer used after updating ancestor dependency [expo](https://github.com/expo/expo/tree/HEAD/packages/expo). These dependencies need to be updated together. Removes `tar` Updates `expo` from 51.0.39 to 57.0.7 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/expo/expo/blob/main/CHANGELOG.md">expo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>This is the log of notable changes to the Expo client that are developer-facing. Package-specific changes not released in any SDK will be added here just before the release. Until then, you can find them in changelogs of the individual packages (see <a href="https://github.com/expo/expo/blob/main/packages">packages</a> directory).</p> <h2>Unpublished</h2> <h3>📚 3rd party library updates</h3> <h3>🛠 Breaking changes</h3> <h3>🎉 New features</h3> <h3>🐛 Bug fixes</h3> <h2>57.0.0 — 2026-07-08</h2> <h3>🛠 Breaking changes</h3> <ul> <li><strong><code>@expo/ui</code></strong> <ul> <li>[universal][android] Use <code>BasicTextField</code> component instead of Filled Material TextField. (<a href="https://redirect.github.com/expo/expo/pull/46442">#46442</a> by <a href="https://github.com/intergalacticspacehighway"><code>@nishan</code></a>) (<a href="https://redirect.github.com/expo/expo/pull/46442">#46442</a> by <a href="https://github.com/intergalacticspacehighway"><code>@intergalacticspacehighway</code></a>)</li> </ul> </li> <li><strong><code>expo-modules-jsi</code></strong> <ul> <li>[iOS] <code>JavaScriptError</code> is now a copyable class conforming to <code>Error</code> (was a non-copyable struct), and <code>JavaScriptValue</code> no longer conforms to <code>Error</code>. (<a href="https://redirect.github.com/expo/expo/pull/47154">#47154</a> by <a href="https://github.com/tsapeta"><code>@tsapeta</code></a>)</li> </ul> </li> <li><strong><code>expo-font</code></strong> <ul> <li>[web] Removed <code>Server.resetServerContext()</code>. Server-side font state is now scoped per-render via <code>AsyncLocalStorage</code>. (<a href="https://redirect.github.com/expo/expo/pull/46669">#46669</a> by <a href="https://github.com/hassankhan"><code>@hassankhan</code></a>)</li> </ul> </li> <li><strong><code>@expo/cli</code></strong> <ul> <li>Make <code>expo prebuild</code> clear and regenerate the native folders by default. Pass <code>--no-clean</code> to apply changes to the existing folders instead. (<a href="https://redirect.github.com/expo/expo/pull/47209">#47209</a> by <a href="https://github.com/alanjhughes"><code>@alanjhughes</code></a>)</li> </ul> </li> </ul> <h3>🎉 New features</h3> <ul> <li>Initial release of <strong><code>@expo/require-utils</code></strong> 🥳</li> <li><strong><code>pod-install</code></strong> <ul> <li>Support Bundler-managed CocoaPods installations (<a href="https://redirect.github.com/expo/expo/pull/43605">#43605</a> by <a href="https://github.com/tiwari91"><code>@tiwari91</code></a>, <a href="https://github.com/kitten"><code>@kitten</code></a>)</li> </ul> </li> <li><strong><code>@expo/ui</code></strong> <ul> <li>[iOS] Added the SwiftUI <code>accessibilityHidden</code> modifier to hide decorative views from VoiceOver and other assistive technologies during element traversal. (<a href="https://redirect.github.com/expo/expo/pull/46579">#46579</a> by <a href="https://github.com/ramonclaudio"><code>@ramonclaudio</code></a>)</li> <li>[iOS] Added the SwiftUI <code>accessibilityIdentifier</code> modifier to set a stable identifier for UI testing tools such as XCUITest. (<a href="https://redirect.github.com/expo/expo/pull/46556">#46556</a> by <a href="https://github.com/ramonclaudio"><code>@ramonclaudio</code></a>)</li> <li>[iOS] Added the SwiftUI <code>dynamicTypeSize</code> modifier to set or constrain the Dynamic Type size within a view. Accepts a single size or a <code>{ min, max }</code> range, and cascades from <code><Host></code> to bound how far text scales at the largest accessibility sizes. (<a href="https://redirect.github.com/expo/expo/pull/46540">#46540</a> by <a href="https://github.com/ramonclaudio"><code>@ramonclaudio</code></a>)</li> <li>[iOS] Added <code>children</code> prop to <code>Label</code> component, allowing custom title views (e.g. a <code>VStack</code> with title and subtitle) while preserving native icon spacing and Dynamic Type icon sizing.</li> <li>[iOS] Add <code>buttonBorderShape</code> SwiftUI modifier, which reshapes a styled button (for example a <code>glass</code> button) while preserving its native press effect. (<a href="https://redirect.github.com/expo/expo/pull/46348">#46348</a> by <a href="https://github.com/intergalacticspacehighway"><code>@nishan</code></a>) (<a href="https://redirect.github.com/expo/expo/pull/46348">#46348</a> by <a href="https://github.com/intergalacticspacehighway"><code>@intergalacticspacehighway</code></a>)</li> <li>[jetpack-compose] Added <code>NavigationBar</code> and <code>NavigationBarItem</code> components.</li> <li>[iOS] Added the SwiftUI <code>listRowSpacing</code> modifier. (<a href="https://redirect.github.com/expo/expo/pull/46417">#46417</a> by <a href="https://github.com/qiyangdev"><code>@qiyangdev</code></a>)</li> <li>[iOS] Added support for custom SF Symbols in the SwiftUI <code>Image</code> component. (<a href="https://redirect.github.com/expo/expo/pull/46183">#46183</a> by <a href="https://github.com/cinques"><code>@cinques</code></a>)</li> <li>[swift-ui] Added <code><DisclosureGroup.Label></code> for custom label style. (<a href="https://redirect.github.com/expo/expo/pull/46288">#46288</a> by <a href="https://github.com/kudo"><code>@kudo</code></a>)</li> <li>[universal] Added <code><Collapsible.labelStyle></code> for custom label style. (<a href="https://redirect.github.com/expo/expo/pull/46288">#46288</a> by <a href="https://github.com/kudo"><code>@kudo</code></a>)</li> <li>[jetpack-compose] Added <code>dropShadow</code> and <code>innerShadow</code> modifiers. (<a href="https://github.com/expo/expo/discussions/46364">#46364</a> by <a href="https://github.com/duyanhv"><code>@duyanhv</code></a>)</li> <li>[iOS] Added the SwiftUI <code>imageScale</code> modifier to scale SF Symbols within a view relative to the surrounding text (<code>small</code>, <code>medium</code>, <code>large</code>). (<a href="https://redirect.github.com/expo/expo/pull/46774">#46774</a> by <a href="https://github.com/ramonclaudio"><code>@ramonclaudio</code></a>)</li> <li>[jetpack-compose] Added <code>onGloballyPositioned</code> modifier, which reports a composable's window position and size. (<a href="https://redirect.github.com/expo/expo/pull/46744">#46744</a> by <a href="https://github.com/intergalacticspacehighway"><code>@nishan</code></a>) (<a href="https://redirect.github.com/expo/expo/pull/46744">#46744</a> by <a href="https://github.com/intergalacticspacehighway"><code>@intergalacticspacehighway</code></a>)</li> <li>[iOS] Extended the SwiftUI <code>onGeometryChange</code> modifier to also report the view's global position (<code>x</code>/<code>y</code>) alongside its size. (<a href="https://redirect.github.com/expo/expo/pull/46744">#46744</a> by <a href="https://github.com/intergalacticspacehighway"><code>@nishan</code></a>) (<a href="https://redirect.github.com/expo/expo/pull/46744">#46744</a> by <a href="https://github.com/intergalacticspacehighway"><code>@intergalacticspacehighway</code></a>)</li> <li>[iOS] Added the SwiftUI <code>minimumScaleFactor</code> modifier to let text shrink down to a given fraction of its size before truncating. (<a href="https://redirect.github.com/expo/expo/pull/46740">#46740</a> by <a href="https://github.com/intergalacticspacehighway"><code>@nishan</code></a>) (<a href="https://redirect.github.com/expo/expo/pull/46740">#46740</a> by <a href="https://github.com/intergalacticspacehighway"><code>@intergalacticspacehighway</code></a>)</li> <li>[iOS][android] Added React Compiler-friendly <code>get()</code> / <code>set()</code> accessors to <code>useNativeState</code>, as an alternative to reading and writing <code>.value</code>. (<a href="https://redirect.github.com/expo/expo/pull/46692">#46690</a> by <a href="https://github.com/intergalacticspacehighway"><code>@nishan</code></a>) (<a href="https://redirect.github.com/expo/expo/pull/46692">#46692</a> by <a href="https://github.com/intergalacticspacehighway"><code>@intergalacticspacehighway</code></a>)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/expo/expo/commits/HEAD/packages/expo">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~alanhughes">alanhughes</a>, a new releaser for expo since your current version.</p> </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]
