dependabot[bot] opened a new pull request, #181: URL: https://github.com/apache/doris-opentelemetry-demo/pull/181
Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.3 and updates ancestor dependency [expo](https://github.com/expo/expo/tree/HEAD/packages/expo). These dependencies need to be updated together. Updates `tar` from 6.2.1 to 7.5.3 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md">tar's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>7.5</h2> <ul> <li>Added <code>zstd</code> compression support.</li> </ul> <h2>7.4</h2> <ul> <li>Deprecate <code>onentry</code> in favor of <code>onReadEntry</code> for clarity.</li> </ul> <h2>7.3</h2> <ul> <li>Add <code>onWriteEntry</code> option</li> </ul> <h2>7.2</h2> <ul> <li>DRY the command definitions into a single <code>makeCommand</code> method, and update the type signatures to more appropriately infer the return type from the options and arguments provided.</li> </ul> <h2>7.1</h2> <ul> <li>Update minipass to v7.1.0</li> <li>Update the type definitions of <code>write()</code> and <code>end()</code> methods on <code>Unpack</code> and <code>Parser</code> classes to be compatible with the NodeJS.WritableStream type in the latest versions of <code>@types/node</code>.</li> </ul> <h2>7.0</h2> <ul> <li>Drop support for node <18</li> <li>Rewrite in TypeScript, provide ESM and CommonJS hybrid interface</li> <li>Add tree-shake friendly exports, like <code>import('tar/create')</code> and <code>import('tar/read-entry')</code> to get individual functions or classes.</li> <li>Add <code>chmod</code> option that defaults to false, and deprecate <code>noChmod</code>. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.</li> <li>Add <code>processUmask</code> option to avoid having to call <code>process.umask()</code> when <code>chmod: true</code> (or <code>noChmod: false</code>) is set.</li> </ul> <h2>6.2</h2> <ul> <li>Add support for brotli compression</li> <li>Add <code>maxDepth</code> option to prevent extraction into excessively deep folders.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/node-tar/commit/03138441b238f48070fb22824b2529c445bc70c7"><code>0313844</code></a> 7.5.3</li> <li><a href="https://github.com/isaacs/node-tar/commit/340eb285b6d986e91969a1170d7fe9b0face405e"><code>340eb28</code></a> fix: sanitize absolute linkpaths properly</li> <li><a href="https://github.com/isaacs/node-tar/commit/8bb83f7e5154fad0302c8329f4b7472ef139f86b"><code>8bb83f7</code></a> update deps</li> <li><a href="https://github.com/isaacs/node-tar/commit/1c4aedd28a3a1b125c9f00a3daa489fafe8d8512"><code>1c4aedd</code></a> Fix typo in onWriteEntry documentation</li> <li><a href="https://github.com/isaacs/node-tar/commit/d9ea73a9b3fc0a2f9734fda65279f48c7cc99f28"><code>d9ea73a</code></a> 7.5.2</li> <li><a href="https://github.com/isaacs/node-tar/commit/5e1a8e638600d3c3a2969b4de6a6ec44fa8d74c9"><code>5e1a8e6</code></a> Fix sync tar.list when file size reduces while reading</li> <li><a href="https://github.com/isaacs/node-tar/commit/0fbeaeddf583e5aee1281fc6bf2d2b435594bbbd"><code>0fbeaed</code></a> formatting</li> <li><a href="https://github.com/isaacs/node-tar/commit/2dbacfe3398e262865beb80ffb278dc5bec8399e"><code>2dbacfe</code></a> add types for make-tar util</li> <li><a href="https://github.com/isaacs/node-tar/commit/c5865d3120ab1367e78e64619ad03b1835d945ae"><code>c5865d3</code></a> remove unused taprc file</li> <li><a href="https://github.com/isaacs/node-tar/commit/bdb38096afdec3046e99b969971987c86c4e4292"><code>bdb3809</code></a> header: only read from ustar block if not specified in Pax</li> <li>Additional commits viewable in <a href="https://github.com/isaacs/node-tar/compare/v6.2.1...v7.5.3">compare view</a></li> </ul> </details> <br /> Updates `expo` from 51.0.39 to 54.0.31 <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>54.0.0 — 2025-09-10</h2> <h3>📚 3rd party library updates</h3> <ul> <li><strong><code>expo-sqlite</code></strong> <ul> <li>Updated libSQL SDK to 0.9.11. (<a href="https://redirect.github.com/expo/expo/pull/37442">#37442</a> by <a href="https://github.com/kudo"><code>@kudo</code></a>)</li> <li>Updated SQLite to 3.50.3. (<a href="https://redirect.github.com/expo/expo/pull/38200">#38200</a> by <a href="https://github.com/kudo"><code>@kudo</code></a>)</li> </ul> </li> <li><strong><code>expo-camera</code></strong> <ul> <li>[Android] Bumped MLKit barcode scanner to 17.3.0 for Android 16KB page size support. (<a href="https://redirect.github.com/expo/expo/pull/37454">#37454</a> by <a href="https://github.com/kudo"><code>@kudo</code></a>)</li> </ul> </li> </ul> <h3>🛠 Breaking changes</h3> <ul> <li><strong><code>expo-notifications</code></strong> <ul> <li>remove deprecated function exports (<a href="https://redirect.github.com/expo/expo/pull/38782">#38782</a> by <a href="https://github.com/vonovak"><code>@vonovak</code></a>)</li> <li>[android] make data-only notifications consistent with iOS (<a href="https://redirect.github.com/expo/expo/pull/39025">#39025</a> by <a href="https://github.com/vonovak"><code>@vonovak</code></a>)</li> </ul> </li> <li><strong><code>expo-media-library</code></strong> <ul> <li>[Android] Fix <code>getAssetsAsync</code> loading performance, add <code>resolveWithFullInfo</code> option to control whether to load full EXIF data for images. This is a breaking change for Android apps, as it might break the orientation of images in some cases. (<a href="https://redirect.github.com/expo/expo/pull/37957">#37957</a> by <a href="https://github.com/kosmydel"><code>@kosmydel</code></a>).</li> </ul> </li> <li><strong><code>expo-intent-launcher</code></strong> <ul> <li>Updated intent actions list. (<a href="https://redirect.github.com/expo/expo/pull/38131">#38131</a> by <a href="https://github.com/jakex7"><code>@jakex7</code></a>)</li> </ul> </li> <li><strong><code>expo-image-picker</code></strong> <ul> <li>[Web] Changed web <code>uri</code> to use blob URLs instead of base64 data URLs for better performance. The <code>uri</code> property will now be a blob URL instead of a base64 data URL, while the <code>base64</code> property behavior remains unchanged. (<a href="https://redirect.github.com/expo/expo/pull/37447">#37447</a> by <a href="https://github.com/hirbod"><code>@hirbod</code></a>)</li> <li>[ios] The default for <code>preferredAssetRepresentationMode</code> is now <code>.current</code> instead of <code>.automatic</code>. This keeps the asset in its original container/codec (e.g. HEIC instead of JPEG) and is required for the new fast-path. Apps that relied on <code>.automatic</code> re-encoded output can pass <code>preferredAssetRepresentationMode: '.automatic'</code> to restore the old behaviour. (<a href="https://redirect.github.com/expo/expo/pull/37569">#37569</a> by <a href="https://github.com/hirbod"><code>@hirbod</code></a>)</li> </ul> </li> <li><strong><code>expo-font</code></strong> <ul> <li>[android] improve bitmap rendering for <code>renderToImageAsync</code> (<a href="https://redirect.github.com/expo/expo/pull/39118">#39118</a> by <a href="https://github.com/vonovak"><code>@vonovak</code></a>)</li> </ul> </li> <li><strong><code>expo-file-system</code></strong> <ul> <li>Make the modern filesystem API the default, move previous one to <code>expo-file-system/legacy</code>. (<a href="https://redirect.github.com/expo/expo/pull/38404">#38404</a> by <a href="https://github.com/aleqsio"><code>@aleqsio</code></a>)</li> </ul> </li> <li><strong><code>expo-document-picker</code></strong> <ul> <li>[Web] getDocumentAsync() no longer returns base64 by default. The uri on web now always points to a Blob created via URL.createObjectURL(), which can be used for previews or appended to FormData for uploads. Selecting large files on web is now almost instant, since there’s no base64 conversion by default. If you still need base64, you can pass base64: true in the options. A new base64 field will then be included in the result. (<a href="https://redirect.github.com/expo/expo/pull/37443">#37443</a> by <a href="https://github.com/hirbod"><code>@hirbod</code></a>)</li> </ul> </li> </ul> <h3>🎉 New features</h3> <ul> <li><strong><code>unimodules-app-loader</code></strong> <ul> <li>[iOS] Add Apple TV support. (<a href="https://redirect.github.com/expo/expo/pull/38513">#38513</a> by <a href="https://github.com/douglowder"><code>@douglowder</code></a>)</li> </ul> </li> <li><strong><code>expo-web-browser</code></strong> <ul> <li>Add experimental macOS support (<a href="https://redirect.github.com/expo/expo/pull/37352">#37352</a> by <a href="https://github.com/gabrieldonadel"><code>@gabrieldonadel</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> <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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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]
