-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Support tslib 2.3.0+ #6689
Comments
This solution seems reasonable to me on it's face. I'm not sure if there are other implications. Generally TypeScript libraries aren't the best about honoring semver. 🤔 |
Thank you for the timely resolution! |
I have a lot of stuff to go through, so the next release may not be until the end of the week or later. Thank you for your contribution! |
Bug Report
Current Behavior
rxjs/package.json
Line 143 in c2b3e88
tslib
is set to~2.1.0
which conflicts with^2.3.0
used in other projects causing duplicate tslib modulesThis duplication is adds ~0.6 Kb to a compiled project.
Expected behavior
tslib
to be versioned such that there are not conflicts with other commonly used packages.See:
ng-packagr/ng-packagr#2174 (comment)
Environment
~7.4.0
Possible Solution
Perhaps a version of
^2.1.0
would be suitable to continue supporting older versions of packages (like Angular 12) but also supporting Angular 13The text was updated successfully, but these errors were encountered: