Skip to content

Navigation Menu

Sign in
Sign up

Update dependency cheerio to v1.2.0 - #118

Open
renovate[bot] wants to merge 1 commit into
master from
renovate/cheerio-1.x-lockfile
Open

Update dependency cheerio to v1.2.0 #118
renovate[bot] wants to merge 1 commit into
master from
renovate/cheerio-1.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Aug 12, 2024
edited
Loading

Copy link
Copy Markdown
Contributor

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: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 added the dependencies Pull requests that update a dependency file label Aug 12, 2024
renovate Bot force-pushed the renovate/cheerio-1.x-lockfile branch from 9b2fb7a to 7fcce62 Compare August 22, 2024 00:32
renovate Bot force-pushed the renovate/cheerio-1.x-lockfile branch from 7fcce62 to 280927d Compare October 7, 2024 22:07
renovate Bot force-pushed the renovate/cheerio-1.x-lockfile branch from 280927d to 643c182 Compare October 23, 2024 19:41
renovate Bot force-pushed the renovate/cheerio-1.x-lockfile branch from 643c182 to b87e43d Compare November 14, 2024 04:16
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 Bot force-pushed the renovate/cheerio-1.x-lockfile branch from f79d6e1 to c79426d Compare December 21, 2024 21:41
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 Bot force-pushed the renovate/cheerio-1.x-lockfile branch from c17a9e7 to bf93587 Compare February 23, 2025 06:44
renovate Bot force-pushed the renovate/cheerio-1.x-lockfile branch from bf93587 to 62adf6f Compare March 13, 2025 15:24
renovate Bot force-pushed the renovate/cheerio-1.x-lockfile branch from 62adf6f to a09d6c5 Compare March 30, 2025 06:09
renovate Bot force-pushed the renovate/cheerio-1.x-lockfile branch from a09d6c5 to a3d9861 Compare April 27, 2025 04:06
renovate Bot force-pushed the renovate/cheerio-1.x-lockfile branch from a3d9861 to 23728da Compare May 24, 2025 11:36
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 Bot force-pushed the renovate/cheerio-1.x-lockfile branch from 4fa0c30 to 6ea8273 Compare June 28, 2025 15:55
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 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 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 Bot force-pushed the renovate/cheerio-1.x-lockfile branch from 676d5b2 to 556e507 Compare August 31, 2025 10:31
renovate Bot force-pushed the renovate/cheerio-1.x-lockfile branch from 556e507 to 5d23f42 Compare September 13, 2025 23:45
renovate Bot force-pushed the renovate/cheerio-1.x-lockfile branch from 5d23f42 to e269b50 Compare October 13, 2025 12:48
renovate Bot force-pushed the renovate/cheerio-1.x-lockfile branch from e269b50 to dae0e2e Compare December 3, 2025 10:01
renovate Bot force-pushed the renovate/cheerio-1.x-lockfile branch 2 times, most recently from 98ca645 to 98e8aa1 Compare January 8, 2026 18:32
renovate Bot force-pushed the renovate/cheerio-1.x-lockfile branch 3 times, most recently from 36e3851 to becf886 Compare January 25, 2026 03:53
@renovate renovate Bot changed the title (削除) Update dependency cheerio to v1.1.2 (削除ここまで) (追記) Update dependency cheerio to v1.2.0 (追記ここまで) Jan 26, 2026
renovate Bot force-pushed the renovate/cheerio-1.x-lockfile branch from becf886 to ca5cb9e Compare February 2, 2026 18:55
renovate Bot force-pushed the renovate/cheerio-1.x-lockfile branch from ca5cb9e to 63fdd92 Compare February 14, 2026 00:09
renovate Bot force-pushed the renovate/cheerio-1.x-lockfile branch from 63fdd92 to 3e8e7eb Compare March 15, 2026 00:12
renovate Bot force-pushed the renovate/cheerio-1.x-lockfile branch from 3e8e7eb to a96fc3e Compare March 31, 2026 11:17
renovate Bot force-pushed the renovate/cheerio-1.x-lockfile branch from a96fc3e to b10b6e9 Compare April 15, 2026 13:43
renovate Bot force-pushed the renovate/cheerio-1.x-lockfile branch 3 times, most recently from 5985a84 to abddbc1 Compare June 4, 2026 09:10
renovate Bot force-pushed the renovate/cheerio-1.x-lockfile branch from abddbc1 to 38a9822 Compare June 11, 2026 16:34
renovate Bot force-pushed the renovate/cheerio-1.x-lockfile branch from 38a9822 to 2597eb6 Compare July 17, 2026 20:14
renovate Bot force-pushed the renovate/cheerio-1.x-lockfile branch from 2597eb6 to 6396fe7 Compare July 25, 2026 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants

AltStyle によって変換されたページ (->オリジナル) /