1keiuu / portfolio21

0 stars 0 forks source link

Bump node-html-parser from 2.1.0 to 5.1.0 #220

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps node-html-parser from 2.1.0 to 5.1.0.

Release notes

Sourced from node-html-parser's releases.

v5.1.0

5.1.0 (2021-10-28)

⚠ BREAKING CHANGES

  • Add esm named export support (closes #160 closes #139)

Features

  • Add esm named export support (closes #160 closes #139) (0d4b922)
  • Added HTMLElement#getElementsByTagName (d462e44)
  • Expose HTMLElement#rawAttrs (make public) (34f1595)
  • 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)

v5.0.0

5.0.0 (2021-10-10)

⚠ BREAKING CHANGES

  • Add esm named export support (closes #160 closes #139)

Features

  • Add 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)

v4.1.5

  • Merge pull request #146 from the-self-taught-programmer/issue#136 d231bfd
  • Merge pull request #148 from nonara/fix-144 fd3ec55
  • add test df01360
  • Accommodate uppercase A tag name 5a44c8f
  • normalize to tab indents 3539fe2
  • fix issue #144 (deeply nested A) 03c8dca
  • Update 51.js test 87d0b19
  • Add 136 test e37dbef
  • Fix #51 and #136 bcc35e2
  • Add prettier config file ee40f63
  • Ignore package-lock.json 4fa20f1
  • remove comments bb25db7

... (truncated)

Changelog

Sourced from node-html-parser's changelog.

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
  • 31c6d86 chore(release): 5.1.0
  • 34f1595 feat: Expose HTMLElement#rawAttrs (make public)
  • 0fc4cf5 build: Update lockfile
  • 8f54301 build(eslint): Update rules to fix errors in latest eslint
  • e53a7b5 build(mocha): Ensure mocha runs all tests on all platforms
  • 3ac1373 docs(readme): Corrected build badge (set branch to 'main')
  • 3bc6cbd build(npm): Fixed test scripts
  • 34cb47f chore(release): 5.0.0
  • 7e0511f build(git): Fix publish action
  • 51c7418 build: Updated lockfile + cleaned package.json
  • Additional commits viewable in compare view


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 #236.