xdebug / vscode-php-debug

PHP Debug Adapter for Visual Studio Code 🐞⛔
MIT License
778 stars 178 forks source link

fix(deps): update dependency @xmldom/xmldom to ^0.9.3 #940

Open renovate[bot] opened 11 months ago

renovate[bot] commented 11 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@xmldom/xmldom ^0.8.4 -> ^0.9.3 age adoption passing confidence

Release Notes

xmldom/xmldom (@​xmldom/xmldom) ### [`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 contributions ### [`v0.8.10`](https://redirect.github.com/xmldom/xmldom/blob/HEAD/CHANGELOG.md#0810) [Compare Source](https://redirect.github.com/xmldom/xmldom/compare/0.8.9...0.8.10) ##### Fixed - dom: prevent iteration over deleted items [`#514`](https://redirect.github.com/xmldom/xmldom/pull/514)/ [`#499`](https://redirect.github.com/xmldom/xmldom/issues/499) Thank you, [@​qtow](https://redirect.github.com/qtow), for your contributions ### [`v0.8.9`](https://redirect.github.com/xmldom/xmldom/blob/HEAD/CHANGELOG.md#089) [Compare Source](https://redirect.github.com/xmldom/xmldom/compare/0.8.8...0.8.9) ##### Fixed - Set nodeName property in ProcessingInstruction [`#509`](https://redirect.github.com/xmldom/xmldom/pull/509) / [`#505`](https://redirect.github.com/xmldom/xmldom/issues/505) Thank you, [@​cjbarth](https://redirect.github.com/cjbarth), for your contributions ### [`v0.8.8`](https://redirect.github.com/xmldom/xmldom/blob/HEAD/CHANGELOG.md#088) [Compare Source](https://redirect.github.com/xmldom/xmldom/compare/0.8.7...0.8.8) ##### Fixed - extend list of HTML entities [`#489`](https://redirect.github.com/xmldom/xmldom/pull/489) Thank you, [@​zorkow](https://redirect.github.com/zorkow), for your contributions ### [`v0.8.7`](https://redirect.github.com/xmldom/xmldom/blob/HEAD/CHANGELOG.md#087) [Compare Source](https://redirect.github.com/xmldom/xmldom/compare/0.8.6...0.8.7) ##### Fixed - properly parse closing where the last attribute has no value [`#485`](https://redirect.github.com/xmldom/xmldom/pull/485) / [`#486`](https://redirect.github.com/xmldom/xmldom/issues/486) Thank you, [@​bulandent](https://redirect.github.com/bulandent), for your contributions

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.



This PR was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 67.10%. Comparing base (3025d1f) to head (5b9d3b4). Report is 3 commits behind head on main.

:exclamation: Current head 5b9d3b4 differs from pull request most recent head b0d52d2

Please upload reports for the commit b0d52d2 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #940 +/- ## ======================================= Coverage 67.10% 67.10% ======================================= Files 14 14 Lines 1988 1988 Branches 393 393 ======================================= Hits 1334 1334 Misses 654 654 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.