mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-22 18:16:26 +00:00
build(deps): bump @angular/common from 19.2.14 to 19.2.16 (#6072)
Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 19.2.14 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="05fe6686a9"><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="70d0639bc1"><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 = () => bootstrapApplication(AppComponent, config); </code></pre> <p>After:</p> <pre lang="ts"><code>const bootstrap = (context: BootstrapContext) => 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> </blockquote> </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="05fe6686a9">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="ec9dc94cee">ec9dc94cee</a></td> <td>feat</td> <td>add <code>context</code> to <code>createApplication</code></td> </tr> <tr> <td><a href="ab67988d2e">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="a03c82564d">a03c82564d</a></td> <td>feat</td> <td>Add scroll behavior controls on router navigation</td> </tr> <tr> <td><a href="c25d749d85">c25d749d85</a></td> <td>feat</td> <td>Execute RunGuardsAndResolvers function in injection context</td> </tr> <tr> <td><a href="c84d372778">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="0276479e7d">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="05fe6686a9"><code>05fe668</code></a> fix(http): prevent XSRF token leakage to protocol-relative URLs</li> <li>See full diff in <a href="https://github.com/angular/angular/commits/19.2.16/packages/common">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
d2637e4d3b
commit
21a8f1a467
3 changed files with 9 additions and 21 deletions
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/common": "^19.2.0",
|
||||
"@angular/common": "^19.2.16",
|
||||
"@angular/compiler": "^19.2.17",
|
||||
"@angular/core": "^19.2.0",
|
||||
"@angular/forms": "^19.2.0",
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^19.0.0",
|
||||
"@angular/common": "^19.0.0",
|
||||
"@angular/common": "^19.2.16",
|
||||
"@angular/compiler": "^19.0.0",
|
||||
"@angular/core": "^19.0.0",
|
||||
"@angular/forms": "^19.0.0",
|
||||
|
|
|
|||
26
yarn.lock
26
yarn.lock
|
|
@ -610,27 +610,15 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@angular/common@npm:^19.0.0":
|
||||
version: 19.2.5
|
||||
resolution: "@angular/common@npm:19.2.5"
|
||||
"@angular/common@npm:^19.2.16":
|
||||
version: 19.2.17
|
||||
resolution: "@angular/common@npm:19.2.17"
|
||||
dependencies:
|
||||
tslib: "npm:^2.3.0"
|
||||
peerDependencies:
|
||||
"@angular/core": 19.2.5
|
||||
"@angular/core": 19.2.17
|
||||
rxjs: ^6.5.3 || ^7.4.0
|
||||
checksum: 10/f7788e90d438b8a9222de950e3e8ac72ffbf8c0650bd3561c21c7d19e48e0eeb85be3edb7243ff6fff3c0051612dbad292c3c0d544fb6ab6267d0f7ce3b0837b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@angular/common@npm:^19.2.0":
|
||||
version: 19.2.14
|
||||
resolution: "@angular/common@npm:19.2.14"
|
||||
dependencies:
|
||||
tslib: "npm:^2.3.0"
|
||||
peerDependencies:
|
||||
"@angular/core": 19.2.14
|
||||
rxjs: ^6.5.3 || ^7.4.0
|
||||
checksum: 10/53a7c50e799190df0805cc188496cc9ca3fcd03497deabaaa477da9cb08391ef3a55151abed24bb6bc19ee044f03a623fb53b33efa590000912ad944691e3f88
|
||||
checksum: 10/3794a790fcff5d8cec17b9a51c6563966bc80667957660515c1eaebd6e384bf7a2d50a8c131a1a85f1c36ed2d88a9695612d6d6fc2356f92294d2da3fadf85ba
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
@ -12168,7 +12156,7 @@ __metadata:
|
|||
"@angular-eslint/eslint-plugin-template": "npm:^18.0.1"
|
||||
"@angular/animations": "npm:^19.0.0"
|
||||
"@angular/cli": "npm:^19.0.0"
|
||||
"@angular/common": "npm:^19.0.0"
|
||||
"@angular/common": "npm:^19.2.16"
|
||||
"@angular/compiler": "npm:^19.0.0"
|
||||
"@angular/compiler-cli": "npm:^19.0.0"
|
||||
"@angular/core": "npm:^19.0.0"
|
||||
|
|
@ -15487,7 +15475,7 @@ __metadata:
|
|||
dependencies:
|
||||
"@angular-devkit/build-angular": "npm:^19.2.6"
|
||||
"@angular/cli": "npm:^19.2.6"
|
||||
"@angular/common": "npm:^19.2.0"
|
||||
"@angular/common": "npm:^19.2.16"
|
||||
"@angular/compiler": "npm:^19.2.17"
|
||||
"@angular/compiler-cli": "npm:^19.2.0"
|
||||
"@angular/core": "npm:^19.2.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue