Skip to content

Bump jsdom from 29.1.1 to 30.0.1 - #1007

Merged
ain merged 1 commit into
mainfrom
dependabot/npm_and_yarn/jsdom-30.0.1
Aug 2, 2026
Merged

Bump jsdom from 29.1.1 to 30.0.1#1007
ain merged 1 commit into
mainfrom
dependabot/npm_and_yarn/jsdom-30.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor

Bumps jsdom from 29.1.1 to 30.0.1.

Release notes

Sourced from jsdom's releases.

v30.0.1

  • Fixed getComputedStyle() with calc() and other functions throwing an exception, which regressed in v30.0.0. (@​asamuzaK)
  • Sped up up range operations on large documents (@​leonidaz)

v30.0.0

Breaking changes:

  • Node.js minimum version raised to ^22.22.2 || ^24.15.0 || >=26.0.0.

Other changes:

  • Added CSS.escape() and CSS.supports() functions. (@​asamuzaK)
  • Added 'background-position-x' and 'background-position-y' CSS properties. (@​olagokemills)
  • Fixed getComputedStyle() to convert length values into pixels. (@​asamuzaK)
  • Fixed CSS function serialization, e.g., in the return value of getPropertyValue(). (@​asamuzaK)
  • Fixed the type of error thrown by document.evaluate() (@​dokson)
Commits
  • 6584485 30.0.1
  • 0c51df6 Update dependencies and dev dependencies
  • 32adb34 Bump @​asamuzakjp/dom-selector
  • 70f014a Speed up range operations on large documents
  • 250d7ee Partially fix getComputedStyle with calc()
  • 20a01fc 30.0.0
  • 8c8e583 Precompute WPT expectation matches
  • f32245c Bump Node.js floor and dependencies
  • 03ef23b Add background-position longhands
  • ded056f Test CSS.escape() with numeric IDs
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 30, 2026
@dependabot
dependabot Bot requested a review from ain as a code owner July 30, 2026 02:02
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Jul 30, 2026
@ain

ain commented Aug 2, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/jsdom-30.0.1 branch from 345ee7b to 31a2e66 Compare August 2, 2026 09:44
@ain ain added the needs work label Aug 2, 2026
@ain ain added this to the 2.0.0 milestone Aug 2, 2026
@ain

ain commented Aug 2, 2026

Copy link
Copy Markdown
Owner

This upgrade raises the effective Node requirement for the project, which is a breaking change for smartbanner.js.

jsdom@30.0.1 now requires ^22.22.2 || ^24.15.0 || >=26.0.0, while this project currently supports >=20. Taking this bump would either break supported environments or force us to raise our minimum Node version, which we don't want to do as part of a dependency update.

JSDOM upgrade will be done within the next major release of smartbanner.js

@ain ain left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Putting on hold until it can be rebased against v2

ain added a commit that referenced this pull request Aug 2, 2026
This reverts commit 0b7c3af.
Belongs to the scope of #1007 - breaking change
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/jsdom-30.0.1 branch from 31a2e66 to 068f9ec Compare August 2, 2026 10:29
@ain

ain commented Aug 2, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [jsdom](https://github.com/jsdom/jsdom) from 29.1.1 to 30.0.1.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Commits](jsdom/jsdom@v29.1.1...v30.0.1)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-version: 30.0.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/jsdom-30.0.1 branch from 068f9ec to 6a12d10 Compare August 2, 2026 11:44
@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 97.222%. remained the same — dependabot/npm_and_yarn/jsdom-30.0.1 into main

@ain ain removed this from the 2.0.0 milestone Aug 2, 2026
@ain
ain merged commit c09566d into main Aug 2, 2026
17 checks passed
@ain
ain deleted the dependabot/npm_and_yarn/jsdom-30.0.1 branch August 2, 2026 12:00
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 needs work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants