Skip to content

Bug/fix versions#42

Merged
EliotRagueneau merged 7 commits intomainfrom
bug/fix-versions
Mar 27, 2026
Merged

Bug/fix versions#42
EliotRagueneau merged 7 commits intomainfrom
bug/fix-versions

Conversation

@EliotRagueneau
Copy link
Copy Markdown
Contributor

Cleanup versions used to avoid conflicts on npm install

"@angular/common": "^19.1.0",
"@angular/compiler": "^19.1.0",
"@angular/core": "^19.1.0",
"@angular/elements": "^21.1.3",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Haven't tested that all the features you are using in 21.1.3 are available in 19.2.20, but you should never mixup different versions of angular deps like this ...
If you really need the latest development of angular 21, then do a proper update of the full project to angular 21, don't do partial dependencies update like this. Best way to create unmaintainable stuff

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks for the advice!

@EliotRagueneau
Copy link
Copy Markdown
Contributor Author

haven't tested all the features you have introduced are still working on here, but I need to be able to install the package without having to solve conflicts.
This seems to work at first glance, but you might have to update more stuff to more recent versions if you actually needed the latest versions of some packages I downgraded

Copy link
Copy Markdown
Collaborator

@el-rabies el-rabies left a comment

Choose a reason for hiding this comment

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

Looks good to me

"@angular/common": "^19.1.0",
"@angular/compiler": "^19.1.0",
"@angular/core": "^19.1.0",
"@angular/elements": "^21.1.3",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks for the advice!

el-rabies and others added 2 commits March 27, 2026 11:04
@EliotRagueneau EliotRagueneau merged commit b76997c into main Mar 27, 2026
1 of 2 checks passed
@EliotRagueneau EliotRagueneau deleted the bug/fix-versions branch March 27, 2026 15:22
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