Cutting a new release to avoid deprecation warning
See original GitHub issueGreetings folks - thank you for building a lovely library. When installing 1.0.0-rc.5
, downstream users are getting a deprecation warning for cheerio-select-tmp
, telling them to move to cheerio-select
. I see that the change already landed on main, but I was wondering if we could maybe get an rc.6
😃.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:8
- Comments:6 (2 by maintainers)
Top Results From Across the Web
New Python release to avoid Deprecation Warning #6957
The latest Python release shows a DeprecationWarning: E DeprecationWarning: the imp module is deprecated in favour of importlib; ...
Read more >How to suppress py.test internal deprecation warnings
Disabling all warnings persistently (i.e. using pytest.ini) is almost never a good idea. Disabling just Deprecation warning (and by module) as ...
Read more >Prevent deprecated code from compiling after reaching a ...
Deprecation is done for a version, not a date. If you want people to stop using deprecated features, release a version without them....
Read more >Feature #16345: Don't emit deprecation warnings by default.
So, we have consensus to disable deprecation warnings by default. Our design is intentionally minimum because we need this feature for Ruby 2.7....
Read more >One does not simply 'stop calling' Java's deprecated methods
An easy way to address this issue is to go into the IDE's preferences window and tell it not to report calls to...
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
Done!
@EHadoux Thanks for flagging, updated the release notes!