You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flagon.apache.org by GitBox <gi...@apache.org> on 2021/04/12 07:20:43 UTC

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request #80: Bump jsdom from 16.5.1 to 16.5.3

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


   Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.5.1 to 16.5.3.
   <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.3</h2>
   <ul>
   <li>Fixed infinite recursion when using <code>MutationObserver</code>s to observe elements inside a <code>MutationObserver</code> callback.</li>
   </ul>
   <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.3</h2>
   <ul>
   <li>Fixed infinite recursion when using <code>MutationObserver</code>s to observe elements inside a <code>MutationObserver</code> callback.</li>
   </ul>
   <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/e4c4004c122797cd897f35475bb6ab42688ba452"><code>e4c4004</code></a> Version 16.5.3</li>
   <li><a href="https://github.com/jsdom/jsdom/commit/2f4146625df8e278544b6aaedfdcc6669278482c"><code>2f41466</code></a> Fix MutationObserver infinite loop bugs (<a href="https://github-redirect.dependabot.com/jsdom/jsdom/issues/3173">#3173</a>)</li>
   <li><a href="https://github.com/jsdom/jsdom/commit/b232f2a6c2d6fa549b65310bccff4743d0343d1c"><code>b232f2a</code></a> Run partially-failing WPTs in the custom-elements directory</li>
   <li><a href="https://github.com/jsdom/jsdom/commit/35e103eb734e0183411d8ea529da9e756318915e"><code>35e103e</code></a> Run partially-failing WPTs in the cors directory</li>
   <li><a href="https://github.com/jsdom/jsdom/commit/77b660a510ae1e402012bfdb47a48e4f55e73b84"><code>77b660a</code></a> Run partially-failing WPTs in the FileAPI directory</li>
   <li><a href="https://github.com/jsdom/jsdom/commit/d8a245f276d11eff8531d7758f9eda8fe9345969"><code>d8a245f</code></a> Use <code>InnerHTML</code> mixin for <code>innerHTML</code> definition (<a href="https://github-redirect.dependabot.com/jsdom/jsdom/issues/2981">#2981</a>)</li>
   <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>Additional commits viewable in <a href="https://github.com/jsdom/jsdom/compare/16.5.1...16.5.3">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.3)](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:
users@infra.apache.org



[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #80: Bump jsdom from 16.5.1 to 16.5.3

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #80:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/80#issuecomment-835840255


   Looks like jsdom is up-to-date now, so this is no longer needed.


-- 
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:
users@infra.apache.org



[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #80: Bump jsdom from 16.5.1 to 16.5.3

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #80:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/80


   


-- 
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:
users@infra.apache.org