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 #656

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

Update angular #656

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 8, 2021

Mend Renovate

This PR contains the following updates:

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

angular/angular-cli (@​angular/cli)

v12.2.18

Compare Source

12.2.18 (2022-07-21)

@​angular-devkit/build-angular
Commit Description
fix - 4d723ca95 update terser to address CVE-2022-25858

Special Thanks

Alan Agius, Joey Perrott and Paul Gschwendtner

v12.2.17

Compare Source

@​angular-devkit/architect-cli
Commit Type Description
ccb0f95f3 fix update minimist to 1.2.6
@​angular-devkit/schematics-cli
Commit Type Description
abcdf4df2 fix update minimist to 1.2.6
@​angular-devkit/benchmark
Commit Type Description
2656a330e fix update minimist to 1.2.6

Special Thanks

Alan Agius

v12.2.16

Compare Source

12.2.16 (2022-01-31)

@​angular-devkit/build-angular
Commit Type Description
ebfdcc635 fix invalid browsers version ranges

Special Thanks

Alan Agius

v12.2.15

Compare Source

@​angular-devkit/build-angular
Commit Type Description
526115fdb fix updated webpack-dev-server to latest security patch

Special Thanks

Doug Parker and iRealNirmal

v12.2.14

Compare Source

@​angular/cli
Commit Type Description
30295b33e fix error when updating Angular packages across multi-major migrations
e07bd059e fix logic which determines which temp version of the CLI is to be download during ng update
ce1ec0420 fix update ng update output for Angular packages
dd9f8df52 fix update pacote to 12.0.2

Special Thanks

Alan Agius and Doug Parker

v12.2.13

Compare Source

@​angular-devkit/build-angular
Commit Type Description
a2bd940e4 fix add verbose logging for differential loading and i18n

Special Thanks

Charles Lyding and Doug Parker

v12.2.12

Compare Source

12.2.12 (2021-10-27)

@​angular-devkit/build-angular
Commit Description
fix - 2decc2d26 avoid extra filesystem access with i18n and differential loading
fix - 802b1b037 remove potential race condition in i18n worker execution
fix - cce88c2e1 update critters to version 0.0.12

Special Thanks

Alan Agius, Charles Lyding, Joey Perrott and Mikhail Vasiliev

v12.2.11

Compare Source

12.2.11 (2021-10-20)

@​angular/cli
Commit Description
fix - e0112603c add engine field support for npm 8 and higher
fix - b93e63ff6 correct grammar error in Analytics consent prompt
fix - 008094bd1 run stable migrations when package version is prerelease
@​angular-devkit/build-angular
Commit Description
fix - 227bf2e86 add "Failed to compile" message
fix - 6173609c5 transform remapped sourcemap into a plain object
fix - 349047523 update esbuild to 0.13.8
fix - 892eeadd1 update mini-css-extract-plugin to 2.4.2
fix - 8d52d9b7f use a separate worker pool for i18n inlining

Special Thanks

Alan Agius, Charles Lyding, Extacy and Sushrit_Lawliet

v12.2.10

Compare Source

12.2.10 (2021-10-13)

@​schematics/angular
Commit Description
fix - f6ed31fdf wrap bootstrapping code in an HMR compatible manner
@​angular/cli
Commit Description
fix - 73a47af80 accept UA-00000-0 format in analytics tracking id
fix - d2e24d396 generate new random user ID when passing empty string to uuid
@​angular-devkit/build-angular
Commit Description
fix - 7b01a0004 enable custom es2015 conditional exports
fix - 892567487 improve fidelity and performance of babel loader sourcemaps

Special Thanks

Alan Agius and Charles Lyding

v12.2.9

Compare Source

@​angular-devkit/build-angular
Commit Type Description
9d45b7752 fix add web-streams-polyfill to downlevel exclusion list
ccedf53a8 fix update esbuild to 0.13.4

Special Thanks

Alan Agius and Charles Lyding

v12.2.8

Compare Source

@​angular-devkit/build-angular
Commit Type Description
821a1b5a9 fix babel adjust enum plugin incorrectly transforming loose enums

Special Thanks

Paul Gschwendtner

v12.2.7

Compare Source

@​angular-devkit/build-angular
Commit Type Description
d856b4d23 fix support WASM-based esbuild optimizer fallback

Special Thanks

Alan Agius and Charles Lyding

v12.2.6

Compare Source

@​angular/cli
Commit Type Description
8b21effad fix handle FORCE_COLOR when stdout is not instance of WriteStream
@​angular-devkit/build-angular
Commit Type Description
ea60f0f52 fix handle FORCE_COLOR when stdout is not instance of WriteStream

Special Thanks

Alan Agius

v12.2.5

Compare Source

@​angular-devkit/build-angular
Commit Type Description
0498768c5 fix disable dev-server response compression
367fce2e9 fix improve Safari browserslist to esbuild target conversion

Special Thanks:

Alan Agius and Charles Lyding


Configuration

📅 Schedule: Branch creation - "after 2am and before 7am every weekday,after 2am and before 7am every weekend" in timezone Asia/Yangon, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 renovate bot changed the title Update angular to v12.2.5 Update angular Sep 15, 2021
@renovate renovate bot changed the title Update angular Update angular to v12.2.6 Sep 15, 2021
@renovate renovate bot changed the title Update angular to v12.2.6 Update angular Sep 22, 2021
@renovate renovate bot changed the title Update angular Update angular to v12.2.7 Sep 23, 2021
@renovate renovate bot changed the title Update angular to v12.2.7 Update angular Sep 30, 2021
@renovate renovate bot changed the title Update angular Update angular to v12.2.8 Oct 1, 2021
@renovate renovate bot changed the title Update angular to v12.2.8 Update angular Oct 6, 2021
@renovate renovate bot changed the title Update angular Update angular to v12.2.9 Oct 7, 2021
@renovate renovate bot changed the title Update angular to v12.2.9 Update angular Oct 13, 2021
@renovate renovate bot changed the title Update angular Update angular to v12.2.10 Oct 13, 2021
@renovate renovate bot changed the title Update angular to v12.2.10 Update angular Oct 20, 2021
@renovate renovate bot changed the title Update angular Update angular to v12.2.11 Oct 20, 2021
@renovate renovate bot changed the title Update angular to v12.2.11 Update angular Oct 27, 2021
@renovate renovate bot changed the title Update angular Update angular to v12.2.12 Oct 28, 2021
@renovate renovate bot changed the title Update angular to v12.2.12 Update angular to v12.2.16 Mar 7, 2022
@renovate renovate bot changed the title Update angular to v12.2.16 Update angular Apr 25, 2022
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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

1 participant