Skip to content

build(deps-dev): bump jsdom from 29.1.1 to 30.0.1 - #318

Merged
chhoumann merged 2 commits into
masterfrom
dependabot/npm_and_yarn/jsdom-30.0.1
Aug 10, 2026
Merged

build(deps-dev): bump jsdom from 29.1.1 to 30.0.1#318
chhoumann merged 2 commits into
masterfrom
dependabot/npm_and_yarn/jsdom-30.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 6, 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 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 6, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 6, 2026

Copy link
Copy Markdown

Deploying podnotes with  Cloudflare Pages  Cloudflare Pages

Latest commit: e069941
Status: ✅  Deploy successful!
Preview URL: https://6226d958.podnotes.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-jsdo-iys0.podnotes.pages.dev

View logs

@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Aug 6, 2026
dependabot Bot and others added 2 commits August 10, 2026 15:16
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>
@chhoumann
chhoumann force-pushed the dependabot/npm_and_yarn/jsdom-30.0.1 branch from 48cae48 to e069941 Compare August 10, 2026 13:18

Copy link
Copy Markdown
Owner

Validated exact head e069941fe2246d0dc23e879c7a26077e339f6086 after rebasing onto current master.

Proof:

  • Reproduced the jsdom 30 engine incompatibility at the repository's former Node 22.14.0 floor: npm ci rejected jsdom 30's ^22.22.2 || ^24.15.0 || >=26 requirement.
  • Raised .nvmrc to 22.23.2 and the package engine floor to ^22.22.2.
  • npm ci succeeds at the new minimum supported Node 22.22.2.
  • Full and production-only npm audit: 0 vulnerabilities.
  • Passed lint, format check, typecheck, production build, Svelte accessibility checks, actionlint, documentation build, and the complete Vitest suite: 77 files and 1,132 tests.
  • GitHub Actions Test run 652 passed on this exact SHA.
  • Isolated Obsidian 1.13.4 runtime: PodNotes 2.20.1 loaded, the Podcast Player command opened the expected view, and dev:errors was empty. The isolated instance was stopped and removed afterward.
  • No submitted reviews or unresolved review threads.

The Cloudflare Pages deployment for this exact SHA is still in progress and will be required to pass before merge.

@chhoumann
chhoumann merged commit 524cb4a into master Aug 10, 2026
5 checks passed
@chhoumann
chhoumann deleted the dependabot/npm_and_yarn/jsdom-30.0.1 branch August 10, 2026 13:27
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.

1 participant