RobotlegsJS / RobotlegsJS-EventEmitter3

RobotlegsJS framework integration with EventEmitter3
https://www.npmjs.com/package/@robotlegsjs/eventemitter3
MIT License
3 stars 0 forks source link

Update jsdom to the latest version 🚀 #34

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency jsdom was updated from 14.1.0 to 15.2.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: domenic License: MIT

Release Notes for Version 15.2.0
  • Added basic style inheritance in getComputedStyle() for the 'visibility' property. This sets the foundation for further work on inheritance, cascading, and specificity. (eps1lon)
  • Added shadowRoot.activeElement.
  • Added readystatechange events during document loading.
  • Added a stub for form.requestSubmit(), to match our existing stub for form.submit().
  • Changed el.tabIndex's default value, when no tabindex="" attribute was set, to reflect the updated specification.
  • Changed the exception thrown by el.attachShadow() on something that's already a shadow host, to reflect the updated specification.
  • Fixed the validation logic for <input type="range">.
  • Fixed selectEl.value when no <option> is selected to return the empty string, instead of the value of the first option. (tgohn)
  • Fixed various correctness issues with new FormData(formElement). (brendo)
  • Fixed error messages when parsing XML to include the filename, instead of using "undefined". (papandreou)
  • Fixed the logic for reflected properties to not be affected by overwriting of el.getAttributeNS() or el.setAttributeNS().
  • Set canvas as an optional peerDependency, which apparently helps with Yarn PnP support.
Commits

The new version differs by 45 commits.

  • b4bb1c5 Version 15.2.0
  • 0b7dba8 Update dev dependencies
  • a4bcb12 Add inheritance for getComputedStyle() and visibility
  • 974ee53 Add test for querySelector with *= and i
  • e3744f5 Update Travis setup
  • f4706fc Update dependencies
  • 0a759f1 Roll Web Platform Tests
  • 0fd21bb Fix DOMException type for attachShadow
  • 2c53a87 Poll for WebSockets server in WPTs
  • f298acd Update logic to use allowed value step
  • bcb520b Create stub for form.requestSubmit
  • 6b89146 Fix default value for tabIndex IDL attribute
  • 0f09068 Implement DocumentOrShadowRoot
  • abe6a89 Fire readystatechange on the document
  • 699ed6b Fix 's value getter when selectedIndex is -1 There are 45 commits in total. See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree: