dependabot[bot] opened a new pull request, #651:
URL: https://github.com/apache/griffin/pull/651

   Bumps 
[@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) 
from 4.4.4 to 10.2.5.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/angular/angular/blob/10.2.5/CHANGELOG.md";><code>@​angular/core</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>10.2.5 (2021-04-14)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>compiler-cli:</strong> show a more specific error for Ivy 
NgModules (<a 
href="https://redirect.github.com/angular/angular/issues/41534";>#41534</a>) (<a 
href="https://redirect.github.com/angular/angular/issues/41598";>#41598</a>) (<a 
href="https://github.com/angular/angular/commit/f630f33";>f630f33</a>)</li>
   <li><strong>core:</strong> fix possible XSS attack in development through 
SSR (<a 
href="https://redirect.github.com/angular/angular/issues/40525";>#40525</a>) (<a 
href="https://github.com/angular/angular/commit/ba8da74";>ba8da74</a>)</li>
   </ul>
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h2>10.2.4 (2020-12-17)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>core:</strong> fix possible XSS attack in development through 
SSR. (<a 
href="https://redirect.github.com/angular/angular/issues/40152";>#40152</a>) (<a 
href="https://github.com/angular/angular/commit/0b8e3d5";>0b8e3d5</a>)</li>
   <li><strong>core:</strong> set <code>ngDevMode</code> to <code>false</code> 
when calling <code>enableProdMode()</code> (<a 
href="https://redirect.github.com/angular/angular/issues/40160";>#40160</a>) (<a 
href="https://github.com/angular/angular/commit/90570c0";>90570c0</a>)</li>
   </ul>
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h2>10.2.3 (2020-11-09)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>compiler:</strong> ensure that i18n message-parts have the 
correct source-span (<a 
href="https://redirect.github.com/angular/angular/issues/39589";>#39589</a>) (<a 
href="https://github.com/angular/angular/commit/e67a331";>e67a331</a>)</li>
   <li><strong>compiler:</strong> skipping leading whitespace should not break 
placeholder source-spans (<a 
href="https://redirect.github.com/angular/angular/issues/39589";>#39589</a>) (<a 
href="https://github.com/angular/angular/commit/2b684b7";>2b684b7</a>), closes 
<a 
href="https://redirect.github.com/angular/angular/issues/39195";>#39195</a></li>
   <li><strong>compiler-cli:</strong> avoid duplicate diagnostics about unknown 
pipes (<a 
href="https://redirect.github.com/angular/angular/issues/39517";>#39517</a>) (<a 
href="https://github.com/angular/angular/commit/861e4fa";>861e4fa</a>)</li>
   <li><strong>compiler-cli:</strong> do not drop non-Angular decorators when 
downleveling (<a 
href="https://redirect.github.com/angular/angular/issues/39577";>#39577</a>) (<a 
href="https://github.com/angular/angular/commit/1c6cf8a";>1c6cf8a</a>), closes 
<a 
href="https://redirect.github.com/angular/angular/issues/39574";>#39574</a></li>
   </ul>
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h2>10.2.2 (2020-11-04)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>compiler-cli:</strong> report missing pipes when 
<code>fullTemplateTypeCheck</code> is disabled (<a 
href="https://redirect.github.com/angular/angular/issues/39320";>#39320</a>) (<a 
href="https://github.com/angular/angular/commit/71d0063";>71d0063</a>), closes 
<a 
href="https://redirect.github.com/angular/angular/issues/38195";>#38195</a></li>
   <li><strong>core:</strong> markDirty() should only mark flags when really 
scheduling tick. (<a 
href="https://redirect.github.com/angular/angular/issues/39316";>#39316</a>) (<a 
href="https://github.com/angular/angular/commit/8c82106";>8c82106</a>), closes 
<a 
href="https://redirect.github.com/angular/angular/issues/39296";>#39296</a></li>
   <li><strong>router:</strong> Ensure all outlets are used when commands have 
a prefix (<a 
href="https://redirect.github.com/angular/angular/issues/39456";>#39456</a>) (<a 
href="https://github.com/angular/angular/commit/85d5242";>85d5242</a>)</li>
   </ul>
   <h3>Performance Improvements</h3>
   <ul>
   <li><strong>core:</strong> do not recurse into modules that have already 
been registered (<a 
href="https://redirect.github.com/angular/angular/issues/39514";>#39514</a>) (<a 
href="https://github.com/angular/angular/commit/812355c";>812355c</a>), closes 
<a 
href="https://redirect.github.com/angular/angular/issues/39487";>#39487</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/angular/angular/commit/ba8da742e3b243e8f43d4c63aa842b44e14f2b09";><code>ba8da74</code></a>
 fix(core): fix possible XSS attack in development through SSR (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/40525";>#40525</a>)</li>
   <li><a 
href="https://github.com/angular/angular/commit/90570c030ca68e33776e41465fcc5bb4807333e0";><code>90570c0</code></a>
 fix(core): set <code>ngDevMode</code> to <code>false</code> when calling 
<code>enableProdMode()</code> (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/40160";>#40160</a>)</li>
   <li><a 
href="https://github.com/angular/angular/commit/0b8e3d53ab188e9759d72f6e28ebebe7d6ab6122";><code>0b8e3d5</code></a>
 fix(core): fix possible XSS attack in development through SSR. (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/40152";>#40152</a>)</li>
   <li><a 
href="https://github.com/angular/angular/commit/1aee8b345ac48d538c9cad62ee8c11a375828510";><code>1aee8b3</code></a>
 refactor(compiler): store the <code>fullStart</code> location on 
<code>ParseSourceSpan</code>s (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/39";>#39</a>...</li>
   <li><a 
href="https://github.com/angular/angular/commit/812355cc3feb7f41f73fb67805238abc382afa5b";><code>812355c</code></a>
 perf(core): do not recurse into modules that have already been registered (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/3";>#3</a>...</li>
   <li><a 
href="https://github.com/angular/angular/commit/8f36c21bdcf81026db1b46430a4aec97f7bb4b01";><code>8f36c21</code></a>
 refactor(router): Small refactor of createUrlTree and extra tests (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/39456";>#39456</a>)</li>
   <li><a 
href="https://github.com/angular/angular/commit/90acb9171efb41f085c26f50f71b5f2b7d16e05d";><code>90acb91</code></a>
 docs: tView.preOrderHooks and tView.preOrderCheckHooks docs update (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/39497";>#39497</a>)</li>
   <li><a 
href="https://github.com/angular/angular/commit/8c82106cae5dc2f62a11c4130f8347943be3ddaf";><code>8c82106</code></a>
 fix(core): markDirty() should only mark flags when really scheduling tick. 
(#...</li>
   <li><a 
href="https://github.com/angular/angular/commit/0b37249b43e43e44d49767485d337c5614dc8a8f";><code>0b37249</code></a>
 docs(core): update a typo in the comment of ngZoneEventCoalescing (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/39423";>#39423</a>)</li>
   <li><a 
href="https://github.com/angular/angular/commit/3b779a1be08c31e389e1ffb545ddf712091aa09e";><code>3b779a1</code></a>
 docs: fix typo in initializeInputAndOutputAliases docstring (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/39438";>#39438</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/angular/angular/commits/10.2.5/packages/core";>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/~google-wombot";>google-wombot</a>, a new releaser 
for <code>@​angular/core</code> since your current version.</p>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular/core&package-manager=npm_and_yarn&previous-version=4.4.4&new-version=10.2.5)](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/griffin/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: dev-unsubscr...@griffin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to