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 angular package to 15 #613

Merged
merged 9 commits into from
Nov 25, 2022
Merged

Conversation

agrahari-himanshu
Copy link
Contributor

@agrahari-himanshu agrahari-himanshu commented Nov 25, 2022

Issue trying to solve

How migration is done?

Steps followed to migrate the angular version can be checked here

Pre-setup before migration

  • Had to remove @angular-eslint/schematics from dependency, since version for this is not migrated using provided angular migration commands
  • Removed @angular-eslint/schematics , migrate the angular version and install back @angular-eslint/schematics

Other changes

peerDependencies migration

  • Migrating peerDependencies for project as per the latest migrated dependencies
  • Update lint check configurations
  • Update test.ts as per latest support format

tsconfig.spec.json Show resolved Hide resolved
tsconfig.json Show resolved Hide resolved
"@angular/common": "^14.1.0",
"@angular/core": "^14.1.0",
"@angular/common": "15.0.1",
"@angular/core": "^15.0.1",
"@angular/cdk": "^14.1.0",
Copy link
Owner

Choose a reason for hiding this comment

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

Can you please also upgrade the cdk?

Copy link
Contributor Author

@agrahari-himanshu agrahari-himanshu Nov 25, 2022

Choose a reason for hiding this comment

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

@vlio20 Upgraded cdk too

@vlio20 vlio20 merged commit 21752a4 into vlio20:master Nov 25, 2022
@agrahari-himanshu agrahari-himanshu deleted the ng14-to-ng15 branch November 25, 2022 07:19
@agrahari-himanshu agrahari-himanshu restored the ng14-to-ng15 branch November 28, 2022 05:20
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.

2 participants