dialog
dialog copied to clipboard
chore: Bump cheerio from 1.0.0-rc.12 to 1.1.0
Bumps cheerio from 1.0.0-rc.12 to 1.1.0.
Release notes
Sourced from cheerio's releases.
v1.1.0
What's Changed
- fix(attributes): support
.propon document nodes by@fb55in cheeriojs/cheerio#4320- fix(types): fix ExtractedValue type by
@ben-tildenin cheeriojs/cheerio#4334- Add a field
browsertopackage.jsonroot by@UNIDY2002in cheeriojs/cheerio#4033- Upgraded dependencies
Doc Improvements
- docs(blog): fix loading documents url by
@TonyRLin cheeriojs/cheerio#4002- docs: fix function load() link by
@ya-luotaoin cheeriojs/cheerio#4013- docs: correct loadBuffer() name in example by
@arichardsmithin cheeriojs/cheerio#4270- Update attr setter jsdoc by
@thymingin cheeriojs/cheerio#4469- docs: use code block for install, mention yarn and bun by
@Electroidin cheeriojs/cheerio#4454- docs: Replace
.htmlwith.propfor outerHTML by@fb55in cheeriojs/cheerio#4321New Contributors
@TonyRLmade their first contribution in cheeriojs/cheerio#4002@ya-luotaomade their first contribution in cheeriojs/cheerio#4013@arichardsmithmade their first contribution in cheeriojs/cheerio#4270@UNIDY2002made their first contribution in cheeriojs/cheerio#4033@AzeemSupmade their first contribution in cheeriojs/cheerio#4189@ben-tildenmade their first contribution in cheeriojs/cheerio#4334@Electroidmade their first contribution in cheeriojs/cheerio#4454@thymingmade their first contribution in cheeriojs/cheerio#4469Full Changelog: https://github.com/cheeriojs/cheerio/compare/v1.0.0...v1.1.0
v1.0.0
Cheerio 1.0 is here! 🎉
Announcement Blog Post
Breaking Changes
The minimum NodeJS version is now 18.17 or higher cheeriojs/cheerio#3959
Import paths were simplified. For example, use
cheerio/sliminstead ofcheerio/lib/slim. cheeriojs/cheerio#3970The deprecated default Cheerio instance and static methods were removed. cheeriojs/cheerio#3974
Before, it was possible to write code like this:
import cheerio, { html } from 'cheerio';html(cheerio('<test></test>')); // ~ '<test></test>' -- NO LONGER WORKS
Make sure to always load documents first:
... (truncated)
Commits
59716831.1.05568537feat(options): Document DomSerializer options240beecchore(sponsors): Log fetch results to GitHub Actions526b1ffRevert "chore(sponsors): Format before committing"0372996chore(website): Enable docusaurus v4 preview3705da0chore(sponsors): Fix filtering logicc0021a3chore(sponsors): Format before committing632345fchore: Upgrade to eslint 9 with flat config (#4579)1709ccebuild(deps-dev): bump@octokit/graphqlfrom 8.2.2 to 9.0.1 (#4580)a70bb7bbuild(deps-dev): bump@vitest/coverage-v8from 3.2.1 to 3.2.2 (#4610)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)