Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

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

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: Enabled.

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
Contributor Author

renovate bot commented Jun 9, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 8ecc1e9 to 358cf62 Compare June 21, 2025 02:00
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 358cf62 to e1c9713 Compare July 2, 2025 03:50
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch 3 times, most recently from 0cce385 to 47d83fe Compare July 21, 2025 01:46
@renovate renovate bot changed the title deps(dev): update dependency cheerio to v1.1.0 deps(dev): update dependency cheerio to v1.1.1 Jul 21, 2025
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 47d83fe to a254611 Compare July 21, 2025 09:56
@renovate renovate bot changed the title deps(dev): update dependency cheerio to v1.1.1 deps(dev): update dependency cheerio to v1.1.2 Jul 21, 2025
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from a254611 to 5ec82a7 Compare August 7, 2025 01:57
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 5ec82a7 to c15894d Compare August 19, 2025 19:29
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from c15894d to 0bc3146 Compare August 31, 2025 10:07
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 0bc3146 to 9d05fad Compare September 24, 2025 21:54
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 9d05fad to 30502a8 Compare September 27, 2025 17:14
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