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

feat: update to Angular 11 #2611

Merged
merged 19 commits into from
Dec 11, 2020
Merged

feat: update to Angular 11 #2611

merged 19 commits into from
Dec 11, 2020

Conversation

yggg
Copy link
Contributor

@yggg yggg commented Dec 10, 2020

Please read and mark the following check list before creating a pull request:

Short description of what this resolves:

BREAKING CHANGE:
Required Angular version is 11+.
The document parameter in the NbViewportRulerAdapter and NbScrollDispatcherAdapter constructors is now required.

yggg added 8 commits November 19, 2020 12:24
BREAKING CHANGE:
The `document` parameter in the `NbViewportRulerAdapter` constructor
is now required.
BREAKING CHANGE:
The `document` parameter in the `NbScrollDispatcherAdapter` constructor
is now required.
`getLocaleDayNames` changed return value type to readonly array.
Create new mutable array out of it to prevent breaking change in
the date services `getDayOfWeekNames` method return value type.
Fixes incompatibilities with version of rxjs from @angular/devkit
packages which caused types incompatibilities between rxjs entities
of local rxjs and @angular/devkit/rxjs
Coloring utilities from `@angular-devkit/core/src/terminal` were removed.
Use red color escape sequence insted. Bold text styling removed as warning
message printed in bold anyway.
@ghost
Copy link

ghost commented Dec 10, 2020

DeepCode's analysis on #a97f6f found:

  • ℹ️ 3 minor issues. 👇

Top issues

Description Example fixes
Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type. Occurrences: 🔧 Example fixes
Array type using 'T[]' is forbidden for non-simple types. Use 'Array' instead. Occurrences: 🔧 Example fixes
asterisks in jsdoc must be aligned Occurrences: 🔧 Example fixes

👉 View analysis in DeepCode’s Dashboard | Configure the bot

@codecov
Copy link

codecov bot commented Dec 11, 2020

Codecov Report

Merging #2611 (a97f6fd) into master (09a7ba1) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #2611      +/-   ##
==========================================
+ Coverage   78.95%   78.97%   +0.02%     
==========================================
  Files         253      253              
  Lines        7815     7815              
  Branches      857      857              
==========================================
+ Hits         6170     6172       +2     
+ Misses       1382     1379       -3     
- Partials      263      264       +1     
Impacted Files Coverage Δ
...nents/calendar-kit/services/native-date.service.ts 96.39% <100.00%> (ø)
...omponents/cdk/adapter/scroll-dispatcher-adapter.ts 100.00% <100.00%> (ø)
...e/components/cdk/adapter/viewport-ruler-adapter.ts 100.00% <100.00%> (ø)
...endar-kit/services/calendar-month-model.service.ts 96.07% <0.00%> (-1.97%) ⬇️
...rc/framework/theme/components/menu/menu.service.ts 87.59% <0.00%> (+0.72%) ⬆️
.../framework/theme/components/menu/menu.component.ts 76.57% <0.00%> (+1.80%) ⬆️

@yggg yggg merged commit 847bc99 into akveo:master Dec 11, 2020
@yggg yggg deleted the feat/update-angular-11 branch December 11, 2020 17:49
yggg added a commit that referenced this pull request Dec 24, 2020
(cherry picked from commit 847bc99)
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