jaywcjlove / svgtofont

Read a set of SVG icons and ouput a TTF/EOT/WOFF/WOFF2/SVG font.
https://jaywcjlove.github.io/svgtofont
MIT License
545 stars 86 forks source link

fix(deps): update dependency cheerio to v1.0.0-rc.6 #81

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cheerio (source) 1.0.0-rc.5 -> 1.0.0-rc.6 age adoption passing confidence

Release Notes

cheeriojs/cheerio ### [`v1.0.0-rc.6`](https://togithub.com/cheeriojs/cheerio/releases/v1.0.0-rc.6) [Compare Source](https://togithub.com/cheeriojs/cheerio/compare/v1.0.0-rc.5...v1.0.0-rc.6) **Breaking:** - Fixed the ordering of the output of several methods, including `prevAll`, `prevUntil` and `parentsUntil`. The new order matches jQuery. _This release contains three breaking changes inherited from dependencies._ - Selectors (see [css-select@4.0.0](https://togithub.com/fb55/css-select/releases/tag/v4.0.0)): - Several pseudo selectors are now stricter, in line with the HTML spec. - Some attributes are now case-insensitive based on the HTML spec. - DOM: - In XML mode, all elements will have `type: 'tag'`. **New features:** - Add `.unwrap` ([#​1651](https://togithub.com/cheeriojs/cheerio/issues/1651) by [@​5saviahv](https://togithub.com/5saviahv)) [`2037d83`](https://togithub.com/cheeriojs/cheerio/commit/2037d83) - Add `.wrapAll` ([#​1590](https://togithub.com/cheeriojs/cheerio/issues/1590) by [@​5saviahv](https://togithub.com/5saviahv)) [`cd4a4d9`](https://togithub.com/cheeriojs/cheerio/commit/cd4a4d9) - Support `prop('innerHTML')` ([#​1578](https://togithub.com/cheeriojs/cheerio/issues/1578) by [@​fb55](https://togithub.com/fb55)) [`c58258f`](https://togithub.com/cheeriojs/cheerio/commit/c58258f) - Expose the `scriptingEnabled` parse5 option ([#​1707](https://togithub.com/cheeriojs/cheerio/issues/1707) by [@​5saviahv](https://togithub.com/5saviahv)) [`7eb4cc4`](https://togithub.com/cheeriojs/cheerio/commit/7eb4cc4) - By setting `scriptingEnabled` to `false`, it is now possible to parse the contents of `

Configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.