dependabot[bot] opened a new pull request, #245:
URL: https://github.com/apache/doris-opentelemetry-demo/pull/245

   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 55.0.4
   <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>55.0.0 — 2026-02-25</h2>
   <h3>🛠 Breaking changes</h3>
   <ul>
   <li><strong><code>expo-notifications</code></strong>
   <ul>
   <li>expose <code>BackgroundNotificationTaskResult</code> (<a 
href="https://redirect.github.com/expo/expo/pull/41291";>#41291</a> by <a 
href="https://github.com/vonovak";><code>@​vonovak</code></a>)</li>
   <li>[ios], [internal] rename <code>EXNotifications</code> pod to 
<code>ExpoNotifications</code> (<a 
href="https://redirect.github.com/expo/expo/pull/42009";>#42009</a> by <a 
href="https://github.com/vonovak";><code>@​vonovak</code></a>)</li>
   <li>[android] throw instead of logging a warning when attempting to use push 
notifications with Expo Go (<a 
href="https://redirect.github.com/expo/expo/pull/39459";>#39459</a> by <a 
href="https://github.com/vonovak";><code>@​vonovak</code></a>)</li>
   </ul>
   </li>
   <li><strong><code>expo-modules-core</code></strong>
   <ul>
   <li>[Android] Drop support for legacy architecture.</li>
   <li>[iOS] Renamed <code>ignoreSafeAreaKeyboardInsets</code> to 
<code>ignoreSafeArea</code> on <code>Host</code> component. It now accepts 
<code>'all'</code> or <code>'keyboard'</code> instead of a boolean. (<a 
href="https://redirect.github.com/expo/expo/pull/42598";>#42598</a> by <a 
href="https://github.com/intergalacticspacehighway";><code>@​nishan</code></a>) 
(<a href="https://redirect.github.com/expo/expo/pull/42598";>#42598</a> by <a 
href="https://github.com/intergalacticspacehighway";><code>@​intergalacticspacehighway</code></a>)</li>
   </ul>
   </li>
   <li><strong><code>expo-localization</code></strong>
   <ul>
   <li>[Android] Default allowDynamicLocaleChangesAndroid to true when 
supportedLocales is configured (<a 
href="https://redirect.github.com/expo/expo/pull/41813";>#41813</a> by <a 
href="https://github.com/Ubax";><code>@​Ubax</code></a>)</li>
   </ul>
   </li>
   <li><strong><code>expo-image-loader</code></strong>
   <ul>
   <li>iOS implementation has been moved to <code>expo-modules-core</code>. (<a 
href="https://redirect.github.com/expo/expo/pull/41395";>#41395</a> by <a 
href="https://github.com/tsapeta";><code>@​tsapeta</code></a>)</li>
   </ul>
   </li>
   <li><strong><code>expo-clipboard</code></strong>
   <ul>
   <li>Removed deprecated <code>content</code> property of the clipboard event 
listener. Use <code>getStringAsync()</code> instead. (<a 
href="https://redirect.github.com/expo/expo/pull/41739";>#41739</a> by <a 
href="https://github.com/barthap";><code>@​barthap</code></a>)</li>
   </ul>
   </li>
   <li><strong><code>expo-cellular</code></strong>
   <ul>
   <li>remove deprecated JS constants, return <code>null</code> as a 
replacement for deprecated native iOS methods (<a 
href="https://redirect.github.com/expo/expo/pull/43035";>#43035</a> by <a 
href="https://github.com/vonovak";><code>@​vonovak</code></a>)</li>
   </ul>
   </li>
   <li><strong><code>expo-brightness</code></strong>
   <ul>
   <li>Remove deprecated <code>useSystemBrightnessAsync</code> (<a 
href="https://redirect.github.com/expo/expo/pull/40168";>#40168</a> by <a 
href="https://github.com/vonovak";><code>@​vonovak</code></a>)</li>
   </ul>
   </li>
   <li><strong><code>expo-blur</code></strong>
   <ul>
   <li>[Android] The <code>dimezisBlurView</code> experimental blur method will 
no longer work without creating a related <code>BlurTargetView</code>. (<a 
href="https://redirect.github.com/expo/expo/pull/39990";>#39990</a> by <a 
href="https://github.com/behenate";><code>@​behenate</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h3>🎉 New features</h3>
   <ul>
   <li><strong><code>expo-web-browser</code></strong>
   <ul>
   <li>Add support for auth universal links callback (<a 
href="https://redirect.github.com/expo/expo/pull/42695";>#42695</a> by <a 
href="https://github.com/gabrieldonadel";><code>@​gabrieldonadel</code></a>)</li>
   </ul>
   </li>
   <li><strong><code>expo-sqlite</code></strong>
   <ul>
   <li>Added SQLite inspector devtools plugin. (<a 
href="https://redirect.github.com/expo/expo/pull/40872";>#40872</a>, <a 
href="https://redirect.github.com/expo/expo/pull/40900";>#40900</a> by <a 
href="https://github.com/kudo";><code>@​kudo</code></a>)</li>
   <li>Added tagged template literals support. (<a 
href="https://redirect.github.com/expo/expo/pull/40972";>#40972</a> by <a 
href="https://github.com/kudo";><code>@​kudo</code></a>)</li>
   <li>Added <code>SQLITE_ENABLE_MATH_FUNCTIONS</code> support by default. (<a 
href="https://redirect.github.com/expo/expo/pull/41333";>#41333</a> by <a 
href="https://github.com/kudo";><code>@​kudo</code></a>)</li>
   </ul>
   </li>
   <li><strong><code>expo-speech</code></strong>
   <ul>
   <li>Added support for <code>volume</code> option on iOS and Android. (<a 
href="https://redirect.github.com/expo/expo/pull/40959";>#40959</a> by <a 
href="https://github.com/barthap";><code>@​barthap</code></a>)</li>
   </ul>
   </li>
   <li><strong><code>expo-sharing</code></strong></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>
   <details>
   <summary>Install script changes</summary>
   <p>This version adds <code>prepare</code> script that runs during 
installation. Review the package contents before updating.</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]

Reply via email to