Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

fix(deps): update angular monorepo #492

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 7, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations (source) 12.0.3 -> 12.2.17 age adoption passing confidence
@angular/common (source) 12.0.3 -> 12.2.17 age adoption passing confidence
@angular/compiler (source) 12.0.3 -> 12.2.17 age adoption passing confidence
@angular/compiler-cli (source) 12.0.3 -> 12.2.17 age adoption passing confidence
@angular/core (source) 12.0.3 -> 12.2.17 age adoption passing confidence
@angular/forms (source) 12.0.3 -> 12.2.17 age adoption passing confidence
@angular/language-service (source) 12.0.3 -> 12.2.17 age adoption passing confidence
@angular/platform-browser (source) 12.0.3 -> 12.2.17 age adoption passing confidence
@angular/platform-browser-dynamic (source) 12.0.3 -> 12.2.17 age adoption passing confidence
@angular/router (source) 12.0.3 -> 12.2.17 age adoption passing confidence
zone.js (source, changelog) 0.11.4 -> 0.14.2 age adoption passing confidence

Release Notes

angular/angular (@​angular/animations)

v12.2.17

Compare Source

Breaking Changes

core
  • Existing iframe usages may have security-sensitive attributes applied as an attribute or property binding in a template or via host bindings in a directive. Such usages would require an update to ensure compliance with the new stricter rules around iframe bindings.
core
Commit Type Description
b871db57da fix hardening attribute and property binding rules for <iframe> elements (#​48059)

Special Thanks

Andrew Kushnir, Andrew Scott, George Looshch, Joey Perrott and Paul Gschwendtner

v12.2.16

Compare Source

12.2.16 (2022-01-27)
ngcc
Commit Type Description
460befd693 fix support element accesses for export declarations (#​44824)
Special Thanks

Andrew Kushnir and JoostK

v12.2.15

Compare Source

12.2.15 (2021-12-10)
ngcc
Commit Type Description
b6554d75cd fix correctly resolve UMD dependencies (#​44382)
Special Thanks

Alex Rickabaugh and George Kalpakas

v12.2.14

Compare Source

12.2.14 (2021-12-01)
compiler
Commit Type Description
e3db0385b6 fix ensure that partially compiled queries can handle forward references (#​44124)
ngcc
Commit Type Description
a8be244113 fix correctly report error when collecting dependencies of UMD module (#​44245)
fc072935ee fix support the UMD wrapper function format emitted by Webpack (#​44245)
Special Thanks

George Kalpakas, Pete Bacon Darwin and iRealNirmal

v12.2.13

Compare Source

12.2.13 (2021-11-03)
compiler-cli
Commit Description
fix - 9a89db790f avoid broken references in .d.ts files due to @​internal markers (#​43965)
core
Commit Description
fix - 8f402c9d06 support InjectFlags argument in NodeInjector.get() (#​41592)
Special Thanks

Alan Agius, George Kalpakas, Jochen Kraushaar, Joe Martin (Crowdstaffing), JoostK and vthinkxie

v12.2.12

Compare Source

12.2.12 (2021-10-27)
compiler-cli
Commit Description
fix - 112557497c avoid broken references in .d.ts files due to @​internal markers (#​43527)
ngcc
Commit Description
fix - 067ae54d46 support alternate UMD layout when adding new imports (#​43931)
Special Thanks

Alan Agius, Andrew Kushnir, George Kalpakas, Jessica Janiuk, Joey Perrott, JoostK, Mladen Jakovljević, Virginia Dooley, amayer42, dirk diebel and ericcheng2005

v12.2.11

Compare Source

12.2.11 (2021-10-20)
compiler
Commit Description
fix - b9c885b960 support i18n interpolated only attribute bindings (#​43815)
ngcc
Commit Description
fix - cab21cea7a support alternate wrapper function layout for UMD (#​43879)
router
Commit Description
fix - 58c11865ac Do not clear currentNavigation if already set to next one (#​43852)
Special Thanks

Alan Agius, Andrew Kushnir, Andrew Scott, David Shevitz, George Kalpakas, Joe Martin (Crowdstaffing), Natalia Venditto, Pete Bacon Darwin, Younes Jaaidi and dario-piotrowicz

v12.2.10

Compare Source

12.2.10 (2021-10-13)
Special Thanks

Alan Agius, Daniel Díaz, David Shevitz, Doug Parker, George Kalpakas, Joe Martin (Crowdstaffing), Tanguy Nodet, Thomas Turrell-Croft, dario-piotrowicz, hchiam, markostanimirovic and mgechev

v12.2.9

Compare Source

12.2.9 (2021-10-06)
core
Commit Description
fix - b4b441077a handle invalid constructor parameters in partial factory declarations (#​43619)
router
Commit Description
fix - 7f6050587d unset attachRef when router-outlet is destroyed to avoid mounting a destroyed component (#​43697)
service-worker
Commit Description
fix - c4ecc07838 make ngsw.json generation deterministic and correct (#​43679)
Special Thanks

Alan Agius, Daniel Díaz, George Kalpakas, JoostK, Kristiyan Kostadinov, Pete Bacon Darwin, Wey-Han Liaw, dario-piotrowicz, iRealNirmal, little-pinecone, mgechev, ultrasonicsoft and xiaohanxu-nick

v12.2.8

Compare Source

12.2.8 (2021-09-30)
compiler-cli
Commit Description
fix - c1338bf837 correctly interpret token arrays in @​Injectable deps (#​43226)
language-service
Commit Description
fix - c8f8d7d3b1 provide dom event completions (#​43299)
ngcc
Commit Description
fix - 69299f7d4d do not fail for packages which correspond with Object members (#​43589)
service-worker
Commit Description
fix - 3cf41354ae do not unassign clients from a broken version (#​43518)
Special Thanks

Adrien Crivelli, Alex Rickabaugh, Andrew Scott, Bobby Galli, Chris, Daniel Díaz, Dario Piotrowicz, George Kalpakas, Joe Martin (Crowdstaffing), JoostK, Pete Bacon Darwin, Rafael Santana, Raj Sekhar, Ricardo Chavarria, Teri Glover, Virginia Dooley, dario-piotrowicz, enisfr and wszgrcy

v12.2.7

Compare Source

12.2.7 (2021-09-22)
common
Commit Description
fix - 2bb4bf1468 titlecase pipe incorrectly handling numbers (#​43476)
compiler
Commit Description
fix - 9c8a1f8a71 include leading whitespace in source-spans of i18n messages (#​43132)
compiler-cli
Commit Description
fix - defb02f11e handle directives that refer to a namespaced class in a type parameter bound (#​43511)
platform-browser
Commit Description
fix - adc7c56ede improve error message for missing animation trigger (#​41356)
Special Thanks

Andrew Scott, Daniel Díaz, George Kalpakas, JoostK, Kristiyan Kostadinov, Mwiku, Pete Bacon Darwin, Teri Glover, Virginia Dooley, Xiaohanxu1996, dario-piotrowicz and kirjs

v12.2.6

Compare Source

12.2.6 (2021-09-15)
animations
Commit Description
fix - 141fde1632 emit pure annotations to static property initializers (#​43344)
core
Commit Description
fix - ca510c87c5 emit pure annotations to static property initializers (#​43344)
router
Commit Description
fix - 4034f252c9 Allow renavigating to failed URLs (#​43424)
service-worker
Commit Description
fix - a102b27641 clear service worker cache in safety worker (#​43324)
Special Thanks

Alan Agius, Amadou Sall, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, Bjarki, David Shevitz, George Kalpakas, Joe Martin (Crowdstaffing), Michele Stieven, Naveed Ahmed, dario-piotrowicz, mezhik91 and mgechev

v12.2.5

Compare Source

12.2.5 (2021-09-08)
router
Commit Description
fix - a0bd6e90f9 add more context to Unhandled Navigation Error (#​43291)
Special Thanks:

Alan Agius, Charles Barnes, Enea Jahollari, George Kalpakas, Ikko Ashimine, Paul Gschwendtner, Pete Bacon Darwin, William Sedlacek and dario-piotrowicz

v12.2.4

Compare Source

12.2.4 (2021-09-01)
compiler-cli
Commit Description
fix - 8233906be2 Emit type annotations for synthesized decorator fields (#​43021)
Special Thanks:

Andrew Scott, Daniel Trevino, George Kalpakas, Joey Perrott, Kristiyan Kostadinov, nickreid and segunb

v12.2.3

Compare Source

12.2.3 (2021-08-25)
service-worker
Commit Description
fix - fc7f92159d NPE if onActionClick is undefined (#​43210)
Special Thanks:

Daniel Trevino, Erik Slack, George Kalpakas, dario-piotrowicz and shlasouski

v12.2.2

Compare Source

12.2.2 (2021-08-18)
animations
Commit Description
fix - bb6555979d add pure annotations to static property initializers (#​43064)
core
Commit Description
fix - 738b23347e add pure annotations to static property initializers (#​43064)
platform-browser
Commit Description
perf - 535837e617 avoid intermediate arrays in server transition (#​43145)
router
Commit Description
fix - 6449590ec8 eagerly update internal state on browser-triggered navigations (#​43102)
Special Thanks:

Andrew Scott, Aristeidis Bampakos, Charles Lyding, Edoardo Dusi, George Kalpakas, Joe Martin (Crowdstaffing), Joey Perrott, Kirk Larkin, Kristiyan Kostadinov, Pete Bacon Darwin, TIffany Davis, Theoklitos Bampouris, ali, dario-piotrowicz and pichuser

v12.2.1

Compare Source

Breaking Changes

core
  • Existing iframe usages may have security-sensitive attributes applied as an attribute or property binding in a template or via host bindings in a directive. Such usages would require an update to ensure compliance with the new stricter rules around iframe bindings.
core
Commit Type Description
b871db57da fix hardening attribute and property binding rules for <iframe> elements (#​48059)

Special Thanks

Andrew Kushnir, Andrew Scott, George Looshch, Joey Perrott and Paul Gschwendtner

v12.2.0

Compare Source

12.2.0 (2021-08-04)
compiler
Commit Description
11ef03b fix(compiler): include leading whitespace in source-spans of i18n messages (#​42062)
core
Commit Description
bd7f0d8 fix(core): incorrect error reported when trying to re-create view which had an error during creation (#​43005)
language-service
Commit Description
aace1e7 fix(language-service): global autocomplete doesn't work when the user tries to modify the symbol (#​42923)
Special Thanks:

Alex Rickabaugh, Joe Martin, Joey Perrott, Kristiyan Kostadinov, Nichola Alkhouri, Paul Gschwendtner, Pete Bacon Darwin, atscott, dario-piotrowicz and ivanwonder

v12.1.5

Compare Source

12.1.5 (2021-08-04)
compiler
Commit Description
82ca69d fix(compiler): include leading whitespace in source-spans of i18n messages (#​42062)
Special Thanks:

Alex Rickabaugh, George Kalpakas, Joe Martin, Joey Perrott, Nichola Alkhouri, Paul Gschwendtner, Pete Bacon Darwin, atscott and dario-piotrowicz

v12.1.4

Compare Source

12.1.4 (2021-07-28)
compiler-cli
Commit Description
77ae4459d3 fix(compiler-cli): use correct module resolution context for absolute imports in .d.ts files (#​42879)
f589b01672 perf(compiler-cli): skip analysis in incremental builds for files without Angular behavior (#​42562)
core
Commit Description
a779a1029b fix(core): correctly handle null or undefined in ErrorHandler#handleError() (#​42881)
Special Thanks:

Andrew Scott, Daniel Trevino, Dylan Hunn, George Kalpakas, Joey Perrott, JoostK, Paul Gschwendtner, Pete Bacon Darwin, Teri Glover, Vladyslav, Yuvaraj and codebriefcase

v12.1.3

Compare Source

12.1.3 (2021-07-21)
animations
Commit Description
3cddc3d fix(animations): normalize final styles in buildStyles (#​42763)
compiler-cli
Commit Description
d207ea0 fix(compiler-cli): use correct module import for types behind a forwardRef (#​42887)
e6d520f perf(compiler-cli): optimize cycle detection using a persistent cache (#​41271)
core
Commit Description
a6db152 fix(core): use correct injector when resolving DI tokens from within a directive provider factory (#​42886)
Special Thanks:

Alan Agius, David Shevitz, George Kalpakas, Joey Perrott, JoostK, Krzysztof Kotowicz, Minko Gechev, Paul Gschwendtner and dario-piotrowicz

v12.1.2

Compare Source

12.1.2 (2021-07-14)
bazel
Commit Description
4a8ab4f fix(bazel): enable dts bundling for Ivy packages (#​42728)
common
Commit Description
d654c79 fix(common): re-sort output of KeyValuePipe when compareFn changes (#​42821)
compiler
Commit Description
2566cbb fix(compiler): add mappings for all HTML entities (#​42818)
65330f0 fix(compiler): incorrect context object being referenced from listener instructions inside embedded views (#​42755)
compiler-cli
Commit Description
17d3de2 fix(compiler-cli): properly emit literal types when recreating type parameters in a different file (#​42761)
0a17e98 fix(compiler-cli): inline type checking instructions no longer prevent incremental reuse (#​42759)
4511609 fix(compiler-cli): support reflecting namespace declarations (#​42728)
df5cc1f fix(compiler-cli): return directives for an element on a microsyntax template (#​42640)
core
Commit Description
6301354 fix(core): associate the NgModule scope for an overridden component (#​42817)
9ebd41e fix(core): allow proper type inference when ngFor is used with a trackBy function (#​42692)
41c6877 fix(core): error in TestBed if module is reset mid-compilation in ViewEngine (#​42669)
language-service
Commit Description
97c18f4 fix(language-service): Do not override TS LS methods not supported by VE NgLS (#​42727)
service-worker
Commit Description
d879175 fix(service-worker): correctly handle unrecoverable state when a client no longer exists (#​42736)
f2523a8 fix(service-worker): avoid storing redundant metadata for hashed assets (#​42606)
Special Thanks:

Alan Agius, Andrew Kushnir, Andrew Scott, Arthur Ming, Bastian, Borislav Ivanov, David Gilson, David Shevitz, Gabriele Franchitto, George Kalpakas, Joey Perrott, JoostK, Kristiyan Kostadinov, Mark Goho, Meir Blumenfeld, Paul Gschwendtner, Pete Bacon Darwin, Renovate Bot, Ryan Andersen, Theoklitos Bampouris, behrooz bozorg chami, dario-piotrowicz, ivanwonder and mgechev

v12.1.1

Compare Source

12.1.1 (2021-06-30)
compiler-cli
Commit Description
f6b828e fix(compiler-cli): add support for partially evaluating types (#​41661)
platform-browser
Commit Description
d19ddd1 fix(platform-browser): in Meta.addTag() do not add duplicate meta tags (#​42703)
Special Thanks:

Alan Agius, Dario Piotrowicz, George Kalpakas, George Looshch, Lars Gyrup Brink Nielsen, Paul Gschwendtner, Pete Bacon Darwin, Zach Arend, codebriefcase, dario-piotrowicz, marvinbeckert, mgechev and pavlenko

v12.1.0

Compare Source

12.1.0 (2021-06-24)
compiler
Commit Description
9de65db fix(compiler): should not break a text token on a non-valid start tag (#​42605)
c873440 fix(compiler): do not allow unterminated interpolation to leak into later tokens (#​42605)
cc672f0 feat(compiler): add support for shorthand property declarations in templates (#​42421)
f52df99 fix(compiler): generate view restoration for keyed write inside template listener (#​42603)
compiler-cli
Commit Description
874de59 fix(compiler-cli): change default ngcc hash algorithm to be FIPS compliant (#​42582)
729eea5 fix(compiler-cli): transform type references in generic type parameter default (#​42492)
core
Commit Description
873229f feat(core): add opt-in test module teardown configuration (#​42566)
router
Commit Description
07c1ddc fix(router): error if module is destroyed before location is initialized (#​42560)
service-worker
Commit Description
cc30dc0 fix(service-worker): ensure obsolete caches are always cleaned up (#​42622)
01128f5 fix(service-worker): ensure caches are cleaned up when failing to load state (#​42622)
73b0275 fix(service-worker): improve ServiceWorker cache names (#​42622)
7507ed2 fix(service-worker): use correct names when listing CacheDatabase tables (#​42622)
53fe557 feat(service-worker): include ServiceWorker version in debug info (#​42622)
d546501 feat(service-worker): add openWindow, focusLastFocusedOrOpen and navigateLastFocusedOrOpen (#​42520)
9498da1 fix(service-worker): correctly determine client ID on navigation requests (#​42607)
Special Thanks:

Alex Rickabaugh, Dale Harris, George Kalpakas, Joey Perrott, JoostK, Kristiyan Kostadinov, Németh Tamás, Paul Gschwendtner, Pete Bacon Darwin, Renovate Bot, Umair Hafeez, codingnuclei and mgechev

v12.0.5

Compare Source

12.0.5 (2021-06-16)
compiler
Commit Description
89fc131 fix(compiler): always match close tag to the nearest open element (#​42554)
compiler-cli
Commit Description
60dbf01 fix(compiler-cli): prevent prior compilations from being retained in watch builds (#​42537)
core
Commit Description
785da0f fix(core): ensure that autoRegisterModuleById registration in ɵɵdefineNgModule is not DCE-ed by closure (#​42529)
forms
Commit Description
6f1b907 fix(forms): changes to status not always being emitted to statusChanges observable for async validators. (#​42553)
language-service
Commit Description
8192f1e fix(language-service): 'go to defininition' for objects defined in template (#​42559)
11e0f53 fix(language-service): Use last child end span for parent without close tag (#​42554)
Special Thanks:

Ahmed Ayed, Alan Agius, Andrew Scott, Ankit Choudhary, Aristeidis Bampakos, Daniel Trevino, Dario Piotrowicz, Dylan Hunn, George Kalpakas, Igor Minar, JiaLiPassion, JoostK, Kapunahele Wong, Kristiyan Kostadinov, Marius Bethge, Pete Bacon Darwin, Pham Huu Hien, dario-piotrowicz and gobika21

v12.0.4

Compare Source

12.0.4 (2021-06-09)
common
Commit Description
200cc31 fix(common): infer correct type when trackBy is used in ngFor (#​41995)
0dad375 fix(common): initialize currencyCode in currencyPipe (#​40505)
compiler-cli
Commit Description
b6d6a34 fix(compiler-cli): exclude type-only imports from cycle analysis (#​42453)
forms
Commit Description
50c87e8 fix(forms): the min and max validators should work correctly with 0 as a value (#​42412)
language-service
Commit Description
34dd3c3 fix(language-service): fix autocomplete info display for some cases (#​42472)
router
Commit Description
a77ec5b fix(router): fix serializeQueryParams logic (#​42481)
Special Thanks:

Alex, Alex Inkin, Andrew Kushnir, Andrew Scott, Chris, David Shevitz, George Kalpakas, Gourav102, Igor Minar, Joey Perrott, JoostK, Kapunahele Wong, Kristiyan Kostadinov, MarsiBarsi, MrJithil, Paul Gschwendtner, Pete Bacon Darwin, Sam Severance, Santosh Yadav, Teri Glover, Tiago Temporin, Vahid Mohammadi, anups1, cindygk, iRealNirmal, kuncevic and mgechev

angular/angular (zone.js)

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

v0.13.0

Compare Source

v0.12.0

Compare Source

Bug Fixes

0.11.8 (2022-08-08)

Features
  • zone.js: Update to the simpler Async Stack Tagging v2 API (#​46958) (f23232f)

0.11.7 (2022-07-20)

Bug Fixes
  • zone.js: do not invoke jasmine done callback multiple times with waitForAsync (4e77c7fbf38)
Features
  • zone.js: add AsyncStackTaggingZoneSpec implementation (#​46693) (848a009)
  • zone.js: include jasmine describe block name when raising unexpected task error (de86285)
  • zone.js: include zone name when sync-test zone reports tasks (72c2567)

0.11.6 (2022-06-02)

Bug Fixes
BREAKING CHANGES
  • zone.js: in TaskTrackingZoneSpec track a periodic task until it is cancelled

The breaking change is scoped only to the plugin
zone.js/plugins/task-tracking. If you used TaskTrackingZoneSpec and
checked the pending macroTasks e.g. using (this.ngZone as any)._inner ._parent._properties.TaskTrackingZone.getTasksFor('macroTask'), then
its behavior slightly changed for periodic macrotasks. For example,
previously the setInterval macrotask was no longer tracked after its
callback was executed for the first time. Now it's tracked until
the task is explicitly cancelled, e.g with clearInterval(id).

[0.11.5](https://togithub.com/ang


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 3c9afd4 to 8f5d067 Compare April 14, 2021 20:18
@renovate renovate bot changed the title fix(deps): update angular monorepo to v11.2.9 fix(deps): update angular monorepo to v11.2.10 Apr 14, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 8f5d067 to fecf1c0 Compare April 21, 2021 17:18
@renovate renovate bot changed the title fix(deps): update angular monorepo to v11.2.10 fix(deps): update angular monorepo to v11.2.11 Apr 21, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from fecf1c0 to ce5ada0 Compare April 28, 2021 18:52
@renovate renovate bot changed the title fix(deps): update angular monorepo to v11.2.11 fix(deps): update angular monorepo to v11.2.12 Apr 28, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from ce5ada0 to be739ed Compare May 5, 2021 21:28
@renovate renovate bot changed the title fix(deps): update angular monorepo to v11.2.12 fix(deps): update angular monorepo to v11.2.13 May 5, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from be739ed to ce3823e Compare May 12, 2021 22:45
@renovate renovate bot changed the title fix(deps): update angular monorepo to v11.2.13 fix(deps): update angular monorepo to v11.2.14 May 12, 2021
@renovate renovate bot changed the title fix(deps): update angular monorepo to v11.2.14 fix(deps): update angular monorepo to v11.2.14 - autoclosed Jun 5, 2021
@renovate renovate bot closed this Jun 5, 2021
@renovate renovate bot deleted the renovate/angular-monorepo branch June 5, 2021 10:49
@renovate renovate bot changed the title fix(deps): update angular monorepo to v11.2.14 - autoclosed fix(deps): update angular monorepo to v11.2.14 Jun 9, 2021
@renovate renovate bot reopened this Jun 9, 2021
@renovate renovate bot restored the renovate/angular-monorepo branch June 9, 2021 18:55
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from ce3823e to a2aa0b4 Compare June 9, 2021 18:56
@renovate renovate bot changed the title fix(deps): update angular monorepo to v11.2.14 fix(deps): update angular monorepo to v12.0.4 Jun 9, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from a2aa0b4 to 37a6cc7 Compare June 16, 2021 23:47
@renovate renovate bot changed the title fix(deps): update angular monorepo to v12.0.4 fix(deps): update angular monorepo to v12.0.5 Jun 16, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 37a6cc7 to 69e9adb Compare June 24, 2021 22:21
@renovate renovate bot changed the title fix(deps): update angular monorepo to v12.0.5 fix(deps): update angular monorepo to v12.1.0 Jun 24, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 69e9adb to a48702b Compare June 30, 2021 21:10
@renovate renovate bot changed the title fix(deps): update angular monorepo to v12.1.0 fix(deps): update angular monorepo to v12.1.1 Jun 30, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from a48702b to e3ccbc7 Compare July 14, 2021 19:01
@renovate renovate bot changed the title fix(deps): update angular monorepo to v12.1.1 fix(deps): update angular monorepo to v12.1.2 Jul 14, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from e3ccbc7 to b687dcb Compare July 21, 2021 22:38
@renovate renovate bot changed the title fix(deps): update angular monorepo to v12.1.2 fix(deps): update angular monorepo to v12.1.3 Jul 21, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from b687dcb to bc1e32b Compare July 28, 2021 18:40
@renovate renovate bot changed the title fix(deps): update angular monorepo to v12.1.3 fix(deps): update angular monorepo Jul 28, 2021
@renovate renovate bot changed the title fix(deps): update angular monorepo to v12.2.6 fix(deps): update angular monorepo to v12.2.7 Sep 22, 2021
@renovate renovate bot changed the title fix(deps): update angular monorepo to v12.2.7 fix(deps): update angular monorepo to v12.2.8 Sep 30, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 3c389a0 to 0361e70 Compare October 7, 2021 00:24
@renovate renovate bot changed the title fix(deps): update angular monorepo to v12.2.8 fix(deps): update angular monorepo to v12.2.9 Oct 7, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 0361e70 to f759352 Compare October 13, 2021 18:30
@renovate renovate bot changed the title fix(deps): update angular monorepo to v12.2.9 fix(deps): update angular monorepo to v12.2.10 Oct 13, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from f759352 to d1a988e Compare October 20, 2021 18:08
@renovate renovate bot changed the title fix(deps): update angular monorepo to v12.2.10 fix(deps): update angular monorepo to v12.2.11 Oct 20, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from d1a988e to 87ad3ff Compare October 27, 2021 19:28
@renovate renovate bot changed the title fix(deps): update angular monorepo to v12.2.11 fix(deps): update angular monorepo to v12.2.12 Oct 27, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 87ad3ff to d5b9ea7 Compare November 3, 2021 22:06
@renovate renovate bot changed the title fix(deps): update angular monorepo to v12.2.12 fix(deps): update angular monorepo to v12.2.13 Nov 3, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from d5b9ea7 to ab6be81 Compare January 1, 2022 20:20
@renovate renovate bot changed the title fix(deps): update angular monorepo to v12.2.13 fix(deps): update angular monorepo to v12.2.15 Jan 1, 2022
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from ab6be81 to e06b607 Compare January 27, 2022 02:24
@renovate renovate bot changed the title fix(deps): update angular monorepo to v12.2.15 fix(deps): update angular monorepo to v12.2.16 Jan 27, 2022
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from e06b607 to cf3533c Compare March 7, 2022 11:26
@renovate renovate bot changed the title fix(deps): update angular monorepo to v12.2.16 fix(deps): update angular monorepo Mar 7, 2022
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from cf3533c to baf345d Compare June 18, 2022 21:26
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from a96c5e0 to e96a2d1 Compare November 20, 2022 21:25
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from e96a2d1 to a006d74 Compare March 18, 2023 07:54
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from a006d74 to c83ba9b Compare June 14, 2023 12:24
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 3 times, most recently from 08c7055 to 5ec9ff5 Compare September 18, 2023 14:47
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 5ec9ff5 to d59dfdd Compare October 26, 2023 17:10
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from d59dfdd to 74d6aee Compare November 3, 2023 21:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants