Skip to content

fix(deps): update angular monorepo - #6

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/angular-monorepo
Open

fix(deps): update angular monorepo#6
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/angular-monorepo

Conversation

@renovate

@renovaterenovateBot commented Mar 7, 2023

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@angular/animations (source)^16.0.0^15.1.2ageconfidence
@angular/common (source)^16.0.0^15.1.2ageconfidence
@angular/compiler (source)^16.0.0^15.1.2ageconfidence
@angular/compiler-cli (source)^16.0.0^15.1.2ageconfidence
@angular/core (source)^16.0.0^15.1.2ageconfidence
@angular/forms (source)^16.0.0^15.1.2ageconfidence
@angular/platform-browser (source)^16.0.0^15.1.2ageconfidence
@angular/platform-browser-dynamic (source)^16.0.0^15.1.2ageconfidence
@angular/router (source)^16.0.0^15.1.2ageconfidence
zone.js (source, changelog)~0.12.0~0.16.0ageconfidence

Release Notes

angular/angular (@​angular/animations)

v15.2.10

Compare Source

service-worker
CommitTypeDescription
9fe08968b8fixthrow a critical error when handleFetch fail (#​51989)

v15.2.9

Compare Source

common
CommitTypeDescription
9107e931cafixfix incorrectly reported distortion for padded images (#​49889)
compiler-cli
CommitTypeDescription
7c58885797fixcatch fatal diagnostic when getting diagnostics for components (#​50046)

v15.2.8

Compare Source

core
CommitTypeDescription
2fff8fadbefixhandle invalid classes in class array bindings (#​49924)
http
CommitTypeDescription
05a0225debfixprevent headers from throwing an error when initializing numerical values (#​49379)
router
CommitTypeDescription
09a42d988efixcanceledNavigationResolution: 'computed' with redirects to the current URL (#​49793)

v15.2.7

Compare Source

compiler
CommitTypeDescription
b0c1a90f55fixProduce diagnostic if directive used in host binding is not exported (#​49792)
compiler-cli
CommitTypeDescription
a40529af2efixCatch FatalDiagnosticError during template type checking (#​49792)
core
CommitTypeDescription
702ec90110fixWhen using setInput, mark view dirty in same way as markForCheck (#​49747)

Special Thanks

Alan Agius, Andrew Kushnir, Andrew Scott, Kristiyan Kostadinov, Matthieu Riegler and Nikola Kološnjaji

v15.2.6

Compare Source

core
CommitTypeDescription
d9efa1b0d7featchange the URL sanitization to only block javascript: URLs (#​49659)
router
CommitTypeDescription
cad7274ef9fixcreate correct URL relative to path with empty child (#​49691)
9b61379096fixEnsure initial navigation clears current navigation when blocking (#​49572)

Special Thanks

Andrew Scott, Guillaume Weghsteen, John Manners, Johnny Gérard, Matthieu Riegler, Robin Richtsfeld, Sandra Limacher, Sarthak Thakkar, Vinit Neogi and vikram menon

v15.2.5

Compare Source

common
CommitTypeDescription
ca5acadb78fixinvalid ImageKit transformation (#​49201)
compiler
CommitTypeDescription
077f6b4674fixdo not unquote CSS values (#​49460)
c3cff35869fixhandle trailing comma in object literal (#​49535)
core
CommitTypeDescription
d201fc2decfixset style property value to empty string instead of an invalid value (#​49460)
router
CommitTypeDescription
978d37f324fixEnsure Router preloading works with lazy component and static children (#​49571)
a844435514fixfix #​49457 outlet activating with old info (#​49459)

Special Thanks

Alan Agius, Andrew Scott, Asaf Malin, Jan Cabadaj, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Sid and Tano Abeleyra

v15.2.4

Compare Source

core
CommitTypeDescription
bae6b5ceb1fixAllow TestBed.configureTestingModule to work with recursive cycle of standalone components. (#​49473)
087f4412affixmore accurate matching of classes during content projection (#​48888)

Special Thanks

Aditya Srinivasan, Alex Rickabaugh, Andrew Scott, Kristiyan Kostadinov, Masaoki Kobayashi, Matthieu Riegler, Paul Gschwendtner, Peter Götz, Thomas Pischke, Virginia Dooley and avmaxim

v15.2.3

Compare Source

Special Thanks

Alan Agius, Esteban Gehring, Matthieu Riegler and Virginia Dooley

v15.2.2

Compare Source

migrations
CommitTypeDescription
6207d6f1f0fixadd protractor support if protractor imports are detected (#​49274)

Special Thanks

Alan Agius, Andrew Kushnir, Andrew Scott, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Sai Kartheek Bommisetty and Vinit Neogi

v15.2.1

Compare Source

service-worker
CommitTypeDescription
9fe08968b8fixthrow a critical error when handleFetch fail (#​51989)

v15.2.0

Compare Source

Deprecations

  • Class and InjectionToken guards and resolvers are
    deprecated. Instead, write guards as plain JavaScript functions and
    inject dependencies with inject from @angular/core.

CommitTypeDescription
926c35f4acdocsDeprecate class and InjectionToken and resolvers (#​47924)
common
CommitTypeDescription
54b24eb40ffeatAdd loaderParams attribute to NgOptimizedImage (#​48907)
compiler-cli
CommitTypeDescription
0cf11167f1fixincorrectly detecting forward refs when symbol already exists in file (#​48988)
core
CommitTypeDescription
a154db8a81featadd ng generate schematic to convert declarations to standalone (#​48790)
345e737daafeatadd ng generate schematic to convert to standalone bootstrapping APIs (#​48848)
e7318fc758featadd ng generate schematic to remove unnecessary modules (#​48832)
language-service
CommitTypeDescription
4ae384fd61featAllow auto-imports of a pipe via quick fix when its selector is used, both directly and via reexports. (#​48354)
141333411efeatIntroduce a new NgModuleIndex, and use it to suggest re-exports. (#​48354)
d0145033bdfixgenerate forwardRef for same file imports (#​48898)
migrations
CommitTypeDescription
2796230e95fixadd enum in mode option in standalone schema (#​48851)
816e76a578fixautomatically prune root module after bootstrap step (#​49030)
bdbf21d04bfixavoid generating imports with forward slashes (#​48993)
32cf4e5cb9fixavoid internal modules when generating imports (#​48958)
521ccfbe6cfixavoid interrupting the migration if language service lookup fails (#​49010)
a40cd47aa7fixavoid modifying testing modules without declarations (#​48921)
1afa6ed322fixdon't add ModuleWithProviders to standalone test components (#​48987)
c98c6a8452fixdon't copy animations modules into the imports of test components (#​49147)
8389557848fixdon't copy unmigrated declarations into imports array (#​48882)
f82bdc4b01fixdon't delete classes that may provide dependencies transitively (#​48866)
759db12e0bfixduplicated comments on migrated classes (#​48966)
ba38178d19fixgenerate forwardRef for same file imports (#​48898)
03fcb36cfdfixmigrate HttpClientModule to provideHttpClient() (#​48949)
2de6dae16dfixmigrate RouterModule.forRoot with a config object to use features (#​48935)
770191cf1ffixmigrate tests when switching to standalone bootstrap API (#​48987)
c7926b5773fixmove standalone migrations into imports (#​48987)
65c74ed93efixnormalize paths to posix (#​48850)
6377487b1afixonly exclude bootstrapped declarations from initial standalone migration (#​48987)
e9e4449a43fixpreserve tsconfig in standalone migration (#​48987)
ffad1b49d9fixreduce number of files that need to be checked (#​48987)
ba7a757cc5fixreturn correct alias when conflicting import exists (#​49139)
49a7c9f94afixstandalone migration incorrectly throwing path error for multi app projects (#​48958)
584976e6c8fixsupport --defaults in standalone migration (#​48921)
03f47ac901fixuse consistent quotes in generated imports (#​48876)
ebae506d89fixuse import remapper in root component (#​49046)
40c976c909fixuse NgForOf instead of NgFor (#​49022)
4ac25b2affperfavoid re-traversing nodes when resolving bootstrap call dependencies (#​49010)
26cb7ab2e6perfspeed up language service lookups (#​49010)
platform-browser
CommitTypeDescription
bf4ad38117fixremove styles from DOM of destroyed components (#​48298)
platform-server
CommitTypeDescription
25e220a23afixavoid duplicate TransferState info after renderApplication call (#​49094)
router
CommitTypeDescription
31b94c762ffeatAdd a withNavigationErrorHandler feature to provideRouter (#​48551)
dedac8d3f7featAdd test helper for trigger navigations in tests (#​48552)

Special Thanks

Alan Agius, Alex Castle, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Dylan Hunn, Ikko Eltociear Ashimine, Ilyass, Jessica Janiuk, Joey Perrott, John Manners, Kalbarczyk, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Pawel Kozlowski, Virginia Dooley, Walid Bouguima, cexbrayat and mgechev

v15.1.5

Compare Source

forms
CommitTypeDescription
5f2a3edcf2fixMake radio buttons respect [attr.disabled] (#​48864)

Special Thanks

AleksanderBodurri, Alvaro Junqueira, Dylan Hunn, Joey Perrott, Matthieu Riegler, PaloMiklo and Paul Gschwendtner

v15.1.4

Compare Source

Special Thanks

Jessica Janiuk, Kian Yang Lee, Matthieu Riegler, Redouane Bekkouche and Simona Cotin

v15.1.3

Compare Source

animations
CommitTypeDescription
d36dfd4b62fixfix non-animatable warnings for easing (#​48583)
common
CommitTypeDescription
a334e4efbefixwarn if using ngSrcset without a configured image loader (#​48804)
compiler
CommitTypeDescription
171b4d4640fixincorrect code when non-null assertion is used after a safe access (#​48801)
migrations
CommitTypeDescription
9e86dd231bfixFixed file format issue with lint (#​48859)
af31f98b00fixmigration host incorrectly reading empty files (#​48849)
platform-server
CommitTypeDescription
73972c684efixinsert transfer state script before other script tags (#​48868)
router
CommitTypeDescription
d5b2c249a3fixHandle routerLink directive on svg anchors. (#​48857)

Special Thanks

Alan Agius, Besim Gürbüz, Brecht Billiet, Dario Piotrowicz, Dylan Hunn, Iván Navarro, Jessica Janiuk, Kristiyan Kostadinov, Matthieu Riegler, Onkar Ruikar, Payam Valadkhan, Santosh Yadav, Virginia Dooley and Walid Bouguima

angular/angular (zone.js)

v0.16.2

Compare Source

v0.16.1

Compare Source

v0.16.0

Compare Source

v0.15.1

Compare Source

Bug Fixes

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

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](https://redirect.github.com/angular/angular/compar

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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

renovateBot commented Mar 7, 2023

Copy link
Copy Markdown
ContributorAuthor

⚠ 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 unable to resolve dependency tree
npm ERR! npm ERR! While resolving: angular-standalone@0.0.0
npm ERR! Found: zone.js@0.14.0
npm ERR! node_modules/zone.js
npm ERR! zone.js@"~0.14.0" from the root project
npm ERR! npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.11.4 || ~0.12.0 || ~0.13.0" from @angular/core@15.2.9
npm ERR! node_modules/@angular/core
npm ERR! @angular/core@"^15.1.2" from the root project
npm ERR! peer @angular/core@"15.2.9" from @angular/animations@15.2.9
npm ERR! node_modules/@angular/animations
npm ERR! @angular/animations@"^15.1.2" 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! npm ERR! For a full report see:
npm ERR! /tmp/worker/cdd301/3a8aa8/cache/others/npm/_logs/2023-09-18T10_35_21_983Z-eresolve-report.txt
npm ERR! A complete log of this run can be found in: /tmp/worker/cdd301/3a8aa8/cache/others/npm/_logs/2023-09-18T10_35_21_983Z-debug-0.log

@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 16b2c84 to 517f96dCompareJune 15, 2023 20:53
@renovaterenovateBot changed the title fix(deps): update dependency zone.js to ~0.13.0fix(deps): update angular monorepoJun 15, 2023
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 517f96d to fecbd48CompareJune 16, 2023 00:50
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from fecbd48 to dd19153CompareSeptember 18, 2023 10:36
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from dd19153 to 04feea5CompareAugust 21, 2024 21:17
@renovate

renovateBot commented Aug 21, 2024

Copy link
Copy Markdown
ContributorAuthor

⚠️ 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 warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: angular-standalone@0.0.0
npm error Found: zone.js@0.16.2
npm error node_modules/zone.js
npm error zone.js@"~0.16.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer zone.js@"~0.11.4 || ~0.12.0 || ~0.13.0" from @angular/core@15.2.10
npm error node_modules/@angular/core
npm error @angular/core@"^15.1.2" from the root project
npm error peer @angular/core@"15.2.10" from @angular/animations@15.2.10
npm error node_modules/@angular/animations
npm error @angular/animations@"^15.1.2" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-08-14T20_41_30_388Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-08-14T20_41_30_388Z-debug-0.log

@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 04feea5 to 3fafe1fCompareAugust 10, 2025 14:56
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 3fafe1f to c7853d2CompareNovember 20, 2025 02:03
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from c7853d2 to 957e4afCompareFebruary 19, 2026 20:40
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 957e4af to b9fd37cCompareMay 7, 2026 01:36
Sign up for freeto 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