Skip to content

Conversation

we-renovate[bot]
Copy link
Contributor

@we-renovate we-renovate bot commented Apr 1, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
cheerio (source) dependencies minor 1.0.0-rc.12 -> 1.1.2 OpenSSF Scorecard

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

@we-renovate we-renovate bot force-pushed the renovate/cheerio branch 6 times, most recently from e10709b to 0caf5c8 Compare April 8, 2025 07:29
@we-renovate we-renovate bot force-pushed the renovate/cheerio branch from 0caf5c8 to 19fa574 Compare April 14, 2025 08:30
@we-renovate we-renovate bot force-pushed the renovate/cheerio branch 2 times, most recently from 0736c80 to 4ede5d0 Compare April 22, 2025 09:34
@we-renovate we-renovate bot force-pushed the renovate/cheerio branch 2 times, most recently from 40bb7a4 to 23ec364 Compare May 7, 2025 08:28
@we-renovate we-renovate bot force-pushed the renovate/cheerio branch from 23ec364 to 1973187 Compare May 9, 2025 14:51
@we-renovate we-renovate bot force-pushed the renovate/cheerio branch 3 times, most recently from 85ec49f to af0c6c5 Compare May 27, 2025 09:04
@we-renovate we-renovate bot force-pushed the renovate/cheerio branch from af0c6c5 to e9def8a Compare June 6, 2025 11:49
@we-renovate we-renovate bot force-pushed the renovate/cheerio branch from e9def8a to fe01b8a Compare June 15, 2025 00:11
@we-renovate we-renovate bot changed the title fix(deps): update dependency cheerio to v1.0.0 fix(deps): update dependency cheerio to v1.1.0 Jun 15, 2025
@we-renovate we-renovate bot force-pushed the renovate/cheerio branch from fe01b8a to 63a8ac4 Compare June 18, 2025 06:55
@we-renovate we-renovate bot force-pushed the renovate/cheerio branch from 63a8ac4 to cab692a Compare June 27, 2025 09:38
@we-renovate we-renovate bot force-pushed the renovate/cheerio branch 2 times, most recently from 8f88212 to 87cbaf2 Compare July 13, 2025 00:11
@we-renovate we-renovate bot force-pushed the renovate/cheerio branch from 87cbaf2 to 054b9c8 Compare July 21, 2025 11:44
@we-renovate we-renovate bot changed the title fix(deps): update dependency cheerio to v1.1.0 fix(deps): update dependency cheerio to v1.1.2 Jul 21, 2025
@we-renovate we-renovate bot force-pushed the renovate/cheerio branch 2 times, most recently from 1d4f9a3 to ad9cd92 Compare July 22, 2025 08:25
@julia464
Copy link
Contributor

Tested locally and generally LGTM. Locally there seems to not be a build error for the english locale

@we-renovate we-renovate bot force-pushed the renovate/cheerio branch 4 times, most recently from 491d8bd to dce889b Compare July 28, 2025 14:29
@we-renovate we-renovate bot force-pushed the renovate/cheerio branch 4 times, most recently from c5548b4 to 2d7c64a Compare August 17, 2025 00:10
@we-renovate we-renovate bot force-pushed the renovate/cheerio branch 4 times, most recently from 9bcaed9 to dba7ba3 Compare August 22, 2025 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant