Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2018

This PR contains the following updates:

Package Type Update Change References
eslint devDependencies minor ^5.9.0 -> ^5.10.0 homepage, source
husky devDependencies minor ^1.2.0 -> ^1.3.0 source
jsdom devDependencies minor ^13.0.0 -> ^13.1.0 source

Release Notes

eslint/eslint

v5.10.0

Compare Source

typicode/husky

v1.3.0

Compare Source

  • Enable stdin if hook is running in a terminal

v1.2.1

Compare Source

  • Fix don't fail if directory in project contains whitespace
jsdom/jsdom

v13.1.0

Compare Source

  • Added el.insertAdjacentElement() and el.insertAdjacentText().
  • Added the firing of a cancelable "reset" event to form.reset(). (epfremmer)
  • Added the type, value, and defaultValue properties to <output> elements, including their form reset behavior. (epfremmer)
  • Added the outputEl.htmlFor property.
  • Fixed the performance of parsing large text nodes, particularly noticeable for large inline <style> or <script> elements. This regressed in v11.6.0. To learn more, see V8 issue #​6730.
  • Fixed the style property on <a> and <area> elements. This regressed in v13.0.0.
  • Fixed node.isConnected to not always return false for nodes inside a shadow tree. (pmdartus)
  • Fixed <button type="reset"> and <input type="reset"> elements to actually perform a form reset when clicked, instead of doing nothing. (epfremmer)
  • Fixed el.setCustomValidity() for <output> and <fieldset>.
  • Fixed activation behavior when dispatching bubbling click events, so that for example calling el.click() on the child of a submit button element will submit the form.
  • Fixed our XML parsing code to ignore text outside the root element, instead of treating it as an error. (lddubeau)
  • Fixed XML serialization when elements had an unknown prefix.
  • Fixed radio button group name matching to be case-sensitive, per a spec update.
  • Fixed "focus"/"blur" events to be composed.
  • Fixed mediaElement.duration to default to NaN.
  • Fixed olEl.start to default to 1.
  • Fixed using XMLHttpRequest against non-existant file: URLs to treat that as a network error, instead of crashing. (pascalbayer) Note that in the future we may completely disable XMLHttpRequest usage against file: URLs to follow the browser security model.
  • Fixed document.title in SVG documents.
  • Fixed titleElement.text to return the child text content, instead of being the same as titleElement.innerHTML.
  • Fixed <textarea>s to properly account for child CDATA section nodes changing.
  • Fixed the value of Element.prototype[Symbol.unscopables].

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency eslint to ^5.10.0 chore(deps): update all non-major dependencies Dec 13, 2018
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3a37c7e to c8fd3e4 Compare December 15, 2018 03:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c8fd3e4 to c77e1ad Compare December 18, 2018 19:53
@TheAlexLichter TheAlexLichter merged commit ad5357b into master Dec 19, 2018
@TheAlexLichter TheAlexLichter deleted the renovate/all-minor-patch branch December 19, 2018 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants