Commit 4131a82
authored
chore(deps): bump @angular/core from 21.0.6 to 21.0.7 (#131)
Bumps
[@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core)
from 21.0.6 to 21.0.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/angular/angular/releases"><code>@angular/core</code>'s
releases</a>.</em></p>
<blockquote>
<h2>21.0.7</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/8e808740c9311daa0f1c9bab8596ed5e54bdcc6a"><img
src="https://img.shields.io/badge/8e808740c9-fix-green" alt="fix -
8e808740c9" /></a></td>
<td>better types for a few expression AST nodes</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/63b1cdcf70e6de448e8fa4ba1732d7bd7b5400d1"><img
src="https://img.shields.io/badge/63b1cdcf70-fix-green" alt="fix -
63b1cdcf70" /></a></td>
<td>produce accurate span for typeof and void expressions</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/3c3ae0cb64bb112d7167fd9b0bf7739f0c9e6a39"><img
src="https://img.shields.io/badge/3c3ae0cb64-fix-green" alt="fix -
3c3ae0cb64" /></a></td>
<td>provide location information for literal map keys</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/523dbaf1c3646ce27f1cf2e4cfc84c730fea8da9"><img
src="https://img.shields.io/badge/523dbaf1c3-fix-green" alt="fix -
523dbaf1c3" /></a></td>
<td>stop ThisReceiver inheritance from ImplicitReceiver</td>
</tr>
</tbody>
</table>
<h3>compiler-cli</h3>
<table>
<thead>
<tr>
<th>Commit</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://github.com/angular/angular/commit/4d9c4567edfb8dd424a3336ef54ffdfc6ca7c15f"><img
src="https://img.shields.io/badge/4d9c4567ed-fix-green" alt="fix -
4d9c4567ed" /></a></td>
<td>ensure component import diagnostics are reported within the
<code>imports</code> expression</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/cd405685afbfad530de7fb841ad352d2b702a9a4"><img
src="https://img.shields.io/badge/cd405685af-fix-green" alt="fix -
cd405685af" /></a></td>
<td>fix up spelling of diagnostic</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/778460fccac13d8667bb53fa24ba977a930c0253"><img
src="https://img.shields.io/badge/778460fcca-fix-green" alt="fix -
778460fcca" /></a></td>
<td>support qualified names in <code>typeof</code> type references</td>
</tr>
</tbody>
</table>
<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/7c74674eb07491f808f79976e3e21787a841aefb"><img
src="https://img.shields.io/badge/7c74674eb0-fix-green" alt="fix -
7c74674eb0" /></a></td>
<td>avoid leaking view data in animations</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/0edbee4550e85b933e9bd2ba3c5511ef6fbf7304"><img
src="https://img.shields.io/badge/0edbee4550-fix-green" alt="fix -
0edbee4550" /></a></td>
<td>explicitly cast signal node value to String</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/f9c29572d28feef878c73edad562b3a6451825a6"><img
src="https://img.shields.io/badge/f9c29572d2-fix-green" alt="fix -
f9c29572d2" /></a></td>
<td>sanitize sensitive attributes on SVG script elements</td>
</tr>
</tbody>
</table>
<h3>forms</h3>
<table>
<thead>
<tr>
<th>Commit</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://github.com/angular/angular/commit/e3fba182f90a2673040cf267a970c54c07d4840f"><img
src="https://img.shields.io/badge/e3fba182f9-feat-blue" alt="feat -
e3fba182f9" /></a></td>
<td>add <code>[formField]</code> directive</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/561772b152458e1d91d4bf3ef45d9645a731f2b1"><img
src="https://img.shields.io/badge/561772b152-fix-green" alt="fix -
561772b152" /></a></td>
<td>allow custom controls to require <code>dirty</code> input</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/f0fb1d8581671ca499bcb4790b0549825eb36a91"><img
src="https://img.shields.io/badge/f0fb1d8581-fix-green" alt="fix -
f0fb1d8581" /></a></td>
<td>allow custom controls to require <code>hidden</code> input</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/ec110f170bbba95f023c8ae0e4429c35bfedc572"><img
src="https://img.shields.io/badge/ec110f170b-fix-green" alt="fix -
ec110f170b" /></a></td>
<td>allow custom controls to require <code>pending</code> input</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/ae1dc16bb0d30b6e87b0f98b7989e6685d856e31"><img
src="https://img.shields.io/badge/ae1dc16bb0-fix-green" alt="fix -
ae1dc16bb0" /></a></td>
<td>clean up abort listener after timeout</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/9748b0d5da6ffb1fd2498b23cc452240f46e0549"><img
src="https://img.shields.io/badge/9748b0d5da-fix-green" alt="fix -
9748b0d5da" /></a></td>
<td>support custom controls with non signal-based models</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/6bd22df987e433a9e3cb759e35eb6403991cf4b7"><img
src="https://img.shields.io/badge/6bd22df987-fix-green" alt="fix -
6bd22df987" /></a></td>
<td>Support readonly arrays in signal forms</td>
</tr>
</tbody>
</table>
<h3>router</h3>
<table>
<thead>
<tr>
<th>Commit</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://github.com/angular/angular/commit/41cd4a6af800cf7807c46862c99ae036457d8fa7"><img
src="https://img.shields.io/badge/41cd4a6af8-fix-green" alt="fix -
41cd4a6af8" /></a></td>
<td>Fix RouterLink href not updating with
<code>queryParamsHandling</code></td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/5e9e09aee0c08901d2a4d48b60bd13692c73e76e"><img
src="https://img.shields.io/badge/5e9e09aee0-fix-green" alt="fix -
5e9e09aee0" /></a></td>
<td>handle errors from view transition <code>updateCallbackDone</code>
promise</td>
</tr>
</tbody>
</table>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/angular/angular/blob/main/CHANGELOG.md"><code>@angular/core</code>'s
changelog</a>.</em></p>
<blockquote>
<h1>21.0.7 (2026-01-07)</h1>
<h3>compiler</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/8e808740c9311daa0f1c9bab8596ed5e54bdcc6a">8e808740c9</a></td>
<td>fix</td>
<td>better types for a few expression AST nodes</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/63b1cdcf70e6de448e8fa4ba1732d7bd7b5400d1">63b1cdcf70</a></td>
<td>fix</td>
<td>produce accurate span for typeof and void expressions</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/3c3ae0cb64bb112d7167fd9b0bf7739f0c9e6a39">3c3ae0cb64</a></td>
<td>fix</td>
<td>provide location information for literal map keys</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/523dbaf1c3646ce27f1cf2e4cfc84c730fea8da9">523dbaf1c3</a></td>
<td>fix</td>
<td>stop ThisReceiver inheritance from ImplicitReceiver</td>
</tr>
</tbody>
</table>
<h3>compiler-cli</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/4d9c4567edfb8dd424a3336ef54ffdfc6ca7c15f">4d9c4567ed</a></td>
<td>fix</td>
<td>ensure component import diagnostics are reported within the
<code>imports</code> expression</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/cd405685afbfad530de7fb841ad352d2b702a9a4">cd405685af</a></td>
<td>fix</td>
<td>fix up spelling of diagnostic</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/778460fccac13d8667bb53fa24ba977a930c0253">778460fcca</a></td>
<td>fix</td>
<td>support qualified names in <code>typeof</code> type references</td>
</tr>
</tbody>
</table>
<h3>core</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/7c74674eb07491f808f79976e3e21787a841aefb">7c74674eb0</a></td>
<td>fix</td>
<td>avoid leaking view data in animations</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/0edbee4550e85b933e9bd2ba3c5511ef6fbf7304">0edbee4550</a></td>
<td>fix</td>
<td>explicitly cast signal node value to String</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/f9c29572d28feef878c73edad562b3a6451825a6">f9c29572d2</a></td>
<td>fix</td>
<td>sanitize sensitive attributes on SVG script elements</td>
</tr>
</tbody>
</table>
<h3>forms</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/e3fba182f90a2673040cf267a970c54c07d4840f">e3fba182f9</a></td>
<td>feat</td>
<td>add <code>[formField]</code> directive</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/561772b152458e1d91d4bf3ef45d9645a731f2b1">561772b152</a></td>
<td>fix</td>
<td>allow custom controls to require <code>dirty</code> input</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/f0fb1d8581671ca499bcb4790b0549825eb36a91">f0fb1d8581</a></td>
<td>fix</td>
<td>allow custom controls to require <code>hidden</code> input</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/ec110f170bbba95f023c8ae0e4429c35bfedc572">ec110f170b</a></td>
<td>fix</td>
<td>allow custom controls to require <code>pending</code> input</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/ae1dc16bb0d30b6e87b0f98b7989e6685d856e31">ae1dc16bb0</a></td>
<td>fix</td>
<td>clean up abort listener after timeout</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/9748b0d5da6ffb1fd2498b23cc452240f46e0549">9748b0d5da</a></td>
<td>fix</td>
<td>support custom controls with non signal-based models</td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/6bd22df987e433a9e3cb759e35eb6403991cf4b7">6bd22df987</a></td>
<td>fix</td>
<td>Support readonly arrays in signal forms</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/41cd4a6af800cf7807c46862c99ae036457d8fa7">41cd4a6af8</a></td>
<td>fix</td>
<td>Fix RouterLink href not updating with
<code>queryParamsHandling</code></td>
</tr>
<tr>
<td><a
href="https://github.com/angular/angular/commit/5e9e09aee0c08901d2a4d48b60bd13692c73e76e">5e9e09aee0</a></td>
<td>fix</td>
<td>handle errors from view transition <code>updateCallbackDone</code>
promise</td>
</tr>
</tbody>
</table>
<!-- raw HTML omitted -->
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/angular/angular/commit/fbb37d8388f5f7bd070d5bf545b0943b22c65608"><code>fbb37d8</code></a>
refactor(core): remove unused instruction parameter</li>
<li><a
href="https://github.com/angular/angular/commit/7c74674eb07491f808f79976e3e21787a841aefb"><code>7c74674</code></a>
fix(core): avoid leaking view data in animations</li>
<li><a
href="https://github.com/angular/angular/commit/c1e9627f6dd7638a7365407478150dbd24342b29"><code>c1e9627</code></a>
docs(core): fix Ivy view data docs tables</li>
<li><a
href="https://github.com/angular/angular/commit/e3fba182f90a2673040cf267a970c54c07d4840f"><code>e3fba18</code></a>
feat(forms): add <code>[formField]</code> directive</li>
<li><a
href="https://github.com/angular/angular/commit/af1d4acb9db38636f80207ca5f013bca26db5021"><code>af1d4ac</code></a>
refactor(forms): bind native properties on interop controls</li>
<li><a
href="https://github.com/angular/angular/commit/0e8b9d8cde420734c1134eb9fe22c44b2da27057"><code>0e8b9d8</code></a>
refactor(forms): bind field properties to all directives on interop
controls</li>
<li><a
href="https://github.com/angular/angular/commit/ff37a13913353366feecfbb8bb161ee4f4c8e0b6"><code>ff37a13</code></a>
refactor(forms): bind field properties to all directives on custom
controls</li>
<li><a
href="https://github.com/angular/angular/commit/a4ba820d365aec7c12c193a950ebcbb63793c711"><code>a4ba820</code></a>
refactor(forms): bind field properties to all directives on native
controls</li>
<li><a
href="https://github.com/angular/angular/commit/f9c29572d28feef878c73edad562b3a6451825a6"><code>f9c2957</code></a>
fix(core): sanitize sensitive attributes on SVG script elements</li>
<li><a
href="https://github.com/angular/angular/commit/a119427834be2722c21ba7edc8cf3a760c813138"><code>a119427</code></a>
docs: rewrite testing docs</li>
<li>Additional commits viewable in <a
href="https://github.com/angular/angular/commits/v21.0.7/packages/core">compare
view</a></li>
</ul>
</details>
<br />
[](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 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/mnahkies/ng-qrcode/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 9cb1862 commit 4131a82
2 files changed
Lines changed: 41 additions & 41 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments