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

Update tsconfig and package for Angular 14, suppress cloneDeep #1813

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

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    5ab7544 View commit details
    Browse the repository at this point in the history
  2. tsconfig.lib.json, tsconfig.lib.prod.json: lib: set es2020 for target…

    … and lib
    
    tsconfig.lib.json: lib: change enableIvy in compilationMode
    PhilFlash committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    13b37f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ffae6d View commit details
    Browse the repository at this point in the history
  4. package.json: demo: update angular/d3/moment and other packages

    package.json: demo: delete @angular/flex-layout (not used and deprecated)
    PhilFlash committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    c02b61d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22c1f74 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. box.component.ts: replace cloneDeep from rfdc by code proposed by bry…

    …anrideshark in pr swimlane#1763 (with rfdc, there is the same message like clone-deep: CommonJS or AMD dependencies can cause optimization bailouts)
    PhilFlash committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    5672265 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f2cd43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    464e499 View commit details
    Browse the repository at this point in the history