Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
@angular/animations (source) 6.0.3 -> 6.1.10 age confidence
@angular/animations (source) ^17.1.0 -> ^17.1.1 age confidence
@angular/animations (source) 13.2.1 -> 13.4.0 age confidence
@angular/common (source) 6.0.3 -> 6.1.10 age confidence
@angular/common (source) ^17.1.0 -> ^17.1.1 age confidence
@angular/common (source) 13.2.1 -> 13.4.0 age confidence
@angular/compiler (source) 6.0.3 -> 6.1.10 age confidence
@angular/compiler (source) ^17.1.0 -> ^17.1.1 age confidence
@angular/compiler (source) 13.2.1 -> 13.4.0 age confidence
@angular/compiler-cli (source) 6.0.3 -> 6.1.10 age confidence
@angular/compiler-cli (source) ^17.1.0 -> ^17.1.1 age confidence
@angular/compiler-cli (source) 13.2.1 -> 13.4.0 age confidence
@angular/core (source) 6.0.3 -> 6.1.10 age confidence
@angular/core (source) ^17.1.0 -> ^17.1.1 age confidence
@angular/core (source) 13.2.1 -> 13.4.0 age confidence
@angular/forms (source) 6.0.3 -> 6.1.10 age confidence
@angular/forms (source) ^17.1.0 -> ^17.1.1 age confidence
@angular/forms (source) 13.2.1 -> 13.4.0 age confidence
@angular/http 6.0.3 -> 6.1.10 age confidence
@angular/language-service (source) 6.0.3 -> 6.1.10 age confidence
@angular/language-service (source) 13.2.1 -> 13.4.0 age confidence
@angular/platform-browser (source) 6.0.3 -> 6.1.10 age confidence
@angular/platform-browser (source) ^17.1.0 -> ^17.1.1 age confidence
@angular/platform-browser (source) 13.2.1 -> 13.4.0 age confidence
@angular/platform-browser-dynamic (source) 6.0.3 -> 6.1.10 age confidence
@angular/platform-browser-dynamic (source) ^17.1.0 -> ^17.1.1 age confidence
@angular/platform-browser-dynamic (source) 13.2.1 -> 13.4.0 age confidence
@angular/platform-server (source) ^17.1.0 -> ^17.1.1 age confidence
@angular/router (source) 6.0.3 -> 6.1.10 age confidence
@angular/router (source) ^17.1.0 -> ^17.1.1 age confidence
@angular/router (source) 13.2.1 -> 13.4.0 age confidence
zone.js (source, changelog) 0.8.28 -> 0.15.1 age confidence
zone.js (source, changelog) ~0.14.3 -> ~0.15.0 age confidence
zone.js (source, changelog) ~0.11.4 -> ~0.15.0 age confidence
zone.js (source, changelog) 0.11.4 -> 0.15.1 age confidence

Release Notes

angular/angular (@​angular/animations)

v6.1.10

Compare Source

v6.1.9

Compare Source

v6.1.8

Compare Source

compiler
Commit Type Description
cc722ea1f5 fix return full spans for Comment nodes (#​50855)

v6.1.7

Compare Source

http
Commit Type Description
916916d835 fix check whether Zone is defined (#​51119)

v6.1.6

Compare Source

http
Commit Type Description
dea8dc0378 fix Run fetch request out the angular zone (#​50981)

v6.1.4

Compare Source

core
Commit Type Description
4ba5850ba6 fix use setTimeout when coalescing tasks in Node.js (#​50820)
upgrade
Commit Type Description
a4348355ce fix allow for downgraded components to work with component-router (#​50871)

v6.1.3

Compare Source

core
Commit Type Description
dd6fc5785f fix expose input transform function on ComponentFactory and ComponentMirror (#​50713)
elements
Commit Type Description
e1bbe47c23 fix support input transform functions (#​50713)
platform-browser
Commit Type Description
79dd6a847a fix wait until animation completion before destroying renderer (#​50677)
a797f41d1b fix wait until animation completion before destroying renderer (#​50860)

v6.1.2

Compare Source

http
Commit Type Description
9488a3fd46 fix Send query params on fetch request (#​50740)
5ae001829c fix use serializeBody to support JSON payload in FetchBackend (#​50776)

v6.1.1

Compare Source

compiler-cli
Commit Type Description
71360b3a3e fix libraries compiled with v16.1+ breaking with Angular framework v16.0.x (#​50715)
core
Commit Type Description
d9bed48eb5 fix extend toSignal to accept any Subscribable (#​50162)
migrations
Commit Type Description
5e1d8444ae fix Prevent a component from importing itself. (#​50554)

v6.1.0

Compare Source

compiler
Commit Type Description
4e663297c5 fix error when reading compiled input transforms metadata in JIT mode (#​50600)
721bc72649 fix resolve deprecation warning with TypeScript 5.1 (#​50460)
core
Commit Type Description
68017d4e75 feat add ability to transform input values (#​50420)
69dadd2502 feat support TypeScript 5.1 (#​50156)
c0ebe34cbd fix add additional component metadata to component ID generation (#​50336)
http
Commit Type Description
85c5427582 feat Introduction of the fetch Backend for the HttpClient (#​50247)

v6.0.9

Compare Source

v6.0.8

Compare Source

v6.0.7

Compare Source

v6.0.6

Compare Source

core
Commit Type Description
05ac0868c9 fix avoid duplicated content during hydration while processing a component with i18n (#​50644)

v6.0.5

Compare Source

compiler
Commit Type Description
703b8fcac1 fix do not remove comments in component styles (#​50346)
core
Commit Type Description
2b6da93e19 fix incorrectly throwing error for self-referencing component (#​50559)
c992109d6c fix wait for HTTP in ngOnInit correctly before server render (#​50573)
platform-server
Commit Type Description
c0d4086c6e fix surface errors during rendering (#​50587)

v6.0.4

Compare Source

animations
Commit Type Description
df65c4fc8f fix Trigger leave animation when ViewContainerRef is injected (#​48705)
common
Commit Type Description
7e1bc513de fix untrack subscription and unsubscription in async pipe (#​50522)
core
Commit Type Description
9970b29ace fix update ApplicationRef.isStable to account for rendering pending tasks (#​50425)
angular/angular (@​angular/common)

v6.1.10

Compare Source

v6.1.9

Compare Source

v6.1.8

Compare Source

compiler
Commit Type Description
cc722ea1f5 fix return full spans for Comment nodes (#​50855)

v6.1.7

Compare Source

http
Commit Type Description
916916d835 fix check whether Zone is defined (#​51119)

v6.1.6

Compare Source

http
Commit Type Description
dea8dc0378 fix Run fetch request out the angular zone (#​50981)

v6.1.4

Compare Source

core
Commit Type Description
4ba5850ba6 fix use setTimeout when coalescing tasks in Node.js (#​50820)
upgrade
Commit Type Description
a4348355ce fix allow for downgraded components to work with component-router (#​50871)

v6.1.3

Compare Source

core
Commit Type Description
dd6fc5785f fix expose input transform function on ComponentFactory and ComponentMirror (#​50713)
elements
Commit Type Description
e1bbe47c23 fix support input transform functions (#​50713)
platform-browser
Commit Type Description
79dd6a847a fix wait until animation completion before destroying renderer (#​50677)
a797f41d1b fix wait until animation completion before destroying renderer (#​50860)

v6.1.2

Compare Source

http
Commit Type Description
9488a3fd46 fix Send query params on fetch request (#​50740)
5ae001829c fix use serializeBody to support JSON payload in FetchBackend (#​50776)

v6.1.1

Compare Source

compiler-cli
Commit Type Description
71360b3a3e fix libraries compiled with v16.1+ breaking with Angular framework v16.0.x (#​50715)
core
Commit Type Description
d9bed48eb5 fix extend toSignal to accept any Subscribable (#​50162)
migrations
Commit Type Description
5e1d8444ae fix Prevent a component from importing itself. (#​50554)

v6.1.0

Compare Source

compiler
Commit Type Description
4e663297c5 fix error when reading compiled input transforms metadata in JIT mode (#​50600)
721bc72649 fix resolve deprecation warning with TypeScript 5.1 (#​50460)
core
Commit Type Description
68017d4e75 feat add ability to transform input values (#​50420)
69dadd2502 feat support TypeScript 5.1 (#​50156)
c0ebe34cbd fix add additional component metadata to component ID generation (#​50336)
http
Commit Type Description
85c5427582 feat Introduction of the fetch Backend for the HttpClient (#​50247)

v6.0.9

Compare Source

v6.0.8

Compare Source

v6.0.7

Compare Source

v6.0.6

Compare Source

core
Commit Type Description
05ac0868c9 fix avoid duplicated content during hydration while processing a component with i18n (#​50644)

v6.0.5

Compare Source

compiler
Commit Type Description

Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) October 5, 2025 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants