simonihmig / ember-cli-bundle-analyzer

Analyze the size and contents of your Ember app's bundles
MIT License
99 stars 2 forks source link

Bump node-html-light from 1.4.0 to 2.8.1 #266

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps node-html-light from 1.4.0 to 2.8.1.

Release notes

Sourced from node-html-light's releases.

v2.8.1

2.8.1 (2021-07-05)

Bug Fixes

  • some html entities get encoded (cffd8f1)

Features

  • use parseDocument instead of parseDom and set default options (39808b4)

2.8.0 (2021-06-28)

Features

  • add method to file node and childnodes (6bc7e9d)

v2.8.0

2.8.0 (2021-06-28)

Features

  • add method to file node and childnodes (6bc7e9d)

v2.7.0

2.7.0 (2021-06-26)

Features

  • pass index to forEach callback (ecf7fe9)

v2.6.0

2.6.0 (2021-06-25)

Features

v2.5.0

2.5.0 (2021-05-13)

Features

  • update outdated dependencies (043d841)

... (truncated)

Changelog

Sourced from node-html-light's changelog.

2.8.1 (2021-07-05)

Bug Fixes

  • some html entities get encoded (cffd8f1)

Features

  • use parseDocument instead of parseDom and set default options (39808b4)

2.8.0 (2021-06-28)

Features

  • add method to file node and childnodes (6bc7e9d)

2.7.0 (2021-06-26)

Features

  • pass index to forEach callback (ecf7fe9)

2.6.0 (2021-06-25)

Features

2.5.0 (2021-05-13)

Features

  • update outdated dependencies (043d841)

... (truncated)

Commits
  • 5674ed4 chore(release): v2.8.1
  • 5014760 chore: remove console.log
  • e0c4dc4 chore: use dom serializer directly
  • cffd8f1 fix: some html entities get encoded
  • ae4e91e chore: run npm audit
  • d819cc0 test: test br tag handling
  • 39808b4 feat: use parseDocument instead of parseDom and set default options
  • 70009bb chore(release): v2.8.0
  • c946bcc chore: update readme
  • 30168c1 chore: update docs
  • 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 will not automatically merge this PR because it includes an out-of-range update to a production dependency.


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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #267.