Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 9, 2024

This PR contains the following updates:

Package Change Age Confidence
cheerio (source) ^0.22.0 -> ^1.0.0 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 - Monday through Friday ( * * * * 1-5 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 0b30775 to 5790c99 Compare October 14, 2024 03:37
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 5790c99 to a7cc54f Compare November 4, 2024 03:05
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from a7cc54f to bb15780 Compare January 16, 2025 02:45
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch 4 times, most recently from 8874e57 to f1dfe7d Compare April 29, 2025 05:31
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from f1dfe7d to b39ba19 Compare May 5, 2025 05:07
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from b39ba19 to 5af39ba Compare May 12, 2025 13:28
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 5af39ba to 7f4c43a Compare June 10, 2025 10:16
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch 5 times, most recently from 6984e6e to df48ae8 Compare July 8, 2025 12:04
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch 4 times, most recently from c98cc42 to 7cb9b8b Compare July 9, 2025 18:32
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 7cb9b8b to d23cc48 Compare July 21, 2025 15:31
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch 3 times, most recently from f8c5c71 to 8a423de Compare August 13, 2025 12:31
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 8a423de to e57c251 Compare August 19, 2025 12:09
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from e57c251 to 4d5924a Compare August 31, 2025 12:11
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