Skip to content

chore(deps-dev): bump jsdom from 27.4.0 to 28.1.0#1434

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/jsdom-28.1.0
Open

chore(deps-dev): bump jsdom from 27.4.0 to 28.1.0#1434
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/jsdom-28.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2026

Bumps jsdom from 27.4.0 to 28.1.0.

Release notes

Sourced from jsdom's releases.

Version 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.

Version 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.
Changelog

Sourced from jsdom's changelog.

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.

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.
Commits
  • 12949b5 Version 28.1.0
  • ce4c58f Apply CSS specificity when computing styles
  • 7ed55a0 Skip single-byte-decoder encoding tests on Node 20
  • f3b1973 Generalize node version conditions in test expectations
  • 853c596 Rewrite getElementById ID caching for tree-order correctness
  • 5fbfde6 Fix potential sync XHR worker hang from unhandled dispatch errors
  • 82df38f Cache the root node for document-connected trees
  • ed7c5c0 Add documentation comment to create-event-accessor.js
  • b4562e9 Simplify Window.js installEventHandlers
  • 7da340f Centralize "determine the target of an event handler"
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

Bumps [jsdom](https://github.com/jsdom/jsdom) from 27.4.0 to 28.1.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@27.4.0...28.1.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-version: 28.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 18, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 18, 2026

Deploying orpc with  Cloudflare Pages  Cloudflare Pages

Latest commit: e48e44d
Status: ✅  Deploy successful!
Preview URL: https://668ce6d7.orpc-4zt.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-jsdo-a7x2.orpc-4zt.pages.dev

View logs

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Feb 18, 2026
@codecov
Copy link

codecov bot commented Feb 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 18, 2026

More templates

@orpc/ai-sdk

npm i https://pkg.pr.new/@orpc/ai-sdk@1434

@orpc/arktype

npm i https://pkg.pr.new/@orpc/arktype@1434

@orpc/client

npm i https://pkg.pr.new/@orpc/client@1434

@orpc/contract

npm i https://pkg.pr.new/@orpc/contract@1434

@orpc/experimental-durable-iterator

npm i https://pkg.pr.new/@orpc/experimental-durable-iterator@1434

@orpc/hey-api

npm i https://pkg.pr.new/@orpc/hey-api@1434

@orpc/interop

npm i https://pkg.pr.new/@orpc/interop@1434

@orpc/json-schema

npm i https://pkg.pr.new/@orpc/json-schema@1434

@orpc/nest

npm i https://pkg.pr.new/@orpc/nest@1434

@orpc/openapi

npm i https://pkg.pr.new/@orpc/openapi@1434

@orpc/openapi-client

npm i https://pkg.pr.new/@orpc/openapi-client@1434

@orpc/otel

npm i https://pkg.pr.new/@orpc/otel@1434

@orpc/experimental-pino

npm i https://pkg.pr.new/@orpc/experimental-pino@1434

@orpc/experimental-publisher

npm i https://pkg.pr.new/@orpc/experimental-publisher@1434

@orpc/experimental-publisher-durable-object

npm i https://pkg.pr.new/@orpc/experimental-publisher-durable-object@1434

@orpc/experimental-ratelimit

npm i https://pkg.pr.new/@orpc/experimental-ratelimit@1434

@orpc/react

npm i https://pkg.pr.new/@orpc/react@1434

@orpc/react-query

npm i https://pkg.pr.new/@orpc/react-query@1434

@orpc/experimental-react-swr

npm i https://pkg.pr.new/@orpc/experimental-react-swr@1434

@orpc/server

npm i https://pkg.pr.new/@orpc/server@1434

@orpc/shared

npm i https://pkg.pr.new/@orpc/shared@1434

@orpc/solid-query

npm i https://pkg.pr.new/@orpc/solid-query@1434

@orpc/standard-server

npm i https://pkg.pr.new/@orpc/standard-server@1434

@orpc/standard-server-aws-lambda

npm i https://pkg.pr.new/@orpc/standard-server-aws-lambda@1434

@orpc/standard-server-fastify

npm i https://pkg.pr.new/@orpc/standard-server-fastify@1434

@orpc/standard-server-fetch

npm i https://pkg.pr.new/@orpc/standard-server-fetch@1434

@orpc/standard-server-node

npm i https://pkg.pr.new/@orpc/standard-server-node@1434

@orpc/standard-server-peer

npm i https://pkg.pr.new/@orpc/standard-server-peer@1434

@orpc/svelte-query

npm i https://pkg.pr.new/@orpc/svelte-query@1434

@orpc/tanstack-query

npm i https://pkg.pr.new/@orpc/tanstack-query@1434

@orpc/trpc

npm i https://pkg.pr.new/@orpc/trpc@1434

@orpc/valibot

npm i https://pkg.pr.new/@orpc/valibot@1434

@orpc/vue-colada

npm i https://pkg.pr.new/@orpc/vue-colada@1434

@orpc/vue-query

npm i https://pkg.pr.new/@orpc/vue-query@1434

@orpc/zod

npm i https://pkg.pr.new/@orpc/zod@1434

commit: e48e44d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments