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.0.0 to 1.1.0 #41

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps node-html-light from 1.0.0 to 1.1.0.

Changelog

Sourced from node-html-light's changelog.

1.1.0 (2018-12-22)

Bug Fixes

  • node.js: return null if node has no parent (39856bc)

Code Refactoring

  • node.js: chainable methods no longer return this (42d0548)

Features

  • attribute.js: add static of method (498aee6)
  • attributes.js: rename fromObject to of (6763c53)
  • node.js: add getter for parent node (b834c46)
  • node.js: add type property (e4a7127)
  • node.js: convert attributes to property via get (d960e47)
  • node.js: convert name function to property via get (bd59ea6)
  • node.js: convert parent fn to property via get (b95bf36)
  • node.js: limit max number of deletable elements in removeChild (c626b77)
  • node.js: remove append method (97d4f1b)
  • node.js: remove attribute method (ece5e00)
  • node.js: remove method removeFirst (10b15e2)
  • node.js: rename create to of (a902cd0)
  • node.js: rename method removeAll to removeChild (9181fbb)
  • node.js: return attributes as object instead of an array (7e47992)
  • nodes.js: rename fromString to of (a2f57fa)
  • update dependencies (cfe3155)
  • text.js: rename fromString to of (95a8722)

BREAKING CHANGES

  • node.js: removeChild(), appendChild(), appendChildBefore(), appendChildAfter() and replaceChild no longer return this.
  • nodes.js: Method from String no longer exists. Use Nodes.of instead.
  • node.js: Property attributes is now of type object.
  • node.js: Method attributes does no longer exist. Use property attributes instead.
  • node.js: Method name does no longer exist. Use the property name instead.
  • node.js: Method append does no longer exist. Use parent() and appendChild() instead
  • node.js: Method attribute does no longer exist. Use property attributes instead.
  • node.js: Method removeFirst does no longer exist. Use removeChild instead.
  • node.js: Method create does no longer exist. Use Node.of instead.
  • text.js: Method fromString does no longer exist. Use Text.of instead.
  • attributes.js: Method fromObject no longer exists. Use Attributes.of instead.
  • node.js: Method removeAll does no longer exist. Use removeChild instead.
... (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.

If all status checks pass Dependabot will automatically merge this pull request.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)