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

Update dependency jsdom to v27#127

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
renovate wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromrenovate/jsdom-27.x

Conversation

@renovate
Copy link
Contributor

@renovaterenovatebot commentedSep 13, 2025
edited
Loading

This PR contains the following updates:

PackageChangeAgeConfidence
jsdom^25.0.0 ->^27.0.0ageconfidence

Release Notes

jsdom/jsdom (jsdom)

v27.1.0

Compare Source

  • Improved CSS parsing by switching to@acemir/cssom, including support for nested selectors, nested declarations, layer statements, and improved at-rule validation. (acemir)
  • Fixed some selector cache invalidation issues where changes to attributes were not being picked up. (asamuzaK)
  • Fixedpackage.json"engines" field to reflect the new minimum Node.js versions needed to run jsdom, as noted in the changelog for v27.0.1.

v27.0.1

Compare Source

  • 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)

v27.0.0

Compare Source

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.

v26.1.0

Compare Source

  • Added at least partial support for various SVG elements and their classes:<defs> (SVGDefsElement),<desc> (SVGDescElement),<g> (SVGGElement),<metadata> (SVGMetadataElement),<switch> (SVGSwitchElement), and<symbol> (SVGSymbolElement).
  • AddedSVGAnimatedPreserveAspectRatio andSVGAnimatedRect, including support in the reflection layer.
  • Added theSVGSVGElementcreateSVGRect() method, and theSVGRect type (which is distinct fromDOMRect.)
  • Added indexed property support toHTMLFormElement.
  • Updated theSVGElementviewportElement() method to correctly establish the viewport based on ancestor elements.
  • Removed the now-bloatedform-data dependency in favor of our own smaller implementation ofmultipart/form-data serialization. No functional changes are expected.
  • Various performance improvements, caches, microoptimizations, and deferred object creation.

v26.0.0

Compare Source

Breaking change:canvas peer dependency requirement has been upgraded from v2 to v3. (sebastianwachter)

Other changes:

  • AddedAbortSignal.any(). (jdbevan)
  • Added initial support for form-associated custom elements, in particular making them labelable and supporting theElementInternalslabels property. The form-associated callbacks are not yet supported. (hesxenon)
  • Updatedwhatwg-url, adding support forURL.parse().
  • Updatedcssstyle andrrweb-cssom, to improve CSS parsing capabilities.
  • Updatednwsapi, improving CSS selector matching.
  • Updatedparse5, fixing a bug around<noframes> elements and HTML entity decoding.
  • FixedJSDOM.fromURL() to properly reject the returned promise if the server redirects to an invalid URL, instead of causing an uncaught exception.

v25.0.1

Compare Source

  • Updated dependencies, notablytough-cookie, which no longer prints a deprecation warning.

Configuration

📅Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated byMend Renovate. View therepository job log.

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

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp