Skip to content
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

Update angular monorepo #49

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 23, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations (source) 5.1.2 -> 5.2.11 age adoption passing confidence
@angular/common (source) 5.1.2 -> 5.2.11 age adoption passing confidence
@angular/compiler (source) 5.1.2 -> 5.2.11 age adoption passing confidence
@angular/compiler-cli (source) 5.1.2 -> 5.2.11 age adoption passing confidence
@angular/core (source) 5.1.2 -> 5.2.11 age adoption passing confidence
@angular/forms (source) 5.1.2 -> 5.2.11 age adoption passing confidence
@angular/http 5.1.2 -> 5.2.11 age adoption passing confidence
@angular/language-service (source) 5.1.2 -> 5.2.11 age adoption passing confidence
@angular/platform-browser (source) 5.1.2 -> 5.2.11 age adoption passing confidence
@angular/platform-browser-dynamic (source) 5.1.2 -> 5.2.11 age adoption passing confidence
@angular/platform-server (source) 5.1.2 -> 5.2.11 age adoption passing confidence
@angular/router (source) 5.1.2 -> 5.2.11 age adoption passing confidence
zone.js (source, changelog) ^0.8.14 -> ^0.14.0 age adoption passing confidence

Release Notes

angular/angular (@​angular/animations)

v5.2.11

Compare Source

v5.2.10

Compare Source

service-worker
Commit Type Description
9fe08968b8 fix throw a critical error when handleFetch fail (#​51989)

v5.2.9

Compare Source

common
Commit Type Description
9107e931ca fix fix incorrectly reported distortion for padded images (#​49889)
compiler-cli
Commit Type Description
7c58885797 fix catch fatal diagnostic when getting diagnostics for components (#​50046)

v5.2.8

Compare Source

core
Commit Type Description
2fff8fadbe fix handle invalid classes in class array bindings (#​49924)
http
Commit Type Description
05a0225deb fix prevent headers from throwing an error when initializing numerical values (#​49379)
router
Commit Type Description
09a42d988e fix canceledNavigationResolution: 'computed' with redirects to the current URL (#​49793)

v5.2.7

Compare Source

compiler
Commit Type Description
b0c1a90f55 fix Produce diagnositc if directive used in host binding is not exported (#​49792)
compiler-cli
Commit Type Description
a40529af2e fix Catch FatalDiagnosticError during template type checking (#​49792)
core
Commit Type Description
702ec90110 fix When 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

v5.2.6

Compare Source

core
Commit Type Description
d9efa1b0d7 feat change the URL sanitization to only block javascript: URLs (#​49659)
router
Commit Type Description
cad7274ef9 fix create correct URL relative to path with empty child (#​49691)
9b61379096 fix Ensure 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

v5.2.5

Compare Source

common
Commit Type Description
ca5acadb78 fix invalid ImageKit transformation (#​49201)
compiler
Commit Type Description
077f6b4674 fix do not unquote CSS values (#​49460)
c3cff35869 fix handle trailing comma in object literal (#​49535)
core
Commit Type Description
d201fc2dec fix set style property value to empty string instead of an invalid value (#​49460)
router
Commit Type Description
978d37f324 fix Ensure Router preloading works with lazy component and static children (#​49571)
a844435514 fix fix #​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

v5.2.4

Compare Source

core
Commit Type Description
bae6b5ceb1 fix Allow TestBed.configureTestingModule to work with recursive cycle of standalone components. (#​49473)
087f4412af fix more 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

v5.2.3

Compare Source

Special Thanks

Alan Agius, Esteban Gehring, Matthieu Riegler and Virginia Dooley

v5.2.2

Compare Source

migrations
Commit Type Description
6207d6f1f0 fix add 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

v5.2.1

Compare Source

service-worker
Commit Type Description
9fe08968b8 fix throw a critical error when handleFetch fail (#​51989)

v5.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.
Commit Type Description
926c35f4ac docs Deprecate class and InjectionToken and resolvers (#​47924)
common
Commit Type Description
54b24eb40f feat Add loaderParams attribute to NgOptimizedImage (#​48907)
compiler-cli
Commit Type Description
0cf11167f1 fix incorrectly detecting forward refs when symbol already exists in file (#​48988)
core
Commit Type Description
a154db8a81 feat add ng generate schematic to convert declarations to standalone (#​48790)
345e737daa feat add ng generate schematic to convert to standalone bootstrapping APIs (#​48848)
e7318fc758 feat add ng generate schematic to remove unnecessary modules (#​48832)
language-service
Commit Type Description
4ae384fd61 feat Allow auto-imports of a pipe via quick fix when its selector is used, both directly and via reexports. (#​48354)
141333411e feat Introduce a new NgModuleIndex, and use it to suggest re-exports. (#​48354)
d0145033bd fix generate forwardRef for same file imports (#​48898)
migrations
Commit Type Description
2796230e95 fix add enum in mode option in standalone schema (#​48851)
816e76a578 fix automatically prune root module after bootstrap step (#​49030)
bdbf21d04b fix avoid generating imports with forward slashes (#​48993)
32cf4e5cb9 fix avoid internal modules when generating imports (#​48958)
521ccfbe6c fix avoid interrupting the migration if language service lookup fails (#​49010)
a40cd47aa7 fix avoid modifying testing modules without declarations (#​48921)
1afa6ed322 fix don't add ModuleWithProviders to standalone test components (#​48987)
c98c6a8452 fix don't copy animations modules into the imports of test components (#​49147)
8389557848 fix don't copy unmigrated declarations into imports array (#​48882)
f82bdc4b01 fix don't delete classes that may provide dependencies transitively (#​48866)
759db12e0b fix duplicated comments on migrated classes (#​48966)
ba38178d19 fix generate forwardRef for same file imports (#​48898)
03fcb36cfd fix migrate HttpClientModule to provideHttpClient() (#​48949)
2de6dae16d fix migrate RouterModule.forRoot with a config object to use features (#​48935)
770191cf1f fix migrate tests when switching to standalone bootstrap API (#​48987)
c7926b5773 fix move standalone migrations into imports (#​48987)
65c74ed93e fix normalize paths to posix (#​48850)
6377487b1a fix only exclude bootstrapped declarations from initial standalone migration (#​48987)
e9e4449a43 fix preserve tsconfig in standalone migration (#​48987)
ffad1b49d9 fix reduce number of files that need to be checked (#​48987)
ba7a757cc5 fix return correct alias when conflicting import exists (#​49139)
49a7c9f94a fix standalone migration incorrectly throwing path error for multi app projects (#​48958)
584976e6c8 fix support --defaults in standalone migration (#​48921)
03f47ac901 fix use consistent quotes in generated imports (#​48876)
ebae506d89 fix use import remapper in root component (#​49046)
40c976c909 fix use NgForOf instead of NgFor (#​49022)
4ac25b2aff perf avoid re-traversing nodes when resolving bootstrap call dependencies (#​49010)
26cb7ab2e6 perf speed up language service lookups (#​49010)
platform-browser
Commit Type Description
bf4ad38117 fix remove styles from DOM of destroyed components (#​48298)
platform-server
Commit Type Description
25e220a23a fix avoid duplicate TransferState info after renderApplication call (#​49094)
router
Commit Type Description
31b94c762f feat Add a withNavigationErrorHandler feature to provideRouter (#​48551)
dedac8d3f7 feat Add 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

v5.1.3

Compare Source

animations
Commit Type Description
d36dfd4b62 fix fix non-animatable warnings for easing (#​48583)
common
Commit Type Description
a334e4efbe fix warn if using ngSrcset without a configured image loader (#​48804)
compiler
Commit Type Description
171b4d4640 fix incorrect code when non-null assertion is used after a safe access (#​48801)
migrations
Commit Type Description
9e86dd231b fix Fixed file format issue with lint (#​48859)
af31f98b00 fix migration host incorrectly reading empty files (#​48849)
platform-server
Commit Type Description
73972c684e fix insert transfer state script before other script tags (#​48868)
router
Commit Type Description
d5b2c249a3 fix Handle 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 (@​angular/common)

v5.2.11

Compare Source

v5.2.10

Compare Source

service-worker
Commit Type Description
9fe08968b8 fix throw a critical error when handleFetch fail (#​51989)

v5.2.9

Compare Source

common
Commit Type Description
9107e931ca fix fix incorrectly reported distortion for padded images (#​49889)
compiler-cli
Commit Type Description
7c58885797 fix catch fatal diagnostic when getting diagnostics for components (#​50046)

v5.2.8

Compare Source

core
Commit Type Description
2fff8fadbe fix handle invalid classes in class array bindings (#​49924)
http
Commit Type Description
05a0225deb fix prevent headers from throwing an error when initializing numerical values (#​49379)
router
Commit Type Description
09a42d988e fix canceledNavigationResolution: 'computed' with redirects to the current URL (#​49793)

v5.2.7

Compare Source

compiler
Commit Type Description
b0c1a90f55 fix Produce diagnositc if directive used in host binding is not exported (#​49792)
compiler-cli
Commit Type Description
a40529af2e fix Catch FatalDiagnosticError during template type checking (#​49792)
core
Commit Type Description
702ec90110 fix When 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

v5.2.6

Compare Source

core
Commit Type Description
d9efa1b0d7 feat change the URL sanitization to only block javascript: URLs (#​49659)
router
Commit Type Description
cad7274ef9 fix create correct URL relative to path with empty child (#​49691)
9b61379096 fix Ensure 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

v5.2.5

Compare Source

common
Commit Type Description
ca5acadb78 fix invalid ImageKit transformation (#​49201)
compiler
Commit Type Description
077f6b4674 fix do not unquote CSS values (#​49460)
c3cff35869 fix handle trailing comma in object literal (#​49535)
core
Commit Type Description
d201fc2dec fix set style property value to empty string instead of an invalid value (#​49460)
router
Commit Type Description
978d37f324 fix Ensure Router preloading works with lazy component and static children (#​49571)
a844435514 fix fix #​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

v5.2.4

Compare Source

core
Commit Type Description
bae6b5ceb1 fix Allow TestBed.configureTestingModule to work with recursive cycle of standalone components. (#​49473)
087f4412af fix more 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

v5.2.3

Compare Source

Special Thanks

Alan Agius, Esteban Gehring, Matthieu Riegler and Virginia Dooley

v5.2.2

Compare Source

migrations
Commit Type Description
6207d6f1f0 fix add 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

v5.2.1

Compare Source

service-worker
Commit Type Description
9fe08968b8 fix throw a critical error when handleFetch fail (#​51989)

v5.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.
Commit Type Description
926c35f4ac docs Deprecate class and InjectionToken and resolvers (#​47924)
common
Commit Type Description
54b24eb40f feat Add loaderParams attribute to NgOptimizedImage (#​48907)
compiler-cli
Commit Type Description
0cf11167f1 fix incorrectly detecting forward refs when symbol already exists in file (#​48988)
core
Commit Type Description
a154db8a81 feat add ng generate schematic to convert declarations to standalone (#​48790)
345e737daa feat add ng generate schematic to convert to standalone bootstrapping APIs (#​48848)
e7318fc758 feat add ng generate schematic to remove unnecessary modules (#​48832)
language-service
Commit Type Description
4ae384fd61 feat Allow auto-imports of a pipe via quick fix when its selector is used, both directly and via reexports. (#​48354)
141333411e feat Introduce a new NgModuleIndex, and use it to suggest re-exports. (#​48354)
d0145033bd fix generate forwardRef for same file imports (#​48898)
migrations
Commit Type Description
2796230e95 fix add enum in mode option in standalone schema (#​48851)
816e76a578 fix automatically prune root module after bootstrap step (#​49030)
bdbf21d04b fix avoid generating imports with forward slashes (#​48993)
32cf4e5cb9 fix avoid internal modules when generating imports (#​48958)
521ccfbe6c fix avoid interrupting the migration if language service lookup fails (#​49010)
a40cd47aa7 fix avoid modifying testing modules without declarations (#​48921)
1afa6ed322 fix don't add ModuleWithProviders to standalone test components (#​48987)
c98c6a8452 fix don't copy animations modules into the imports of test components (#​49147)
8389557848 fix don't copy unmigrated declarations into imports array (#​48882)
f82bdc4b01 fix don't delete classes that may provide dependencies transitively (#​48866)
759db12e0b fix duplicated comments on migrated classes (#​48966)
ba38178d19 fix generate forwardRef for same file imports (#​48898)
03fcb36cfd fix migrate HttpClientModule to provideHttpClient() (#​48949)
2de6dae16d fix migrate RouterModule.forRoot with a config object to use features (#​48935)
770191cf1f fix migrate tests when switching to standalone bootstrap API (#​48987)
c7926b5773 fix move standalone migrations into imports (#​48987)
65c74ed93e fix normalize paths to posix (#​48850)
6377487b1a fix only exclude bootstrapped declarations from initial standalone migration (#​48987)
e9e4449a43 fix preserve tsconfig in standalone migration (#​48987)
ffad1b49d9 fix reduce number of files that need to be checked (#​48987)
ba7a757cc5 fix return correct alias when conflicting import exists (#​49139)
49a7c9f94a fix standalone migration incorrectly throwing path error for multi app projects (#​48958)
584976e6c8 fix support --defaults in standalone migration (#​48921)
03f47ac901 fix use consistent quotes in generated imports (#​48876)
ebae506d89 fix use import remapper in root component (#​49046)
40c976c909 fix use NgForOf instead of NgFor (#​49022)
4ac25b2aff perf avoid re-traversing nodes when resolving bootstrap call dependencies (#​49010)
26cb7ab2e6 perf speed up language service lookups (#​49010)
platform-browser
Commit Type Description
bf4ad38117 fix remove styles from DOM of destroyed components (#​48298)
platform-server
Commit Type Description
25e220a23a fix avoid duplicate TransferState info after renderApplication call (#​49094)
router
Commit Type Description
31b94c762f feat Add a withNavigationErrorHandler feature to provideRouter (#​48551)
dedac8d3f7 feat Add 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

v5.1.3

Compare Source

animations
Commit Type Description
d36dfd4b62 fix fix non-animatable warnings for easing (#​48583)
common
Commit Type Description
a334e4efbe fix warn if using ngSrcset without a configured image loader (#​48804)
compiler
Commit Type Description
171b4d4640 fix incorrect code when non-null assertion is used after a safe access (#​48801)
migrations
Commit Type Description
9e86dd231b fix Fixed file format issue with lint (#​48859)
af31f98b00 fix migration host incorrectly reading empty files (#​48849)
platform-server
Commit Type Description
73972c684e fix insert transfer state script before other script tags (#​48868)
router
Commit Type Description
d5b2c249a3 fix Handle 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 (@​angular/compiler)

v5.2.11

Compare Source

v5.2.10

Compare Source

service-worker
Commit Type Description
9fe08968b8 fix throw a critical error when handleFetch fail (#​51989)

v5.2.9

Compare Source

common
Commit Type Description
9107e931ca fix fix incorrectly reported distortion for padded images (#​49889)
compiler-cli
Commit Type Description
7c58885797 fix catch fatal diagnostic when getting diagnostics for components (#​50046)

[`v5.2


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from a417187 to 02af87a Compare July 13, 2018 05:37
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 4 times, most recently from 0d069bb to d1e6d19 Compare July 26, 2018 00:44
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 11 times, most recently from f981b31 to 72aee64 Compare August 8, 2018 22:59
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 3 times, most recently from fdeec05 to 17654da Compare August 22, 2018 22:40
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 17654da to 0d6161b Compare August 27, 2018 06:12
@renovate renovate bot changed the title Update angular monorepo to v6 Update angular monorepo to v5.2.11 Aug 27, 2018
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 0d6161b to 7f27c19 Compare August 10, 2019 08:51
@renovate renovate bot changed the title Update angular monorepo to v5.2.11 Update angular monorepo Aug 10, 2019
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 7f27c19 to 404c992 Compare August 23, 2019 08:59
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 404c992 to 70f93be Compare May 2, 2020 12:01
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 70f93be to 2b727bf Compare August 22, 2020 07:01
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 2b727bf to 9b8bc8a Compare October 26, 2020 12:55
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 9b8bc8a to 4a73b08 Compare November 27, 2020 00:01
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 4a73b08 to b6c3cb7 Compare April 26, 2021 12:58
@renovate
Copy link
Author

renovate bot commented Apr 26, 2021

⚠️ 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 check 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 old lockfile 
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile 
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: angular-google-place@0.0.3
npm ERR! Found: zone.js@0.11.4
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"0.11.4" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"^0.8.4" from @angular/core@5.2.11
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"5.2.11" from the root project
npm ERR!   peer @angular/core@">=2.3.1 <8.0.0 || >7.0.0-beta <8.0.0" from codelyzer@4.5.0
npm ERR!   node_modules/codelyzer
npm ERR!     dev codelyzer@"^4.0.1" 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 /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2021-04-26T12_58_02_950Z-debug.log

@renovate renovate bot force-pushed the renovate/angular-monorepo branch 3 times, most recently from 82e050b to b7f7f52 Compare September 18, 2023 17:54
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from e36185b to 2bdd9c4 Compare September 29, 2023 20:13
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from ecefe8c to 830fb79 Compare October 16, 2023 02:47
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 962f67c to ca35b43 Compare October 27, 2023 02:19
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 836b062 to 4e1a5d4 Compare November 6, 2023 11:48
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 4e1a5d4 to 4ecb3c9 Compare November 17, 2023 11:49
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 4ecb3c9 to 2897ca8 Compare December 4, 2023 17:53
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 2897ca8 to e88a2fe Compare January 10, 2024 02:44
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 60bacdf to 8bf5db2 Compare February 5, 2024 07:53
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 8bf5db2 to 687849c Compare February 14, 2024 08:16
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 687849c to 02dbccf Compare February 26, 2024 04:57
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 02dbccf to 4df39d8 Compare March 13, 2024 01:48
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 749026b to 67531e5 Compare March 25, 2024 00:00
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 67531e5 to bca5d1b Compare April 14, 2024 20:31
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from dd5d00e to e18523a Compare April 26, 2024 05:39
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from e18523a to b410490 Compare May 2, 2024 08:49
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from b410490 to 98085ea Compare May 22, 2024 20:38
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 98085ea to 699e080 Compare June 5, 2024 08:46
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 699e080 to 72c4103 Compare June 8, 2024 05:55
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.

None yet

0 participants