StoDevX / AAO-React-Native

The St. Olaf community, now in pocket size.
GNU Affero General Public License v3.0
42 stars 16 forks source link

Update dependency htmlparser2 to v9 #7071

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

fb55/htmlparser2 (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 ### [`v8.0.2`](https://togithub.com/fb55/htmlparser2/releases/tag/v8.0.2) [Compare Source](https://togithub.com/fb55/htmlparser2/compare/v8.0.1...v8.0.2) #### Bug Fixes - Reset tokenizer baseState after closing tag name by [@​KillyMXI](https://togithub.com/KillyMXI) in [https://github.com/fb55/htmlparser2/pull/1460](https://togithub.com/fb55/htmlparser2/pull/1460) #### Other changes - Dependency version bumps - GitHub Workflows security hardening by [@​sashashura](https://togithub.com/sashashura) in [https://github.com/fb55/htmlparser2/pull/1365](https://togithub.com/fb55/htmlparser2/pull/1365) - refactor(lint): Add `eslint-plugin-n` and `-unicorn` by [@​fb55](https://togithub.com/fb55) in [https://github.com/fb55/htmlparser2/pull/1352](https://togithub.com/fb55/htmlparser2/pull/1352) - chore(test): Move from JSON tests to specs by [@​fb55](https://togithub.com/fb55) in [https://github.com/fb55/htmlparser2/pull/1354](https://togithub.com/fb55/htmlparser2/pull/1354) - docs(readme): Use GitHub Actions CI badge by [@​fb55](https://togithub.com/fb55) in [https://github.com/fb55/htmlparser2/pull/1374](https://togithub.com/fb55/htmlparser2/pull/1374) #### New Contributors - [@​sashashura](https://togithub.com/sashashura) made their first contribution in [https://github.com/fb55/htmlparser2/pull/1365](https://togithub.com/fb55/htmlparser2/pull/1365) - [@​KillyMXI](https://togithub.com/KillyMXI) made their first contribution in [https://github.com/fb55/htmlparser2/pull/1460](https://togithub.com/fb55/htmlparser2/pull/1460) **Full Changelog**: https://github.com/fb55/htmlparser2/compare/v8.0.1...v8.0.2

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.