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

chore(deps): update dependency happy-dom to v16 #330

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
happy-dom ^15.11.7 -> ^16.0.0 age adoption passing confidence

Release Notes

capricorn86/happy-dom (happy-dom)

v16.6.0

Compare Source

🎨 Features
  • Adds support for subsequent sibling combinator to querySelector(), querySelectorAll() and matches() (e.g. ".a ~ .b") - By @​karpiuMG in task #​1683

v16.5.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem with encoding and decoding attribute values in HTML - By @​capricorn86 in task #​1678
  • Fixes issue where it was not possible to query selector by class when the attribute value had line breaks in it - By @​capricorn86 in task #​1678

v16.5.2

Compare Source

👷‍♂️ Patch fixes
  • Event.target should be the target element after an event has been dispatched - By @​capricorn86 in task #​1529

v16.5.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where Comment, Text and DocumentFragment are not instances of their corresponding property on Window - By @​capricorn86 in task #​1577

v16.5.0

Compare Source

🎨 Features

v16.4.3

Compare Source

👷‍♂️ Patch fixes
  • Adds null check for if browser frame is available in Response during tear down of the Window - By @​capricorn86 in task #​1669

v16.4.2

Compare Source

👷‍♂️ Patch fixes

v16.4.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where HTML assigned to document.documentElement.innerHTML isnt parsed correctly since v16 - By @​capricorn86 in task #​1663

v16.4.0

Compare Source

🎨 Features

v16.3.0

Compare Source

🎨 Features
  • Adds support for child combinator to ":has()" pseudo selector (e.g. "span:has(> video)") - By @​capricorn86 in task #​1642

v16.2.9

Compare Source

👷‍♂️ Patch fixes
  • Fixes the HTMLInputElement.defaultChecked property - By @​capricorn86 in task #​1587
    • This issue caused React not to serialize the "checked" attribute correctly

v16.2.8

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where the wrong event target was used when dispatching events on HTMLFormElement or HTMLSelectElement - By @​capricorn86 in task #​1628

v16.2.7

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where text in <script> and <style> elements should not be decoded or encoded - By @​capricorn86 in task #​1564

v16.2.6

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem where snapshots did not result in HTML for <form> and <select> elements - By @​capricorn86 in task #​1608

v16.2.5

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where the reference to a parent HTMLFormElement and HTMLSelectElement was wrong which affected the methods remove(), replaceWith(), before(), after(), append(), prepend(), replaceChildren() and insertAdjacentElement() - By @​capricorn86 in task #​1637

v16.2.4

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where the incorrect location is set after a redirect in BrowserFrame.goto() and DetachedBrowserFrame.goto() - By @​capricorn86 in task #​1627

v16.2.3

Compare Source

👷‍♂️ Patch fixes

v16.2.2

Compare Source

👷‍♂️ Patch fixes
  • Improves error when a Symbol object is being sent to querySelector() or querySelectorAll() as selector - By @​chocolateboy in task #​1640

v16.2.1

Compare Source

👷‍♂️ Patch fixes
  • Set request credentials to "same-origin" in XMLHttpRequest when "withCredentials" is false - By @​saitonakamura in task #​1631

v16.2.0

Compare Source

🎨 Features

v16.1.0

Compare Source

🎨 Features

v16.0.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem with children of created documents (e.g. document.implementation.createHTMLDocument()) not being considered as connected to a DOM that was introduced in v16 - By @​capricorn86 in task #​1647

v16.0.0

Compare Source

💣 Breaking Changes
  • Refactors XML and HTML parsing and serialization - By @​capricorn86 in task #​1615
    • This change may break your tests as the serialized output may differ from v15
🎨 Features
👷‍♂️ Patch fixes

Configuration

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

🚦 Automerge: Enabled.

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.

Copy link

vercel bot commented Jan 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
code-snippets ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 3, 2025 4:49pm

Copy link

changeset-bot bot commented Jan 20, 2025

⚠️ No Changeset found

Latest commit: 2a088a3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from 7ccd7d8 to c6d467f Compare January 20, 2025 05:27
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from c6d467f to 5e03497 Compare January 20, 2025 09:56
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from 5e03497 to 6f28990 Compare January 20, 2025 13:24
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from 6f28990 to fe485ea Compare January 20, 2025 16:23
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from fe485ea to 1d91d30 Compare January 21, 2025 08:50
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from 1d91d30 to f4e7a14 Compare January 21, 2025 13:52
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from f4e7a14 to a04ccbf Compare January 21, 2025 19:12
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from a04ccbf to 12ce46f Compare January 21, 2025 20:49
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from 12ce46f to fc82cac Compare January 22, 2025 01:30
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from fc82cac to 25b3720 Compare January 22, 2025 05:36
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from 25b3720 to 0b1b4d6 Compare January 22, 2025 09:40
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from 0b1b4d6 to a2711ea Compare January 22, 2025 14:05
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from a2711ea to 0b0c254 Compare January 22, 2025 18:02
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from 0b0c254 to a357155 Compare January 22, 2025 20:32
Copy link

vercel bot commented Jan 24, 2025

Deployment failed with the following error:

Resource is limited - try again in 6 minutes (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from 29841b4 to 9ca3bbc Compare February 2, 2025 00:47
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from 9ca3bbc to 98855f5 Compare February 2, 2025 05:18
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from 98855f5 to 2f62262 Compare February 2, 2025 09:02
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from 2f62262 to 353aed3 Compare February 2, 2025 12:24
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from 353aed3 to a398b85 Compare February 2, 2025 16:51
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from a398b85 to 4247565 Compare February 2, 2025 21:19
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from 4247565 to f3d2c32 Compare February 3, 2025 01:54
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from f3d2c32 to 16c87b9 Compare February 3, 2025 05:06
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from 16c87b9 to f27194f Compare February 3, 2025 09:45
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from f27194f to 2d7b0a5 Compare February 3, 2025 13:30
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from 2d7b0a5 to 56d0516 Compare February 3, 2025 16:35
@renovate renovate bot force-pushed the renovate/major-happy-dom-monorepo branch from 56d0516 to 2a088a3 Compare February 3, 2025 20:57
Copy link

vercel bot commented Feb 3, 2025

Deployment failed with the following error:

Resource is limited - try again in 14 minutes (more than 100, code: "api-deployments-free-per-day").

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