Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency jsdom to v26 #286

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update dependency jsdom to v26 #286

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsdom ^24.0.0 -> ^26.0.0 age adoption passing confidence

Release Notes

jsdom/jsdom (jsdom)

v26.0.0

Compare Source

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

Other changes:

  • Added AbortSignal.any(). (jdbevan)
  • Added initial support for form-associated custom elements, in particular making them labelable and supporting the ElementInternals labels property. The form-associated callbacks are not yet supported. (hesxenon)
  • Updated whatwg-url, adding support for URL.parse().
  • Updated cssstyle and rrweb-cssom, to improve CSS parsing capabilities.
  • Updated nwsapi, improving CSS selector matching.
  • Updated parse5, fixing a bug around <noframes> elements and HTML entity decoding.
  • Fixed JSDOM.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, notably tough-cookie, which no longer prints a deprecation warning.

v25.0.0

Compare Source

This major release changes the prototype of a jsdom's EventTarget.prototype to point to the Object.prototype inside the jsdom, instead of pointing to the Node.js Object.prototype. Thus, the prototype chain of Window stays entirely within the jsdom, never crossing over into the Node.js realm.

This only occurs when runScripts is set to non-default values of "dangerously" or "outside-only", as with the default value, there is no separate Object.prototype inside the jsdom.

This will likely not impact many programs, but could cause some changes in instanceof behavior, and so out of an abundance of caution, we're releasing it as a new major version.


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 is behind base branch, 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 by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovatebot labels Jan 10, 2025
@renovate renovate bot force-pushed the renovate/jsdom-26.x branch 11 times, most recently from f216db0 to 3bad404 Compare January 16, 2025 22:45
@renovate renovate bot force-pushed the renovate/jsdom-26.x branch 8 times, most recently from 7dfd28b to 056f43e Compare January 24, 2025 05:12
@renovate renovate bot force-pushed the renovate/jsdom-26.x branch 9 times, most recently from 3f55c00 to 019b47e Compare January 29, 2025 02:01
@renovate renovate bot force-pushed the renovate/jsdom-26.x branch 4 times, most recently from 019d239 to 562c14a Compare February 4, 2025 00:42
@renovate renovate bot force-pushed the renovate/jsdom-26.x branch from 562c14a to e019b0f Compare February 9, 2025 11:28
@renovate renovate bot force-pushed the renovate/jsdom-26.x branch from e019b0f to 784cdd5 Compare February 18, 2025 02:06
@renovate renovate bot force-pushed the renovate/jsdom-26.x branch from 784cdd5 to 81ee9cc Compare February 23, 2025 19:58
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 renovatebot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants