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

   Bumps [postcss](https://github.com/postcss/postcss) and 
[next](https://github.com/vercel/next.js). These dependencies needed to be 
updated together.
   Updates `postcss` from 8.5.3 to 8.5.23
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/postcss/postcss/releases";>postcss's 
releases</a>.</em></p>
   <blockquote>
   <h2>8.5.23</h2>
   <ul>
   <li>Do not load source map without <code>opts.from</code> for security 
reasons.</li>
   </ul>
   <h2>8.5.22</h2>
   <ul>
   <li>Fixed custom property losing semicolon before a comment (by <a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   </ul>
   <h2>8.5.21</h2>
   <ul>
   <li>Fixed childless at-rule losing semicolon before comment (by <a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   <li>Fixed docs (by <a 
href="https://github.com/isker";><code>@​isker</code></a>).</li>
   </ul>
   <h2>8.5.20</h2>
   <ul>
   <li>Fixed missing space if <code>AtRule#params</code> is set after (by <a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   <li>Fixed mixing AST error on warnings (by <a 
href="https://github.com/MahinAnowar";><code>@​MahinAnowar</code></a>).</li>
   </ul>
   <h2>8.5.19</h2>
   <ul>
   <li>Fixed cleaning <code>before</code> for new nodes inserted to 
<code>Root</code> (by <a 
href="https://github.com/MahinAnowar";><code>@​MahinAnowar</code></a>).</li>
   </ul>
   <h2>8.5.18</h2>
   <ul>
   <li>Restricted loading previous source maps file to the 
<code>opts.from</code> folder for security reasons (use <code>unsafeMap: 
true</code> to disable the check).</li>
   </ul>
   <h2>8.5.17</h2>
   <ul>
   <li>Fixed <code>Maximum call stack size exceeded</code> error.</li>
   <li>Fixed Prototype hijacking for <code>postcss.fromJSON()</code>.</li>
   <li>Fixed <code>Input#origin()</code> for unmapped end position (by <a 
href="https://github.com/chatman-media";><code>@​chatman-media</code></a>).</li>
   </ul>
   <h2>8.5.16</h2>
   <ul>
   <li>Fixed <code>Input#origin()</code> position (by <a 
href="https://github.com/mizdra";><code>@​mizdra</code></a>).</li>
   <li>Fixed <code>raws</code> after rehydrating a JSON AST (by <a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   <li>Fixed putting parent-less node in <code>nodes</code> of new node (by <a 
href="https://github.com/MahinAnowar";><code>@​MahinAnowar</code></a>).</li>
   <li>Fixed computing <code>offset</code> in <code>positionBy()</code> (by <a 
href="https://github.com/greymoth-jp";><code>@​greymoth-jp</code></a>).</li>
   <li>Fixed <code>rangeBy()</code> on <code>index: 0</code> (by <a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   </ul>
   <h2>8.5.15</h2>
   <ul>
   <li>Fixed declaration parsing performance (by <a 
href="https://github.com/homanp";><code>@​homanp</code></a>).</li>
   </ul>
   <h2>8.5.14</h2>
   <ul>
   <li>Fixed custom syntax regression (by <a 
href="https://github.com/43081j";><code>@​43081j</code></a>).</li>
   </ul>
   <h2>8.5.13</h2>
   <ul>
   <li>Fixed <code>postcss-scss</code> commend regression.</li>
   </ul>
   <h2>8.5.12</h2>
   <ul>
   <li>Fixed reading any file via user-generated CSS.</li>
   <li>Added <code>opts.unsafeMap</code> to disable checks.</li>
   </ul>
   <h2>8.5.11</h2>
   <ul>
   <li>Fixed nested brackets parsing performance (by <a 
href="https://github.com/offset";><code>@​offset</code></a>).</li>
   </ul>
   <h2>8.5.10</h2>
   <ul>
   <li>Fixed XSS via unescaped <code>&lt;/style&gt;</code> in non-bundler cases 
(by <a href="https://github.com/TharVid";><code>@​TharVid</code></a>).</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md";>postcss's 
changelog</a>.</em></p>
   <blockquote>
   <h2>8.5.23</h2>
   <ul>
   <li>Do not load source map without <code>opts.from</code> for security 
reasons.</li>
   </ul>
   <h2>8.5.22</h2>
   <ul>
   <li>Fixed custom property losing semicolon before a comment (by <a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   </ul>
   <h2>8.5.21</h2>
   <ul>
   <li>Fixed childless at-rule losing semicolon before comment (by <a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   <li>Fixed docs (by <a 
href="https://github.com/isker";><code>@​isker</code></a>).</li>
   </ul>
   <h2>8.5.20</h2>
   <ul>
   <li>Fixed missing space if <code>AtRule#params</code> is set after (by <a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   <li>Fixed mixing AST error on warnings (by <a 
href="https://github.com/MahinAnowar";><code>@​MahinAnowar</code></a>).</li>
   </ul>
   <h2>8.5.19</h2>
   <ul>
   <li>Fixed cleaning <code>before</code> for new nodes inserted to 
<code>Root</code> (by <a 
href="https://github.com/MahinAnowar";><code>@​MahinAnowar</code></a>).</li>
   </ul>
   <h2>8.5.18</h2>
   <ul>
   <li>Restricted loading previous source maps file to the 
<code>opts.from</code> folder for security reasons (use <code>unsafeMap: 
true</code> to disable the check).</li>
   </ul>
   <h2>8.5.17</h2>
   <ul>
   <li>Fixed <code>Maximum call stack size exceeded</code> error.</li>
   <li>Fixed Prototype hijacking for <code>postcss.fromJSON()</code>.</li>
   <li>Fixed <code>Input#origin()</code> for unmapped end position (by <a 
href="https://github.com/chatman-media";><code>@​chatman-media</code></a>).</li>
   </ul>
   <h2>8.5.16</h2>
   <ul>
   <li>Fixed <code>Input#origin()</code> position (by <a 
href="https://github.com/mizdra";><code>@​mizdra</code></a>).</li>
   <li>Fixed <code>raws</code> after rehydrating a JSON AST (by <a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   <li>Fixed putting parent-less node in <code>nodes</code> of new node (by <a 
href="https://github.com/MahinAnowar";><code>@​MahinAnowar</code></a>).</li>
   <li>Fixed computing <code>offset</code> in <code>positionBy()</code> (by <a 
href="https://github.com/greymoth-jp";><code>@​greymoth-jp</code></a>).</li>
   <li>Fixed <code>rangeBy()</code> on <code>index: 0</code> (by <a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   </ul>
   <h2>8.5.15</h2>
   <ul>
   <li>Fixed declaration parsing performance (by <a 
href="https://github.com/homanp";><code>@​homanp</code></a>).</li>
   </ul>
   <h2>8.5.14</h2>
   <ul>
   <li>Fixed custom syntax regression (by <a 
href="https://github.com/43081j";><code>@​43081j</code></a>).</li>
   </ul>
   <h2>8.5.13</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/postcss/postcss/commit/eb9e1fe793740bb3280bdf5bf98147f857f011bd";><code>eb9e1fe</code></a>
 Release 8.5.23 version</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/9d19c78ac91108b3f7d7130e55c6fa806c0efb84";><code>9d19c78</code></a>
 Update dependencies</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/7beca139e70f9075c6b19700fcb00dd8033e5da8";><code>7beca13</code></a>
 Does no load source map file without opts.from</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/decea51421682341401575b3740709fda0e12930";><code>decea51</code></a>
 Typo</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/c18e30d126395d42a0726aa00e03a8f1088985ae";><code>c18e30d</code></a>
 Update EM banner</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/98a39ad73d163a90be924d5126c771262110f1fc";><code>98a39ad</code></a>
 Update EM banner</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/a3e48c492ddec0e4879d513b8b995fee887af352";><code>a3e48c4</code></a>
 Release 8.5.22 version</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/f49d6911795f53b2cfe023bb686bf1144ec30618";><code>f49d691</code></a>
 Fix custom property losing its semicolon before a comment (<a 
href="https://redirect.github.com/postcss/postcss/issues/2117";>#2117</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/28e0daf8f2fe5ba9e19ea3f8c27c8fe176f9419e";><code>28e0daf</code></a>
 Release 8.5.21 version</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/3d2b4e43e38274f233b5609d09687cadad8215d9";><code>3d2b4e4</code></a>
 Update dependencies</li>
   <li>Additional commits viewable in <a 
href="https://github.com/postcss/postcss/compare/8.5.3...8.5.23";>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/~GitHub%20Actions";>GitHub Actions</a>, a new 
releaser for postcss since your current version.</p>
   </details>
   <br />
   
   Updates `next` from 15.2.2 to 16.3.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/vercel/next.js/releases";>next's releases</a>.</em></p>
   <blockquote>
   <h2>v16.3.0</h2>
   <h3>Core Changes</h3>
   <ul>
   <li>Update vendored lodash to 4.17.23 to fix CVE-2025-13465: <a 
href="https://redirect.github.com/vercel/next.js/issues/91558";>#91558</a></li>
   <li>Fix invalid HTML response for route-level RSC requests in deployment 
adapter: <a 
href="https://redirect.github.com/vercel/next.js/issues/91541";>#91541</a></li>
   <li>Normalize encoded dynamic placeholders in app routes: <a 
href="https://redirect.github.com/vercel/next.js/issues/91603";>#91603</a></li>
   <li>Fix(pages-router): restore Content-Length and ETag for /_next/data/ JSON 
responses: <a 
href="https://redirect.github.com/vercel/next.js/issues/90304";>#90304</a></li>
   <li>Update tokio from 1.43.0 to 1.47.3: <a 
href="https://redirect.github.com/vercel/next.js/issues/90945";>#90945</a></li>
   <li>[turbopack] Simplify snapshotting logic: <a 
href="https://redirect.github.com/vercel/next.js/issues/91178";>#91178</a></li>
   <li>Turbopack: enable server HMR for app route handlers: <a 
href="https://redirect.github.com/vercel/next.js/issues/91466";>#91466</a></li>
   <li>turbo-tasks-backend: batch find_and_schedule_dirty using 
for_each_task_meta: <a 
href="https://redirect.github.com/vercel/next.js/issues/91497";>#91497</a></li>
   <li>[turbopack] Use bail! instead of panic! for duplicate module ident 
error: <a 
href="https://redirect.github.com/vercel/next.js/issues/91636";>#91636</a></li>
   <li>Skip loadBindings() Lightning CSS check during next start: <a 
href="https://redirect.github.com/vercel/next.js/issues/91538";>#91538</a></li>
   <li>turbo-tasks-backend: batch schedule dirty tasks in aggregation_update: 
<a 
href="https://redirect.github.com/vercel/next.js/issues/91461";>#91461</a></li>
   <li>Turbopack: Add importModule() support to webpack loaders: <a 
href="https://redirect.github.com/vercel/next.js/issues/89630";>#89630</a></li>
   <li>turbo-persistence: fix mmap page alignment and improve error context in 
MetaFile::open_internal: <a 
href="https://redirect.github.com/vercel/next.js/issues/91640";>#91640</a></li>
   <li>turbopack-css: demote recoverable CSS parse warnings to Warning 
severity: <a 
href="https://redirect.github.com/vercel/next.js/issues/91524";>#91524</a></li>
   <li>feat(node-streams): add config flag, define-env, and env precedence 
test: <a 
href="https://redirect.github.com/vercel/next.js/issues/90427";>#90427</a></li>
   <li>Rename /_next/webpack-hmr to /_next/hmr: <a 
href="https://redirect.github.com/vercel/next.js/issues/91415";>#91415</a></li>
   <li>Add per-slot error attribution for instant validation using slot markers 
and config depth preference: <a 
href="https://redirect.github.com/vercel/next.js/issues/91610";>#91610</a></li>
   <li>Handle encoded params further: <a 
href="https://redirect.github.com/vercel/next.js/issues/91627";>#91627</a></li>
   <li>[turbopack] Respect <code>{eval:true}</code> in worker_threads 
constructors: <a 
href="https://redirect.github.com/vercel/next.js/issues/91666";>#91666</a></li>
   <li>Fix missing route in otel spans without base-server: <a 
href="https://redirect.github.com/vercel/next.js/issues/91665";>#91665</a></li>
   <li>[turbopack] Optimize compaction cpu usage: <a 
href="https://redirect.github.com/vercel/next.js/issues/91468";>#91468</a></li>
   <li>Fix layout segment optimization: move app-page imports to server-utility 
transition: <a 
href="https://redirect.github.com/vercel/next.js/issues/91701";>#91701</a></li>
   <li>Fix server actions in standalone mode with <code>cacheComponents</code>: 
<a 
href="https://redirect.github.com/vercel/next.js/issues/91711";>#91711</a></li>
   <li>turbo-persistence: remove Unmergeable mmap advice: <a 
href="https://redirect.github.com/vercel/next.js/issues/91713";>#91713</a></li>
   <li>turbopack: move &quot;compact database&quot; tracing span to backend 
layer: <a 
href="https://redirect.github.com/vercel/next.js/issues/91693";>#91693</a></li>
   <li>Turbopack: lazy require metadata and handle TLA: <a 
href="https://redirect.github.com/vercel/next.js/issues/91705";>#91705</a></li>
   <li>Fix adapter outputs for dynamic metadata routes: <a 
href="https://redirect.github.com/vercel/next.js/issues/91680";>#91680</a></li>
   <li>Turbopack: fix webpack loader runner layer: <a 
href="https://redirect.github.com/vercel/next.js/issues/91727";>#91727</a></li>
   <li>[turbopack] Remove incorrect debug_assert in try_read_task_cell: <a 
href="https://redirect.github.com/vercel/next.js/issues/91699";>#91699</a></li>
   <li>Add module count field to module graph tracing spans: <a 
href="https://redirect.github.com/vercel/next.js/issues/91697";>#91697</a></li>
   <li>turbopack-cli: add --persistent-caching flag for filesystem-backed 
cache: <a 
href="https://redirect.github.com/vercel/next.js/issues/91657";>#91657</a></li>
   <li>Turbopack: pull in updated vercel/nft tests: <a 
href="https://redirect.github.com/vercel/next.js/issues/91651";>#91651</a></li>
   <li>[turbopack] Improve regressed build speed on cross-compiled MUSL: <a 
href="https://redirect.github.com/vercel/next.js/issues/91477";>#91477</a></li>
   <li>[Segment Bundling] [Scaffolding] Ensure inlining hint correctness: <a 
href="https://redirect.github.com/vercel/next.js/issues/91320";>#91320</a></li>
   <li>[Segment Bundling] [Scaffolding] Track which segments can be omitted 
from prefetch: <a 
href="https://redirect.github.com/vercel/next.js/issues/91438";>#91438</a></li>
   <li>Avoid deprecated TS node10 moduleResolution defaults: <a 
href="https://redirect.github.com/vercel/next.js/issues/91847";>#91847</a></li>
   <li>[turbopack] Rebuild the docker build scripts: <a 
href="https://redirect.github.com/vercel/next.js/issues/91799";>#91799</a></li>
   <li>Fix TS6 baseUrl deprecation for extended tsconfig: <a 
href="https://redirect.github.com/vercel/next.js/issues/91855";>#91855</a></li>
   <li>Add <code>next internal post-build</code> CLI command for Turbopack 
database compaction: <a 
href="https://redirect.github.com/vercel/next.js/issues/91336";>#91336</a></li>
   <li>Turbopack: Define <code>Effect</code> as a trait instead of a closure: 
<a 
href="https://redirect.github.com/vercel/next.js/issues/89080";>#89080</a></li>
   <li>Turbopack: Implement TraceRawVcs and NonLocalValue correctly for 
Effects: <a 
href="https://redirect.github.com/vercel/next.js/issues/89133";>#89133</a></li>
   <li>turbo-tasks-backend: improve print_cache_item_size instrumentation: <a 
href="https://redirect.github.com/vercel/next.js/issues/91742";>#91742</a></li>
   <li>Turbopack: switch from base40 to base38 hash encoding (remove ~ and . 
from charset): <a 
href="https://redirect.github.com/vercel/next.js/issues/91832";>#91832</a></li>
   <li>Use charCodeAt for normalizePathTrailingSlash: <a 
href="https://redirect.github.com/vercel/next.js/issues/91380";>#91380</a></li>
   <li>Turbopack: Only patch lockfile when bindings fails to load: <a 
href="https://redirect.github.com/vercel/next.js/issues/91379";>#91379</a></li>
   <li>[create-next-app] Skip interactive prompts when CLI flags are provided: 
<a 
href="https://redirect.github.com/vercel/next.js/issues/91840";>#91840</a></li>
   <li>[devtools] Make instant navs panel draggable: <a 
href="https://redirect.github.com/vercel/next.js/issues/91914";>#91914</a></li>
   <li>[Segment Bundling] Bundle static prefetches based on size: <a 
href="https://redirect.github.com/vercel/next.js/issues/91439";>#91439</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vercel/next.js/commit/d73f5622e226358dcef8cf7a8a373333ff265ae7";><code>d73f562</code></a>
 v16.3.0</li>
   <li><a 
href="https://github.com/vercel/next.js/commit/2e0d4cbe5d54346012b560925c6a58440753e6d6";><code>2e0d4cb</code></a>
 Edits to turbopackFileSystemCache (<a 
href="https://redirect.github.com/vercel/next.js/issues/96531";>#96531</a>)</li>
   <li><a 
href="https://github.com/vercel/next.js/commit/86df9c7588488355cdd6bd08f622efc32a4cb753";><code>86df9c7</code></a>
 docs: cover direct visits and client navigations in the instant() e2e 
example...</li>
   <li><a 
href="https://github.com/vercel/next.js/commit/47a52c0d6bc2b67648ba770972ec962219e68d4d";><code>47a52c0</code></a>
 [turbopack / next.js] Add an end-to-end test for new root detection (<a 
href="https://redirect.github.com/vercel/next.js/issues/96544";>#96544</a>)</li>
   <li><a 
href="https://github.com/vercel/next.js/commit/8e878d484859c86c147f4a6f7adcec36889d3831";><code>8e878d4</code></a>
 Remove implicit Partial Prefetching opt-in from <code>instant</code> (<a 
href="https://redirect.github.com/vercel/next.js/issues/96539";>#96539</a>)</li>
   <li><a 
href="https://github.com/vercel/next.js/commit/e37ddd19f5e80d0a856c41b503efa376f1e928b9";><code>e37ddd1</code></a>
 Fix deploy test TypeScript exclusions (<a 
href="https://redirect.github.com/vercel/next.js/issues/96545";>#96545</a>)</li>
   <li><a 
href="https://github.com/vercel/next.js/commit/8a4920c15ab9418e8f967f186af9e76ee4f9ee76";><code>8a4920c</code></a>
 docs: clarify first-party Skills workflows (<a 
href="https://redirect.github.com/vercel/next.js/issues/96495";>#96495</a>)</li>
   <li><a 
href="https://github.com/vercel/next.js/commit/4344b83a6beaf0541441c527c56fbce3dd07b202";><code>4344b83</code></a>
 Flag newly disabled deploy tests (<a 
href="https://redirect.github.com/vercel/next.js/issues/96505";>#96505</a>)</li>
   <li><a 
href="https://github.com/vercel/next.js/commit/459617a12598de63c34cec4d5c267207c591d13f";><code>459617a</code></a>
 fix: double fragment on navigation (<a 
href="https://redirect.github.com/vercel/next.js/issues/93132";>#93132</a>)</li>
   <li><a 
href="https://github.com/vercel/next.js/commit/cbf0cef687c9914a2cf9aa6a1ad1d461895a9069";><code>cbf0cef</code></a>
 Enable TypeScript CLI by default (<a 
href="https://redirect.github.com/vercel/next.js/issues/96497";>#96497</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/vercel/next.js/compare/v15.2.2...v16.3.0";>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/~GitHub%20Actions";>GitHub Actions</a>, a new 
releaser for next 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]

Reply via email to