dependabot[bot] opened a new pull request, #27:
URL: https://github.com/apache/paimon-website/pull/27

   Bumps 
[@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) 
from 18.2.6 to 19.2.16.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/angular/angular/releases";><code>@​angular/common</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>19.2.16</h2>
   <h3>http</h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://github.com/angular/angular/commit/05fe6686a97fa0bcd3cf157805b3612033f975bc";><img
 src="https://img.shields.io/badge/05fe6686a9-fix-green"; alt="fix - 05fe6686a9" 
/></a></td>
   <td>prevent XSRF token leakage to protocol-relative URLs</td>
   </tr>
   </tbody>
   </table>
   <h2>19.2.15</h2>
   <h3>core</h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://github.com/angular/angular/commit/70d0639bc19e376af1a0491898f54a026d3227e2";><img
 src="https://img.shields.io/badge/70d0639bc1-fix-green"; alt="fix - 70d0639bc1" 
/></a></td>
   <td>introduce <code>BootstrapContext</code> for improved server 
bootstrapping (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/common/issues/63639";>#63639</a>)</td>
   </tr>
   </tbody>
   </table>
   <h2>Breaking Changes</h2>
   <h3>core</h3>
   <ul>
   <li>
   <p>The server-side bootstrapping process has been changed to eliminate the 
reliance on a global platform injector.</p>
   <p>Before:</p>
   <pre lang="ts"><code>const bootstrap = () =&gt; 
bootstrapApplication(AppComponent, config);
   </code></pre>
   <p>After:</p>
   <pre lang="ts"><code>const bootstrap = (context: BootstrapContext) =&gt;
     bootstrapApplication(AppComponent, config, context);
   </code></pre>
   <p>A schematic is provided to automatically update 
<code>main.server.ts</code> files to pass the <code>BootstrapContext</code> to 
the <code>bootstrapApplication</code> call.</p>
   <p>In addition, <code>getPlatform()</code> and 
<code>destroyPlatform()</code> will now return <code>null</code> and be a no-op 
respectively when running in a server environment.</p>
   </li>
   </ul>
   <p>For more information please see: <a 
href="https://github.com/angular/angular/security/advisories/GHSA-68x2-mx4q-78m7";>https://github.com/angular/angular/security/advisories/GHSA-68x2-mx4q-78m7</a></p>
   <h2>19.2.14</h2>
   <h3>compiler</h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://github.com/angular/angular/commit/24bab55f0c89c4fe6037780fd7b2e8c8aa5429b2";><img
 src="https://img.shields.io/badge/24bab55f0c-fix-green"; alt="fix - 24bab55f0c" 
/></a></td>
   <td>lexer support for template literals in object literals (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/common/issues/61601";>#61601</a>)</td>
   </tr>
   </tbody>
   </table>
   <h3>migrations</h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://github.com/angular/angular/commit/9e1cd4966202d89c7310ab84c50b2c4231a0213e";><img
 src="https://img.shields.io/badge/9e1cd49662-fix-green"; alt="fix - 9e1cd49662" 
/></a></td>
   <td>preserve comments when removing unused imports (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/common/issues/61674";>#61674</a>)</td>
   </tr>
   </tbody>
   </table>
   <h2>19.2.13</h2>
   <h3>common</h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://github.com/angular/angular/commit/2c876b4fc5d89ce925b1403e239c7d162e39346b";><img
 src="https://img.shields.io/badge/2c876b4fc5-fix-green"; alt="fix - 2c876b4fc5" 
/></a></td>
   <td>avoid injecting ApplicationRef in FetchBackend (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/common/issues/61649";>#61649</a>)</td>
   </tr>
   </tbody>
   </table>
   <h3>service-worker</h3>
   <p>| Commit | Description |</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/angular/angular/blob/main/CHANGELOG.md";><code>@​angular/common</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h1>19.2.16 (2025-11-26)</h1>
   <h3>http</h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Type</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://github.com/angular/angular/commit/05fe6686a97fa0bcd3cf157805b3612033f975bc";>05fe6686a9</a></td>
   <td>fix</td>
   <td>prevent XSRF token leakage to protocol-relative URLs</td>
   </tr>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>21.1.0-next.0 (2025-11-25)</h1>
   <h3>platform-browser</h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Type</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://github.com/angular/angular/commit/ec9dc94ceeb3c026c64e01c6889b7f5c6fd25a66";>ec9dc94cee</a></td>
   <td>feat</td>
   <td>add <code>context</code> to <code>createApplication</code></td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular/commit/ab67988d2e5242eff0034483f984428d684acd02";>ab67988d2e</a></td>
   <td>feat</td>
   <td>resolve JIT resources in <code>createApplication</code></td>
   </tr>
   </tbody>
   </table>
   <h3>router</h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Type</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://github.com/angular/angular/commit/a03c82564da6824e199ff48d5249ea8708040951";>a03c82564d</a></td>
   <td>feat</td>
   <td>Add scroll behavior controls on router navigation</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular/commit/c25d749d85374fff7745980cd9bb2673c661105a";>c25d749d85</a></td>
   <td>feat</td>
   <td>Execute RunGuardsAndResolvers function in injection context</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular/commit/c84d37277874cf7cbd7582a295d796ff113b9cc1";>c84d372778</a></td>
   <td>feat</td>
   <td>Support wildcard params with segments trailing (<a 
href="https://redirect.github.com/angular/angular/pull/64737";>#64737</a>)</td>
   </tr>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>20.3.14 (2025-11-25)</h1>
   <h3>http</h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Type</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://github.com/angular/angular/commit/0276479e7d0e280e0f8d26fa567d3b7aa97a516f";>0276479e7d</a></td>
   <td>fix</td>
   <td>prevent XSRF token leakage to protocol-relative URLs</td>
   </tr>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>21.0.1 (2025-11-25)</h1>
   <h3>compiler-cli</h3>
   <p>| Commit                                                                  
                         | Type | Description                                   
              |</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/angular/angular/commit/05fe6686a97fa0bcd3cf157805b3612033f975bc";><code>05fe668</code></a>
 fix(http): prevent XSRF token leakage to protocol-relative URLs</li>
   <li><a 
href="https://github.com/angular/angular/commit/12e2302a0425f3a2b09cb00d743cbdb099a5eb31";><code>12e2302</code></a>
 build: update common's locales to use rules_js (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/common/issues/61630";>#61630</a>)</li>
   <li><a 
href="https://github.com/angular/angular/commit/9701047b9f41175a498b8bb35563e2ed277b83e1";><code>9701047</code></a>
 test(common): Add circular deps test to 19.2.x (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/common/issues/61651";>#61651</a>)</li>
   <li><a 
href="https://github.com/angular/angular/commit/2c876b4fc5d89ce925b1403e239c7d162e39346b";><code>2c876b4</code></a>
 fix(common): avoid injecting ApplicationRef in FetchBackend (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/common/issues/61649";>#61649</a>)</li>
   <li><a 
href="https://github.com/angular/angular/commit/8e54b5773f8f74bdd2e2c0a4c89c84543c99b834";><code>8e54b57</code></a>
 build: move private testing helpers outside 
<code>platform-browser/testing</code> (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/common/issues/61571";>#61571</a>)</li>
   <li><a 
href="https://github.com/angular/angular/commit/2b1b14f4d3751b9b3c351ddc412ecdcb2aea4781";><code>2b1b14f</code></a>
 fix(core): cleanup <code>rxResource</code> abort listener (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/common/issues/58306";>#58306</a>)</li>
   <li><a 
href="https://github.com/angular/angular/commit/126efc9972e18806e71977d51a55f8ec2f0514d6";><code>126efc9</code></a>
 fix(common): cancel reader when app is destroyed (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/common/issues/61528";>#61528</a>)</li>
   <li><a 
href="https://github.com/angular/angular/commit/efda8724535a8560a64b28cc2bf81df5931af686";><code>efda872</code></a>
 fix(common): prevent reading chunks if app is destroyed (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/common/issues/61354";>#61354</a>)</li>
   <li><a 
href="https://github.com/angular/angular/commit/c43fd3a39c8d7b6ab23037a87456f6acfb4eb08f";><code>c43fd3a</code></a>
 build: migrate common to use rules_js based toolchain (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/common/issues/61434";>#61434</a>)</li>
   <li><a 
href="https://github.com/angular/angular/commit/185b7801ee0eede67f0ca5a501833eb4f392098b";><code>185b780</code></a>
 build: migrate <code>packages/core/schematics</code> to 
<code>ts_project</code> (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/common/issues/61420";>#61420</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/angular/angular/commits/19.2.16/packages/common";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular/common&package-manager=npm_and_yarn&previous-version=18.2.6&new-version=19.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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/paimon-website/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]

Reply via email to