Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump jsdom from 26.1.0 to 27.0.1#13893

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromdependabot/npm_and_yarn/jsdom-27.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubOct 27, 2025
edited
Loading

Bumpsjsdom from 26.1.0 to 27.0.1.

Release notes

Sourced fromjsdom's releases.

Version 27.0.1

  • Fixed some regressions in CSS selectors. Most such regression fixes were done in a minor update of a dependency, and thus available for all fresh installs of v27.0.0. However, one related toclass="" attribute changes is only possible with a new version of jsdom. (asamuzaK)

Version 27.0.0

Changes since 26.1.0

  • Node.js v20 is now the minimum supported version.
  • Added a variety of event constructors, even though we do not implement their associated specifications or ever fire them:BeforeUnloadEvent,BlobEvent,DeviceMotionEvent (omittingrequestPermission()),DeviceOrientationEvent (omittingrequestPermission()),PointerEvent,PromiseRejectionEvent, andTransitionEvent.
  • AddedmovementX andmovementY toMouseEvent. (These are from thePointer Lock specification, the rest of which is not implemented.)
  • AddedcustomElements.getName(). (mash-graz)
  • Updated thevirtual console:
    • "jsdomError" events are now documented, with specifictype properties and other properties that depend on the type.
    • sendTo() was renamed toforwardTo().
    • ThejsdomErrors option toforwardTo() can be used to control which errors are sent to the Node.js console. This replaces the previousomitJSDOMErrors boolean option.
    • "jsdomError"s for failedXMLHttpRequest fetches are no longer emitted.
    • The values that are printed when forwarding"jsdomError"s to the Node.js console are streamlined.
  • Switched our CSS selector engine fromnwsapi to@asamuzakjp/dom-selector, closing over 20 selector-related bugs.
  • Upgradedtough-cookie, which now considers URLs likehttp://localhost/ to be secure contexts (perthe spec), and thus will returnSecure-flagged cookies for such URLs. (colincasey)
  • Upgradedcssstyle, which brings along many improvements and fixes to theCSSStyleDeclaration object and its properties.
  • Updated the user agent stylesheet to be derived from the HTML Standard, instead of from an old revision of Chromium.
  • Changedelement.click() to fire aPointerEvent instead of aMouseEvent.
  • Changed certain events to be passive by default.
  • Changed the<input> element'spattern="" attribute to use thev regular expression flag, instead ofu.
  • Fixed many specification conformance issues with theWindow object, including named properties and changing various data properties to accessor properties.
  • Fixeddocument.createEvent() to accept a more correct set of event names.
  • Fixed theElementInternals accessibility getters and setters. (They were introduced in v23.1.0, but due to inadequate test coverage never actually worked.)
  • Fixed usingObject.defineProperty() on certain objects, such asHTMLSelectElement instances.
  • Fixedjsdom.reconfigure({ url }) not updatingdocument.baseURI or properties derived from it. (This regressed in v26.1.0.)
  • Fixed CSS system colors, as well as theinitial,inherit, andunset keywords, to resolve correctly. (asamuzaK)
  • Fixed CSSdisplay style resolution. (asamuzaK)

Changes since 27.0.0-beta.3

  • Upgradedcssstyle, which brings along various CSS parsing fixes.

Version 27.0.0-beta.3

  • Breaking change: upgradedtough-cookie, which now considers URLs likehttp://localhost/ to be secure contexts (perthe spec), and thus will returnSecure-flagged cookies for such URLs. (colincasey)
  • AddedcustomElements.getName(). (mash-graz)
  • Changed the<input> element'spattern="" attribute to use thev regular expression flag, instead ofu.
  • Fixedjsdom.reconfigure({ url }) not updatingdocument.baseURI or properties derived from it. This regressed in v26.1.0.
  • Fixed CSS system colors, as well as theinitial,inherit, andunset keywords, to resolve correctly. This is especially important since the change in v27.0.0-beta.1 to use system colors in the user agent stylesheet. (asamuzaK)
  • Fixed CSSbackground property parsing and serialization. (asamuzaK)
  • Fixed CSS color parsing and serialization inside of gradients. (asamuzaK)
  • Fixed CSSdisplay style resolution. (asamuzaK)
  • Upgraded@asamuzakjp/dom-selector, which notably fixed repeated use of the:scope selector. (asamuzaK)

Version 27.0.0-beta.2

Significantly improved specification conformance for theWindow object, including named properties and changing various data properties to accessor properties. This is not likely to be breaking, but since it's a complex change to such a core object, we're happy to do another beta testing release with this included before graduating the v27 line to stable.

Additionally, updatedcssstyle to v4.4.0, which brings along various conformance fixes to theCSSStyleDeclaration object and its properties.

... (truncated)

Changelog

Sourced fromjsdom's changelog.

27.0.1

  • Fixed some regressions in CSS selectors. Most such regression fixes were done in a minor update of a dependency, and thus available for all fresh installs of v27.0.0. However, one related toclass="" attribute changes is only possible with a new version of jsdom. (asamuzaK)

27.0.0

Commits
  • 819ff52 Version 27.0.1
  • 23539d4 Call domSelector.clear() on class change
  • 894151b Add regression tests and update dependencies
  • aa2d8db Add a regression test for getComputedStyle() across shadow boundaries
  • 8c49cb7 Update@​asamuzakjp/dom-selector
  • 8a877ac Update@​asamuzakjp/dom-selector
  • 22cc228 Add failing test for CSS flex shorthand
  • f1c40de Create ParentNode-querySelector-nested.html
  • f2a505d Version 27.0.0
  • ab384d4 Update dependencies and dev dependencies
  • Additional commits viewable incompare 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update Javascript code labelsOct 27, 2025
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/jsdom-27.0.1 branch fromec20e9e to8550290CompareNovember 4, 2025 08:03
Bumps [jsdom](https://github.com/jsdom/jsdom) from 26.1.0 to 27.0.1.- [Release notes](https://github.com/jsdom/jsdom/releases)- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)- [Commits](jsdom/jsdom@26.1.0...27.0.1)---updated-dependencies:- dependency-name: jsdom  dependency-version: 27.0.1  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/jsdom-27.0.1 branch from8550290 toa0cc6d9CompareNovember 4, 2025 22:30
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp