Skip to content

Commit

Permalink
chore(deps-dev): Bump jsdom from 22.1.0 to 23.0.1 (#431)
Browse files Browse the repository at this point in the history
Bumps [jsdom](https://github.com/jsdom/jsdom) from 22.1.0 to 23.0.1.
<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 23.0.1</h2>
<ul>
<li>Fixed incorrect <code>canvas</code> peer dependency.</li>
</ul>
<h2>Version 23.0.0</h2>
<ul>
<li>Node.js v18 is now the minimum supported version.</li>
<li>Updated various dependencies, including <code>whatwg-url</code>
which integrates various additions to the <code>URL</code> and
<code>URLSearchParams</code> objects.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jsdom/jsdom/blob/main/Changelog.md">jsdom's
changelog</a>.</em></p>
<blockquote>
<h2>23.0.1</h2>
<ul>
<li>Fix incorrect <code>canvas</code> peer dependency.</li>
</ul>
<h2>23.0.0</h2>
<ul>
<li>Node.js v18 is now the minimum supported version.</li>
<li>Updated various dependencies, including <code>whatwg-url</code>
which integrates various additions to the <code>URL</code> and
<code>URLSearchParams</code> objects.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jsdom/jsdom/commit/8e31507f3bb32c1face73df9e164f858feb5f2fa"><code>8e31507</code></a>
Version 23.0.1</li>
<li><a
href="https://github.com/jsdom/jsdom/commit/2ea79885d0b317fa64f7506c82fd6b655dd4a91f"><code>2ea7988</code></a>
Fix canvas peerDependency</li>
<li><a
href="https://github.com/jsdom/jsdom/commit/52083cfe6a4d14c12a41763ad0fdad6de41968e9"><code>52083cf</code></a>
Add a changelog entry for v23.0.0</li>
<li><a
href="https://github.com/jsdom/jsdom/commit/b96888987f4a2b26e6a53f9fac148d9c28d24294"><code>b968889</code></a>
23.0.0</li>
<li><a
href="https://github.com/jsdom/jsdom/commit/59ebd7ed3a2fd867a0cf5f4334714f2039621819"><code>59ebd7e</code></a>
Use modern pathToFileURL in tests</li>
<li><a
href="https://github.com/jsdom/jsdom/commit/1ee4d618516c1da0fd0046738c9f149bf457f267"><code>1ee4d61</code></a>
Update dependencies and dev dependencies</li>
<li><a
href="https://github.com/jsdom/jsdom/commit/6626781c278ddffded067253af091af6403cb881"><code>6626781</code></a>
Remove the domexception package dependency</li>
<li><a
href="https://github.com/jsdom/jsdom/commit/6d9ff2cc5da30d9e1e4025b79ae931d0fc018f15"><code>6d9ff2c</code></a>
Remove abab dependency</li>
<li><a
href="https://github.com/jsdom/jsdom/commit/7027a3dfd07365142a335f2741ff5b211bcf3200"><code>7027a3d</code></a>
Move from yarn to npm</li>
<li><a
href="https://github.com/jsdom/jsdom/commit/9b354afeb9a9c6e4a7e70362554fcbbc7dce98df"><code>9b354af</code></a>
Raise minimum Node.js version to v18</li>
<li>Additional commits viewable in <a
href="https://github.com/jsdom/jsdom/compare/22.1.0...23.0.1">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=22.1.0&new-version=23.0.1)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent 0c1269c commit 1d465c3
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 80 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.55.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"jsdom": "^23.0.1",
"lint-staged": "^15.1.0",
"ms": "3.0.0-canary.1",
"packlint": "^0.2.4",
Expand Down
141 changes: 62 additions & 79 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 comments on commit 1d465c3

@vercel
Copy link

@vercel vercel bot commented on 1d465c3 Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

visualization – ./websites/visualization

visualization-git-main-suspensive.vercel.app
visualization.suspensive.org
visualization-suspensive.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 1d465c3 Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs-v2 – ./docs/v2

docs-v2-sigma.vercel.app
docs-v2-suspensive.vercel.app
v2.suspensive.org
docs-v2-git-main-suspensive.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 1d465c3 Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.