ota-meshi / vuepress-plugin-full-text-search2

VuePress v2 plugin that adds full-text search box.
MIT License
34 stars 4 forks source link

fix(deps): update dependency htmlparser2 to v9 #48

Closed renovate[bot] closed 12 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
htmlparser2 ^8.0.0 -> ^9.0.0 age adoption passing confidence

Release Notes

fb55/htmlparser2 ### [`v9.0.0`](https://togithub.com/fb55/htmlparser2/releases/tag/v9.0.0) [Compare Source](https://togithub.com/fb55/htmlparser2/compare/v8.0.2...v9.0.0) #### Breaking Changes - The tokenizer now uses the `EntityDecoder` from the `entities` module [https://github.com/fb55/htmlparser2/pull/1480](https://togithub.com/fb55/htmlparser2/pull/1480) - Parsing of entities in attributes is now aligned with the HTML spec, and some inputs will produce different results. Eg. in `` the attribute value won't be modified any more. - The `ontextentity` tokenizer callback now has an `endIndex` argument; if you use the tokenizer directly, make sure indices are still the same. - Stacks inside the parser have been reversed. [https://github.com/fb55/htmlparser2/pull/1511](https://togithub.com/fb55/htmlparser2/pull/1511) #### Features - Added a `createDocumentStream` function, analogous to `createDomStream` (which is now deprecated) [https://github.com/fb55/htmlparser2/pull/1510](https://togithub.com/fb55/htmlparser2/pull/1510) **Full Changelog**: https://github.com/fb55/htmlparser2/compare/v8.0.2...v9.0.0

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 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 has been generated by Mend Renovate. View repository job log here.