Skip to content

Commit

Permalink
chore(deps): update dependency jsdom to v26 (#897)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [jsdom](https://redirect.github.com/jsdom/jsdom) | [`^25.0.0` ->
`^26.0.0`](https://renovatebot.com/diffs/npm/jsdom/25.0.1/26.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/jsdom/26.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/jsdom/26.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/jsdom/25.0.1/26.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jsdom/25.0.1/26.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>jsdom/jsdom (jsdom)</summary>

###
[`v26.0.0`](https://redirect.github.com/jsdom/jsdom/blob/HEAD/Changelog.md#2600)

[Compare
Source](https://redirect.github.com/jsdom/jsdom/compare/25.0.1...26.0.0)

Breaking change: [`canvas`](https://www.npmjs.com/package/canvas) peer
dependency requirement has been upgraded from v2 to v3.
(sebastianwachter)

Other changes:

-   Added `AbortSignal.any()`. (jdbevan)
- Added initial support for form-associated custom elements, in
particular making them labelable and supporting the `ElementInternals`
`labels` property. The form-associated callbacks are not yet supported.
(hesxenon)
-   Updated `whatwg-url`, adding support for `URL.parse()`.
- Updated `cssstyle` and `rrweb-cssom`, to improve CSS parsing
capabilities.
-   Updated `nwsapi`, improving CSS selector matching.
- Updated `parse5`, fixing a bug around `<noframes>` elements and HTML
entity decoding.
- Fixed `JSDOM.fromURL()` to properly reject the returned promise if the
server redirects to an invalid URL, instead of causing an uncaught
exception.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/emoji-blast).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent b5ba52e commit 473bc9e
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 38 deletions.
2 changes: 1 addition & 1 deletion packages/konami-emoji-blast-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@testing-library/react": "^16.0.0",
"@types/react": "^18.2.73",
"@vitejs/plugin-react": "^4.2.1",
"jsdom": "^25.0.0",
"jsdom": "^26.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
134 changes: 97 additions & 37 deletions pnpm-lock.yaml

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

0 comments on commit 473bc9e

Please sign in to comment.