mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
build(deps): bump @angular/compiler from 19.2.17 to 19.2.18 (#6128)
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 19.2.17 to 19.2.18. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/angular/angular/releases"><code>@angular/compiler</code>'s releases</a>.</em></p> <blockquote> <h2>19.2.18</h2> <h3>core</h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="26cdc53d9c"><img src="https://img.shields.io/badge/26cdc53d9c-fix-green" alt="fix - 26cdc53d9c" /></a></td> <td>sanitize sensitive attributes on SVG script elements</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/compiler</code>'s changelog</a>.</em></p> <blockquote> <h1>19.2.18 (2026-01-07)</h1> <h3>core</h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="26cdc53d9c">26cdc53d9c</a></td> <td>fix</td> <td>sanitize sensitive attributes on SVG script elements</td> </tr> </tbody> </table> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <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="8e808740c9">8e808740c9</a></td> <td>fix</td> <td>better types for a few expression AST nodes</td> </tr> <tr> <td><a href="63b1cdcf70">63b1cdcf70</a></td> <td>fix</td> <td>produce accurate span for typeof and void expressions</td> </tr> <tr> <td><a href="3c3ae0cb64">3c3ae0cb64</a></td> <td>fix</td> <td>provide location information for literal map keys</td> </tr> <tr> <td><a href="523dbaf1c3">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="4d9c4567ed">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="cd405685af">cd405685af</a></td> <td>fix</td> <td>fix up spelling of diagnostic</td> </tr> <tr> <td><a href="778460fcca">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="7c74674eb0">7c74674eb0</a></td> <td>fix</td> <td>avoid leaking view data in animations</td> </tr> <tr> <td><a href="0edbee4550">0edbee4550</a></td> <td>fix</td> <td>explicitly cast signal node value to String</td> </tr> <tr> <td><a href="f9c29572d2">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="e3fba182f9">e3fba182f9</a></td> <td>feat</td> <td>add <code>[formField]</code> directive</td> </tr> <tr> <td><a href="561772b152">561772b152</a></td> <td>fix</td> <td>allow custom controls to require <code>dirty</code> input</td> </tr> <tr> <td><a href="f0fb1d8581">f0fb1d8581</a></td> <td>fix</td> <td>allow custom controls to require <code>hidden</code> input</td> </tr> <tr> <td><a href="ec110f170b">ec110f170b</a></td> <td>fix</td> <td>allow custom controls to require <code>pending</code> input</td> </tr> <tr> <td><a href="ae1dc16bb0">ae1dc16bb0</a></td> <td>fix</td> <td>clean up abort listener after timeout</td> </tr> <tr> <td><a href="9748b0d5da">9748b0d5da</a></td> <td>fix</td> <td>support custom controls with non signal-based models</td> </tr> <tr> <td><a href="6bd22df987">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="41cd4a6af8">41cd4a6af8</a></td> <td>fix</td> <td>Fix RouterLink href not updating with <code>queryParamsHandling</code></td> </tr> <tr> <td><a href="5e9e09aee0">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> <h1>21.1.0-next.4 (2025-12-17)</h1> <h2>Breaking Changes</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="26cdc53d9c"><code>26cdc53</code></a> fix(core): sanitize sensitive attributes on SVG script elements</li> <li>See full diff in <a href="https://github.com/angular/angular/commits/v19.2.18/packages/compiler">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 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/transloadit/uppy/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
71e8a56127
commit
3c159b1740
3 changed files with 8 additions and 8 deletions
|
|
@ -11,7 +11,7 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/common": "^19.2.17",
|
||||
"@angular/compiler": "^19.2.17",
|
||||
"@angular/compiler": "^19.2.18",
|
||||
"@angular/core": "^19.2.18",
|
||||
"@angular/forms": "^19.2.17",
|
||||
"@angular/platform-browser": "^19.2.17",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
"dependencies": {
|
||||
"@angular/animations": "^19.2.17",
|
||||
"@angular/common": "^19.2.17",
|
||||
"@angular/compiler": "^19.2.17",
|
||||
"@angular/compiler": "^19.2.18",
|
||||
"@angular/core": "^19.2.18",
|
||||
"@angular/forms": "^19.2.17",
|
||||
"@angular/platform-browser": "^19.2.17",
|
||||
|
|
|
|||
12
yarn.lock
12
yarn.lock
|
|
@ -386,12 +386,12 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@angular/compiler@npm:^19.2.17":
|
||||
version: 19.2.17
|
||||
resolution: "@angular/compiler@npm:19.2.17"
|
||||
"@angular/compiler@npm:^19.2.18":
|
||||
version: 19.2.18
|
||||
resolution: "@angular/compiler@npm:19.2.18"
|
||||
dependencies:
|
||||
tslib: "npm:^2.3.0"
|
||||
checksum: 10/3787f5265028d290caec6940747012d3285be81fbac8537184f0fb8ccccf9812b8091fd03ad1c6866e5f089a2cecdb6eaa4c4bdaa6910044fa34ef69e0b5aa3c
|
||||
checksum: 10/1b7cb29bb06cc1da6e9a1f813b6d343d62ea801d42b28ed3d990860d1102da475b33765534e4f6274fabf921efdb0b34b204cbf28dcd3133a6b8be31a1e1310a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
@ -10181,7 +10181,7 @@ __metadata:
|
|||
"@angular/animations": "npm:^19.2.17"
|
||||
"@angular/cli": "npm:^19.0.0"
|
||||
"@angular/common": "npm:^19.2.17"
|
||||
"@angular/compiler": "npm:^19.2.17"
|
||||
"@angular/compiler": "npm:^19.2.18"
|
||||
"@angular/compiler-cli": "npm:^19.2.17"
|
||||
"@angular/core": "npm:^19.2.18"
|
||||
"@angular/forms": "npm:^19.2.17"
|
||||
|
|
@ -13151,7 +13151,7 @@ __metadata:
|
|||
"@angular-devkit/build-angular": "npm:^19.2.6"
|
||||
"@angular/cli": "npm:^19.2.6"
|
||||
"@angular/common": "npm:^19.2.17"
|
||||
"@angular/compiler": "npm:^19.2.17"
|
||||
"@angular/compiler": "npm:^19.2.18"
|
||||
"@angular/compiler-cli": "npm:^19.2.17"
|
||||
"@angular/core": "npm:^19.2.18"
|
||||
"@angular/forms": "npm:^19.2.17"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue