dialog icon indicating copy to clipboard operation
dialog copied to clipboard

chore: Bump cheerio from 1.0.0-rc.12 to 1.1.0

Open dependabot[bot] opened this issue 4 months ago • 3 comments

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

Doc Improvements

New Contributors

Full 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/slim instead of cheerio/lib/slim. cheeriojs/cheerio#3970

  • The 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
  • 5971683 1.1.0
  • 5568537 feat(options): Document DomSerializer options
  • 240beec chore(sponsors): Log fetch results to GitHub Actions
  • 526b1ff Revert "chore(sponsors): Format before committing"
  • 0372996 chore(website): Enable docusaurus v4 preview
  • 3705da0 chore(sponsors): Fix filtering logic
  • c0021a3 chore(sponsors): Format before committing
  • 632345f chore: Upgrade to eslint 9 with flat config (#4579)
  • 1709cce build(deps-dev): bump @​octokit/graphql from 8.2.2 to 9.0.1 (#4580)
  • a70bb7b build(deps-dev): bump @​vitest/coverage-v8 from 3.2.1 to 3.2.2 (#4610)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Jun 09 '25 21:06 dependabot[bot]