Update deprecated sub-dependency
See original GitHub issueDescribe the bug
Latest version of the react-popper-tooltip
depends on v1
of the react-popper
library, which by itself depends on v1
of popper.js
. poperjs
v1
is deprecated in favor of @popperjs/core
package.
Additional context
There is already new version of the react-popper
(latest is 2.2.3
) which depends on a newer @popperjs/core
(and it is a peer dependency now).
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Print information about deprecated subdependencies #4227
Hello! I use node.js 16 on Windows 10. ... But when I use npm to install gulp I see additional info: λ npm...
Read more >how to update warn deprecated - node.js - Stack Overflow
To update a package that's in your package.json (i.e., local to your project), run: npm update <package_name>.
Read more >npm-update
This command will update all the packages listed to the latest version (specified by the tag config), respecting the semver constraints of both...
Read more >Downgrading versions and excluding dependencies
Update or downgrade dependency versions: If versions of dependencies clash, it is usually better to adjust the version through a dependency constraint, instead ......
Read more >How to Manage Python Dependencies with Virtual ...
Virtualenv has been deprecated in Python 3.8. ... pipfile.lock is automatically updated to reflect dependency and sub-dependency changes.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have released v3 with an upgraded popper-js dependency to v2. 🎉
@mike-shtil @bponomarenko I have published
react-popper-tooltip@3.0.0-alpha.0
Please try it out and let me know if it works fine. There are only two breaking changes.modifiers
is now an array andcloseOnOutOfBoundaries
has been renamed tocloseOnReferenceHidden
. Both of the changes reflect the corresponding breaking change in popper-jsv2
.