Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
happy-dom ^18.0.1 -> ^19.0.2 age confidence

Release Notes

capricorn86/happy-dom (happy-dom)

v19.0.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue related to CSS pseudo selector :scope that didn't work correctly for direct descendants to root - By @​capricorn86 in task #​1620

v19.0.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue with sending in URLs as string in @happy-dom/server-renderer config using CLI - By @​capricorn86 in task #​1908

v19.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), 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 by Mend Renovate. View the repository job log.

Copy link

cloudflare-workers-and-pages bot commented Sep 29, 2025

Deploying content with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8a12230
Status: ✅  Deploy successful!
Preview URL: https://6ecbf49c.content-f0q.pages.dev
Branch Preview URL: https://renovate-major-happy-dom-mon.content-f0q.pages.dev

View logs

Copy link

vercel bot commented Sep 29, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
content-docs Ready Ready Preview Sep 30, 2025 4:05pm

Copy link

pkg-pr-new bot commented Sep 29, 2025

npm i https://pkg.pr.new/@nuxt/content@3556

commit: 8a12230

package.json Outdated
"csvtojson": "^2.0.10",
"eslint": "^9.35.0",
"happy-dom": "^18.0.1",
"happy-dom": "^19.0.1",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"happy-dom": "^19.0.1",
"happy-dom": "^18.0.1",

The happy-dom update to version 19.0.1 is incompatible with @nuxt/test-utils@3.19.2, which only supports happy-dom versions up to ^18.0.0.

View Details

Analysis

Peer dependency conflict between happy-dom@19.0.1 and @nuxt/test-utils@3.19.2

What fails: @nuxt/test-utils@3.19.2 has peer dependency constraint happy-dom: ^9.10.9 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 which excludes happy-dom v19.x

How to reproduce:

pnpm add -D @nuxt/test-utils@3.19.2 happy-dom@19.0.1

Result: Installation succeeds but produces peer dependency warnings:

 WARN  Issues with peer dependencies found
.
└─┬ @nuxt/test-utils 3.19.2
  ├── ✕ unmet peer happy-dom@"^9.10.9 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0": found 19.0.1

Expected: No peer dependency warnings when using compatible versions. The constraint should be updated to include v19.x or happy-dom should be downgraded to v18.0.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants