build(deps-dev): bump jsdom from 29.1.1 to 30.0.1 in /frontend - #412
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps-dev): bump jsdom from 29.1.1 to 30.0.1 in /frontend#412dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
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.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/frontend/jsdom-30.0.0
branch
from
August 2, 2026 18:12
5de227e to
4251f6e
Compare
WalksWithASwagger
added a commit
that referenced
this pull request
Aug 2, 2026
… (#426) * build(deps-dev): frontend jsdom 30 + testing-library/jest-dom 7 Bump frontend test-environment devDependencies to their next majors: - jsdom 29.1.1 -> 30.0.0 - @testing-library/jest-dom 6.9.1 -> 7.0.0 Supersedes Dependabot PRs #412 (jsdom) and #409 (jest-dom) by landing both frontend test-env majors as one reviewable change. No source or vitest config changes were required: setup already imports the framework-scoped matcher entry (@testing-library/jest-dom/vitest) that jest-dom 7 requires, and jsdom 30 works transparently under vitest 4. Refs #420 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017F63bPvWRFR4iVEm83Pzoj * build(deps-dev): regenerate frontend lockfile with npm 10.9.2 for CI CI runs `npm --prefix frontend ci` on Node 22.13.1 / npm 10.9.2, which strictly rejected the lockfile generated by this machine's npm 11: npm error `npm ci` can only install packages when your package.json and package-lock.json ... are in sync. npm error Missing: lru-cache@11.5.2 from lock file npm 11 had omitted lru-cache@11.5.2 from four nested paths (jsdom, nitro, @asamuzakjp/css-color, @asamuzakjp/dom-selector). Regenerated the lockfile with `npx npm@10.9.2 install` and validated with `npm@10.9.2 ci` (exit 0, 0 vulnerabilities). Lockfile-only change; no dependency versions altered. Refs #420 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017F63bPvWRFR4iVEm83Pzoj --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/frontend/jsdom-30.0.0
branch
August 2, 2026 18:14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps jsdom from 29.1.1 to 30.0.1.
Release notes
Sourced from jsdom's releases.
Commits
658448530.0.10c51df6Update dependencies and dev dependencies32adb34Bump@asamuzakjp/dom-selector70f014aSpeed up range operations on large documents250d7eePartially fix getComputedStyle with calc()20a01fc30.0.08c8e583Precompute WPT expectation matchesf32245cBump Node.js floor and dependencies03ef23bAdd background-position longhandsded056fTest CSS.escape() with numeric IDs