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

Angular v14 upgrade #184

Merged
merged 10 commits into from
Jul 28, 2023
Merged

Angular v14 upgrade #184

merged 10 commits into from
Jul 28, 2023

Conversation

alanorth
Copy link
Member

Upgraded Angular to v14 using ng upgrade. We have to force many of the upgrades because of incompatible dependencies, though the application works.

I used ng upgrade:

    $ npx ng update --allow-dirty @angular/core@14 @angular/cli@14
    $ npx ng update --allow-dirty --force @angular/core@14 @angular/cli@14
    $ npm install --force
I used ng upgrade:

    $ npx ng update --allow-dirty @angular/material@14
    $ npx ng update --allow-dirty --force @angular/material@14
    $ npx ng update --allow-dirty @angular/core@14 @angular/cli@14
I used this command:

    $ npx ng update --allow-dirty @ngrx/store@14
    $ npm install --force
According to the Angular compatability guide, Angular 14 works with
Typescript ">=4.6.2 <4.9.0".

See: https://angular.io/guide/versions
Pin highcharts-angular at 3.0.x to fix TypeScript errors with
Angular v14.

See: highcharts/highcharts-angular#345
Bump package versions for Angular v14.
@alanorth alanorth merged commit bec1a65 into master Jul 28, 2023
8 checks passed
@alanorth alanorth deleted the angular-upgrade branch July 28, 2023 05:43
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