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 13 #2944

Merged
merged 31 commits into from
Nov 12, 2021
Merged

feat: update to Angular 13 #2944

merged 31 commits into from
Nov 12, 2021

Conversation

yggg
Copy link
Contributor

@yggg yggg commented Nov 12, 2021

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

Short description of what this resolves:

Update Angular to 13. Update packages dependencies to versions compatible with Angular 13.

Remove IntersectionObserver polyfill dependency since Angular dropped support for IE 11.

Sass:

Packages:

  • Remove CSS files from components directory, e.g. @nebular/theme/components/accordion-item-header.component.css, @nebular/theme/components/alert/alert.component.css.

CI:

  • Add temporary build-packages-rxjs-7 job to ensure packages build with RxJS 7

Workspace:

  • Use node 16
  • @angular-eslint/schematics updated to prerelease version
  • Remove sass import script as we switched to Dart Sass implementation
  • Temporary add webpack-sources dependency to fix packages-smoke build (angular/cl#22153)

It's deprecated but works now. CDK still use it as well and since it's used in portals (window relies on it) keeping it too.
As Angular dropped node-sass support it's no longer supported
To fix packages-smoke build (angular/cli#22153)
@yggg yggg merged commit ed8cd04 into akveo:master Nov 12, 2021
@yggg yggg deleted the feat/angular-13 branch November 12, 2021 15:05
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.

Info: DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
1 participant