Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 9, 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 - 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 2 times, most recently from bcb86c6 to b3d1507 Compare August 15, 2024 12:24
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from b3d1507 to ba056c1 Compare August 27, 2024 14:04
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from ba056c1 to 70fcbd4 Compare September 23, 2024 11:35
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch 2 times, most recently from 5eb9197 to 24e7ad6 Compare October 8, 2024 10:22
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 24e7ad6 to 0174019 Compare October 16, 2024 10:54
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 0174019 to 5d3007b Compare December 20, 2024 02:09
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch 4 times, most recently from 2bf1c5d to fe558ee Compare January 10, 2025 18:13
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch 2 times, most recently from 5597e27 to d91fd76 Compare January 21, 2025 11:47
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch 2 times, most recently from a0a58a7 to 75cf67c Compare February 11, 2025 12:41
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch 3 times, most recently from b02b921 to 37552e6 Compare February 25, 2025 14:30
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch 5 times, most recently from eace221 to 03e7dcf Compare March 10, 2025 12:11
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch 2 times, most recently from d34ff32 to e5ea380 Compare March 24, 2025 16:56
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch 2 times, most recently from f7128d7 to 9b65685 Compare April 2, 2025 12:02
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch 2 times, most recently from 9828eb7 to a5f389d Compare April 20, 2025 00:27
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch 4 times, most recently from 1392c53 to 6433040 Compare July 1, 2025 11:32
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch 2 times, most recently from 8396f09 to 8a14551 Compare July 20, 2025 23:35
@renovate renovate bot changed the title fix(deps): update dependency cheerio to v1.1.0 fix(deps): update dependency cheerio to v1.1.1 Jul 20, 2025
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 8a14551 to 8c2aaa9 Compare July 21, 2025 21:55
@renovate renovate bot changed the title fix(deps): update dependency cheerio to v1.1.1 fix(deps): update dependency cheerio to v1.1.2 Jul 21, 2025
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 8c2aaa9 to 87a0e4e Compare July 22, 2025 19:00
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch 5 times, most recently from 47e4b22 to 4c3cb5a Compare August 7, 2025 18:53
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch 2 times, most recently from 8fb9542 to 7dcabe5 Compare August 10, 2025 17:01
@renovate renovate bot changed the title fix(deps): update dependency cheerio to v1.1.2 Update dependency cheerio to v1.1.2 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch 2 times, most recently from ae26714 to b1ce59c Compare August 19, 2025 15:34
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch 2 times, most recently from 9b8e300 to 07efafc Compare August 31, 2025 12:06
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 07efafc to 0a7545c Compare September 10, 2025 19:24
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch 2 times, most recently from 7d4a462 to bd7069a Compare September 25, 2025 17:54
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from bd7069a to c600dba Compare October 2, 2025 11:06
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from c600dba to 405fe29 Compare October 21, 2025 19:49
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 405fe29 to 70906e0 Compare November 10, 2025 22:36
@renovate renovate bot force-pushed the renovate/cheerio-1.x branch from 70906e0 to cc5b4b3 Compare November 14, 2025 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant