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

377.md (5047B)


      1 # PR #377 Bump jsdom from 21.1.0 to 21.1.1
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-03-13T09:13:19Z
      6 - **Branch:** dependabot/npm_and_yarn/jsdom-21.1.1 → main
      7 - **Closed:** 2023-06-07T09:10:10Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [377.diff](./377.diff)
     12 
     13 ---
     14 
     15 Bumps [jsdom](https://github.com/jsdom/jsdom) from 21.1.0 to 21.1.1.
     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.1</h2>
     21 <ul>
     22 <li>Fixed <code>jsdom.reconfigure()</code> to also adjust the URL as seen by the history API, so that e.g. <code>history.replaceState(null, &quot;&quot;)</code> would not mess up the URL. (jdufresne)</li>
     23 <li>Fixed <code>location.hash = &quot;&quot;</code> to leave any <code>#</code> in location.href.</li>
     24 <li>Fixes a few bugs with CSS parsing by replacing <code>cssom</code> with <code>rweb-cssom</code>, since the latter is maintained. (seanparmelee)</li>
     25 </ul>
     26 </blockquote>
     27 </details>
     28 <details>
     29 <summary>Changelog</summary>
     30 <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/blob/master/Changelog.md">jsdom's changelog</a>.</em></p>
     31 <blockquote>
     32 <h2>21.1.1</h2>
     33 <ul>
     34 <li>Fixed <code>jsdom.reconfigure()</code> to also adjust the URL as seen by the history API, so that e.g. <code>history.replaceState(null, &quot;&quot;)</code> would not mess up the URL. (jdufresne)</li>
     35 <li>Fixed <code>location.hash = &quot;&quot;</code> to leave any <code>#</code> in location.href.</li>
     36 <li>Fixes a few bugs with CSS parsing by replacing <code>cssom</code> with <code>rweb-cssom</code>, since the latter is maintained. (seanparmelee)</li>
     37 </ul>
     38 </blockquote>
     39 </details>
     40 <details>
     41 <summary>Commits</summary>
     42 <ul>
     43 <li><a href="https://github.com/jsdom/jsdom/commit/31cfdd4541e0cc83c2be9b105fda41bc188f72cd"><code>31cfdd4</code></a> Version 21.1.1</li>
     44 <li><a href="https://github.com/jsdom/jsdom/commit/946050adc0ed2e01ea2e500f8b50fc8a32e40265"><code>946050a</code></a> Update dependencies and dev dependencies</li>
     45 <li><a href="https://github.com/jsdom/jsdom/commit/0e7b488e124f4574144091205a46bb9c3164f018"><code>0e7b488</code></a> Fix location.hash setter with the empty string input</li>
     46 <li><a href="https://github.com/jsdom/jsdom/commit/7b15dc815cd742134958b99a97c3cc125eab5560"><code>7b15dc8</code></a> Make reconfigure() adjust the history API too</li>
     47 <li><a href="https://github.com/jsdom/jsdom/commit/65ef06f3771a33dcbf7bef442fdc7e07816d008d"><code>65ef06f</code></a> Update web-platform-tests</li>
     48 <li><a href="https://github.com/jsdom/jsdom/commit/5a4f77d4d9daf5d4cd52094449f70678f7b7d420"><code>5a4f77d</code></a> Replace cssom with rweb-cssom</li>
     49 <li><a href="https://github.com/jsdom/jsdom/commit/a5a7d34e6e4c89804d806c0a312bf454e2cae905"><code>a5a7d34</code></a> Fix changelog typo</li>
     50 <li>See full diff in <a href="https://github.com/jsdom/jsdom/compare/21.1.0...21.1.1">compare view</a></li>
     51 </ul>
     52 </details>
     53 <br />
     54 
     55 
     56 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jsdom&package-manager=npm_and_yarn&previous-version=21.1.0&new-version=21.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     57 
     58 You can trigger a rebase of this PR by commenting `@dependabot rebase`.
     59 
     60 [//]: # (dependabot-automerge-start)
     61 [//]: # (dependabot-automerge-end)
     62 
     63 ---
     64 
     65 <details>
     66 <summary>Dependabot commands and options</summary>
     67 <br />
     68 
     69 You can trigger Dependabot actions by commenting on this PR:
     70 - `@dependabot rebase` will rebase this PR
     71 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
     72 - `@dependabot merge` will merge this PR after your CI passes on it
     73 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
     74 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
     75 - `@dependabot reopen` will reopen this PR if it is closed
     76 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
     77 - `@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)
     78 - `@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)
     79 - `@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)
     80 
     81 
     82 </details>
     83 
     84 <!-- Replace -->
     85 ----
     86 ⌛ Deploy Preview - Build in Progress
     87 <!-- Replace -->
     88 > **Note**
     89 > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
     90 
     91 
     92 
     93 ## Comments
     94 
     95 ### @dependabot[bot] — 2023-06-07T09:10:09Z
     96 
     97 Superseded by #462.
     98