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 to ~12.2.0 #11

Merged
merged 1 commit into from
Aug 9, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 2, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations ~12.0.4 -> ~12.2.0 age adoption passing confidence
@angular/common ~12.0.4 -> ~12.2.0 age adoption passing confidence
@angular/compiler ~12.0.4 -> ~12.2.0 age adoption passing confidence
@angular/compiler-cli ~12.0.4 -> ~12.2.0 age adoption passing confidence
@angular/core ~12.0.4 -> ~12.2.0 age adoption passing confidence
@angular/forms ~12.0.4 -> ~12.2.0 age adoption passing confidence
@angular/platform-browser ~12.0.4 -> ~12.2.0 age adoption passing confidence
@angular/platform-browser-dynamic ~12.0.4 -> ~12.2.0 age adoption passing confidence
@angular/platform-server ~12.0.4 -> ~12.2.0 age adoption passing confidence
@angular/router ~12.0.4 -> ~12.2.0 age adoption passing confidence

Release Notes

angular/angular

v12.2.0

Compare Source

core
Commit Description
bd7f0d8b70 fix(core): incorrect error reported when trying to re-create view which had an error during creation (#​43005)
language-service
Commit Description
aace1e71d8 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

This release contains various API docs improvements.

v12.1.4

Compare Source

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

animations
Commit Description
3cddc3d6bc fix(animations): normalize final styles in buildStyles (#​42763)
compiler-cli
Commit Description
d207ea06d1 fix(compiler-cli): use correct module import for types behind a forwardRef (#​42887)
e6d520f3d9 perf(compiler-cli): optimize cycle detection using a persistent cache (#​41271)
core
Commit Description
a6db152c78 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

bazel
Commit Description
4a8ab4f149 fix(bazel): enable dts bundling for Ivy packages (#​42728)
common
Commit Description
d654c7933a fix(common): re-sort output of KeyValuePipe when compareFn changes (#​42821)
compiler
Commit Description
2566cbb48c fix(compiler): add mappings for all HTML entities (#​42818)
65330f03a9 fix(compiler): incorrect context object being referenced from listener instructions inside embedded views (#​42755)
compiler-cli
Commit Description
17d3de25da fix(compiler-cli): properly emit literal types when recreating type parameters in a different file (#​42761)
0a17e98ae2 fix(compiler-cli): inline type checking instructions no longer prevent incremental reuse (#​42759)
45116097c1 fix(compiler-cli): support reflecting namespace declarations (#​42728)
df5cc1fbbf fix(compiler-cli): return directives for an element on a microsyntax template (#​42640)
core
Commit Description
63013546e1 fix(core): associate the NgModule scope for an overridden component (#​42817)
9ebd41e39c fix(core): allow proper type inference when ngFor is used with a trackBy function (#​42692)
41c6877c01 fix(core): error in TestBed if module is reset mid-compilation in ViewEngine (#​42669)
language-service
Commit Description
97c18f4527 fix(language-service): Do not override TS LS methods not supported by VE NgLS (#​42727)
service-worker
Commit Description
d87917542a fix(service-worker): correctly handle unrecoverable state when a client no longer exists (#​42736)
f2523a8fef 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, Ryan Andersen, Theoklitos Bampouris, behrooz bozorg chami, dario-piotrowicz, ivanwonder and mgechev

v12.1.1

Compare Source

compiler-cli
Commit Description
f6b828e292 fix(compiler-cli): add support for partially evaluating types (#​41661)
platform-browser
Commit Description
d19ddd1a87 fix(platform-browser): in Meta.addTag() do not add duplicate meta tags (#​42703)

Special Thanks:

Alan Agius, Dario Piotrowicz, George Kalpakas, George Looshch, Lars Gyrup Brink Nielsen, Paul Gschwendtner, Pete Bacon Darwin, Zach Arend, codebriefcase, dario-piotrowicz, marvinbeckert, mgechev and pavlenko

v12.1.0

Compare Source

compiler
Commit Description
9de65dbdce fix(compiler): should not break a text token on a non-valid start tag (#​42605)
c873440ad2 fix(compiler): do not allow unterminated interpolation to leak into later tokens (#​42605)
cc672f05bf feat(compiler): add support for shorthand property declarations in templates (#​42421)
f52df99fe3 fix(compiler): generate view restoration for keyed write inside template listener (#​42603)
compiler-cli
Commit Description
874de59d35 fix(compiler-cli): change default ngcc hash algorithm to be FIPS compliant (#​42582)
729eea5716 fix(compiler-cli): transform type references in generic type parameter default (#​42492)
core
Commit Description
873229f24b feat(core): add opt-in test module teardown configuration (#​42566)
router
Commit Description
07c1ddc487 fix(router): error if module is destroyed before location is initialized (#​42560)
service-worker
Commit Description
cc30dc0713 fix(service-worker): ensure obsolete caches are always cleaned up (#​42622)
01128f5b5d fix(service-worker): ensure caches are cleaned up when failing to load state (#​42622)
73b0275dc2 fix(service-worker): improve ServiceWorker cache names (#​42622)
7507ed2e54 fix(service-worker): use correct names when listing CacheDatabase tables (#​42622)
53fe557da7 feat(service-worker): include ServiceWorker version in debug info (#​42622)
d546501ab5 feat(service-worker): add openWindow, focusLastFocusedOrOpen and navigateLastFocusedOrOpen (#​42520)
9498da1038 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


Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Enabled.

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, check this box.

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

@renovate
Copy link
Contributor Author

renovate bot commented Aug 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 could not resolve
npm ERR! 
npm ERR! While resolving: @netlify/plugin-angular-universal@1.0.0
npm ERR! Found: @angular/animations@12.1.3
npm ERR! node_modules/@angular/animations
npm ERR!   peerOptional @angular/animations@"12.1.3" from @angular/platform-browser@12.1.3
npm ERR!   node_modules/@angular/platform-browser
npm ERR!     peer @angular/platform-browser@"12.1.3" from @angular/forms@12.1.3
npm ERR!     node_modules/@angular/forms
npm ERR!       dev @angular/forms@"12.2.0" from the root project
npm ERR!     peer @angular/platform-browser@"12.1.3" from @angular/platform-browser-dynamic@12.1.3
npm ERR!     node_modules/@angular/platform-browser-dynamic
npm ERR!       peer @angular/platform-browser-dynamic@"12.1.3" from @angular/platform-server@12.1.3
npm ERR!       node_modules/@angular/platform-server
npm ERR!         peer @angular/platform-server@"^12.1.0" from @nguniversal/express-engine@12.1.0
npm ERR!         node_modules/@nguniversal/express-engine
npm ERR!         1 more (the root project)
npm ERR!       1 more (the root project)
npm ERR!     3 more (@angular/platform-server, @angular/router, the root project)
npm ERR!   peer @angular/animations@"12.1.3" from @angular/platform-server@12.1.3
npm ERR!   node_modules/@angular/platform-server
npm ERR!     peer @angular/platform-server@"^12.1.0" from @nguniversal/express-engine@12.1.0
npm ERR!     node_modules/@nguniversal/express-engine
npm ERR!       @nguniversal/express-engine@"^12.1.0" from the root project
npm ERR!     dev @angular/platform-server@"12.2.0" from the root project
npm ERR!   1 more (the root project)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! dev @angular/animations@"12.2.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @angular/core@12.2.0
npm ERR! node_modules/@angular/core
npm ERR!   peer @angular/core@"12.2.0" from @angular/animations@12.2.0
npm ERR!   node_modules/@angular/animations
npm ERR!     dev @angular/animations@"12.2.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-08-05T12_10_06_011Z-debug.log

@netlify
Copy link

netlify bot commented Aug 2, 2021

✔️ Deploy Preview for plugin-angular-universal-demo ready!

🔨 Explore the source changes: f3bca10

🔍 Inspect the deploy log: https://app.netlify.com/sites/plugin-angular-universal-demo/deploys/6110b6afb5095f000734569c

😎 Browse the preview: https://deploy-preview-11--plugin-angular-universal-demo.netlify.app

@renovate renovate bot force-pushed the renovate/angular-monorepo branch 10 times, most recently from 3d380cf to e19c4c0 Compare August 4, 2021 18:02
@renovate renovate bot changed the title chore(deps): update angular monorepo to v12.1.4 chore(deps): update angular monorepo to v12.2.0 Aug 4, 2021
@github-actions github-actions bot added the type: chore work needed to keep the product and development running smoothly label Aug 4, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from d9ca682 to 73a5b30 Compare August 5, 2021 09:36
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 0445ee0 to 13dfa72 Compare August 5, 2021 12:12
@renovate renovate bot changed the title chore(deps): update angular monorepo to v12.2.0 fix(deps): update angular monorepo to ~12.2.0 Aug 5, 2021
@github-actions github-actions bot added the type: bug code to address defects in shipped code label Aug 5, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from fbb248b to 3fe4127 Compare August 9, 2021 02:25
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 3fe4127 to f3bca10 Compare August 9, 2021 05:01
@renovate renovate bot merged commit 6f2430a into main Aug 9, 2021
@renovate renovate bot deleted the renovate/angular-monorepo branch August 9, 2021 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code type: chore work needed to keep the product and development running smoothly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant