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

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 18, 2020

Mend Renovate

This PR contains the following updates:

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

Release Notes

angular/angular (@​angular/animations)

v13.4.0

Compare Source

common
Commit Type Description
ae34dbca1b feat Backport NgOptimizedImage to v13

Special Thanks

Alex Castle and Paul Gschwendtner

v13.3.12

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
b1d7b79ff4 fix hardening attribute and property binding rules for <iframe> elements (#​48029)

Special Thanks

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

v13.3.11

Compare Source

13.3.11 (2022-05-31)

Special Thanks

Andrew Scott, Billy Lando, George Kalpakas, Ian Gregory, Matt Shaffer, Rune Andersen Hartvig, dario-piotrowicz and mgechev

v13.3.10

Compare Source

13.3.10 (2022-05-25)

Special Thanks

A. J. Javier, Aristeidis Bampakos, J Rob Gant, Jerome Kruse, Joey Perrott, Nathan Nontell, Paul Gschwendtner, Roopesh Chinnakampalli, Thomas Mair, Tom Raithel, dario-piotrowicz and mgechev

v13.3.9

Compare Source

13.3.9 (2022-05-18)

Special Thanks

4javier, Bob Watson, Evan Lee, George Kalpakas, Joey Perrott, Pavan Kumar Jadda, celinetunc and mariu

v13.3.8

Compare Source

13.3.8 (2022-05-12)

language-service
Commit Description
fix - b4eb9ed884 Prevent TSServer from removing templates from project (#​45965)

Special Thanks

Andrew Scott, George Kalpakas and Joey Perrott

v13.3.7

Compare Source

13.3.7 (2022-05-11)

core
Commit Description
perf - 73bbee2c0d allow checkNoChanges mode to be tree-shaken in production (#​45936)
language-service
Commit Description
fix - 5ca3bcf4f8 Add resource files as roots to their associated projects (#​45601)

Special Thanks

Andrew Kushnir, Andrew Scott, George Kalpakas, JayMartMedia, JoostK, Paul Gschwendtner, Ted.chang, Thomas Mair, Will 保哥, dario-piotrowicz, mgechev and ᚷᛁᛟᚱᚷᛁ ᛒᚨᛚᚨᚲᚻᚨᛞᛉᛖ

v13.3.6

Compare Source

13.3.6 (2022-05-04)

Special Thanks

Andrew Kushnir, Andrew Scott, George Kalpakas, Paul Gschwendtner, Pawel Kozlowski, Ryan Day and dario-piotrowicz

v13.3.5

Compare Source

13.3.5 (2022-04-27)

bazel
Commit Description
fix - 63398e0eb4 add this_is_bazel marker (#​45728)

Special Thanks

Andrew Kushnir, George Kalpakas, Joey Perrott and dario-piotrowicz

v13.3.4

Compare Source

13.3.4 (2022-04-20)

core
Commit Description
fix - 9317f513d5 better error message when directive extends a component (#​45658)
fix - 4766817f02 improve multiple components match error (#​45645)
language-service
Commit Description
fix - d68333e508 two-way binding completion should not remove the trailing quote (#​45582)

Special Thanks

Andrew Kushnir, Andrew Scott, George Kalpakas, Ilya Marchik, Jeremy Elbourn, Kristiyan Kostadinov, Louis Gombert, Mangalraj, Marko Kaznovac, Paul Gschwendtner, Saurabh Kamble, dario-piotrowicz and ivanwonder

v13.3.3

Compare Source

13.3.3 (2022-04-13)

compiler
Commit Description
fix - e50fd9ee87 avoid errors with extremely long instruction chains (#​45574)

Special Thanks

4javier, Andrew Kushnir, Cédric Exbrayat, Dylan Hunn, George Kalpakas, Hossein Mousavi, Jason Hendee, Joe Martin (Crowdstaffing), Kristiyan Kostadinov, Michael-Doner, Michal Materowski and Virginia Dooley

v13.3.2

Compare Source

13.3.2 (2022-04-06)

animations
Commit Description
fix - b46b25c562 handle structured AnimateTimings (#​31107)

Special Thanks

Alan Agius, Andrew Kushnir, Christoph Guttandin, Cédric Exbrayat, mgechev and piyush132000

v13.3.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
b1d7b79ff4 fix hardening attribute and property binding rules for <iframe> elements (#​48029)

Special Thanks

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

v13.3.0

Compare Source

13.3.0 (2022-03-16)
Special Thanks

Andrew Scott, Kristiyan Kostadinov and Paul Gschwendtner

v13.2.7

Compare Source

13.2.7 (2022-03-16)
forms
Commit Description
fix - eac94f0945 improve error message for invalid value accessors (#​45192)
Special Thanks

Alistair Kane, Amer Yousuf, Andrew Scott, Jessica Janiuk, Lee Cooper, alirezaghey and why520crazy

v13.2.6

Compare Source

13.2.6 (2022-03-09)
compiler
Commit Description
fix - 6efa366e2c compute correct offsets when interpolations have HTML entities (#​44811)
language-service
Commit Description
fix - 9bce9ce89e Prioritize Angular-specific completions over DOM completions (#​45293)
service-worker
Commit Description
fix - cff1c5622f file system hash in batch of 500 elements (#​45262)
Special Thanks

Andrew Scott, Anner Visser, Aristeidis Bampakos, JiaLiPassion, Joey Perrott, Kristiyan Kostadinov, Luca, Mladen Jakovljević, Paul Gschwendtner, Srikanth Kolli and nanda18

v13.2.5

Compare Source

13.2.5 (2022-03-02)
animations
Commit Description
fix - 6c61d20476 allow animations with unsupported CSS properties (#​45185)
common
Commit Description
fix - 64da1daa78 canceled JSONP requests won't throw console error with missing callback function (#​36807)
perf - 56ca7d385b make NgLocalization token tree-shakable (#​45118) (#​45226)
compiler-cli
Commit Description
fix - 6c906a5bb9 Support resolve animation name from the DTS (#​45169)
core
Commit Description
fix - e8fd452bd2 remove individual commands for updating gold files (#​45198)
perf - 82d772857c make Compiler, ApplicationRef and ApplicationInitStatus tree-shakable (#​45102) (#​45222)
perf - 71ff12c1cc make LOCALE_ID and other tokens from ApplicationModule tree-shakable (#​45102) (#​45222)
localize
Commit Description
fix - d388522745 avoid imports into compiler-cli package (#​45180)
Special Thanks

Andrew Kushnir, Andrew Scott, Charles Lyding, Guillaume Bonnet, Jessica Janiuk, JoostK, Martin Sikora, Paul Gschwendtner, Theodore Brown, dario-piotrowicz and ivanwonder

v13.2.4

Compare Source

13.2.4 (2022-02-23)
animations
Commit Description
perf - 1a4b489692 improve algorithm to balance animation namespaces (#​45113)
core
Commit Description
perf - cbd23ee0de make IterableDiffers and KeyValueDiffers tree-shakable (#​45094) (#​45115)
Special Thanks

Alan Cohen, AlirezaEbrahimkhani, Andrew Kushnir, Daniele Maltese, David Wolf, JoostK, Paul Gschwendtner, dario-piotrowicz and manuelkroiss

v13.2.3

Compare Source

13.2.3 (2022-02-16)
animations
Commit Type Description
0050b01b62 perf made errors in the animations package tree shakeable (#​45079)
compiler
Commit Type Description
09f0254bdd perf chain element start/end instructions (#​44994)
core
Commit Type Description
92cf9fbebe fix ViewContainerRef.createComponent should consult module injector when custom one is provided (#​44966)
Special Thanks

AlirezaEbrahimkhani, Amer Yousuf, Andrew Kushnir, Aristeidis Bampakos, Dario Piotrowicz, Esteban Gehring, Jessica Janiuk, JiaLiPassion, Kristiyan Kostadinov, Mina Hosseini Moghadam, Patrick Cameron, Srdjan Milic, Yousaf Nawaz, dario-piotrowicz, markostanimirovic, mgechev and zuckjet

v13.2.2

Compare Source

13.2.2 (2022-02-08)
compiler
Commit Description
fix - 37af6abb49 allow banana-in-a-box bindings to end with non-null assertion (#​37809)
forms
Commit Description
fix - b75e90f809 incorrectly keeping track of ngModel with ngFor inside a form (#​40459)
http
Commit Description
perf - 3fae6637e7 remove IE special status handling (#​44354)
upgrade
Commit Description
fix - b9aab0c87b Do not trigger duplicate navigation events from Angular Router (#​43441)
Special Thanks

Alan Agius, Alan Cohen, Andrew Kushnir, Andrew Scott, Daniel Díaz, Dario Piotrowicz, Doug Parker, Jayson Acosta, Joey Perrott, JoostK, Kristiyan Kostadinov, Olivier Capuozzo, Ramzan, Shai Reznik, TANMAY SRIVASTAVA, dario-piotrowicz, iRealNirmal, jhonyeduardo, mgechev and zuckjet

v13.2.1

Compare Source

13.2.1 (2022-02-02)
animations
Commit Description
perf - 4644886aaf remove no longer needed CssKeyframes classes (#​44903) (#​44919)
common
Commit Description
fix - b4e4617807 include query parameters for open HTTP requests in verify (#​44917)
compiler-cli
Commit Description
fix - 0778e6f7d7 accept nullish coalescing operator for any and unknown types (#​44862)
fix - 07185f4ed1 enable nullish coalescing check only with strictNullChecks (#​44862)
fix - 4a5ad1793f ensure casing of logical paths is preserved (#​44798)
core
Commit Description
fix - 7ec482d9c2 Add back support for namespace URIs in createElement of dom renderer (#​44914)
fix - 250dc40a46 flush delayed scoping queue while setting up TestBed (#​44814)
forms
Commit Description
fix - 1aebbf8714 ensure OnPush ancestors are marked dirty when the promise resolves (#​44886)
fix - 6b7fffcbeb Update the typed forms migration schematic to find all files. (#​44881)
Special Thanks

Alan, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, Arjen, Daniel Díaz, David Shevitz, Doug Parker, Dylan Hunn, Esteban Gehring, George Kalpakas, Jessica Janiuk, JoostK, Juri Strumpflohner, Lee Robinson, Maarten Tibau, Paul Gschwendtner, Theodore Brown, arturovt, dario-piotrowicz, fru2, markostanimirovic and mgechev

v13.2.0

Compare Source

13.2.0 (2022-01-26)
Deprecations
  • The CachedResourceLoader and RESOURCE_CACHE_PROVIDER symbols were previously necessary in some cases to test AOT-compiled components with View Engine, but they are no longer needed since Ivy.

  • The ComponentFactory and ComponentFactoryResolver classes are deprecated. Since Ivy, there is no need to resolve Component factories. Please use other APIs where you Component classes can be used directly (without resolving their factories).

  • Since Ivy, the CompilerOptions.useJit and CompilerOptions.missingTranslation config options are unused, passing them has no effect.

Commit Description
docs - 9c11183e74 deprecate CachedResourceLoader and RESOURCE_CACHE_PROVIDER symbols (#​44749)
docs - 9f12e7fea4 deprecate ComponentFactory and ComponentFactoryResolver symbols (#​44749)
docs - 4e95a316ce deprecate unused config options from the CompilerOptions interface (#​44749)
compiler
Commit Description
feat - a4ab6d6b72 add support for safe calls in templates (#​44580)
fix - abd1bc8039 correct spans when parsing bindings with comments (#​44785)
fix - ed67a074ce properly compile DI factories when coverage reporting is enabled (#​44732)
compiler-cli
Commit Description
feat - fa835b5a29 enable extended diagnostics by default (#​44712)
feat - 73424def13 provide the animations for DirectiveMeta (#​44630)
fix - fe3e4d6865 Handle ng-template with structural directive in indexer (#​44788)
fix - 7316e72ec5 properly index elements when on a template (#​44785)
fix - 100091ebf0 remove leftover _extendedTemplateDiagnostics requirements (#​44777)
fix - d2ae96f742 skip ExtendedTemplateCheckerImpl construction if there were configuration errors (#​44778)
core
Commit Description
fix - 5626b34264 consistently use namespace short name rather than URI (#​44766)
fix - 94bfcdd9de error if NgZone.isInAngularZone is called with a noop zone (#​44800)
forms
Commit Description
feat - 72092ebd26 Allow a FormControl to use initial value as default. (#​44434)
fix - f7aa937cac Make some minor fixups for forward-compatibility with typed forms. (#​44540)
language-service
Commit Description
feat - af2a1317cb support completions for animation (#​44630)
router
Commit Description
feat - 5a4ddfd4f5 Allow symbol keys for Route data and resolve properties (#​44519)
Special Thanks

Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Dario Piotrowicz, Derek Cormier, Doug Parker, Douglas Parker, Dylan Hunn, George Kalpakas, Jessica Janiuk, JoostK, Kristiyan Kostadinov, Martin Probst, Oleg Postoev, Stephanie Tuerk, Tim Bowersox, Wiley Marques, Yousaf Nawaz, dario-piotrowicz, iRealNirmal, ivanwonder and shejialuo

v13.1.3

Compare Source

13.1.3 (2022-01-19)

animations
Commit Description
fix - af0a152a2c apply setStyles to only rootTimelines (#​44515)
compiler-cli
Commit Description
perf - 626f3f230b reduce analysis work during incremental rebuilds (#​44731)
ngcc
Commit Description
fix - f9ca4d8499 support element accesses for export declarations (#​44669)

Special Thanks

Alan Agius, Andrew Kushnir, AnkitSharma-007, Daniel Díaz, Dmytro Mezhenskyi, Jessica Janiuk, Joey Perrott, JoostK, Ramesh Thiruchelvam, dario-piotrowicz, iRealNirmal and Łukasz Holeczek

v13.1.2

Compare Source

13.1.2 (2022-01-12)
animations
Commit Description
fix - abc217b28e retain triggers values for moved tracked list items (#​44578)
compiler
Commit Description
fix - 59eef29a6c correct spans when parsing bindings with comments (#​44678)
compiler-cli
Commit Description
fix - 08049fa23f enable narrowing of using type guard methods (#​44447)
fix - a26afce68c fix crash during type-checking of library builds (#​44587)
fix - 1e918b6f31 handle property reads of ThisReceiver in the indexer (#​44678)
fix - 63c8e56a3a incorrectly interpreting $any calls with a property read (#​44657)
fix - 60fb27f12d properly index elements (#​44678)
language-service
Commit Description
fix - f5addee488 revert the test files for Ivy (#​44528)
Special Thanks

Abdurrahman Abu-Hijleh, Adam Plumer, Alex Rickabaugh, AlirezaEbrahimkhani, Andrew Kushnir, Andrew Scott, Borja Paz Rodríguez, Chihab Otmani, Chris Mancini, Dario Piotrowicz, Doug Parker, George Kalpakas, Joey Perrott, JoostK, Kristiyan Kostadinov, Kyoz, Patrick Prakash, Paul Gschwendtner, Serhey Dolgushev, Yousaf Nawaz, Yuchao Wu, alkavats1, dario-piotrowicz, huangqing, ivanwonder, shejialuo, twerske, wszgrcy and zuckjet

v13.1.1

Compare Source

13.1.1 (2021-12-15)
animations
Commit Description
fix - bb1d4ff315 don't consume instructions for animateChild (#​44357)
fix - d8b6adb7bc should not invoke disabled child animations (#​37724)
forms
Commit Description
fix - bce108ab49 _reduceValue arrow function now has correct types. (#​44483)
fix - 998c1e63fe I indroduced a minor error in a previous PR: pendingValue is a value not a boolean flag. (#​44450)
Special Thanks

Aristeidis Bampakos, Dylan Hunn, George Kalpakas, JoostK, Kristiyan Kostadinov, Paul Gschwendtner, Spej, Yousaf Nawaz, dario-piotrowicz, faso-dev, jaybell and zuckjet

v13.1.0

Compare Source

13.1.0 (2021-12-09)
Deprecations
  • The downgradeModule function calls with NgModule factories are deprecated. Please use NgModule class based downgradeModule calls instead.
common
  • TestRequest from @angular/common/http/testing no longer
    accepts ErrorEvent when simulating XHR errors. Instead instances of
    ProgressEvent should be passed, matching with the native browser behavior.
Commit Description
docs - dbc46d68b9 deprecate factory-based signature of the downgradeModule function (#​44090)
common
Commit Description
fix - 489cf42cd0 incorrect error type for XHR errors in TestRequest (#​36082)
perf - 13362972bb code size reduction of ngFor directive (#​44315)
compiler
Commit Description
feat - c85bcb0c63 reference ICU message IDs from their placeholders (#​43534)
core
Commit Description
feat - 5dff077d50 add migration to remove entryComponents (#​44308)
feat - e65a245a0b add migration to remove entryComponents (#​44322)
feat - d56e3f43a1 support TypeScript 4.5 (#​44164)
http
Commit Description
feat - d452b388bd add has() method to HttpContext class (#​43887)
localize
Commit Description
feat - d3cf222a81 support "associated message ids" for placeholders (#​43534)
ngcc
Commit Description
fix - 41265919aa correctly resolve UMD dependencies (#​44381)
upgrade
Commit Description
feat - 34f990986c support NgModule class as an argument of the downgradeModule function (#​43973)
Special Thanks

Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Doug Parker, Dustin M. Eastway, Dylan Hunn, George Kalpakas, HyperLife1119, Jelle Bruisten, Jessica Janiuk, Joey Perrott, JoostK, Kristiyan Kostadinov, Markus Doggweiler, Paul Gschwendtner, Pei Wang, Pete Bacon Darwin and dario-piotrowicz

v13.0.3

Compare Source

13.0.3 (2021-12-01)
compiler-cli
Commit Description
fix - 6cdbfdbe6e downlevel transform incorrectly extracting constructor parameters for nested classes (#​44281)
fix - 305b76b45f interpret string concat calls (#​44167)
core
Commit Description
fix - 0ca5c5bd09 add missing info about a component in the "pipe could not be found" error message (#​44081)
fix - 907da3977a destroy hooks not set up for useClass provider using forwardRef (#​44281)
fix - bcd3b4959b support cyclic metadata in TestBed overrides (#​44215)
forms
Commit Description
fix - 96fedd249e make the FormControlStatus available as a public API (#​44183)
language-service
Commit Description
fix - cabc1786de Correctly parse inputs and selectors with dollar signs (#​44268)
ngcc
Commit Description
fix - b68994d20a correctly report error when collecting dependencies of UMD module (#​44245)
fix - 6f5c0c1515 ensure that ngcc does not write a lock-file into node_modules package directories (#​44228)
fix - bf5f734e9c support the UMD wrapper function format emitted by Webpack (#​44245)
router
Commit Description
fix - d265d0d241 prevent componentless routes from being detached (#​44240)
Special Thanks

Alan Agius, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Artur, Christian-E, David Shevitz, Doug Parker, Douglas Parker, Dylan Hunn, George Kalpakas, Jessica Janiuk, Joey Perrott, JoostK, Kristiyan Kostadinov, Marc Redemske, Paul Gschwendtner, Pei Wang, Pete Bacon Darwin, Ramesh Thiruchelvam, Ravi Chandra, Rohan Pednekar, Ruslan Usmanov, dario-piotrowicz, profanis and unknown

v13.0.2

Compare Source

13.0.2 (2021-11-17)
Special Thanks

Andrew Kushnir, Armen Vardanyan, Dylan Hunn, Joey Perrott, Martin von Gagern, Paul Gschwendtner, Pete Bacon Darwin, Ramesh Thiruchelvam, dario-piotrowicz and fusho-takahashi

v13.0.1

Compare Source

13.0.1 (2021-11-10)

compiler
Commit Description
fix - ee2031d9f4 ensure that partially compiled queries can handle forward references (#​44113)
fix - e5a960b159 generate correct code for safe method calls (#​44088)
compiler-cli
Commit Description
fix - dede29e4f3 ensure literal types are retained when strictNullInputTypes is disabled (#​38305)
fix - 04df3a0b92 handle pre-release versions when checking version (#​44109)
core
Commit Description
fix - 4c700b6244 do not use Function constructors in development mode to avoid CSP violations (#​43587)
platform-browser
Commit Description
fix - 30a27adf9a use correct parent in animation removeChild callback (#​44033)

Special Thanks

A. Singh, Alan Agius, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, George Kalpakas, Joe Martin (Crowdstaffing), Joel Lefkowitz, Joey Perrott, JoostK, Kristiyan Kostadinov, Michael Urban, Paul Gschwendtner, Pavan Kumar Jadda, Pei Wang, Pete Bacon Darwin, Roman Frołow, dario-piotrowicz, iRealNirmal, ileil, kreuzerk, mgechev, profanis and raman

angular/angular (zone.js)

v0.14.6

Compare Source

Bug Fixes

v0.14.5

Compare Source

Bug Fixes

v0.14.4

Compare Source

Bug Fixes
  • zone.js: add __Zone_ignore_on_properties to ZoneGlobalConfigurations ([#​50737](htt

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 581b88f to e522b1f Compare August 19, 2020 18:19
@renovate renovate bot changed the title Update dependency zone.js to v0.11.0 Update dependency zone.js to v0.11.1 Aug 19, 2020
@sonarcloud
Copy link

sonarcloud bot commented Aug 19, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from e522b1f to 723f80b Compare October 27, 2020 08:49
@renovate renovate bot changed the title Update dependency zone.js to v0.11.1 Update dependency zone.js to v0.11.2 Oct 27, 2020
@sonarcloud
Copy link

sonarcloud bot commented Oct 27, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 723f80b to 4c5d061 Compare November 28, 2020 15:59
@renovate renovate bot changed the title Update dependency zone.js to v0.11.2 Update dependency zone.js to v0.11.3 Nov 28, 2020
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 4c5d061 to 0598568 Compare January 5, 2021 23:59
@renovate renovate bot changed the title Update dependency zone.js to v0.11.3 Update angular monorepo Jan 5, 2021
@renovate renovate bot changed the title Update angular monorepo Update dependency zone.js to v0.11.3 Jan 20, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 0598568 to 56732ef Compare January 24, 2021 09:50
@renovate renovate bot changed the title Update dependency zone.js to v0.11.3 Update angular monorepo Jan 24, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 4216a76 to 387b7f7 Compare January 30, 2021 12:59
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from ef4616a to dd11183 Compare February 11, 2021 09:20
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 3 times, most recently from 78ef6ca to c61a082 Compare February 23, 2021 00:10
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from c61a082 to 535b585 Compare February 24, 2021 18:24
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 8fb50ff to aed61aa Compare March 10, 2021 18:44
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 15d06a2 to 2fc88a3 Compare March 24, 2021 16:42
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 2fc88a3 to e9068ea Compare April 26, 2021 14:55
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from f05d55d to a0bdf4e Compare May 15, 2021 21:09
@renovate renovate bot changed the title Update angular monorepo Update angular monorepo - autoclosed May 31, 2021
@renovate renovate bot closed this May 31, 2021
@renovate renovate bot changed the title fix(deps): update angular monorepo to v13.1.0 fix(deps): update angular monorepo to v13.1.1 Dec 15, 2021
@sonarcloud
Copy link

sonarcloud bot commented Dec 15, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 2db90dc to 9166afe Compare March 7, 2022 13:58
@renovate renovate bot changed the title fix(deps): update angular monorepo to v13.1.1 fix(deps): update angular monorepo Mar 7, 2022
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 9166afe to c41e276 Compare March 26, 2022 12:06
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from c41e276 to e7f62cb Compare April 25, 2022 01:30
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from e7f62cb to e1bc3a5 Compare May 16, 2022 02:37
@sonarcloud
Copy link

sonarcloud bot commented May 16, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from e1bc3a5 to 58d2827 Compare June 18, 2022 23:12
@sonarcloud
Copy link

sonarcloud bot commented Jun 18, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@sonarcloud
Copy link

sonarcloud bot commented Sep 25, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from b55ac02 to 2aca75c Compare November 20, 2022 13:46
@sonarcloud
Copy link

sonarcloud bot commented Nov 20, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 2aca75c to fd427d8 Compare March 16, 2023 15:35
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from fd427d8 to 8c442c2 Compare April 17, 2023 11:05
@sonarcloud
Copy link

sonarcloud bot commented Apr 17, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 8c442c2 to 08b3598 Compare June 12, 2023 17:18
@sonarcloud
Copy link

sonarcloud bot commented Jun 12, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/angular-monorepo branch 3 times, most recently from 94f2acf to 3b6d417 Compare September 18, 2023 11:27
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 3b6d417 to cf00713 Compare October 26, 2023 19:26
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from cf00713 to 988a228 Compare November 3, 2023 18:12
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 988a228 to 929fdfe Compare January 9, 2024 20:13
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 929fdfe to d913a49 Compare February 13, 2024 22:26
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from d913a49 to b2b9af2 Compare April 30, 2024 22:23
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from b2b9af2 to f103c9f Compare May 17, 2024 01:17
Copy link

sonarcloud bot commented May 17, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

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