Skip to content

Update angular monorepo #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 12, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/compiler (source) 16.0.0 -> 16.2.12 age adoption passing confidence
@angular/core (source) 16.0.0 -> 16.2.12 age adoption passing confidence
zone.js (source, changelog) ^0.13.0 -> ^0.15.0 age adoption passing confidence

Release Notes

angular/angular (@​angular/compiler)

v16.2.12

Compare Source

animations
Commit Type Description
03f4050636 fix remove finish listener once player is destroyed (#​51136)
common
Commit Type Description
e092184a5c fix apply fixed_srcset_width values only to fixed srcsets (#​52486)
compiler-cli
Commit Type Description
b3b4ae4c3a fix properly emit literal types in input coercion function arguments (#​52437)
873c4f2454 fix use originally used module specifier for transform functions (#​52437)

v16.2.11

Compare Source

core
Commit Type Description
54ea3b65c3 fix emit provider configured event when a service is configured with providedIn (#​52365)
78533324dc fix get root and platform injector providers in special cases (#​52365)
019a0f4c22 fix load global utils before creating platform injector in the standalone case (#​52365)
router
Commit Type Description
b79b4aca91 fix RouterTestingHarness should throw if a component is expected but navigation fails (#​52357)

v16.2.10

Compare Source

v16.2.9

Compare Source

forms
Commit Type Description
51a5baace3 fix reset() call with null values on nested group (#​48830)

v16.2.8

Compare Source

language-service
Commit Type Description
b732961fc3 fix Retain correct language service when ts.Project reloads (#​51912)
service-worker
Commit Type Description
966ce9790a fix throw a critical error when handleFetch fails (#​51960)

v16.2.7

Compare Source

core
Commit Type Description
39a3e34e03 fix allow toSignal calls in reactive context (#​51831) (#​51892)
service-worker
Commit Type Description
c3d901eacf fix throw a critical error when handleFetch fails (#​51885)

v16.2.6

Compare Source

core
Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#​51722) (#​51772)

v16.2.5

Compare Source

v16.2.4

Compare Source

v16.2.3

Compare Source

animations
Commit Type Description
04c6574280 fix remove unnecessary escaping in regex expressions (#​51554)
compiler-cli
Commit Type Description
dbd761f528 fix correct incomplete escaping (#​51557)
5c36fc784f fix remove unnecessary escaping in regex expressions (#​51554)
core
Commit Type Description
dcd1add06f fix correct incomplete escaping (#​51557)
20d62603c2 fix handle hydration of view containers that use component hosts as anchors (#​51456)
e6b301caa2 fix remove unnecessary escaping in regex expressions (#​51554)
0c7c852ee7 fix run afterRender callbacks outside of the Angular zone (#​51551)
language-service
Commit Type Description
8081fdd22d fix correct incomplete escaping (#​51557)

v16.2.2

Compare Source

common
Commit Type Description
a43c0772ea fix Allow safeUrl for ngSrc in NgOptimizedImage (#​51351)
compiler-cli
Commit Type Description
39ace8664b fix enforce a minimum version to be used when a library uses input transform (#​51413)
core
Commit Type Description
36f434e49d fix guard the jasmine hooks (#​51394)
router
Commit Type Description
b0396e7164 fix Ensure canceledNavigationResolution: 'computed' works on first page (#​51441)

v16.2.1

Compare Source

router
Commit Type Description
232a8c1b8d fix Apply named outlets to children empty paths not appearing in the URL (#​51292)

v16.2.0

Compare Source

benchpress
Commit Type Description
dd850b2ab7 fix correctly report GC memory amounts (#​50760)
common
Commit Type Description
29d358170b feat add component input binding support for NgComponentOutlet (#​51148)
1837efb9da feat Allow ngSrc to be changed post-init (#​50683)
compiler
Commit Type Description
c27a1e61d6 feat scope selectors in @​scope queries (#​50747)
compiler-cli
Commit Type Description
12bad6576d fix libraries compiled with v16.1+ breaking with Angular framework v16.0.x (#​50714)
core
Commit Type Description
e53d4ecf4c feat add afterRender and afterNextRender (#​50607)
98d262fd27 feat create injector debugging APIs (#​48639)
cdaa2a8a9e feat support Provider type in Injector.create (#​49587)
9f490da7e2 fix handle hydration of view containers for root components (#​51247)
router
Commit Type Description
0b14e4ef74 feat exposes the fixture of the RouterTestingHarness (#​50280)

v16.1.9

Compare Source

v16.1.8

Compare Source

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

v16.1.7

Compare Source

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

v16.1.6

Compare Source

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

v16.1.5

Compare Source

animations
Commit Type Description
f920fcbd94 fix Ensure elements are removed from the cache after leave animation. (#​50929)
core
Commit Type Description
499fb5c772 fix ensure that standalone components get correct injector instances (#​50954)
c65913ecb7 fix handle deref returning null on RefactiveNode. (#​50992)
platform-browser
Commit Type Description
31419f6a3b perf do not remove renderer from cache when REMOVE_STYLES_ON_COMPONENT_DESTROY is enabled. (#​51005)
upgrade
Commit Type Description
3efb577cf3 fix Use takeUntil on leaky subscription. (#​50901)

v16.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)

v16.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)

v16.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)

v16.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)

v16.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)

v16.0.6

Compare Source

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

v16.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)

v16.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)

v16.0.3

Compare Source

core
Commit Type Description
c11041e372 fix adds missing symbols for animation standalone bundling test (#​50434)
98e8fdf40e fix fix Self flag inside embedded views with custom injectors (#​50270)
199ff4fe7f fix host directives incorrectly validating aliased bindings (#​50364)
http
Commit Type Description
080bbd2137 fix create macrotask during request handling instead of load start (#​50406)

v16.0.2

Compare Source

core
Commit Type Description
c1016d4e57 fix add additional component metadata to component ID generation (#​50340)
cc41758b59 fix allow onDestroy unregistration while destroying (#​50237)
7d679bdb59 fix allow passing value of any type to isSignal function (#​50035)

v16.0.1

Compare Source

core
Commit Type Description
52c74d3b4a fix add additional component metadata to component ID generation (#​50203)
048b6b1e0d fix bootstrapApplication call not rejected when error is thrown in importProvidersFrom module (#​50120)
d68796782f fix handle hydration of root components with injected ViewContainerRef (#​50136)
f751ce6445 fix handle projection of hydrated containters into components that skip hydration (#​50199)
346ab73dd9 fix only try to retrieve transferred state on the browser (#​50144)
angular/angular (zone.js)

v0.15.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • zone.js: fakeAsync will now flush pending timers at the end of
    the given function by default. To opt-out of this, you can use {flush: false} in options parameter of fakeAsync

0.14.10 (2024-08-05)

Features
  • zone.js: Add 'flush' parameter option to fakeAsync to flush after the test (#​57137) (99d679d)

0.14.8 (2024-07-17)

Bug Fixes

0.14.7 (2024-06-06)

Bug Fixes

0.14.6 (2024-05-16)

Bug Fixes

0.14.5 (2024-04-30)

Bug Fixes

0.14.4 (2024-02-13)

Bug Fixes

0.14.3 (2023-12-19)

Bug Fixes
Features

0.14.2 (2023-11-03)

Bug Fixes
  • zone.js: disable wrapping unhandled promise error by default (6d7eb35)

14.0.1 (2023-10-25)

Bug Fixes

v0.14.10

Compare Source

Features
  • zone.js: Add 'flush' parameter option to fakeAsync to flush after the test (#​57137) (99d679d)

v0.14.8

Compare Source

Bug Fixes

v0.14.7

Compare Source

Bug Fixes

v0.14.6

Compare Source

Bug Fixes

v0.14.5

Compare Source

Bug Fixes

v0.14.4

Compare Source

Bug Fixes

v0.14.3

Compare Source

Bug Fixes
Features

v0.14.2

Compare Source

Bug Fixes
  • zone.js: disable wrapping unhandled promise error by default (6d7eb35)

v0.14.1

Compare Source

v0.14.0

Compare Source

Features
BREAKING CHANGES
  • zone.js: Deep and legacy dist/ imports like zone.js/bundles/zone-testing.js and zone.js/dist/zone are no longer allowed. zone-testing-bundle and zone-testing-node-bundle are also no longer part of the package.

The proper way to import zone.js and zone.js/testing is:

import 'zone.js';
import 'zone.js/testing';

0.13.3 (2023-09-12)

Bug Fixes

0.13.2 (2023-09-07)

Bug Fixes

v0.13.1 (2023-06-09)

Bug Fixes
Features
Reverts

v0.13.3

Compare Source

Bug Fixes

v0.13.2

Compare Source

Bug Fixes

v0.13.1

Compare Source

Bug Fixes
Features
Reverts

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

👻 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 force-pushed the renovate/angular-monorepo branch from 9f68e2c to 0203391 Compare April 20, 2023 01:25
@renovate renovate bot changed the title Update angular monorepo to v15.2.7 Update angular monorepo to v15.2.8 Apr 20, 2023
@renovate renovate bot changed the title Update angular monorepo to v15.2.8 Update angular monorepo to v15.2.9 May 3, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 0203391 to 50c15e3 Compare May 3, 2023 20:17
@renovate renovate bot changed the title Update angular monorepo to v15.2.9 Update angular monorepo to v15.2.9 - autoclosed May 9, 2023
@renovate renovate bot closed this May 9, 2023
@renovate renovate bot deleted the renovate/angular-monorepo branch May 9, 2023 17:14
@renovate renovate bot changed the title Update angular monorepo to v15.2.9 - autoclosed Update angular monorepo to v15.2.9 May 10, 2023
@renovate renovate bot reopened this May 10, 2023
@renovate renovate bot restored the renovate/angular-monorepo branch May 10, 2023 23:55
@renovate renovate bot changed the title Update angular monorepo to v15.2.9 Update angular monorepo to v16.0.1 May 10, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 50c15e3 to 4ba3d43 Compare May 10, 2023 23:55
@renovate renovate bot changed the title Update angular monorepo to v16.0.1 Update angular monorepo to v16.0.2 May 17, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 4ba3d43 to 19e9c60 Compare May 17, 2023 22:06
@renovate renovate bot changed the title Update angular monorepo to v16.0.2 Update angular monorepo to v16.0.3 May 24, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 19e9c60 to 5f3a3eb Compare May 24, 2023 18:28
@renovate renovate bot changed the title Update angular monorepo to v16.0.3 Update angular monorepo to v16.0.4 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 5f3a3eb to cd8ea68 Compare June 1, 2023 19:01
@renovate renovate bot changed the title Update angular monorepo to v16.0.4 Update angular monorepo to v16.0.5 Jun 8, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from cd8ea68 to b1aa363 Compare June 8, 2023 23:37
@renovate renovate bot changed the title Update angular monorepo to v16.0.5 Update angular monorepo Jun 12, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 79c2d80 to e8d8f4f Compare June 14, 2023 18:25
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 169cc15 to d58941d Compare June 28, 2023 16:29
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 36be927 to 9f7bbe8 Compare July 13, 2023 18:22
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 9f7bbe8 to 96e2b45 Compare July 19, 2023 19:44
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 96e2b45 to 1985da0 Compare July 26, 2023 20:17
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 1985da0 to 1d70662 Compare August 2, 2023 21:41
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 0785b95 to c38764a Compare March 24, 2024 16:11
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from fba39e5 to e6097f0 Compare April 21, 2024 10:47
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 5836b0f to f58dc21 Compare April 30, 2024 23:12
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from f58dc21 to 8044652 Compare May 17, 2024 03:28
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 8c3161b to 49b59e8 Compare June 6, 2024 21:12
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from d47df9f to 79053aa Compare July 21, 2024 12:38
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 320beae to 669ef1a Compare August 6, 2024 06:33
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from f6a8318 to 00bc2c5 Compare August 28, 2024 07:14
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 00bc2c5 to 58f3e44 Compare September 26, 2024 22:27
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 58f3e44 to 18fc5b9 Compare October 9, 2024 10:58
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 18fc5b9 to fb34a3e Compare December 2, 2024 11:08
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 0deae46 to 1b8095f Compare January 30, 2025 19:32
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 1b8095f to e4000cc Compare February 9, 2025 13:35
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from e4000cc to e7d4ba3 Compare March 3, 2025 18:15
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 3 times, most recently from 8ad90d4 to e79be53 Compare March 17, 2025 12:28
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from e79be53 to b99bc34 Compare April 1, 2025 12:30
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from b99bc34 to 2dfd813 Compare April 8, 2025 12:51
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 2dfd813 to 98c4eab Compare April 24, 2025 07:30
Copy link
Contributor Author

renovate bot commented Apr 24, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @angular/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   dev zone.js@"^0.15.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   dev @angular/core@"^16.0.0" from the root project
npm ERR!   peerOptional @angular/core@"16.2.12" from @angular/[email protected]
npm ERR!   node_modules/@angular/compiler
npm ERR!     dev @angular/compiler@"^16.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR!   node_modules/@angular/core
npm ERR!     dev @angular/core@"^16.0.0" from the root project
npm ERR!     peerOptional @angular/core@"16.2.12" from @angular/[email protected]
npm ERR!     node_modules/@angular/compiler
npm ERR!       dev @angular/compiler@"^16.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /runner/cache/others/npm/_logs/2025-04-24T07_30_44_051Z-debug-0.log

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