Skip to content

build: update to Angular & CLI 10.1.x and re-run migrations#2598

Merged
jamesdaniels merged 1 commit intoangular:masterfrom
DevIntent:angular-v10-migrations
Sep 25, 2020
Merged

build: update to Angular & CLI 10.1.x and re-run migrations#2598
jamesdaniels merged 1 commit intoangular:masterfrom
DevIntent:angular-v10-migrations

Conversation

@Splaktar
Copy link
Copy Markdown
Contributor

Checklist

  • Issue number for this PR: Won't build with Angular 10 #2526
  • Docs included?: no
  • Test units included?: yes
  • In a clean directory, yarn install, yarn test run successfully? yes

Description

update to Angular & CLI 10.1.x and re-run migrations

  • run v10.1 CLI migrations for lib, sample, and test projects
    • removes Solution style tsconfig
    • updates tslint config
  • pin zone.js@0.10.2 because 0.10.3 causes test failures
  • install or correct missing peerDependencies
  • update a few other dependencies
  • remove references to e2e in sample workspace as there are no e2e tests
  • replace deprecated async() with waitForAsync() in tests
  • add tsconfig.server.json to list of files for linting
  • fix tests prompting to enable Angular CLI analytics

Code sample

N/A

- run v10.1 CLI migrations for lib, sample, and test projects
  - removes Solution style tsconfig
  - updates tslint config
- pin zone.js@0.10.2 because 0.10.3 causes test failures
- install or correct missing peerDependencies
- update a few other dependencies
- remove references to e2e in sample workspace as there are no e2e tests
- replace deprecated `async()` with `waitForAsync()` in tests
- add tsconfig.server.json to list of files for linting
- fix tests prompting to enable Angular CLI analytics
Copy link
Copy Markdown
Member

@jamesdaniels jamesdaniels left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks! Good catch on the remaining provider.

@jamesdaniels jamesdaniels merged commit ebf537e into angular:master Sep 25, 2020
@Splaktar Splaktar deleted the angular-v10-migrations branch September 25, 2020 04:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants