-
-
Notifications
You must be signed in to change notification settings - Fork 55
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 all (patch) #253
base: main
Are you sure you want to change the base?
Conversation
Branch automerge failureThis PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/vvoyer/tzdb/9RpmFrQvapNkdTV4kbdN2pTNYaBZ [Deployment for 6a4adbf failed] |
e0c6f2e
to
6ce56d7
Compare
6ce56d7
to
6a4adbf
Compare
6a4adbf
to
c2d8fc0
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
c2d8fc0
to
afc8f2b
Compare
afc8f2b
to
fe15be1
Compare
fe15be1
to
7d2c6b8
Compare
7d2c6b8
to
1b67c08
Compare
1b67c08
to
f099bd0
Compare
f099bd0
to
1128428
Compare
1128428
to
44df81e
Compare
44df81e
to
9be24fe
Compare
9be24fe
to
f0567fe
Compare
f0567fe
to
9d14363
Compare
6d6c052
to
590f32f
Compare
590f32f
to
3f2cac0
Compare
3f2cac0
to
a686d30
Compare
a686d30
to
47d5028
Compare
47d5028
to
13dda76
Compare
13dda76
to
c4657cb
Compare
c4657cb
to
32c4f98
Compare
32c4f98
to
81f800a
Compare
81f800a
to
487d92a
Compare
487d92a
to
ae42c90
Compare
ae42c90
to
4afcedc
Compare
4afcedc
to
2c96258
Compare
2c96258
to
b8b22e5
Compare
b8b22e5
to
8d356e4
Compare
This PR contains the following updates:
1.0.0-rc.10
->1.0.0
2.3.0
->2.3.2
2.2.15
->2.2.18
1.0.29
->1.0.43
0.10.11
->0.10.14
Release Notes
cheeriojs/cheerio (cheerio)
v1.0.0
Compare Source
Cheerio 1.0 is here! 🎉
Announcement Blog Post
Breaking Changes
The minimum NodeJS version is now 18.17 or higher https://github.com/cheeriojs/cheerio/pull/3959
Import paths were simplified. For example, use
cheerio/slim
instead ofcheerio/lib/slim
. https://github.com/cheeriojs/cheerio/pull/3970The deprecated default Cheerio instance and static methods were removed. https://github.com/cheeriojs/cheerio/pull/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). https://github.com/cheeriojs/cheerio/pull/3969htmlparser2 options now reside exclusively under the
xml
key (https://github.com/cheeriojs/cheerio/pull/2916):New Features
Fixes
cheerio/utils
by @blixt in https://github.com/cheeriojs/cheerio/pull/2601data
, and simplify by @fb55 in https://github.com/cheeriojs/cheerio/pull/2818closest
be able to start from text nodes by @Qualtagh in https://github.com/cheeriojs/cheerio/pull/2811Other
Full Changelog: cheeriojs/cheerio@v1.0.0-rc.12...v1.0.0
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
moment/luxon (luxon)
v2.3.2
Compare Source
v2.3.1
Compare Source
includeOffsetSpace
option totoSQL
andtoSQLTime
toUnixInteger
-0
when negating durations with zeros in themmatzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)
v2.2.18
Compare Source
Bug Fixes
v2.2.17
Compare Source
Bug Fixes
v2.2.16
Compare Source
Bug Fixes
rogierschouten/tzdata-generate (tzdata)
v1.0.43
: tzdata 2025aCompare Source
v1.0.42
Compare Source
v1.0.41
: tz data 2024bCompare Source
tz data 2024b
v1.0.40
: tzdata 2024aCompare Source
Briefly:
Kazakhstan unifies on UTC+5 beginning 2024-03-01.
Palestine springs forward a week later after Ramadan.
zic no longer pretends to support indefinite-past DST.
localtime no longer mishandles Ciudad Juárez in 2422.
Changes to future timestamps
Changes to past timestamps
v1.0.39
: tzdata 2023dCompare Source
v1.0.38
: tzdata 2023cCompare Source
v1.0.37
: tz data 2023bCompare Source
v1.0.36
Compare Source
v1.0.35
: tz data 2022gCompare Source
v1.0.34
: txdata 2022eCompare Source
v1.0.33
: tzdata 2022dCompare Source
v1.0.32
: tz data 2022cCompare Source
v1.0.31
: tz data 2022bCompare Source
v1.0.30
: tz data 2022aCompare Source
ZJONSSON/node-unzipper (unzipper)
v0.10.14
Compare Source
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.