Skip to content

build(deps-dev): bump jsdom from 22.1.0 to 29.1.1 in /apps/desktop#620

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/desktop/jsdom-29.1.1
Open

build(deps-dev): bump jsdom from 22.1.0 to 29.1.1 in /apps/desktop#620
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/desktop/jsdom-29.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown
Contributor

Bumps jsdom from 22.1.0 to 29.1.1.

Release notes

Sourced from jsdom's releases.

v29.1.1

  • Fixed 'border-radius' computed style serialization. (@​asamuzaK)
  • Fixed computed style computation when using 'background-origin' and 'background-clip' CSS properties. (@​asamuzaK)
  • Significantly optimized initial calls to getComputedStyle(), before the cache warms up. (@​asamuzaK)

v29.1.0

  • Added basic support for the ratio CSS type. (@​asamuzaK)
  • Fixed getComputedStyle() sometimes returning outdated results after CSS was modified. (@​asamuzaK)

v29.0.2

  • Significantly improved and sped up getComputedStyle(). Computed value rules are now applied across a broader set of properties, and include fixes related to inheritance, defaulting keywords, custom properties, and color-related values such as currentcolor and system colors. (@​asamuzaK)
  • Fixed CSS 'background' and 'border' shorthand parsing. (@​asamuzaK)

v29.0.1

  • Fixed CSS parsing of 'border', 'background', and their sub-shorthands containing keywords or var(). (@​asamuzaK)
  • Fixed getComputedStyle() to return a more functional CSSStyleDeclaration object, including indexed access support, which regressed in v29.0.0.

v29.0.0

Breaking changes:

  • Node.js v22.13.0+ is now the minimum supported v22 version (was v22.12.0+).

Other changes:

  • Overhauled the CSSOM implementation, replacing the @acemir/cssom and cssstyle dependencies with fresh internal implementations built on webidl2js wrappers and the css-tree parser. Serialization, parsing, and API behavior is improved in various ways, especially around edge cases.
  • Added CSSCounterStyleRule and CSSNamespaceRule to jsdom Windows.
  • Added cssMediaRule.matches and cssSupportsRule.matches getters.
  • Added proper media query parsing in MediaList, using css-tree instead of naive comma-splitting. Invalid queries become "not all" per spec.
  • Added cssKeyframeRule.keyText getter/setter validation.
  • Added cssStyleRule.selectorText setter validation: invalid selectors are now rejected.
  • Added styleSheet.ownerNode, styleSheet.href, and styleSheet.title.
  • Added bad port blocking per the fetch specification, preventing fetches to commonly-abused ports.
  • Improved Document initialization performance by lazily initializing the CSS selector engine, avoiding ~0.5 ms of overhead per Document. (@​thypon)
  • Fixed a memory leak when stylesheets were removed from the document.
  • Fixed CSSStyleDeclaration modifications to properly trigger custom element reactions.
  • Fixed nested @media rule parsing.
  • Fixed CSSStyleSheet's "disallow modification" flag not being checked in all mutation methods.
  • Fixed XMLHttpRequest's response getter returning parsed JSON during the LOADING state instead of null.
  • Fixed getComputedStyle() crashing in XHTML documents when stylesheets contained at-rules such as @page or @font-face.
  • Fixed a potential hang in synchronous XMLHttpRequest caused by a race condition with the worker thread's idle timeout.

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

... (truncated)

Commits
  • 9b9ea7e 29.1.1
  • 07efb78 Optimize computed style comparison
  • 5f66329 Fix background-origin/background-clip in background shorthand
  • ad8af77 Fix border shorthand handling
  • 5a3e88e 29.1.0
  • 73db204 Update dependencies and dev dependencies
  • a7168a5 Support ratio CSS unit type
  • 15346e0 Fix style cache invalidation
  • 2a1e2cd 29.0.2
  • 4097d66 Resolve computed CSS values lazily in CSSStyleDeclaration
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for jsdom since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 20, 2026
@dependabot
dependabot Bot requested a review from arul28 as a code owner June 20, 2026 02:23
@greptile-apps

greptile-apps Bot commented Jun 20, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

@vercel

vercel Bot commented Jun 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
ade Ignored Ignored Preview Jul 17, 2026 3:34am

@mintlify

mintlify Bot commented Jun 20, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
ade-ac1c6011 🟢 Ready View Preview Jun 20, 2026, 2:26 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/jsdom-29.1.1 branch from 648270a to 9a2499b Compare June 22, 2026 10:20
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/jsdom-29.1.1 branch from 9a2499b to 4262ced Compare June 23, 2026 02:20
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/jsdom-29.1.1 branch from 4262ced to 721d6cd Compare July 1, 2026 06:58
@dependabot dependabot Bot changed the title build(deps-dev): bump jsdom from 22.1.0 to 29.1.1 in /apps/desktop Bump jsdom from 22.1.0 to 29.1.1 in /apps/desktop Jul 5, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/jsdom-29.1.1 branch from 721d6cd to 822abf4 Compare July 5, 2026 15:13
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/jsdom-29.1.1 branch from 822abf4 to 5a4cb7d Compare July 7, 2026 17:34
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/jsdom-29.1.1 branch from 5a4cb7d to d463b33 Compare July 7, 2026 21:37
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/jsdom-29.1.1 branch from d463b33 to d0dfaa4 Compare July 7, 2026 22:21
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/jsdom-29.1.1 branch from d0dfaa4 to b768fca Compare July 8, 2026 01:10
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/jsdom-29.1.1 branch from b768fca to 3a9933f Compare July 8, 2026 18:04
@dependabot dependabot Bot changed the title Bump jsdom from 22.1.0 to 29.1.1 in /apps/desktop Build(deps-dev): bump jsdom from 22.1.0 to 29.1.1 in /apps/desktop Jul 9, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/jsdom-29.1.1 branch from 3a9933f to ab1a81f Compare July 9, 2026 01:06
@vercel

vercel Bot commented Jul 9, 2026

Copy link
Copy Markdown

Deployment failed with the following error:

Resource is limited - try again in 24 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/arul28s-projects?upgradeToPro=build-rate-limit

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/jsdom-29.1.1 branch from ab1a81f to b871066 Compare July 9, 2026 01:10
@dependabot dependabot Bot changed the title Build(deps-dev): bump jsdom from 22.1.0 to 29.1.1 in /apps/desktop build(deps-dev): bump jsdom from 22.1.0 to 29.1.1 in /apps/desktop Jul 9, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/jsdom-29.1.1 branch from b871066 to f6c8ee6 Compare July 9, 2026 01:15
@vercel

vercel Bot commented Jul 9, 2026

Copy link
Copy Markdown

Deployment failed with the following error:

Resource is limited - try again in 1 day (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/arul28s-projects?upgradeToPro=build-rate-limit

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/jsdom-29.1.1 branch from f6c8ee6 to 40e8f15 Compare July 9, 2026 01:33
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/jsdom-29.1.1 branch from 40e8f15 to 5f8afb6 Compare July 9, 2026 01:55
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/jsdom-29.1.1 branch from 5f8afb6 to df14bee Compare July 10, 2026 01:43
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/jsdom-29.1.1 branch from df14bee to 434d817 Compare July 12, 2026 02:41
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/jsdom-29.1.1 branch from 434d817 to daa2976 Compare July 14, 2026 07:27
@dependabot dependabot Bot changed the title build(deps-dev): bump jsdom from 22.1.0 to 29.1.1 in /apps/desktop bump jsdom from 22.1.0 to 29.1.1 in /apps/desktop Jul 16, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/jsdom-29.1.1 branch from daa2976 to 270cd1d Compare July 16, 2026 23:04
@dependabot dependabot Bot changed the title bump jsdom from 22.1.0 to 29.1.1 in /apps/desktop build(deps-dev): bump jsdom from 22.1.0 to 29.1.1 in /apps/desktop Jul 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/jsdom-29.1.1 branch from 270cd1d to 9bb07b7 Compare July 17, 2026 01:08
Bumps [jsdom](https://github.com/jsdom/jsdom) from 22.1.0 to 29.1.1.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Commits](jsdom/jsdom@v22.1.0...v29.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/jsdom-29.1.1 branch from 9bb07b7 to 75850a8 Compare July 17, 2026 03:34
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants