Skip to content

chore(deps): update angular to v20.3.15#21

Merged
mvgadagi merged 1 commit intomainfrom
renovate/angular
Dec 20, 2025
Merged

chore(deps): update angular to v20.3.15#21
mvgadagi merged 1 commit intomainfrom
renovate/angular

Conversation

@github-actions
Copy link
Contributor

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@angular/animations (source) 20.2.420.3.15 age confidence
@angular/cdk 20.2.220.2.14 age confidence
@angular/cli 20.2.220.3.13 age confidence
@angular/common (source) 20.3.1420.3.15 age confidence
@angular/compiler-cli (source) 20.2.420.3.15 age confidence
@angular/core (source) 20.2.420.3.15 age confidence
@angular/forms (source) 20.2.420.3.15 age confidence
@angular/material 20.2.220.2.14 age confidence
@angular/platform-browser (source) 20.2.420.3.15 age confidence
@angular/platform-browser-dynamic (source) 20.2.420.3.15 age confidence
@angular/router (source) 20.2.420.3.15 age confidence

Release Notes

angular/angular (@​angular/animations)

v20.3.15

Compare Source

compiler
Commit Type Description
d1ca8ae043 fix prevent XSS via SVG animation attributeName and MathML/SVG URLs

v20.3.14

Compare Source

http
Commit Type Description
0276479e7d fix prevent XSRF token leakage to protocol-relative URLs

v20.3.13

Compare Source

v20.3.12

Compare Source

v20.3.11

Compare Source

common
Commit Type Description
5047849a4a fix remove placeholder image listeners once view is removed
compiler
Commit Type Description
f9d0818087 fix support arbitrary nesting in :host-context()
106b9040df fix support commas in :host() argument
9419ea348a fix support complex selectors in :nth-child()
036c5d2a07 fix support one additional level of nesting in :host()
core
Commit Type Description
dcdd1bcdbb fix skip leave animations on view swaps

v20.3.10

Compare Source

compiler-cli
Commit Type Description
840db59dc1 fix make required inputs diagnostic less noisy
migrations
Commit Type Description
a45e6b2b66 fix Prevent removal of templates referenced with preceding whitespace characters

v20.3.9

Compare Source

v20.3.7

Compare Source

animations
Commit Type Description
bd38cd45a5 fix account for Element.animate exceptions (#​64506)
compiler
Commit Type Description
891f180262 fix correctly compile long numeric HTML entities (#​64297)
compiler-cli
Commit Type Description
371274bfc6 fix missingStructuralDirective diagnostic produces false negatives (#​64470)
core
Commit Type Description
4c89a267c3 fix pass element removal property through in all locations (#​64565)
2fad4d4ab6 fix prevent duplicate nodes from being retained with fast `animate.leave`` calls (#​64592)
router
Commit Type Description
cfd8ed3fff fix Fix outlet serialization and parsing with no primary children (#​64505)
182fe78f91 fix Surface parse errors in Router.parseUrl (#​64503)

v20.3.6

Compare Source

core
Commit Type Description
911d6822cb fix update animation scheduling (#​64441)
platform-browser
Commit Type Description
2ece42866d fix DomEventsPlugin should always be the last plugin to be called for supports(). (#​50394)

v20.3.5

Compare Source

compiler-cli
Commit Type Description
8dec92ff9f fix capture metadata for undecorated fields (#​63957) (#​64317)
c2e817b0ef perf fix performance of "interpolated signal not invoked" check (#​64410)
core
Commit Type Description
f15cfa4cc4 fix fixes regression in animate.leave function bindings (#​64413)
d54dd674ca fix Prevents early style pruning with leave animations (#​64335)
migrations
Commit Type Description
554573e524 fix migrating input with more than 1 usage in a method (#​64367)
2c79ca0b57 fix remove error for no matching files in control flow migration (#​64253) (#​64314)
router
Commit Type Description
6e4bcc7d22 fix Scroll restoration should use instant scroll behavior for traversals (#​64299)

v20.3.4

Compare Source

core
Commit Type Description
853ed169a8 fix ensure missing leave animations don't queue leave animations (#​64226)
6fed986b7a fix Fixes animations in conjunction with content projection (#​63776)
76fe5599fe fix handle undefined CSS time values in parseCssTimeUnitsToMs function (#​64181)
3b959105be fix prevent early exit from leave animations when multiple transitions are present (#​64225)
migrations
Commit Type Description
65884895ff fix preserve component imports when pruning NgModules in standalone migration (#​64186)

v20.3.3

Compare Source

compiler
Commit Type Description
f51ab32fb3 fix recover template literals with broken expressions (#​64150)
core
Commit Type Description
542cd0019a fix do not rename ARIA property bindings to attributes (#​64089)
0e928fbc4a fix Fixes animations in conjunction with content projection (#​63776)
e5157bd933 fix prevents unintended early termination of leave animations and hoisting (#​64088)
migrations
Commit Type Description
1710cbd7d4 fix handle shorthand property declarations in NgModule (#​64160)
77b6305a4b fix skip migration for inputs with 'this' references (#​64142)

v20.3.2

Compare Source

compiler-cli
Commit Type Description
ba40153ac0 fix capture metadata for undecorated fields (#​63904)
1d4f81c8ee fix resolve import alias in defer blocks (#​63966)
core
Commit Type Description
9515a70933 fix fix narrowing of Resource.hasValue() (#​63994)
e78451cf8a fix prevent animations renderer from impacting animate.leave (#​63921)
forms
Commit Type Description
1fd8d5d446 fix Emit FormResetEvent when resetting control (#​64034)
migrations
Commit Type Description
16d0d43ad4 fix handle import aliases to the same module name (#​63934)
3ebaeccb46 fix handle reused templates in control flow migration (#​63996)

v20.3.1

Compare Source

compiler
Commit Type Description
d1ca8ae043 fix prevent XSS via SVG animation attributeName and MathML/SVG URLs

v20.3.0

Compare Source

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.

    (cherry picked from commit 8bf80c9)

Commit Type Description
a3f808d7c8 fix remove refresh button from transfer state tab (#​63592)
core
Commit Type Description
6117ccee2e feat introduce BootstrapContext for improved server bootstrapping (#​63636)
angular/components (@​angular/cdk)

v20.2.14

Compare Source

material
Commit Type Description
52f00f317 fix button-toggle: fix typo in clamp-density call
0de537fd7 fix stepper: fix typo in clamp-density call

v20.2.13

Compare Source

material
Commit Type Description
7b63d9560 fix chips: avatar image stretched in Safari (#​32278)

v20.2.12

Compare Source

v20.2.11

Compare Source

material
Commit Type Description
b751456cd9 fix menu: add filter for trigger icon name (#​32188)

v20.2.10

Compare Source

material
Commit Type Description
b2cd596d3 fix core: differentiate container colors in m2 (#​32076)

v20.2.9

Compare Source

material
Commit Type Description
af3b961214 fix checkbox: use GrayText for disabled colors in high contrast mode (#​32066)
a90abb0a77 fix snack-bar: add max height for snack bar (#​32000)

v20.2.8

Compare Source

material
Commit Type Description
6d61babe7 fix datepicker: error due to synchronous change detection
e43dcabd0 fix datepicker: make date filter nullable (#​31980)
f30c1c6c3 fix radio: Hovering over label of a radio will show the pointer cursor (#​32015)
de3f9e566 fix timepicker: assign form control value before emitting events (#​31981)
material-date-fns-adapter
Commit Type Description
2d1f8d068 fix parse time string containing only hours (#​31978)

v20.2.7

Compare Source

material
Commit Type Description
85ed6550c2 fix menu: prevent child menu reopening while parent is animating away (#​31958)

v20.2.6

Compare Source

material
Commit Description
fix - a6f0bd8e7 menu: switch internal state to signals (#​31934)
fix - 94716a805 select: rotate arrow while open (#​31936)
cdk
Commit Description
fix - e8e8662ab scrolling: Fix undefined error when documentElement.style is undefined (#​31904)
fix - a9b1afdb6 scrolling: prevent subpixel gaps in virtual scroll viewport (#​31940)

v20.2.5

Compare Source

material
Commit Type Description
36be42637 fix core: move internal tokens (#​31907)
3ac762be5 fix form-field: restore error message animation (#​31774)
65f23c003 fix table: style no data row properly (#​31895)

v20.2.4

Compare Source

material
Commit Type Description
e7a0c19d0 fix tabs: attach content inside the zone (#​31868)

v20.2.3

Compare Source

cdk
Commit Type Description
442d4ca6b7 fix drag-drop: allow axis lock to be reset (#​31829)
material
Commit Type Description
ec33bf8eba fix progress-bar: avoid CSP issues due to buffer dots (#​31818)
9a68265302 fix slider: incorrect indicator transform origin in M3 (#​31834)
angular/angular-cli (@​angular/cli)

v20.3.13

Compare Source

@​angular/cli
Commit Type Description
cfbb61602 fix update @modelcontextprotocol/sdk to v1.24.0

v20.3.12

Compare Source

@​angular/build
Commit Type Description
25bb7e65c fix ensure correct URL joining for prerender routes
@​angular/ssr
Commit Type Description
cceb86296 fix handle X-Forwarded-Prefix and APP_BASE_HREF in redirects
1abe68ad8 fix prevent redirect loop with encoded query parameters

v20.3.11

Compare Source

@​angular/build
Commit Type Description
8053f2d92 fix ensure ɵgetOrCreateAngularServerApp is always defined after errors

v20.3.10

Compare Source

@​schematics/angular
Commit Type Description
c854a719b fix correct tsconfig.spec.json include for spec files
@​angular/build
Commit Type Description
b3908f68e fix do not remove @angular/localize when having external packages (#​31721)

v20.3.9

Compare Source

@​angular/ssr
Commit Type Description
08e07e338 fix improve locale handling in app-engine
683697ebc fix improve route matching for wildcard routes

v20.3.8

Compare Source

@​angular-devkit/build-angular
Commit Type Description
813cba9b9 fix expand jest and jest-environment-jsdom to allow version 30
@​angular/build
Commit Type Description
542973ab0 fix add adapters to new reporter
f0885691d fix ensure locale data plugin runs before other plugins
[45e498f95](https://redirec

Configuration

📅 Schedule: Branch creation - "before 8am on monday" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Dec 20, 2025
@mvgadagi mvgadagi closed this Dec 20, 2025
@mvgadagi mvgadagi reopened this Dec 20, 2025
@mvgadagi mvgadagi merged commit da6a15d into main Dec 20, 2025
6 of 7 checks passed
@mvgadagi mvgadagi deleted the renovate/angular branch December 20, 2025 15:13
@github-actions
Copy link
Contributor Author

🎉 This PR is included in version 1.1.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant