Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2024

This PR contains the following updates:

Package Change Age Confidence
cheerio (source) 1.0.0-rc.12 -> 1.1.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cheeriojs/cheerio (cheerio)

v1.1.2

Compare Source

What's Changed

Full Changelog: cheeriojs/cheerio@v1.1.1...v1.1.2

v1.1.1

Compare Source


v1.1.0

Compare Source

What's Changed

Doc Improvements

New Contributors

Full Changelog: cheeriojs/cheerio@v1.0.0...v1.1.0

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 #​3959

  • Import paths were simplified. For example, use cheerio/slim instead of
    cheerio/lib/slim. #​3970

  • The deprecated default Cheerio instance and static methods were removed. #​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:

    import * as cheerio from 'cheerio';
    
    cheerio.load('<test></test>').html();
  • Node types previously re-exported by Cheerio must now be imported directly
    from (domhandler)(https://github.com/fb55/domhandler). #​3969

  • htmlparser2 options now reside exclusively under the xml key (#​2916):

    const $ = cheerio.load('<html>', {
      xml: {
        withStartIndices: true,
      },
    });

New Features

Fixes

Other

Full Changelog: cheeriojs/cheerio@v1.0.0-rc.12...v1.0.0


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Nov 22, 2024

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
rollout Error Error Sep 25, 2025 7:12pm

Copy link

Stale pull request message

Copy link

Stale pull request message

@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from f856675 to 36b457f Compare May 19, 2025 16:38
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from 36b457f to a6d3ae4 Compare June 8, 2025 22:46
@renovate renovate bot changed the title Update dependency cheerio to v1.0.0 Update dependency cheerio to v1.1.0 Jun 8, 2025
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from a6d3ae4 to 7752a9b Compare July 2, 2025 18:43
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from 7752a9b to 1ee6129 Compare July 20, 2025 22:07
@renovate renovate bot changed the title Update dependency cheerio to v1.1.0 Update dependency cheerio to v1.1.1 Jul 20, 2025
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from 1ee6129 to 796c1f9 Compare July 21, 2025 11:00
@renovate renovate bot changed the title Update dependency cheerio to v1.1.1 Update dependency cheerio to v1.1.2 Jul 21, 2025
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from 796c1f9 to 872202a Compare August 10, 2025 14:37
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from 872202a to 2c1a90f Compare August 19, 2025 17:34
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from 2c1a90f to a2cb129 Compare August 31, 2025 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants