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 angular16 #3194

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jun 30, 2023

  1. refactor(playground): fix linting issues

    * change components selectors to start with 'npg' prefix instead of 'nb'
    * use @HostBinding decorator instead of host property
    * fix negated async pipes
    * remove duplicated routes in 'playground-routing.module'
    * format unformatted code with prettier
    Eslam-Gaber645 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    1b081f1 View commit details
    Browse the repository at this point in the history
  2. refactor(framework/theme): fix linting issues

    * use @HostBinding decorator instead of host property
    * use 'eslint-disable-next-line' comment to disable some rules without breaking changes
    * format unformatted code with prettier
    Eslam-Gaber645 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    150dd16 View commit details
    Browse the repository at this point in the history
  3. refactor(framework/auth): refactor to pass linter

    * use strict equality instead of loose equality in components template
    * format unformatted code with prettier
    Eslam-Gaber645 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    681cbe7 View commit details
    Browse the repository at this point in the history
  4. refactor(docs): refactor to pass linter

    * use strict equality instead of loose equality in components template
    * format unformatted code with prettier
    * rmove unnecessary @input alias
    * fix un-safe takeUntil 'rxjs'
    * add missing components name suffixes
    * fix shadow variables '@typescript-eslint/no-shadow'
    Eslam-Gaber645 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    97c85ac View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. feat: update to angular 16

    * update typescript and tslib
    * update eslint and eslint plugins
    * update zone.js and angular packages
    * update 'peerDependencies' versions in @nebular/* packages
    * migrate playground, packages-smoke and @nebular packages to angular 16
    Eslam-Gaber645 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    5bbf09a View commit details
    Browse the repository at this point in the history
  2. fix(theme/styles): add a space after '+' operator

    fix the warning that was showing due to 'strict unary operators'
    Eslam-Gaber645 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    c13c80a View commit details
    Browse the repository at this point in the history
  3. fix(NbSelectWithAutocompleteComponent/spec): fix test spec

    * fix fakeAsync tests
    * fix binding properties name for 'nb-select-with-autocomplete'
    Eslam-Gaber645 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    42c0172 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f644708 View commit details
    Browse the repository at this point in the history
  5. fix(schematics): fix project schematics issues

    * fix broken schematics test specs
    * use getAppModulePath util from '@schematics/angular' instead of defining our own
    * use runSchematic instead of runSchematicAsync method becuase it is deprecated
    * use runExternalSchematic instead of runExternalSchematicAsync method becuase it is deprecated
    Eslam-Gaber645 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    b32b83b View commit details
    Browse the repository at this point in the history
  6. fix(playground): remove AuthGuard from providers

    Because it has been changed to a function that implements CanActivateFn
    Eslam-Gaber645 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    4bac330 View commit details
    Browse the repository at this point in the history