Skip to content

Navigation Menu

Sign in
Sign up

Update dependency cheerio to v1.2.0 - #224

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

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

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 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.

@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 branch from 493196e to d279851 Compare August 22, 2024 00:50
renovate Bot force-pushed the renovate/cheerio-1.x branch from d279851 to 96618eb Compare September 6, 2024 10:40
renovate Bot force-pushed the renovate/cheerio-1.x branch from 5370f60 to 546d5ca Compare October 6, 2024 16:43
renovate Bot force-pushed the renovate/cheerio-1.x branch from 546d5ca to 092c7fd Compare November 14, 2024 04:01
renovate Bot force-pushed the renovate/cheerio-1.x branch from 092c7fd to 5602575 Compare December 6, 2024 22:51
@renovate renovate Bot changed the title (削除) Update dependency cheerio to v1.0.0 (削除ここまで) (追記) Update dependency cheerio to v1.0.0 - autoclosed (追記ここまで) Dec 8, 2024
@renovate renovate Bot closed this Dec 8, 2024
renovate Bot deleted the renovate/cheerio-1.x branch December 8, 2024 18:50
@renovate renovate Bot changed the title (削除) Update dependency cheerio to v1.0.0 - autoclosed (削除ここまで) (追記) Update dependency cheerio to v1.0.0 (追記ここまで) Dec 8, 2024
@renovate renovate Bot reopened this Dec 8, 2024
renovate Bot force-pushed the renovate/cheerio-1.x branch 2 times, most recently from 5602575 to ada2f48 Compare December 10, 2024 02:11
renovate Bot force-pushed the renovate/cheerio-1.x branch from ada2f48 to 9624123 Compare December 24, 2024 19:54
renovate Bot force-pushed the renovate/cheerio-1.x branch 3 times, most recently from 3e58151 to d23c984 Compare January 29, 2025 05:22
renovate Bot force-pushed the renovate/cheerio-1.x branch from d23c984 to dd711a1 Compare February 23, 2025 05:33
renovate Bot force-pushed the renovate/cheerio-1.x branch from dd711a1 to 4ca7bab Compare March 30, 2025 06:48
renovate Bot force-pushed the renovate/cheerio-1.x branch from 4ca7bab to 673dedf Compare June 14, 2025 08:08
@renovate renovate Bot changed the title (削除) Update dependency cheerio to v1.0.0 (削除ここまで) (追記) Update dependency cheerio to v1.1.0 (追記ここまで) Jun 14, 2025
renovate Bot force-pushed the renovate/cheerio-1.x branch from 673dedf to c45e4c8 Compare June 29, 2025 06:45
renovate Bot force-pushed the renovate/cheerio-1.x branch from c45e4c8 to 556ddbe Compare July 27, 2025 16:01
@renovate renovate Bot changed the title (削除) Update dependency cheerio to v1.1.0 (削除ここまで) (追記) Update dependency cheerio to v1.1.2 (追記ここまで) Jul 27, 2025
renovate Bot force-pushed the renovate/cheerio-1.x branch from 556ddbe to 1b72fab Compare August 10, 2025 12:49
renovate Bot force-pushed the renovate/cheerio-1.x branch from 1b72fab to 1da5e55 Compare August 19, 2025 19:04
renovate Bot force-pushed the renovate/cheerio-1.x branch from 1da5e55 to 4307dbb Compare August 31, 2025 13:33
renovate Bot force-pushed the renovate/cheerio-1.x branch from 97bd38c to f076630 Compare October 13, 2025 12:46
renovate Bot force-pushed the renovate/cheerio-1.x branch from f076630 to 89be76b Compare December 3, 2025 13:08
renovate Bot force-pushed the renovate/cheerio-1.x branch 2 times, most recently from 0f8a102 to f7c97ce Compare January 8, 2026 17:03
renovate Bot force-pushed the renovate/cheerio-1.x branch 2 times, most recently from 7bd188c to 03e3d0f Compare January 26, 2026 18:04
@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 branch from 03e3d0f to 34528e5 Compare February 2, 2026 17:37
renovate Bot force-pushed the renovate/cheerio-1.x branch from 34528e5 to a01d346 Compare February 13, 2026 23:42
renovate Bot force-pushed the renovate/cheerio-1.x branch from a01d346 to db07452 Compare March 13, 2026 15:15
renovate Bot force-pushed the renovate/cheerio-1.x branch from db07452 to e81376e Compare April 15, 2026 19:57
renovate Bot force-pushed the renovate/cheerio-1.x branch from e81376e to dd9d0c7 Compare May 28, 2026 18:04
renovate Bot force-pushed the renovate/cheerio-1.x branch 2 times, most recently from 8daaf63 to 912d112 Compare June 15, 2026 02:12
renovate Bot force-pushed the renovate/cheerio-1.x branch from 912d112 to 6a242d5 Compare July 12, 2026 11:03
renovate Bot force-pushed the renovate/cheerio-1.x branch from 6a242d5 to bdcf279 Compare July 24, 2026 15:16
renovate Bot force-pushed the renovate/cheerio-1.x branch from bdcf279 to b2f347e Compare September 7, 2026 23:54
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 によって変換されたページ (->オリジナル) /