Skip to content

Conversation

@lillykoller
Copy link

@lillykoller lillykoller commented Nov 21, 2025

  • upgrading from angular 20 to 21
  • changing lerna version behaviour from independent to fixed

@lillykoller lillykoller marked this pull request as ready for review November 21, 2025 15:38
This was linked to issues Nov 21, 2025
@lillykoller lillykoller marked this pull request as draft November 24, 2025 07:48
@lillykoller lillykoller marked this pull request as ready for review November 24, 2025 08:00
Comment on lines +22 to +29
"@angular/animations": "^21.0.0",
"@angular/cdk": "^21.0.0",
"@angular/common": "^21.0.0",
"@angular/core": "^21.0.0",
"@angular/forms": "^21.0.0",
"@angular/platform-browser": "^21.0.0",
"@angular/router": "^21.0.0",
"@angular/ssr": "^21.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

change all angular dependencies / devDependencies to ~21.0.0

otherwise we somewhen npm i and get >21.0 like 21.1 . then we could run into problems when using features from 21.` but client only uses 21.0 (which we allow by peerDeps definition)

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.

Lerna version experiment update to angular 21

4 participants