dependabot[bot] opened a new pull request #74:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/74


   Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.5.1 to 16.5.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jsdom/jsdom/releases";>jsdom's releases</a>.</em></p>
   <blockquote>
   <h2>Version 16.5.2</h2>
   <ul>
   <li>Fixed <code>Access-Control-Allow-Headers: *</code> to work with 
<code>XMLHttpRequest</code>. (silviot)</li>
   <li>Fixed <code>xhr.response</code> to strip any leading BOM when 
<code>xhr.responseType</code> is <code>&quot;json&quot;</code>.</li>
   <li>Fixed <code>new Text()</code> and <code>new Comment()</code> 
constructors to properly set the resulting node's 
<code>ownerDocument</code>.</li>
   <li>Fixed <code>customElements.whenDefined()</code> to resolve its returned 
promise with the custom element constructor, per recent spec updates. 
(ExE-Boss)</li>
   <li>Fixed parsing to ensure that 
<code>&lt;svg&gt;\&lt;template&gt;&lt;/template&gt;&lt;/svg&gt;</code> does not 
throw an exception, but instead correctly produces a SVG-namespace 
<code>\&lt;template&gt;</code> element.</li>
   <li>Fixed <code>domParser.parseFromString()</code> to treat 
<code>&lt;noscript&gt;</code> elements appropriately.</li>
   <li>Fixed form control validity checking when the control was outside the 
<code>&lt;form&gt;</code> element and instead associated using the 
<code>form=&quot;&quot;</code> attribute.</li>
   <li>Fixed <code>legendEl.form</code> to return the correct result based on 
its parent <code>&lt;fieldset&gt;</code>.</li>
   <li>Fixed <code>optionEl.text</code> to exclude <code>&lt;script&gt;</code> 
descendants.</li>
   <li>Fixed radio buttons and checkboxes to not fire <code>input</code> and 
<code>change</code> events when disconnected.</li>
   <li>Fixed <code>inputEl.indeterminate</code> to reset to its previous value 
when canceling a <code>click</code> event on a checkbox or radio button.</li>
   <li>Fixed the behavior of event handler attributes (e.g. 
<code>onclick=&quot;...code...&quot;</code>) when there were global variables 
named <code>element</code> or <code>formOwner</code>. (ExE-Boss)</li>
   <li>On Node.js v14.6.0+ where <code>WeakRef</code>s are available, fixed 
<code>NodeIterator</code> to no longer stop working when more than ten 
<code>NodeIterator</code> instances are created, and to use less memory due to 
inactive <code>NodeIterator</code>s sticking around. (ExE-Boss)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/jsdom/jsdom/blob/master/Changelog.md";>jsdom's 
changelog</a>.</em></p>
   <blockquote>
   <h2>16.5.2</h2>
   <ul>
   <li>Fixed <code>Access-Control-Allow-Headers: *</code> to work with 
<code>XMLHttpRequest</code>. (silviot)</li>
   <li>Fixed <code>xhr.response</code> to strip any leading BOM when 
<code>xhr.responseType</code> is <code>&quot;json&quot;</code>.</li>
   <li>Fixed <code>new Text()</code> and <code>new Comment()</code> 
constructors to properly set the resulting node's 
<code>ownerDocument</code>.</li>
   <li>Fixed <code>customElements.whenDefined()</code> to resolve its returned 
promise with the custom element constructor, per recent spec updates. 
(ExE-Boss)</li>
   <li>Fixed parsing to ensure that 
<code>&lt;svg&gt;\&lt;template&gt;&lt;/template&gt;&lt;/svg&gt;</code> does not 
throw an exception, but instead correctly produces a SVG-namespace 
<code>\&lt;template&gt;</code> element.</li>
   <li>Fixed <code>domParser.parseFromString()</code> to treat 
<code>&lt;noscript&gt;</code> elements appropriately.</li>
   <li>Fixed form control validity checking when the control was outside the 
<code>&lt;form&gt;</code> element and instead associated using the 
<code>form=&quot;&quot;</code> attribute.</li>
   <li>Fixed <code>legendEl.form</code> to return the correct result based on 
its parent <code>&lt;fieldset&gt;</code>.</li>
   <li>Fixed <code>optionEl.text</code> to exclude <code>&lt;script&gt;</code> 
descendants.</li>
   <li>Fixed radio buttons and checkboxes to not fire <code>input</code> and 
<code>change</code> events when disconnected.</li>
   <li>Fixed <code>inputEl.indeterminate</code> to reset to its previous value 
when canceling a <code>click</code> event on a checkbox or radio button.</li>
   <li>Fixed the behavior of event handler attributes (e.g. 
<code>onclick=&quot;...code...&quot;</code>) when there were global variables 
named <code>element</code> or <code>formOwner</code>. (ExE-Boss)</li>
   <li>On Node.js v14.6.0+ where <code>WeakRef</code>s are available, fixed 
<code>NodeIterator</code> to no longer stop working when more than ten 
<code>NodeIterator</code> instances are created, and to use less memory due to 
inactive <code>NodeIterator</code>s sticking around. (ExE-Boss)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/bd50bbe219799980d9c9a173309cafcef3d9d8bc";><code>bd50bbe</code></a>
 Version 16.5.2</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/d5cfd69caa91821a17f95dcf8790c44f18e82570";><code>d5cfd69</code></a>
 Fix event handler ObjectEnvironment instantiation</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/93e3d4a86cad3ab25a9b69ce317b34b571d098f5";><code>93e3d4a</code></a>
 Remove vestigial concurrentNodeIterators option-passing</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/c92f9c169d4b57405208a1924b62c5474d0c2ddb";><code>c92f9c1</code></a>
 Check all associated elements for form validity</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/22027033f7ea67ed0254f3f3c4cef4aca915f7ef";><code>2202703</code></a>
 Fix failing WPTs calculation</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/21c7671f9c35109651ff1f3db7ddad1cddaaccb8";><code>21c7671</code></a>
 Upgrade dependencies</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/c1b9ea16ebc8b37a0651df4090416da8d29a3f01";><code>c1b9ea1</code></a>
 Port skipped &quot;test_body_event_handler_inline&quot; to WPT</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/a13d85476e2af7a428f509071439c39ba958a3a6";><code>a13d854</code></a>
 Use WeakRefs for NodeIterator tracking when supported</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/fdf97d83f83dbd07f6d00236880391f1ea932eb6";><code>fdf97d8</code></a>
 Fix radio/checkbox to not fire events when disconnected</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/761d8cccb08003eca20033c474f7f951ebd07b92";><code>761d8cc</code></a>
 Refactor &lt;output&gt;</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jsdom/jsdom/compare/16.5.1...16.5.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jsdom&package-manager=npm_and_yarn&previous-version=16.5.1&new-version=16.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to