matrix-art.meta

Issues/PRs archive for MTRNord/matrix-art
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.meta.git
Log | Files | Refs

307.md (6741B)


      1 # PR #307 Bump jsdom from 21.0.0 to 21.1.0
      2 
      3 - **Status:** merged
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-01-23T08:27:07Z
      6 - **Branch:** dependabot/npm_and_yarn/jsdom-21.1.0 → main
      7 - **Merged:** 2023-01-23T08:32:49Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [307.diff](./307.diff)
     12 
     13 ---
     14 
     15 Bumps [jsdom](https://github.com/jsdom/jsdom) from 21.0.0 to 21.1.0.
     16 <details>
     17 <summary>Release notes</summary>
     18 <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/releases">jsdom's releases</a>.</em></p>
     19 <blockquote>
     20 <h2>Version 21.1.0</h2>
     21 <ul>
     22 <li>Added <code>x</code>, <code>y</code>, <code>pageX</code>, <code>pageY</code>, <code>offsetX</code>, and <code>offsetY</code> to <code>MouseEvent</code>. (jenseng, ViniciusFXavier)</li>
     23 <li>Added support for <code>unset</code> with <code>getComputedStyle()</code>. (jsnajdr)</li>
     24 <li>Added the <code>submitter</code> property to <code>SubmitEvent</code>. (jenseng)</li>
     25 <li>Fixed <code>MouseEvent</code>'s <code>screenX</code> and <code>screenY</code> to no longer coerce to integers, allowing fractional values. (jenseng)</li>
     26 <li>Fixed <code>formEl.submit()</code> to not longer fire <code>submit</code> events. (jenseng)</li>
     27 <li>Fixed stylesheets to no longer affect the document after their corresponding <code>&lt;link&gt;</code> is removed. (jsnajdr)</li>
     28 <li>Fixed <code>pointer-events</code> to inherit when used with <code>getComputedStyle()</code>. (jsnajdr)</li>
     29 <li>Fixed <code>&lt;script&gt;</code> elements with no <code>src=&quot;&quot;</code> to no longer fire <code>load</code> events. (t1ger2080)</li>
     30 <li>Improved <code>getComputedStyle()</code> to cache its results, which should make it much faster. (jsnajdr)</li>
     31 </ul>
     32 </blockquote>
     33 </details>
     34 <details>
     35 <summary>Changelog</summary>
     36 <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/blob/master/Changelog.md">jsdom's changelog</a>.</em></p>
     37 <blockquote>
     38 <h2>21.1.0</h2>
     39 <ul>
     40 <li>Added <code>x</code>, <code>y</code>, <code>pageX</code>, <code>pageY</code>, <code>offsetX</code>, and <code>offsetY</code> to <code>MouseEvent</code>. (jenseng, ViniciusFXavier)</li>
     41 <li>Added support for <code>unset</code> with <code>getComputedStyle()</code>. (jsnajdr)</li>
     42 <li>Added the <code>submitter</code> property to <code>SubmitEvent</code>. (jenseng)</li>
     43 <li>Fixed <code>MouseEvent</code>'s <code>screenX</code> and <code>screenY</code> to no longer coerce to integers, allowing fractional values. (jenseng)</li>
     44 <li>Fixed <code>formEl.submit()</code> to not longer fire <code>submit</code> events. (jenseng)</li>
     45 <li>Fixed stylesheets to no longer affect the document after their corresponding <code>&lt;link&gt;</code> is removed. (jsnajdr)</li>
     46 <li>Fixed <code>pointer-events</code> to inherit when used with <code>getComputedStyle()</code>. (jnajdr)</li>
     47 <li>Fixed <code>&lt;script&gt;</code> elements with no <code>src=&quot;&quot;</code> to no longer fire <code>load</code> events. (t1ger2080)</li>
     48 <li>Improved <code>getComputedStyle()</code> to cache its results, which should make it much faster. (jsnajdr)</li>
     49 </ul>
     50 </blockquote>
     51 </details>
     52 <details>
     53 <summary>Commits</summary>
     54 <ul>
     55 <li><a href="https://github.com/jsdom/jsdom/commit/8e3a568d504353270691b5955af505155ae368bf"><code>8e3a568</code></a> Version 21.1.0</li>
     56 <li><a href="https://github.com/jsdom/jsdom/commit/026ceb5c1ed4196b4fd43294e1f83afc2f02e559"><code>026ceb5</code></a> Do not fire &quot;load&quot; on &lt;script&gt; without src=&quot;&quot;</li>
     57 <li><a href="https://github.com/jsdom/jsdom/commit/a5204dfb3853120c0460dd0ad89237acfaf650ca"><code>a5204df</code></a> Add inheritance for pointer-events to getComputedStyle()</li>
     58 <li><a href="https://github.com/jsdom/jsdom/commit/709f33ad85f602f9366f668d637b87502275429d"><code>709f33a</code></a> Cache element styles for getComputedStyle()</li>
     59 <li><a href="https://github.com/jsdom/jsdom/commit/980c6f68e9cca7434c586fbd58558667a35eae98"><code>980c6f6</code></a> Remove stylesheet from document when &lt;link&gt; is removed</li>
     60 <li><a href="https://github.com/jsdom/jsdom/commit/ecce8bcad74b30483a73a978d580c7ce296bb372"><code>ecce8bc</code></a> Don't fire submit event from form.submit()</li>
     61 <li><a href="https://github.com/jsdom/jsdom/commit/79c351bc5a5904c1a7ba86414480e0875f53e9cb"><code>79c351b</code></a> Add SubmitEvent's submitter</li>
     62 <li><a href="https://github.com/jsdom/jsdom/commit/8a43fd5ec1d6aaae462ce5193709369b64644cc6"><code>8a43fd5</code></a> Add support for unset CSS keyword to getComputedStyle()</li>
     63 <li><a href="https://github.com/jsdom/jsdom/commit/eb82a270fc0f37f06c7600be2aeac676f55e3e80"><code>eb82a27</code></a> Add CSSOM View extensions to MouseEvent</li>
     64 <li>See full diff in <a href="https://github.com/jsdom/jsdom/compare/21.0.0...21.1.0">compare view</a></li>
     65 </ul>
     66 </details>
     67 <br />
     68 
     69 
     70 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jsdom&package-manager=npm_and_yarn&previous-version=21.0.0&new-version=21.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     71 
     72 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`.
     73 
     74 [//]: # (dependabot-automerge-start)
     75 [//]: # (dependabot-automerge-end)
     76 
     77 ---
     78 
     79 <details>
     80 <summary>Dependabot commands and options</summary>
     81 <br />
     82 
     83 You can trigger Dependabot actions by commenting on this PR:
     84 - `@dependabot rebase` will rebase this PR
     85 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
     86 - `@dependabot merge` will merge this PR after your CI passes on it
     87 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
     88 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
     89 - `@dependabot reopen` will reopen this PR if it is closed
     90 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
     91 - `@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)
     92 - `@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)
     93 - `@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)
     94 
     95 
     96 </details>
     97 
     98 <!-- Replace -->
     99 ----
    100 ⌛ Deploy Preview - Build in Progress
    101 <!-- Replace -->
    102 
    103