-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
popper.js peer dependency moved to @popperjs/core on npm #30083
Comments
Less than minor issue for me because the new popper JS package name apparently caused my CI to fail... A. If I don't install the popper JS package, the CI will fail due to peerDependency warning. B. If I install the old popper JS package, peerDependency warning disappears but the package deprecation warning appears. |
There’s no reason to worry about the message, it’s there just to inform consumers of the package name change, but if one needs to use popper v1 it’s completely fine to use it. |
I just changed the message to the following:
I hope it's going to be clearer. |
@FezVrasta, can you say if the v1 popper is actually deprecated, or will it continue to get the v2 code backported into it? If it is actually deprecated, I renew my request that this package update to v2 so we can play with the new toys like all the other cool kids. |
I don’t plan to work on v1 anymore, but it’s not like v1 will stop work out of the blue |
Minor issue, but apparently the peer dependency popper.js has moved its home on npm. Relevant link here: https://www.npmjs.com/package/popper.js/v/1.16.1
Installing bootstrap forces one to install a deprecated version because of name conflicts. Can someone change the package.json to the new package name and latest version?
Many thanks.
The text was updated successfully, but these errors were encountered: