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.
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鈥檚 no reason to worry about the message, it鈥檚 there just to inform consumers of the package name change, but if one needs to use popper v1 it鈥檚 completely fine to use it.
I just changed the message to the following:
You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
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鈥檛 plan to work on v1 anymore, but it鈥檚 not like v1 will stop work out of the blue
Most helpful comment
@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.