Update dependency jsdom to v28.1.0 #52

Open
renovate-bot wants to merge 1 commit from renovate/jsdom-28.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
jsdom devDependencies minor 28.0.028.1.0

Release Notes

jsdom/jsdom (jsdom)

v28.1.0

Compare Source

  • Added blob.text(), blob.arrayBuffer(), and blob.bytes() methods.
  • Improved getComputedStyle() to account for CSS specificity when multiple rules apply. (asamuzaK)
  • Improved synchronous XMLHttpRequest performance by using a persistent worker thread, avoiding ~400ms of setup overhead on every synchronous request after the first one.
  • Improved performance of node.getRootNode(), node.isConnected, and event.dispatchEvent() by caching the root node of document-connected trees.
  • Fixed getComputedStyle() to correctly handle !important priority. (asamuzaK)
  • Fixed document.getElementById() to return the first element in tree order when multiple elements share the same ID.
  • Fixed <svg> elements to no longer incorrectly proxy event handlers to the Window.
  • Fixed FileReader event timing and fileReader.result state to more closely follow the spec.
  • Fixed a potential hang when synchronous XMLHttpRequest encountered dispatch errors.
  • Fixed compatibility with environments where Node.js's built-in fetch() has been used before importing jsdom, by working around undici v6/v7 incompatibilities.

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [jsdom](https://github.com/jsdom/jsdom) | devDependencies | minor | [`28.0.0` → `28.1.0`](https://renovatebot.com/diffs/npm/jsdom/28.0.0/28.1.0) | --- ### Release Notes <details> <summary>jsdom/jsdom (jsdom)</summary> ### [`v28.1.0`](https://github.com/jsdom/jsdom/blob/HEAD/Changelog.md#2810) [Compare Source](https://github.com/jsdom/jsdom/compare/28.0.0...28.1.0) - Added `blob.text()`, `blob.arrayBuffer()`, and `blob.bytes()` methods. - Improved `getComputedStyle()` to account for CSS specificity when multiple rules apply. (asamuzaK) - Improved synchronous `XMLHttpRequest` performance by using a persistent worker thread, avoiding \~400ms of setup overhead on every synchronous request after the first one. - Improved performance of `node.getRootNode()`, `node.isConnected`, and `event.dispatchEvent()` by caching the root node of document-connected trees. - Fixed `getComputedStyle()` to correctly handle `!important` priority. (asamuzaK) - Fixed `document.getElementById()` to return the first element in tree order when multiple elements share the same ID. - Fixed `<svg>` elements to no longer incorrectly proxy event handlers to the `Window`. - Fixed `FileReader` event timing and `fileReader.result` state to more closely follow the spec. - Fixed a potential hang when synchronous `XMLHttpRequest` encountered dispatch errors. - Fixed compatibility with environments where Node.js's built-in `fetch()` has been used before importing jsdom, by working around undici v6/v7 incompatibilities. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNC4xIiwidXBkYXRlZEluVmVyIjoiNDMuMjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Update dependency jsdom to v28.1.0
All checks were successful
Build and Publish Docker Images / test-backend (pull_request) Successful in 24s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 2m41s
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Has been skipped
817bea5f28
renovate-bot force-pushed renovate/jsdom-28.x-lockfile from 817bea5f28
All checks were successful
Build and Publish Docker Images / test-backend (pull_request) Successful in 24s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 2m41s
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Has been skipped
to 02d01fab01
All checks were successful
Build and Publish Docker Images / test-backend (pull_request) Successful in 22s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 2m39s
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Has been skipped
2026-02-24 00:01:49 +00:00
Compare
renovate-bot force-pushed renovate/jsdom-28.x-lockfile from 02d01fab01
All checks were successful
Build and Publish Docker Images / test-backend (pull_request) Successful in 22s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 2m39s
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Has been skipped
to df2533434a
All checks were successful
Build and Publish Docker Images / test-backend (pull_request) Successful in 24s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 3m0s
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Has been skipped
2026-03-03 00:01:51 +00:00
Compare
renovate-bot force-pushed renovate/jsdom-28.x-lockfile from df2533434a
All checks were successful
Build and Publish Docker Images / test-backend (pull_request) Successful in 24s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 3m0s
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Has been skipped
to d3b61e2de6
All checks were successful
Build and Publish Docker Images / test-backend (pull_request) Successful in 23s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 2m47s
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Has been skipped
2026-03-04 00:01:08 +00:00
Compare
renovate-bot force-pushed renovate/jsdom-28.x-lockfile from d3b61e2de6
All checks were successful
Build and Publish Docker Images / test-backend (pull_request) Successful in 23s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 2m47s
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Has been skipped
to cdf2415cf1
All checks were successful
Build and Publish Docker Images / test-backend (pull_request) Successful in 21s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 2m33s
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 2m9s
2026-03-05 00:01:28 +00:00
Compare
All checks were successful
Build and Publish Docker Images / test-backend (pull_request) Successful in 21s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 2m33s
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 2m9s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/jsdom-28.x-lockfile:renovate/jsdom-28.x-lockfile
git switch renovate/jsdom-28.x-lockfile
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
phbaer/dtvp!52
No description provided.