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.json (7029B)


      1 {
      2   "number": 307,
      3   "title": "Bump jsdom from 21.0.0 to 21.1.0",
      4   "state": "merged",
      5   "diff_file": "307.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2023-01-23T08:27:07Z",
      8   "closed_at": "2023-01-23T08:32:49Z",
      9   "merged_at": "2023-01-23T08:32:49Z",
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/jsdom-21.1.0",
     12   "labels": [
     13     "dependencies",
     14     "javascript"
     15   ],
     16   "assignees": [
     17     "MTRNord"
     18   ],
     19   "requested_reviewers": [
     20     "MTRNord"
     21   ],
     22   "body": "Bumps [jsdom](https://github.com/jsdom/jsdom) from 21.0.0 to 21.1.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/jsdom/jsdom/releases\">jsdom's releases</a>.</em></p>\n<blockquote>\n<h2>Version 21.1.0</h2>\n<ul>\n<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>\n<li>Added support for <code>unset</code> with <code>getComputedStyle()</code>. (jsnajdr)</li>\n<li>Added the <code>submitter</code> property to <code>SubmitEvent</code>. (jenseng)</li>\n<li>Fixed <code>MouseEvent</code>'s <code>screenX</code> and <code>screenY</code> to no longer coerce to integers, allowing fractional values. (jenseng)</li>\n<li>Fixed <code>formEl.submit()</code> to not longer fire <code>submit</code> events. (jenseng)</li>\n<li>Fixed stylesheets to no longer affect the document after their corresponding <code>&lt;link&gt;</code> is removed. (jsnajdr)</li>\n<li>Fixed <code>pointer-events</code> to inherit when used with <code>getComputedStyle()</code>. (jsnajdr)</li>\n<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>\n<li>Improved <code>getComputedStyle()</code> to cache its results, which should make it much faster. (jsnajdr)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/jsdom/jsdom/blob/master/Changelog.md\">jsdom's changelog</a>.</em></p>\n<blockquote>\n<h2>21.1.0</h2>\n<ul>\n<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>\n<li>Added support for <code>unset</code> with <code>getComputedStyle()</code>. (jsnajdr)</li>\n<li>Added the <code>submitter</code> property to <code>SubmitEvent</code>. (jenseng)</li>\n<li>Fixed <code>MouseEvent</code>'s <code>screenX</code> and <code>screenY</code> to no longer coerce to integers, allowing fractional values. (jenseng)</li>\n<li>Fixed <code>formEl.submit()</code> to not longer fire <code>submit</code> events. (jenseng)</li>\n<li>Fixed stylesheets to no longer affect the document after their corresponding <code>&lt;link&gt;</code> is removed. (jsnajdr)</li>\n<li>Fixed <code>pointer-events</code> to inherit when used with <code>getComputedStyle()</code>. (jnajdr)</li>\n<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>\n<li>Improved <code>getComputedStyle()</code> to cache its results, which should make it much faster. (jsnajdr)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/jsdom/jsdom/commit/8e3a568d504353270691b5955af505155ae368bf\"><code>8e3a568</code></a> Version 21.1.0</li>\n<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>\n<li><a href=\"https://github.com/jsdom/jsdom/commit/a5204dfb3853120c0460dd0ad89237acfaf650ca\"><code>a5204df</code></a> Add inheritance for pointer-events to getComputedStyle()</li>\n<li><a href=\"https://github.com/jsdom/jsdom/commit/709f33ad85f602f9366f668d637b87502275429d\"><code>709f33a</code></a> Cache element styles for getComputedStyle()</li>\n<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>\n<li><a href=\"https://github.com/jsdom/jsdom/commit/ecce8bcad74b30483a73a978d580c7ce296bb372\"><code>ecce8bc</code></a> Don't fire submit event from form.submit()</li>\n<li><a href=\"https://github.com/jsdom/jsdom/commit/79c351bc5a5904c1a7ba86414480e0875f53e9cb\"><code>79c351b</code></a> Add SubmitEvent's submitter</li>\n<li><a href=\"https://github.com/jsdom/jsdom/commit/8a43fd5ec1d6aaae462ce5193709369b64644cc6\"><code>8a43fd5</code></a> Add support for unset CSS keyword to getComputedStyle()</li>\n<li><a href=\"https://github.com/jsdom/jsdom/commit/eb82a270fc0f37f06c7600be2aeac676f55e3e80\"><code>eb82a27</code></a> Add CSSOM View extensions to MouseEvent</li>\n<li>See full diff in <a href=\"https://github.com/jsdom/jsdom/compare/21.0.0...21.1.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![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)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>\n\n<!-- Replace -->\n----\n\u231b Deploy Preview - Build in Progress\n<!-- Replace -->\n",
     23   "comments": [],
     24   "review_comments": []
     25 }