1keiuu / portfolio21

0 stars 0 forks source link

Bump node-html-parser from 2.1.0 to 5.0.0 #212

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps node-html-parser from 2.1.0 to 5.0.0.

Release notes

Sourced from node-html-parser's releases.

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

https://github.com/taoqf/node-fast-html-parser/compare/v4.1.4...v4.1.5

v4.1.4

  • fix issue #144 5ccddc7
  • fix issue #145 f6d406c

https://github.com/taoqf/node-fast-html-parser/compare/v4.1.3...v4.1.4

v4.1.3

No release notes provided.

v4.1.2

  • fix es target to es2019 #140 c848793

https://github.com/taoqf/node-fast-html-parser/compare/v4.1.1...v4.1.2

v4.1.1

  • es2015 #140 93f4cbb

... (truncated)

Changelog

Sourced from node-html-parser's changelog.

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
  • 3b34a88 chore(release): 5.0.0
  • 7e0511f build(git): Fix publish action
  • 51c7418 build: Updated lockfile + cleaned package.json
  • 638064f build(git): Updated workflows
  • 36fae26 build: Correct mocha config format
  • 5b8e944 build(deps): Pin eslint 7 (8.0 breaks plugins)
  • 1aca682 build: Commit lockfile (for consistency)
  • 3140baa refactor: Organized tests + added ability to test src or dist
  • 3c5b8e2 feat: Improved parsing performance + matching (closes #164)
  • b387a51 build(deps): Added standard-version to devDeps
  • 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 3 years ago

Superseded by #220.