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.
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.
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).
The devDependency jsdom was updated from
16.0.1
to16.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
Attr
as aNode
, e.g. by checking itsbaseURI
property or callingattr.cloneNode()
.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: