-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency cheerio to v1.0.0-rc.12 #74
Conversation
e343027
to
9587987
Compare
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #74 +/- ##
===========================================
- Coverage 87.73% 75.32% -12.42%
===========================================
Files 20 20
Lines 473 458 -15
Branches 40 36 -4
===========================================
- Hits 415 345 -70
- Misses 58 113 +55
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
317cb61
to
7f1a3f1
Compare
7f1a3f1
to
070b334
Compare
82941b0
to
939593b
Compare
bf699f0
to
6d80b93
Compare
8b07096
to
72643a2
Compare
8de66cb
to
5a4c561
Compare
5a4c561
to
b5fd377
Compare
facf75d
to
e5d7ed8
Compare
d4d815c
to
c73ad48
Compare
9d8ea27
to
5e02e5d
Compare
d660d8e
to
4d5c712
Compare
e974958
to
01c7060
Compare
6167c6a
to
b7ef75f
Compare
949c7fa
to
651e8d1
Compare
308fb4c
to
b20aae5
Compare
b20aae5
to
64c3b4a
Compare
64c3b4a
to
2cdbef2
Compare
45ca451
to
c3bc9f8
Compare
279f675
to
7053c83
Compare
7053c83
to
8bba0da
Compare
8bba0da
to
11008a4
Compare
11008a4
to
4e22b51
Compare
4e22b51
to
40a03b8
Compare
9a899bc
to
488d8a8
Compare
488d8a8
to
1f3b37a
Compare
1f3b37a
to
8875685
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update (1.0.0-rc.12). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
1.0.0-rc.9
->1.0.0-rc.12
Release Notes
cheeriojs/cheerio
v1.0.0-rc.12
Compare Source
Bugfix release. Fixed issues:
prop
undefined handling with jQuery by @fb55 in https://github.com/cheeriojs/cheerio/pull/2557cheerio/lib/utils
by @blixt in https://github.com/cheeriojs/cheerio/pull/2601New Contributors
Full Changelog: cheeriojs/cheerio@v1.0.0-rc.11...v1.0.0-rc.12
v1.0.0-rc.11
Compare Source
[email protected]
is hopefully the last RC before the 1.0.0 release of Cheerio. There are two APIs that will be added for the next major release: Anexract
method (https://github.com/cheeriojs/cheerio/issues/2523) and NodeJS specific loader methods (https://github.com/cheeriojs/cheerio/issues/2051). These are still in flux and I'd appreciate feedback on the proposals.A big thank you to everyone that contributed to this release! This includes code contributors, as well as the amazing financial support on GitHub Sponsors!
Under the hood, a lot of work for this release went into updating parse5, cheerio's default HTML parser. Have a look at parse5's release notes to see what has changed there.
Breaking
script
andstyle
contents are added again in.text()
https://github.com/cheeriojs/cheerio/pull/2509.text()
to.prop('innerText')
Features
cheerio-select
https://github.com/cheeriojs/cheerio/pull/2511pseudos
option..prop()
method:textContent
andinnerText
props https://github.com/cheeriojs/cheerio/pull/2214baseURI
option, which will lead tohref
andsrc
props to be resolved as URLs. https://github.com/cheeriojs/cheerio/pull/2510slim
export, which will always use htmlparser2 https://github.com/cheeriojs/cheerio/pull/1960Fixes
text
turn passed values to strings https://github.com/cheeriojs/cheerio/pull/2047undefined
in the return type ofget
by @glen-84 in https://github.com/cheeriojs/cheerio/pull/2392undefined
return value https://github.com/cheeriojs/cheerio/pull/2505Refactor
domutils
module directly https://github.com/cheeriojs/cheerio/pull/1928isHTML
https://github.com/cheeriojs/cheerio/pull/1935load
https://github.com/cheeriojs/cheerio/pull/1951closest
https://github.com/cheeriojs/cheerio/pull/2057Development Experience
Docs
New Contributors
Full Changelog: cheeriojs/cheerio@v1.0.0-rc.10...v1.0.0-rc.11
v1.0.0-rc.10
Compare Source
Fixes:
.html(node)
now moves passed nodes (#1923, fixes #940)258b26b
b393e4a
8f55dd8
filter
work on all collections (#1870, fixes #1867)fb8d31e
5cd2b9c
Documentation:
880fd2c
e0c7cbb
require
5dfbd35
Refactors:
traversing
(#1909)58e090a
is
totraversing
, optimize (#1908)1c6fa3e
domEach
(#1892)feda230
load
export a function (#1869)c370f4e
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.