RobLoach / jquery-once

:heavy_dollar_sign: Act on jQuery elements only once.
http://npm.im/jquery-once
Other
61 stars 20 forks source link

Update jsdom to the latest version 🚀 #103

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency jsdom was updated from 16.0.1 to 16.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 16.2.0
  • Added support for custom elements! Congratulations and thanks to @pmdartus for making this happen, after ten months of hard work and lots of effort poured into the complex architectural prerequisites in jsdom and supporting packages.
  • Fixed some issues when trying to use Attr as a Node, e.g. by checking its baseURI property or calling attr.cloneNode().
  • Fixed a memory leak during parsing that was introduced in v14.0.0.
  • Fixed edge cases in number/string conversion used for certain element properties that reflected integer attributes.
Commits

The new version differs by 21 commits.

  • 493f63a Version 16.2.0
  • 09301da Add custom element support
  • c3227ce Fix leaking memory during parsing
  • d18e339 Set Attr's node document correctly
  • 81372b0 Make document._createAttribute take an option bag
  • 695ebca Add rules for parsing integers and non-negative integers
  • 255e373 Update cors/credentials‑flag.html test expectation
  • 510d257 Update web-platform-tests to the latest
  • 3708da3 Update dependencies
  • b4b5a54 Version 16.1.0
  • 7597537 Remove ._parsedValue
  • ac497bb Refactor step handling in
  • a4c6144 Use null as "error" value for parseFloatingPointNumber
  • ad43220 Add console.timeLog()
  • 50101ed Replace alias with my actual name as contributor/maintainer

There are 21 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: