Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency truncate-html to v1.1.2 #1475

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
truncate-html 1.0.4 -> 1.1.2 age adoption passing confidence

Release Notes

oe/truncate-html (truncate-html)

v1.1.2: Fix Cheerio's break changes

Compare Source

Cheerio released stable v1.0 a few days ago, but its APIs are very different from the latest beta version 1.0.0-rc.12, which breaks this lib.

The v1.1.2 release has pinned the cheerio version to 1.0.0-rc.12 to fix the cheerio problem.

Reference:

  1. Cheerio 1.0 released, batteries included 🔋
  2. cheerio#4024, more issues about cheerio

Cheerio spent years on beta version of 1.0, and then bring so many break changes in stable version? Unbelievable!

v1.1.1

Compare Source

v1.1.0: update cheerio to v1.0.0-rc.12

Compare Source

There are several changes:

  1. no vulnerabilities
    CleanShot 2023-06-17 at 20 37 48
  2. cheerio can now handle CJK characters correctly
  3. if you are using custom cheerio instance with this library, you should set the third parameter of cheerio.load to false to get rid of extra wrappers, see load for details.
  4. better support for typescript

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

Copy link

codecov bot commented Sep 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.78%. Comparing base (6c11947) to head (ef1dc8b).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1475   +/-   ##
=======================================
  Coverage   87.78%   87.78%           
=======================================
  Files         310      310           
  Lines        5320     5320           
  Branches     1350     1350           
=======================================
  Hits         4670     4670           
  Misses        633      633           
  Partials       17       17           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/truncate-html-1.x branch 9 times, most recently from 33b922e to 90202b0 Compare September 19, 2024 16:57
@renovate renovate bot force-pushed the renovate/truncate-html-1.x branch 9 times, most recently from ecfce68 to 3e3841e Compare September 23, 2024 19:16
@renovate renovate bot force-pushed the renovate/truncate-html-1.x branch 2 times, most recently from d9a4104 to d6a0fd8 Compare October 1, 2024 15:09
@renovate renovate bot force-pushed the renovate/truncate-html-1.x branch from d6a0fd8 to 8991202 Compare October 3, 2024 21:38
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.

0 participants