Skip to content

fix(deps): update angular monorepo to v13.1.2 #648

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

Merged
merged 1 commit into from
Jan 18, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations 13.0.2 -> 13.1.2 age adoption passing confidence
@angular/common 13.0.2 -> 13.1.2 age adoption passing confidence
@angular/compiler 13.0.2 -> 13.1.2 age adoption passing confidence
@angular/compiler-cli 13.0.2 -> 13.1.2 age adoption passing confidence
@angular/core 13.0.2 -> 13.1.2 age adoption passing confidence
@angular/forms 13.0.2 -> 13.1.2 age adoption passing confidence
@angular/language-service 13.0.2 -> 13.1.2 age adoption passing confidence
@angular/platform-browser 13.0.2 -> 13.1.2 age adoption passing confidence
@angular/platform-browser-dynamic 13.0.2 -> 13.1.2 age adoption passing confidence
@angular/router 13.0.2 -> 13.1.2 age adoption passing confidence

Release Notes

angular/angular

v13.1.2

Compare Source

animations
Commit Type Description
abc217b28e fix retain triggers values for moved tracked list items (#​44578)
compiler
Commit Type Description
59eef29a6c fix correct spans when parsing bindings with comments (#​44678)
compiler-cli
Commit Type Description
08049fa23f fix enable narrowing of using type guard methods (#​44447)
a26afce68c fix fix crash during type-checking of library builds (#​44587)
1e918b6f31 fix handle property reads of ThisReceiver in the indexer (#​44678)
63c8e56a3a fix incorrectly interpreting $any calls with a property read (#​44657)
60fb27f12d fix properly index elements (#​44678)
language-service
Commit Type Description
f5addee488 fix 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

animations
Commit Type Description
bb1d4ff315 fix don't consume instructions for animateChild (#​44357)
d8b6adb7bc fix should not invoke disabled child animations (#​37724)
forms
Commit Type Description
bce108ab49 fix _reduceValue arrow function now has correct types. (#​44483)
998c1e63fe fix 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

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 Type Description
dbc46d68b9 docs deprecate factory-based signature of the downgradeModule function (#​44090)
common
Commit Type Description
489cf42cd0 fix incorrect error type for XHR errors in TestRequest (#​36082)
13362972bb perf code size reduction of ngFor directive (#​44315)
compiler
Commit Type Description
c85bcb0c63 feat reference ICU message IDs from their placeholders (#​43534)
core
Commit Type Description
5dff077d50 feat add migration to remove entryComponents (#​44308)
e65a245a0b feat add migration to remove entryComponents (#​44322)
d56e3f43a1 feat support TypeScript 4.5 (#​44164)
http
Commit Type Description
d452b388bd feat add has() method to HttpContext class (#​43887)
localize
Commit Type Description
d3cf222a81 feat support "associated message ids" for placeholders (#​43534)
ngcc
Commit Type Description
41265919aa fix correctly resolve UMD dependencies (#​44381)
upgrade
Commit Type Description
34f990986c feat 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

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


Configuration

📅 Schedule: "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Berlin.

🚦 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, click this checkbox.

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

@codecov
Copy link

codecov bot commented Dec 1, 2021

Codecov Report

Merging #648 (2946c3f) into development (d99180d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development     #648   +/-   ##
============================================
  Coverage        97.17%   97.17%           
============================================
  Files               12       12           
  Lines              283      283           
  Branches            54       54           
============================================
  Hits               275      275           
  Partials             8        8           
Flag Coverage Δ
core 97.17% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d99180d...2946c3f. Read the comment docs.

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from bf94b85 to 499d094 Compare December 9, 2021 18:07
@renovate renovate bot changed the title fix(deps): update angular monorepo to v13.0.3 fix(deps): update angular monorepo to v13.1.0 Dec 9, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 499d094 to e8317fa Compare December 15, 2021 20:04
@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
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from e8317fa to 2946c3f Compare January 12, 2022 20:03
@renovate renovate bot changed the title fix(deps): update angular monorepo to v13.1.1 fix(deps): update angular monorepo to v13.1.2 Jan 12, 2022
@r-hannuschka r-hannuschka merged commit bf8a917 into development Jan 18, 2022
@renovate renovate bot deleted the renovate/angular-monorepo branch January 18, 2022 08:23
r-hannuschka added a commit that referenced this pull request Jan 18, 2022
* chore(deps): update dependency @ngx-file-upload/core to v4 (#488)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency eslint to v7.32.0 (#489)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v14.17.9 (#490)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency highlight.js to v11.2.0 (#491)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency ng-packagr to v12.2.0 (#495)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update angularcli monorepo to v12.2.1 (#497)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency @angular/cdk to v12.2.1 (#498)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency ts-node to v10.2.0 (#499)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency bootstrap-scss to v5.1.0 (#500)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency path-parse to 1.0.7 [security] (#501)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency tslib to v2.3.1 (#503)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update angular monorepo to v12.2.1 (#496)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency igniteui-angular to v12.1.1 (#493)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update typescript-eslint monorepo to v4.29.1 (#492)

Co-authored-by: Renovate Bot <[email protected]>

* bugfixing

* update deps

* update package.json

* update unit tests and version

* chore(deps): update dependency ts-node to v10.2.1 (#507)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update angular monorepo to v12.2.2 (#508)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v14.17.10 (#510)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update angularcli monorepo to v12.2.2 (#509)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency @angular/cdk to v12.2.2 (#511)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v14.17.11 (#512)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update angular monorepo to v12.2.3 (#518)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency ng-packagr to v12.2.1 (#517)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency igniteui-angular to v12.1.3 (#515)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency jasmine-core to v3.9.0 (#513)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update typescript-eslint monorepo to v4.29.3 (#514)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency @angular/cdk to v12.2.3 (#519)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v14.17.12 (#520)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update angularcli monorepo to v12.2.3 (#521)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency ngx-highlightjs to v5 (#522)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update typescript-eslint monorepo to v4.30.0 (#527)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v14.17.14 (#528)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency igniteui-angular to v12.1.4 (#529)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update angular-cli monorepo to v12.2.4 (#530)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency @angular/cdk to v12.2.4 (#532)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update angular monorepo to v12.2.4 (#531)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/jasmine to v3.9.0 (#533)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update typescript-eslint monorepo to v4.31.0 (#534)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency igniteui-angular to v12.1.5 (#536)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v14.17.15 (#535)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update angular-cli monorepo to v12.2.5 (#537)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency @angular/cdk to v12.2.5 (#539)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update angular monorepo to v12.2.5 (#538)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update angular-eslint monorepo to v12.4.1 (#540)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency ngx-file-drop to v11.2.0 (#541)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v14.17.16 (#546)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/jasmine to v3.9.1 (#545)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency igniteui-angular to v12.1.6 (#544)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency bootstrap-scss to v5.1.1 (#542)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update typescript-eslint monorepo to v4.31.1 (#543)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update angular monorepo to v12.2.6 (#548)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update angular-cli monorepo to v12.2.6 (#547)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency @angular/cdk to v12.2.6 (#549)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v14.17.17 (#550)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update angular monorepo to v12.2.7 (#558)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency ng-packagr to v12.2.2 (#557)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v14.17.18 (#556)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update angular-eslint monorepo to v12.5.0 (#554)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency igniteui-angular to v12.1.7 (#553)

Co-authored-by: Renovate Bot <[email protected]>

* fix e2e tests

* chore(deps): update typescript-eslint monorepo to v4.31.2 (#552)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @compodoc/compodoc to v1.1.15 (#551)

Co-authored-by: Renovate Bot <[email protected]>

* update version

* chore(deps): update angular-cli monorepo to v12.2.7 (#560)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency @angular/cdk to v12.2.7 (#561)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update angular monorepo to v12.2.8 (#566)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update typescript-eslint monorepo to v4.33.0 (#564)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency igniteui-angular to v12.2.0 (#563)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update angular-cli monorepo to v12.2.8 (#567)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency @angular/cdk to v12.2.8 (#565)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v14.17.21 (#562)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update angular-cli monorepo to v12.2.9 (#570)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency @angular/cdk to v12.2.9 (#568)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update angular monorepo to v12.2.9 (#569)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update angular monorepo to v12.2.10 (#577)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency ng-packagr to v12.2.3 (#571)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency igniteui-angular to v12.2.1 (#573)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update typescript-eslint monorepo to v5 (#575)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency ts-node to v10.3.0 (#574)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency jasmine-core to v3.10.0 (#579)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update angular-cli monorepo to v12.2.10 (#578)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v14.17.26 (#576)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v14.17.27 (#580)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency @angular/cdk to v12.2.10 (#581)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/jasmine to v3.10.0 (#582)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update typescript-eslint monorepo to v5.1.0 (#583)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency ng-packagr to v12.2.4 (#587)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update angular monorepo to v12.2.11 (#588)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency ts-node to v10.3.1 (#591)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency karma to v6.3.5 (#586)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update angular-cli monorepo to v12.2.11 (#590)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency @angular/cdk to v12.2.11 (#589)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency igniteui-angular to v12.2.2 (#585)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency highlight.js to v11.3.1 (#584)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update typescript-eslint monorepo to v5.2.0 (#601)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update angular-eslint monorepo to v12.6.0 (#600)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency igniteui-angular to v12.2.3 (#599)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency ng-packagr to v12.2.5 (#598)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency karma to v6.3.6 (#597)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/jasmine to v3.10.1 (#596)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency ts-node to v10.4.0 (#595)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency jasmine-core to v3.10.1 (#594)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency bootstrap-scss to v5.1.3 (#593)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v14.17.32 (#592)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v16 (#602)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update angular-eslint monorepo to v12.6.1 (#603)

Co-authored-by: Renovate Bot <[email protected]>

* feat: upgrade to angular 13 (#616)

* feat: upgrade to angular 13

* fix: errors

* fix: code coverage

* update github workflow for core

* update version and readme

* chore(deps): update dependency jszip to 3.7.0 [security] (#620)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency nth-check to 2.0.1 [security] (#621)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update angular monorepo to v13 (#613)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @ngx-file-upload/core to v5 (#624)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update angular monorepo to v13.0.1 (#604)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update typescript-eslint monorepo to v5.3.1 (#609)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency @angular/cdk to v13.0.1 (#605)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update angular-cli monorepo to v13.0.2 (#606)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v16.11.7 (#623)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency karma to v6.3.8 (#607)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency igniteui-angular to v12.2.5 (#608)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/jasmine to v3.10.2 (#610)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency ngx-highlightjs to v6 (#625)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency karma to v6.3.9 (#628)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update typescript-eslint monorepo to v5.4.0 (#626)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency igniteui-angular to v12.3.0 (#627)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update angular-cli monorepo to v13.0.3 (#632)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency @angular/cdk to v13.0.2 (#631)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency ng-packagr to v13.0.6 (#629)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update angular monorepo to v13.0.2 (#630)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update angular-eslint monorepo to v12.7.0 (#634)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v16.11.8 (#633)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update angular-eslint monorepo to v13 (#635)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency eslint to v8 (#572)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update angular-eslint monorepo to v13.0.1 (#636)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency igniteui-angular to v13 (#641)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency eslint to v8.3.0 (#639)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency angular-cli-ghpages to v1 (#638)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v16.11.9 (#637)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency ng-packagr to v13.0.8 (#644)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v16.11.10 (#643)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @compodoc/compodoc to v1.1.16 (#642)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update angular monorepo to v13.1.2 (#648)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency node-forge to 1.0.0 [security] (#658)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency follow-redirects to 1.14.7 [security] (#657)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency ngx-file-drop to v13 (#654)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update typescript-eslint monorepo to v5.10.0 (#646)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency eslint to v8.7.0 (#653)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency igniteui-angular to v13.0.8 (#645)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency karma-coverage to v2.1.0 (#651)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update angular-cli monorepo to v13.1.3 (#650)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency json-schema to 0.4.0 [security] (#659)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency @angular/cdk to v13.1.2 (#649)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v16.11.20 (#647)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency ng-packagr to v13.1.3 (#655)

* chore(deps): update dependency ng-packagr to v13.1.3

* fix: ng build update browserslist

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Ralf Hannuschka <[email protected]>

* update demo, remove compodoc dependency

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <[email protected]>
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.

2 participants