question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update deprecated sub-dependency

See original GitHub issue

Describe 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:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mohsinulhaqcommented, Jul 1, 2020

I have released v3 with an upgraded popper-js dependency to v2. 🎉

1reaction
mohsinulhaqcommented, Jun 15, 2020

@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 and closeOnOutOfBoundaries has been renamed to closeOnReferenceHidden. Both of the changes reflect the corresponding breaking change in popper-js v2.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found