1keiuu / portfolio21

0 stars 0 forks source link

Bump node-html-parser from 2.1.0 to 4.1.5 #204

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps node-html-parser from 2.1.0 to 4.1.5.

Release notes

Sourced from node-html-parser's releases.

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

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

v4.1.0

  • Merge pull request #138 from nonara/fix-137 f052ba3
  • build(deps): Add devDependency mocha-each 188a158
  • docs(readme): Add range property to readme eeda8cd
  • feat: Add range to nodes and fix whitespace issue (fixes #137) a64f336

https://github.com/taoqf/node-fast-html-parser/compare/v4.0.0...v4.1.0

v4.0.0

Breaking Changes

  • TextNode#text now properly returns HTML decoded text. In order to access the unencoded text, use TextNode#rawText
  • HtmlNode#structuredText is now returning HTML decoded text

... (truncated)

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 3 years ago

Superseded by #212.