Skip to content

chore(deps): update minor dependencies#271

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/minor-dependencies
Open

chore(deps): update minor dependencies#271
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/minor-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 31, 2023

This PR contains the following updates:

Package Change Age Confidence
cheerio (source) 1.0.0-rc.121.2.0 age confidence
prettier (source) 2.7.12.8.8 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

prettier/prettier (prettier)

v2.8.8

Compare Source

v2.8.7

Compare Source

v2.8.6

Compare Source

v2.8.5

Compare Source

v2.8.4

Compare Source

v2.8.3

Compare Source

v2.8.2

Compare Source

v2.8.1

Compare Source

v2.8.0

Compare Source


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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/minor-dependencies branch from a342819 to 8e201f0 Compare April 23, 2023 10:44
@renovate renovate Bot force-pushed the renovate/minor-dependencies branch from 8e201f0 to 6739603 Compare June 9, 2023 22:37
@renovate renovate Bot changed the title chore(deps): update minor dependencies chore(deps): update dependency prettier to v2.8.8 Jun 21, 2023
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.8.8 chore(deps): update minor dependencies Jun 22, 2023
@renovate renovate Bot force-pushed the renovate/minor-dependencies branch from 6739603 to b7e1371 Compare July 15, 2023 01:21
@renovate renovate Bot changed the title chore(deps): update minor dependencies chore(deps): update dependency prettier to v2.8.8 Jul 27, 2023
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.8.8 chore(deps): update minor dependencies Jun 8, 2025
@renovate renovate Bot force-pushed the renovate/minor-dependencies branch from b7e1371 to 9c930e3 Compare June 8, 2025 20:34
@renovate renovate Bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 4f0d0cb to c99478e Compare July 21, 2025 12:58
@renovate renovate Bot force-pushed the renovate/minor-dependencies branch from c99478e to faa2192 Compare August 10, 2025 13:01
@renovate renovate Bot force-pushed the renovate/minor-dependencies branch from faa2192 to 25b8e08 Compare August 19, 2025 17:09
@renovate renovate Bot force-pushed the renovate/minor-dependencies branch from 25b8e08 to 30ecfd8 Compare August 31, 2025 11:01
@renovate renovate Bot force-pushed the renovate/minor-dependencies branch from 30ecfd8 to b181cd2 Compare September 25, 2025 21:00
@renovate renovate Bot force-pushed the renovate/minor-dependencies branch from b181cd2 to e0378e2 Compare January 8, 2026 16:28
@renovate renovate Bot force-pushed the renovate/minor-dependencies branch from e0378e2 to 56702d4 Compare January 23, 2026 18:00
@renovate renovate Bot force-pushed the renovate/minor-dependencies branch from 56702d4 to 812660d Compare February 2, 2026 15:35
@renovate renovate Bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 352565c to d1cc22e Compare February 17, 2026 15:38
@renovate renovate Bot force-pushed the renovate/minor-dependencies branch from d1cc22e to 2a874e0 Compare March 13, 2026 14:44
@renovate renovate Bot force-pushed the renovate/minor-dependencies branch from 2a874e0 to 7e3eb70 Compare April 1, 2026 20:47
@renovate renovate Bot force-pushed the renovate/minor-dependencies branch from 7e3eb70 to 106b995 Compare April 29, 2026 20:49
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