Skip to content

chore(deps-dev): bump jsdom from 29.1.1 to 30.0.1 - #348

Open
dependabot[bot] wants to merge 2 commits into
depsfrom
dependabot/npm_and_yarn/deps/jsdom-30.0.1
Open

chore(deps-dev): bump jsdom from 29.1.1 to 30.0.1#348
dependabot[bot] wants to merge 2 commits into
depsfrom
dependabot/npm_and_yarn/deps/jsdom-30.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 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

@chrome-grid

chrome-grid Bot commented Jul 29, 2026

Copy link
Copy Markdown

🟪🔷 netrunner :: intrusion report

░▒▓ N E T R U N N E R ▓▒░
   🟪 GRID STATUS: JACKED IN   |   netrunner-review: pass

💉 CHROME · jsdom29.1.130.0.1

This PR bumps jsdom from 29.1.1 to 30.0.1. The change appears to be safe with no major breaking changes. The dependency updates are compatible and there are no known CVEs.

🟢 VERDICT // JACKED IN — deck's clean, netrunner-review gate open.

"Looks good, choom. Your chrome's polished and ready to slice through Arasaka's ICE."
netrunner 🟪🔷

verdict: APPROVE · model: mistral-medium-2508

@codecov

codecov Bot commented Jul 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@chrome-grid

chrome-grid Bot commented Jul 29, 2026

Copy link
Copy Markdown

🟪🔷 netrunner :: intrusion report

░▒▓ N E T R U N N E R ▓▒░
   🟪 GRID STATUS: JACKED IN   |   netrunner-review: pass

💉 CHROME · jsdom29.1.130.0.1

This PR updates jsdom from version 29.1.1 to 30.0.1. The CI checks have all passed successfully, indicating that the changes are compatible with the existing codebase. The update includes several dependency updates and engine requirement changes.


📡 NETWATCH · gate checks

codecov/patchsuccess
Run vitestsuccess
Run nextestsuccess
syncskipped
automergeskipped
Rust Security Auditsuccess
npm Security Auditsuccess
dependency-reviewsuccess
Convention & traceability gatesuccess

☠️ GLITCH TRACE · flaws & patches

⚪ TRACE · package.json — The update to jsdom 30.0.1 includes several dependency updates and changes to the engine requirements. Ensure that the new engine requirements (node ^22.22.2 || ^24.15.0 || >=26.0.0) are compatible with your project's current Node.js version.

🟢 VERDICT // JACKED IN — deck's clean, netrunner-review gate open.

"Looks good, choom. Keep your chrome polished and your ICE cold."
netrunner 🟪🔷

verdict: APPROVE · model: mistral-medium-2508

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/deps/jsdom-30.0.1 branch from 82131cf to 04668a7 Compare August 5, 2026 07:16
@chrome-grid

chrome-grid Bot commented Aug 5, 2026

Copy link
Copy Markdown

🟪🔷 netrunner :: intrusion report

░▒▓ N E T R U N N E R ▓▒░
   🟪 GRID STATUS: JACKED IN   |   netrunner-review: pass

💉 CHROME · jsdom29.1.130.0.1

Bumping jsdom from 29.1.1 to 30.0.1. The CI is still running, so final verdict depends on those results. The changes look good, with updated dependencies and versions.


📡 NETWATCH · gate checks

syncskipped
automergeskipped
🟡 Convention & traceability gatequeued
🟡 Rust Security Auditin_progress
🟡 npm Security Auditqueued
🟡 dependency-reviewin_progress

🟢 VERDICT // JACKED IN — deck's clean, netrunner-review gate open.

"Keep your deck cool, choom. This chrome looks shiny and ready to slice through Arasaka ICE."
netrunner 🟪🔷

verdict: APPROVE · model: mistral-medium-2508

@chrome-grid

chrome-grid Bot commented Aug 5, 2026

Copy link
Copy Markdown

🟪🔷 netrunner :: intrusion report

░▒▓ N E T R U N N E R ▓▒░
   🟪 GRID STATUS: JACKED IN   |   netrunner-review: pass

💉 CHROME · jsdom29.1.130.0.1

This PR updates jsdom from version 29.1.1 to 30.0.1. The CI checks have all passed successfully, indicating that the changes are compatible with the existing codebase. The update includes several dependency updates and engine requirement changes, which are all well-handled.


📡 NETWATCH · gate checks

Run vitestsuccess
codecov/patchsuccess
Run nextestsuccess
syncskipped
automergeskipped
Convention & traceability gatesuccess
Rust Security Auditsuccess
npm Security Auditsuccess
dependency-reviewsuccess

☠️ GLITCH TRACE · flaws & patches

⚪ TRACE · package.json — The update to jsdom 30.0.1 brings in several new dependency versions and updates to the engine requirements. Ensure that the updated engine requirements (Node.js ^22.22.2 || ^24.15.0 || >=26.0.0) are compatible with your project's deployment environments.

🟢 VERDICT // JACKED IN — deck's clean, netrunner-review gate open.

"Looks good, choom. Your deck's got the freshest chrome on the street. Keep running smooth with Arasaka off your tail."
netrunner 🟪🔷

verdict: APPROVE · model: mistral-medium-2508

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

Labels

devops DevOps related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant