Update dependency cheerio to v1.0.0 - #10
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/cheerio-1.0.x-lockfile
branch
from
August 29, 2024 23:39
3778b3a to
f5a6423
Compare
renovate
Bot
force-pushed
the
renovate/cheerio-1.0.x-lockfile
branch
from
October 10, 2024 02:32
f5a6423 to
f485422
Compare
renovate
Bot
force-pushed
the
renovate/cheerio-1.0.x-lockfile
branch
from
December 3, 2024 05:53
f485422 to
5e6be82
Compare
renovate
Bot
force-pushed
the
renovate/cheerio-1.0.x-lockfile
branch
from
January 24, 2025 11:37
5e6be82 to
d9d4921
Compare
renovate
Bot
force-pushed
the
renovate/cheerio-1.0.x-lockfile
branch
from
March 14, 2025 08:06
d9d4921 to
5fd8764
Compare
renovate
Bot
force-pushed
the
renovate/cheerio-1.0.x-lockfile
branch
from
May 24, 2025 03:48
5fd8764 to
46bb7b3
Compare
renovate
Bot
force-pushed
the
renovate/cheerio-1.0.x-lockfile
branch
from
June 28, 2025 23:49
46bb7b3 to
43e10fd
Compare
renovate
Bot
force-pushed
the
renovate/cheerio-1.0.x-lockfile
branch
from
August 14, 2025 19:57
43e10fd to
6f1cf8b
Compare
renovate
Bot
force-pushed
the
renovate/cheerio-1.0.x-lockfile
branch
from
September 26, 2025 07:47
6f1cf8b to
de7ab40
Compare
renovate
Bot
force-pushed
the
renovate/cheerio-1.0.x-lockfile
branch
from
October 25, 2025 19:45
de7ab40 to
8a23130
Compare
renovate
Bot
force-pushed
the
renovate/cheerio-1.0.x-lockfile
branch
from
January 1, 2026 03:42
8a23130 to
376b0b0
Compare
renovate
Bot
force-pushed
the
renovate/cheerio-1.0.x-lockfile
branch
from
January 9, 2026 19:07
376b0b0 to
4cd4d59
Compare
renovate
Bot
force-pushed
the
renovate/cheerio-1.0.x-lockfile
branch
from
February 13, 2026 19:32
4cd4d59 to
bb62b31
Compare
renovate
Bot
force-pushed
the
renovate/cheerio-1.0.x-lockfile
branch
from
March 14, 2026 16:28
bb62b31 to
dca93d4
Compare
renovate
Bot
force-pushed
the
renovate/cheerio-1.0.x-lockfile
branch
from
April 15, 2026 14:48
dca93d4 to
7117780
Compare
renovate
Bot
force-pushed
the
renovate/cheerio-1.0.x-lockfile
branch
from
May 30, 2026 15:36
7117780 to
039818e
Compare
renovate
Bot
force-pushed
the
renovate/cheerio-1.0.x-lockfile
branch
from
July 18, 2026 03:42
039818e to
eb1a7b7
Compare
Dependency update (patch) :)
renovate
Bot
force-pushed
the
renovate/cheerio-1.0.x-lockfile
branch
from
August 1, 2026 14:02
eb1a7b7 to
a0bd21b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.0-rc.12→1.0.0Release Notes
cheeriojs/cheerio (cheerio)
v1.0.0Compare Source
Cheerio 1.0 is here! 🎉
Announcement Blog Post
Breaking Changes
The minimum NodeJS version is now 18.17 or higher #3959
Import paths were simplified. For example, use
cheerio/sliminstead ofcheerio/lib/slim. #3970The deprecated default Cheerio instance and static methods were removed. #3974
Before, it was possible to write code like this:
Make sure to always load documents first:
Node types previously re-exported by Cheerio must now be imported directly
from (
domhandler)(https://github.com/fb55/domhandler). #3969htmlparser2 options now reside exclusively under the
xmlkey (#2916):New Features
Fixes
cheerio/utilsby @blixt in #2601data, and simplify by @fb55 in #2818closestbe able to start from text nodes by @Qualtagh in #2811Other
Full Changelog: cheeriojs/cheerio@v1.0.0-rc.12...v1.0.0
Configuration
📅 Schedule: (in timezone Europe/Oslo)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.