Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 12, 2024

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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 12, 2024
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from 9b2fb7a to 7fcce62 Compare August 22, 2024 00:32
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from 7fcce62 to 280927d Compare October 7, 2024 22:07
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from 280927d to 643c182 Compare October 23, 2024 19:41
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from 643c182 to b87e43d Compare November 14, 2024 04:16
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch 3 times, most recently from b172444 to f79d6e1 Compare December 10, 2024 00:23
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from f79d6e1 to c79426d Compare December 21, 2024 21:41
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch 4 times, most recently from 2190411 to c17a9e7 Compare January 29, 2025 05:09
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from c17a9e7 to bf93587 Compare February 23, 2025 06:44
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from bf93587 to 62adf6f Compare March 13, 2025 15:24
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from 62adf6f to a09d6c5 Compare March 30, 2025 06:09
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from a09d6c5 to a3d9861 Compare April 27, 2025 04:06
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from a3d9861 to 23728da Compare May 24, 2025 11:36
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from 23728da to 4fa0c30 Compare June 13, 2025 00:10
@renovate renovate bot changed the title Update dependency cheerio to v1.0.0 Update dependency cheerio to v1.1.0 Jun 13, 2025
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from 4fa0c30 to 6ea8273 Compare June 28, 2025 15:55
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from 6ea8273 to e5ffb61 Compare July 23, 2025 23:44
@renovate renovate bot changed the title Update dependency cheerio to v1.1.0 Update dependency cheerio to v1.1.1 Jul 23, 2025
@renovate renovate bot changed the title Update dependency cheerio to v1.1.1 Update dependency cheerio to v1.1.2 Jul 24, 2025
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch 3 times, most recently from 977c269 to 6fee161 Compare August 11, 2025 17:02
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch 2 times, most recently from 60600d1 to 676d5b2 Compare August 20, 2025 20:45
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from 676d5b2 to 556e507 Compare August 31, 2025 10:31
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from 556e507 to 5d23f42 Compare September 13, 2025 23:45
@renovate renovate bot force-pushed the renovate/cheerio-1.x-lockfile branch from 5d23f42 to e269b50 Compare October 13, 2025 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant