deps: update jsdom to 28.0.0 #142

Open
minori wants to merge 1 commits from dependencies/update-jsdom into main
Owner

Dependency Update

Updates jsdom from ^27.4.0 to 28.0.0.

Type

devDependencies

Changelog

Changelog

28.0.0

  • Overhauled resource loading customization. See the new README for details on the new API.
  • Added MIME type sniffing to <iframe> and <frame> loads.
  • Regression: WebSockets are no longer correctly throttled to one connection per origin. This is a result of the bug at nodejs/undici#4743.
  • Fixed decoding of the query components of <a> and <area> elements in non-UTF-8 documents.
  • Fixed XMLHttpRequest fetches and WebSocket upgrade requests to be interceptable by the new customizable resource loading. (Except synchronous XMLHttpRequests.)
  • Fixed the referrer of a document to be set correctly when redirects are involved; it is now the initiating page, not the last hop in the redirect chain.
  • Fixed correctness bugs when passing ArrayBuffers or typed arrays to various APIs, where they would not correctly snapshot the data.
  • Fixed require("url").parse() deprecation warning when using WebSockets.
  • Fixed <iframe>, <frame>, and <img> (when canvas is installed) to fire load events, not error events, on non-OK HTTP responses.
  • Fixed many small issues in XMLHttpRequest.

This PR was created by Minori, your friendly dependency updater! 🌸

## Dependency Update Updates **jsdom** from `^27.4.0` to `28.0.0`. ### Type devDependencies ### Changelog ## Changelog ### 28.0.0 * Overhauled resource loading customization. See [the new README](https://github.com/jsdom/jsdom/blob/2b65c6a80af2c899e32933c5e0cb842164852149/README.md#loading-subresources) for details on the new API. * Added MIME type sniffing to `<iframe>` and `<frame>` loads. * Regression: `WebSocket`s are no longer correctly throttled to one connection per origin. This is a result of the bug at [nodejs/undici#4743](https://github.com/nodejs/undici/issues/4743). * Fixed decoding of the query components of `<a>` and `<area>` elements in non-UTF-8 documents. * Fixed `XMLHttpRequest` fetches and `WebSocket` upgrade requests to be interceptable by the new customizable resource loading. (Except synchronous `XMLHttpRequest`s.) * Fixed the referrer of a document to be set correctly when redirects are involved; it is now the initiating page, not the last hop in the redirect chain. * Fixed correctness bugs when passing `ArrayBuffer`s or typed arrays to various APIs, where they would not correctly snapshot the data. * Fixed `require("url").parse()` deprecation warning when using `WebSocket`s. * Fixed `<iframe>`, `<frame>`, and `<img>` (when `canvas` is installed) to fire `load` events, not `error` events, on non-OK HTTP responses. * Fixed many small issues in `XMLHttpRequest`. --- ✨ This PR was created by Minori, your friendly dependency updater! 🌸
minori added 1 commit 2026-02-12 07:11:10 -08:00
deps: update jsdom to 28.0.0
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m15s
CI / Lint & Test (pull_request) Successful in 16m55s
CI / Build Linux (pull_request) Successful in 19m49s
CI / Build Windows (cross-compile) (pull_request) Successful in 29m42s
9afab03047
Some checks are pending
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m15s
CI / Lint & Test (pull_request) Successful in 16m55s
CI / Build Linux (pull_request) Successful in 19m49s
CI / Build Windows (cross-compile) (pull_request) Successful in 29m42s
This pull request has changes conflicting with the target branch.
  • package.json
  • pnpm-lock.yaml
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependencies/update-jsdom:dependencies/update-jsdom
git checkout dependencies/update-jsdom
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/hikari-desktop#142