AppiumTestDistribution / appium-reporter-plugin

Appium2 plugin to generate html report with screenshots.
Apache License 2.0
30 stars 12 forks source link

Bump node-html-parser from 5.3.3 to 6.1.0 #20

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps node-html-parser from 5.3.3 to 6.1.0.

Release notes

Sourced from node-html-parser's releases.

v6.1.0

6.1.0 (2022-09-19)

Features

v6.0.0

6.0.0 (2022-09-08)

Bug Fixes

  • Preserve invalid nested A tags in AST (see #215 for detail) (374188f)

v5.4.2

5.4.2 (2022-08-30)

v5.4.2-0

5.1.0 (2021-10-28)

Features

  • Exposed HTMLElement#rawAttrs (made public) (34f1595)

v5.4.1

5.1.0 (2021-10-28)

Features

  • Exposed HTMLElement#rawAttrs (made public) (34f1595)

v5.4.0

5.1.0 (2021-10-28)

Features

  • Exposed HTMLElement#rawAttrs (made public) (34f1595)
Changelog

Sourced from node-html-parser's changelog.

6.1.0 (2022-09-19)

Features

6.0.0 (2022-09-08)

Bug Fixes

  • Preserve invalid nested A tags in AST (see #215 for detail) (374188f)

5.4.2 (2022-08-30)

5.1.0 (2021-10-28)

Features

  • Exposed HTMLElement#rawAttrs (made public) (34f1595)

5.0.0 (2021-10-10)

⚠ BREAKING CHANGES

  • Added esm named export support (0d4b922)

Features

  • Added esm named export support (closes #160 closes #139) (0d4b922)
  • Added HTMLElement#getElementsByTagName (d462e44)
  • Improved parsing performance + matching (closes #164) (3c5b8e2)

Bug Fixes

  • Add null to return type for HTMLElement#querySelector (closes #157) (2b65583)
  • blockTextElements incorrectly matching partial tag (detail) (fixes #156 fixes #124) (6823349)
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #25.