Closed renovate[bot] closed 3 weeks ago
This PR contains the following updates:
^0.8.10
^0.9.0
📅 Schedule: 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
This PR contains the following updates:
^0.8.10
->^0.9.0
Release Notes
xmldom/xmldom (@xmldom/xmldom)
### [`v0.9.4`](https://redirect.github.com/xmldom/xmldom/blob/HEAD/CHANGELOG.md#094) [Compare Source](https://redirect.github.com/xmldom/xmldom/compare/0.9.3...0.9.4) ##### Fixed - restore performance for large amount of child nodes [`#748`](https://redirect.github.com/xmldom/xmldom/issues/748) / [`#760`](https://redirect.github.com/xmldom/xmldom/pull/760) - types: correct error handler level to `warning` ([#759](https://redirect.github.com/xmldom/xmldom/issues/759)) [`#754`](https://redirect.github.com/xmldom/xmldom/issues/754) / [`#759`](https://redirect.github.com/xmldom/xmldom/pull/759) ##### Docs - test: verify BOM handling [`#758`](https://redirect.github.com/xmldom/xmldom/pull/758) Thank you, [@luffynando](https://redirect.github.com/luffynando), [@mattiasw](https://redirect.github.com/mattiasw), [@JoinerDev](https://redirect.github.com/JoinerDev), for your contributions. ### [`v0.9.3`](https://redirect.github.com/xmldom/xmldom/blob/HEAD/CHANGELOG.md#093) [Compare Source](https://redirect.github.com/xmldom/xmldom/compare/0.9.2...0.9.3) ##### Fixed - restore more `Node` and `ProcessingInstruction` types [`#725`](https://redirect.github.com/xmldom/xmldom/issues/725) / [`#726`](https://redirect.github.com/xmldom/xmldom/pull/726) - `getElements*` methods return `LiveNodeList<Element>` [`#731`](https://redirect.github.com/xmldom/xmldom/issues/731) / [`#734`](https://redirect.github.com/xmldom/xmldom/pull/734) - Add more missing `Node` props [`#728`](https://redirect.github.com/xmldom/xmldom/pull/728), triggered by unclosed [`#724`](https://redirect.github.com/xmldom/xmldom/pull/724) ##### Docs - Update supported runtimes in readme (NodeJS >= 14.6 and other [ES5 compatible runtimes](https://compat-table.github.io/compat-table/es5/)) ##### Chore - updates devDependencies Thank you, [@Ponynjaa](https://redirect.github.com/Ponynjaa), [@ayZagen](https://redirect.github.com/ayZagen), [@sserdyuk](https://redirect.github.com/sserdyuk), [@wydengyre](https://redirect.github.com/wydengyre), [@mykola-mokhnach](https://redirect.github.com/mykola-mokhnach), [@benkroeger](https://redirect.github.com/benkroeger), for your contributions. ### [`v0.9.2`](https://redirect.github.com/xmldom/xmldom/blob/HEAD/CHANGELOG.md#092) [Compare Source](https://redirect.github.com/xmldom/xmldom/compare/0.9.1...0.9.2) ##### Feature - add `Element.getElementsByClassName` [`#722`](https://redirect.github.com/xmldom/xmldom/pull/722) ##### Fixed - add missing types for `Document.documentElement` and `Element.tagName` [`#721`](https://redirect.github.com/xmldom/xmldom/pull/721) [`#720`](https://redirect.github.com/xmldom/xmldom/issues/720) Thank you, [@censujiang](https://redirect.github.com/censujiang), [@Mathias-S](https://redirect.github.com/Mathias-S), for your contributions ### [`v0.9.1`](https://redirect.github.com/xmldom/xmldom/blob/HEAD/CHANGELOG.md#091) [Compare Source](https://redirect.github.com/xmldom/xmldom/compare/0.9.0...0.9.1) ##### Fixed - DOMParser.parseFromString requires mimeType as second argument [`#713`](https://redirect.github.com/xmldom/xmldom/pull/713) - correct spelling of `isHTMLMimeType` in type definition [`#715`](https://redirect.github.com/xmldom/xmldom/pull/715) / [`#712`](https://redirect.github.com/xmldom/xmldom/issues/712) - sync types with exports [`#717`](https://redirect.github.com/xmldom/xmldom/pull/717) / [`#285`](https://redirect.github.com/xmldom/xmldom/issues/285) / [`#695`](https://redirect.github.com/xmldom/xmldom/issues/695) ##### Other - minimum tested node version is 14 [`#710`](https://redirect.github.com/xmldom/xmldom/pull/710) Thank you, [@krystofwoldrich](https://redirect.github.com/krystofwoldrich), [@marvinruder](https://redirect.github.com/marvinruder), [@amacneil](https://redirect.github.com/amacneil), [@defunctzombie](https://redirect.github.com/defunctzombie), [@tjhorner](https://redirect.github.com/tjhorner), [@danon](https://redirect.github.com/danon), for your contributions ### [`v0.9.0`](https://redirect.github.com/xmldom/xmldom/blob/HEAD/CHANGELOG.md#090) [Compare Source](https://redirect.github.com/xmldom/xmldom/compare/0.8.10...0.9.0) - [Discussion](https://redirect.github.com/xmldom/xmldom/discussions/435) - [Summary on dev.to](https://dev.to/karfau/release-090-of-xmldomxmldom-4106) ##### Features - feat: expose all DOM level 2 element prototypes [`#637`](https://redirect.github.com/xmldom/xmldom/pull/637) / [`#40`](https://redirect.github.com/xmldom/xmldom/issues/40) - feat: add iterator function to NodeList and NamedNodeMap [`#634`](https://redirect.github.com/xmldom/xmldom/pull/634) / [`#633`](https://redirect.github.com/xmldom/xmldom/issues/633) ##### Fixed - parse empty/whitspace only doctype internal subset [`#692`](https://redirect.github.com/xmldom/xmldom/pull/692) - avoid prototype clash in namespace prefix [`#554`](https://redirect.github.com/xmldom/xmldom/pull/554) - report fatalError when doctype is inside elements [`#550`](https://redirect.github.com/xmldom/xmldom/pull/550) ##### Other - test: add fuzz target and regression tests [`#556`](https://redirect.github.com/xmldom/xmldom/pull/556) - chore: improve .gitignore and provide .envrc.template [`#697`](https://redirect.github.com/xmldom/xmldom/pull/697) - chore: Apply security best practices [`#546`](https://redirect.github.com/xmldom/xmldom/pull/546) - ci: check test coverage in PRs [`#524`](https://redirect.github.com/xmldom/xmldom/pull/524) - docs: add missing commas to readme [`#566`](https://redirect.github.com/xmldom/xmldom/pull/566) - docs: click to copy install command in readme [`#644`](https://redirect.github.com/xmldom/xmldom/pull/644) - docs: enhance jsdoc comments [`#511`](https://redirect.github.com/xmldom/xmldom/pull/511) Thank you, [@kboshold](https://redirect.github.com/kboshold), [@edi9999](https://redirect.github.com/edi9999), [@apupier](https://redirect.github.com/apupier), [@shunkica](https://redirect.github.com/shunkica), [@homer0](https://redirect.github.com/homer0), [@jhauga](https://redirect.github.com/jhauga), [@UdayKharatmol](https://redirect.github.com/UdayKharatmol), for your contributionsConfiguration
📅 Schedule: 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.