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

fix(deps): update angular monorepo to v12 (major) #242

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations (source) 6.0.3 -> 12.2.17 age adoption passing confidence
@angular/common (source) 6.0.3 -> 12.2.17 age adoption passing confidence
@angular/compiler (source) 6.0.3 -> 12.2.17 age adoption passing confidence
@angular/compiler-cli (source) 6.0.3 -> 12.2.17 age adoption passing confidence
@angular/core (source) 6.0.3 -> 12.2.17 age adoption passing confidence
@angular/forms (source) 6.0.3 -> 12.2.17 age adoption passing confidence
@angular/language-service (source) 6.0.3 -> 12.2.17 age adoption passing confidence
@angular/platform-browser (source) 6.0.3 -> 12.2.17 age adoption passing confidence
@angular/platform-browser-dynamic (source) 6.0.3 -> 12.2.17 age adoption passing confidence
@angular/router (source) 6.0.3 -> 12.2.17 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

v12.0.3

Compare Source

v12.0.2

Compare Source

12.0.2 (2021-05-26)
forms
Commit Description
19d7bf4 fix(forms): Add float number support for min and max validator (#​42223)
migrations
Commit Description
11c7bec fix(migrations): add migration to replace /deep/ with ::ng-deep (#​42214)
platform-browser
Commit Description
84ab81c fix(platform-browser): update started state on reset (#​41608)
Special Thanks:

Alan Agius, Andrew Scott, David Shevitz, George Kalpakas, Igor Minar, Joey Perrott, Kapunahele Wong, Madleina Scheidegger, Paul Gschwendtner, Pete Bacon Darwin, Sam Severance, Teri Glover, Zach Arend, chenyunhsin, iRealNirmal, mgechev and twerske

v12.0.1

Compare Source

12.0.1 (2021-05-19)

benchpress
Commit Description
28ee986 fix(benchpress): update the check for start and end events (#​42085)
compiler
Commit Description
52c07e4 fix(compiler): unclear lexer error when using private identifier in expressions (#​42027)
core
Commit Description
3a46ad9 fix(core): global listeners not being bound on non-node host elements (#​42014)
forms
Commit Description
9b90c03 fix(forms): registerOnValidatorChange should be called for ngModelGroup. (#​41971)

Special Thanks:

Alex Rickabaugh, Daniel Díaz, David Shevitz, Dylan Hunn, Front-end developer, George Kalpakas, Joey Perrott, Kristiyan Kostadinov, Lars Gyrup Brink Nielsen, MrJithil, Paul Gschwendtner, Renovate Bot, Sam Severance, Sumit Arora, iRealNirmal, iron, mgechev, rachid Oussanaa and wagnermaciel

v12.0.0

Compare Source

12.0.0 (2021-05-12)
Bug Fixes

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: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR has been generated by Mend Renovate. View repository job log here.

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