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

chore(deps): update all dependencies #271

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 27, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations 11.2.11 -> 12.1.0 age adoption passing confidence
@angular/common 11.2.11 -> 12.1.0 age adoption passing confidence
@angular/compiler 11.2.11 -> 12.1.0 age adoption passing confidence
@angular/core 11.2.11 -> 12.1.0 age adoption passing confidence
@angular/forms 11.2.11 -> 12.1.0 age adoption passing confidence
@angular/platform-browser 11.2.11 -> 12.1.0 age adoption passing confidence
@angular/platform-browser-dynamic 11.2.11 -> 12.1.0 age adoption passing confidence
@angular/router 11.2.11 -> 12.1.0 age adoption passing confidence
@angular/service-worker 11.2.11 -> 12.1.0 age adoption passing confidence
@nguniversal/common 11.2.1 -> 12.1.0 age adoption passing confidence
@nguniversal/express-engine 11.2.1 -> 12.1.0 age adoption passing confidence
@ngx-meta/core 8.0.2 -> 9.0.0 age adoption passing confidence
@types/chai 4.2.17 -> 4.2.19 age adoption passing confidence
@types/express 4.17.3 -> 4.17.12 age adoption passing confidence
@types/jasmine 3.6.10 -> 3.7.7 age adoption passing confidence
@types/jasminewd2 2.0.8 -> 2.0.9 age adoption passing confidence
codelyzer 6.0.1 -> 6.0.2 age adoption passing confidence
core-js 3.11.0 -> 3.15.1 age adoption passing confidence
karma (source) 6.3.2 -> 6.3.4 age adoption passing confidence
karma-jasmine-html-reporter 1.5.4 -> 1.6.0 age adoption passing confidence
prettier (source) 2.2.1 -> 2.3.2 age adoption passing confidence
rxjs (source) 6.6.7 -> 7.1.0 age adoption passing confidence
tslib (source) 2.2.0 -> 2.3.0 age adoption passing confidence
webpack-bundle-analyzer 4.4.1 -> 4.4.2 age adoption passing confidence
webpack-cli 4.6.0 -> 4.7.2 age adoption passing confidence

Release Notes

angular/angular

v12.1.0

Compare Source

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

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

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

compiler-cli
Commit Description
8bdcca1 fix(compiler-cli): better detect classes that are indirectly exported (#​42207)

Special Thanks:

AleksanderBodurri, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, David Pfeiffer, David Shevitz, Doug Parker, Dylan Hunn, George Kalpakas, Igor Minar, Joey Perrott, JoostK, Kristiyan Kostadinov, Sam Severance, Serguei Cambour, Suguru Inatomi, Teri Glover, Wagner Maciel, Zach Arend, mgechev and 不肖・高橋

v12.0.2

Compare Source

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

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

Blog post "Angular v12 is now available".

Bug Fixes
Build System
Features

Configuration

📅 Schedule: "after 4:00am every 2nd week of the month" in timezone UTC.

🚦 Automerge: Disabled due to failing status checks.

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 WhiteSource Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Apr 27, 2021

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/rxjs
npm ERR!   rxjs@"7.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer rxjs@"^6.5.3" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"11.2.13" from the root project
npm ERR!   peer @angular/core@"11.2.13" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"11.2.13" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2021-05-07T04_14_02_868Z-debug.log

@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 6a155e8 to c1b90e2 Compare May 4, 2021 23:39
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 7c8c85e to 08300fb Compare May 7, 2021 10:00
@renovate
Copy link
Author

renovate bot commented May 7, 2021

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/rxjs
npm ERR!   rxjs@"7.1.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer rxjs@"^6.5.3" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"12.0.2" from the root project
npm ERR!   peer @angular/core@"12.0.2" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"12.0.2" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2021-06-01T20_02_49_007Z-debug.log

@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 511b23b to ac1e3b6 Compare May 13, 2021 19:19
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from f452b8a to 9f6e3d5 Compare May 21, 2021 18:23
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 6fef46a to fc496a1 Compare May 29, 2021 09:32
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from ecbd27b to 6092bd1 Compare June 2, 2021 18:36
@renovate
Copy link
Author

renovate bot commented Jun 2, 2021

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/rxjs
npm ERR!   rxjs@"7.1.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer rxjs@"^6.5.3" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"12.1.0" from the root project
npm ERR!   peer @angular/core@"12.1.0" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"12.1.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2021-06-26T08_59_17_806Z-debug.log

@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 871aa37 to e94a78d Compare June 9, 2021 19:07
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from db392ab to b80545c Compare June 17, 2021 00:25
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from c7e67f7 to 98d47ca Compare June 25, 2021 19:19
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.

1 participant