Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jsdom to the latest version 🚀 #45

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Oct 14, 2019

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. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Nov 4, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 4, 2019

  • The devDependency jsdom was updated from 14.1.0 to 15.2.1.

Update to this version instead 🚀

Release Notes for Version 15.2.1
  • Fixed JSDOM.fromURL() handling of URLs with hashes in them, to no longer send the hash to the server and append an extra copy of it when constructing the Document. (rchl)
  • Fixed focusing an already-focused element to correctly do nothing, instead of firing additional focus events. (eps1lon)
  • Fixed typo in the not-implemented message for mediaElement.addTextTrack(). (mtsmfm)
  • Upgraded nwsapi minimum version to 2.2.0, which fixes issues with ::-webkit- prefixed pseudo-elements and namespaced attribute selectors.
Commits

The new version differs by 6 commits.

  • c3f0f27 Version 15.2.1
  • dcbbb5e Update ESLint dependency
  • 4ed6b9f Fix JSDOM.fromURL() hash handling
  • ca2ca05 Bump nwsapi minimum version and add namespace selector test
  • d8bede1 Fix focusing a focused element to be a no-op
  • 960cb52 Fix typo in not-implemented message for addTextTrack()

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 20, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 20, 2020

  • The devDependency jsdom was updated from 14.1.0 to 16.0.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 1, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 1, 2020

  • The devDependency jsdom was updated from 14.1.0 to 16.1.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 16, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 16, 2020

  • The devDependency jsdom was updated from 14.1.0 to 16.2.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 9, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 9, 2020

  • The devDependency jsdom was updated from 14.1.0 to 16.2.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 30, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 30, 2020

  • The devDependency jsdom was updated from 14.1.0 to 16.2.2.

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants