Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 29, 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: 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 changed the title chore(deps): update dependency cheerio to v1.0.0 chore(deps): update dependency cheerio to v1.0.0 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/cheerio-1.x branch December 8, 2024 18:24
@renovate renovate bot changed the title chore(deps): update dependency cheerio to v1.0.0 - autoclosed chore(deps): update dependency cheerio to v1.0.0 Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from c49c4a7 to 5f617fb Compare December 8, 2024 23:11
@renovate renovate bot changed the title chore(deps): update dependency cheerio to v1.0.0 chore(deps): update dependency cheerio to v1.1.0 Jun 8, 2025
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 5f617fb to eaef5eb Compare June 8, 2025 21:33
@renovate renovate bot changed the title chore(deps): update dependency cheerio to v1.1.0 chore(deps): update dependency cheerio to v1.1.1 Jul 21, 2025
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from eaef5eb to 118dd6c Compare July 21, 2025 02:56
@renovate renovate bot changed the title chore(deps): update dependency cheerio to v1.1.1 chore(deps): update dependency cheerio to v1.1.2 Jul 21, 2025
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 118dd6c to 2b04778 Compare July 21, 2025 14:05
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 2b04778 to 550c21a Compare August 10, 2025 14:05
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 550c21a to e6ac3af Compare August 19, 2025 13:05
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from e6ac3af to 35426ce Compare August 31, 2025 13:04
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 35426ce to 0c67019 Compare September 25, 2025 18:25
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.

1 participant