Skip to content

chore(deps): update dependency cheerio to v1.2.0#3766

Open
renovate[bot] wants to merge 3 commits intomasterfrom
renovate/cheerio-1.x
Open

chore(deps): update dependency cheerio to v1.2.0#3766
renovate[bot] wants to merge 3 commits intomasterfrom
renovate/cheerio-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2026

This PR contains the following updates:

Package Change Age Confidence
cheerio (source) 1.0.0-rc.121.2.0 age confidence

Release Notes

cheeriojs/cheerio (cheerio)

v1.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: cheeriojs/cheerio@v1.1.2...v1.2.0

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 - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

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

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.

@asajjad2 asajjad2 self-assigned this Jan 27, 2026
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from dc70e93 to 3760be1 Compare January 27, 2026 14:08
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 3760be1 to 6168273 Compare January 27, 2026 14:25
@asajjad2
Copy link
Contributor

Blocked because of this error
Exception during run: Error: Package subpath './lib/utils' is not defined by "exports" in /home/runner/work/mitxpro/mitxpro/node_modules/cheerio/package.json

Enzyme v3.9.0 is incompatible with Cheerio v1.2.0, and upgrading Enzyme itself would require broad test refactoring.

@asajjad2 asajjad2 removed their assignment Jan 27, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Jan 27, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant