Bumps @angular/common from 16.1.4 to 19.2.16.
Release notes
Sourced from @angular/common's releases.
19.2.16
http
| Commit |
Description |
| fix - 05fe6686a9 |
prevent XSRF token leakage to protocol-relative URLs |
19.2.15
core
Breaking Changes
core
-
The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.
Before:
const bootstrap = () => bootstrapApplication(AppComponent, config);
After:
const bootstrap = (context: BootstrapContext) =>
bootstrapApplication(AppComponent, config, context);
A schematic is provided to automatically update main.server.ts files to pass the BootstrapContext to the bootstrapApplication call.
In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.
For more information please see: GHSA-68x2-mx4q-78m7
19.2.14
compiler
migrations
19.2.13
common
service-worker
| Commit | Description |
... (truncated)
Changelog
Sourced from @angular/common's changelog.
19.2.16 (2025年11月26日)
http
| Commit |
Type |
Description |
| 05fe6686a9 |
fix |
prevent XSRF token leakage to protocol-relative URLs |
21.1.0-next.0 (2025年11月25日)
platform-browser
| Commit |
Type |
Description |
| ec9dc94cee |
feat |
add context to createApplication |
| ab67988d2e |
feat |
resolve JIT resources in createApplication |
router
| Commit |
Type |
Description |
| a03c82564d |
feat |
Add scroll behavior controls on router navigation |
| c25d749d85 |
feat |
Execute RunGuardsAndResolvers function in injection context |
| c84d372778 |
feat |
Support wildcard params with segments trailing (#64737) |
20.3.14 (2025年11月25日)
http
| Commit |
Type |
Description |
| 0276479e7d |
fix |
prevent XSRF token leakage to protocol-relative URLs |
21.0.1 (2025年11月25日)
compiler-cli
| Commit | Type | Description |
... (truncated)
Commits
05fe668 fix(http): prevent XSRF token leakage to protocol-relative URLs
12e2302 build: update common's locales to use rules_js (#61630)
9701047 test(common): Add circular deps test to 19.2.x (#61651)
2c876b4 fix(common): avoid injecting ApplicationRef in FetchBackend (#61649)
8e54b57 build: move private testing helpers outside platform-browser/testing (#61571)
2b1b14f fix(core): cleanup rxResource abort listener (#58306)
126efc9 fix(common): cancel reader when app is destroyed (#61528)
efda872 fix(common): prevent reading chunks if app is destroyed (#61354)
c43fd3a build: migrate common to use rules_js based toolchain (#61434)
185b780 build: migrate packages/core/schematics to ts_project (#61420)
- Additional commits viewable in compare view
Dependabot compatibility score
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 commands and options
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.
Bumps @angular/common from 16.1.4 to 19.2.16.
Release notes
Sourced from
@angular/common's releases.... (truncated)
Changelog
Sourced from
@angular/common's changelog.... (truncated)
Commits
05fe668fix(http): prevent XSRF token leakage to protocol-relative URLs12e2302build: update common's locales to use rules_js (#61630)9701047test(common): Add circular deps test to 19.2.x (#61651)2c876b4fix(common): avoid injecting ApplicationRef in FetchBackend (#61649)8e54b57build: move private testing helpers outsideplatform-browser/testing(#61571)2b1b14ffix(core): cleanuprxResourceabort listener (#58306)126efc9fix(common): cancel reader when app is destroyed (#61528)efda872fix(common): prevent reading chunks if app is destroyed (#61354)c43fd3abuild: migrate common to use rules_js based toolchain (#61434)185b780build: migratepackages/core/schematicstots_project(#61420)Dependabot compatibility score
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.