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

prettierx: Update @angular/compiler -> 12.2.17 - dependency #673

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 14, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/compiler (source) 12.1.1 -> 12.2.17 age adoption passing confidence

Release Notes

angular/angular (@​angular/compiler)

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: 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


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.

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


  • 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 20bfae0 to e4e5e3f Compare July 21, 2021 23:13
@renovate renovate bot changed the title prettierx: Update @angular/compiler -> 12.1.2 - dependency prettierx: Update @angular/compiler -> 12.1.3 - dependency Jul 21, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from e4e5e3f to a8eb653 Compare July 28, 2021 19:23
@renovate renovate bot changed the title prettierx: Update @angular/compiler -> 12.1.3 - dependency prettierx: Update @angular/compiler -> 12.1.4 - dependency Jul 28, 2021
@renovate renovate bot changed the title prettierx: Update @angular/compiler -> 12.1.4 - dependency prettierx: Update @angular/compiler -> 12.1.5 - dependency Aug 4, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from a8eb653 to 9c0553e Compare August 4, 2021 17:25
@renovate renovate bot changed the title prettierx: Update @angular/compiler -> 12.1.5 - dependency prettierx: Update @angular/compiler -> 12.2.0 - dependency Aug 4, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 2434e6a to 470c430 Compare August 11, 2021 17:21
@renovate renovate bot changed the title prettierx: Update @angular/compiler -> 12.2.0 - dependency prettierx: Update @angular/compiler -> 12.2.1 - dependency Aug 11, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 470c430 to 5b82a2d Compare August 18, 2021 17:39
@renovate renovate bot changed the title prettierx: Update @angular/compiler -> 12.2.1 - dependency prettierx: Update @angular/compiler -> 12.2.2 - dependency Aug 18, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 5b82a2d to a2f6089 Compare August 25, 2021 22:31
@renovate renovate bot changed the title prettierx: Update @angular/compiler -> 12.2.2 - dependency prettierx: Update @angular/compiler -> 12.2.3 - dependency Aug 25, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from a2f6089 to d053bca Compare September 1, 2021 20:11
@renovate renovate bot changed the title prettierx: Update @angular/compiler -> 12.2.3 - dependency prettierx: Update @angular/compiler -> 12.2.4 - dependency Sep 1, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from d053bca to ad4258d Compare September 8, 2021 18:12
@renovate renovate bot changed the title prettierx: Update @angular/compiler -> 12.2.4 - dependency prettierx: Update @angular/compiler -> 12.2.5 - dependency Sep 8, 2021
@renovate renovate bot changed the title prettierx: Update @angular/compiler -> 12.2.5 - dependency prettierx: Update @angular/compiler -> 12.2.10 - dependency Oct 18, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from ad4258d to 108c9ca Compare October 18, 2021 15:10
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 108c9ca to fb3a6ec Compare March 7, 2022 11:30
@renovate renovate bot changed the title prettierx: Update @angular/compiler -> 12.2.10 - dependency prettierx: Update @angular/compiler -> 12.2.16 - dependency Mar 7, 2022
@renovate renovate bot changed the title prettierx: Update @angular/compiler -> 12.2.16 - dependency prettierx: Update @angular/compiler -> 12.2.17 - dependency Mar 18, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from fb3a6ec to 6e18236 Compare March 18, 2023 14:02
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