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 v14 - autoclosed #64

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
happy-dom ^13.10.1 -> ^14.12.3 age adoption passing confidence

Release Notes

capricorn86/happy-dom (happy-dom)

v14.12.3

Compare Source

👷‍♂️ Patch fixes
  • Element.insertBefore works when the node is already inserted - In task #​1429

v14.12.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem related to the cookie container using the wrong path when caching cookies - By @​matcic in task #​1455

v14.12.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem related to React click handler with preventDefault not preventing navigation - By @​amitdahan in task #​1464

v14.12.0

Compare Source

v14.11.4

Compare Source

v14.11.3

Compare Source

v14.11.2

Compare Source

v14.11.1

Compare Source

v14.11.0

Compare Source

🎨 Features

v14.10.3

Compare Source

👷‍♂️ Patch fixes
  • Adds check for if Window and MutationObserver has been destroyed when triggering listeners - By @​capricorn86 in task #​1436

v14.10.2

Compare Source

👷‍♂️ Patch fixes
  • HTMLAnchorElement, HTMLButtonElement, HTMLInputElement and HTMLLabelElement checked that click events triggering native behavior was of type PointerEvent, but should check that they are of type MouseEvent - By @​capricorn86 in task #​1397

v14.10.1

Compare Source

v14.10.0

Compare Source

🎨 Features
  • Adds support for Document.elementFromPoint() - By @​TreyVigus in task #​1400
    • The method will always return null as Happy DOM doesn't support rendering and can't calculate an element's position based on where it is rendered

v14.9.0

Compare Source

v14.8.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue related to Element.insertBefore() not removing comment node from previous ancestor - By @​mdafanasev in task #​1406

v14.8.2

Compare Source

v14.8.1

Compare Source

v14.8.0

Compare Source

🎨 Features

v14.7.1

Compare Source

👷‍♂️ Patch fixes

v14.7.0

Compare Source

v14.6.2

Compare Source

👷‍♂️ Patch fixes

v14.6.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where Document.createTextNode() didn't handle conversion of non-string values to string - By @​odanado in task #​1380
  • Adds support for throwing an exception when no argument is submitted to Document.createTextNode() - By @​odanado in task #​1380

v14.6.0

Compare Source

v14.5.2

Compare Source

v14.5.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem with Document.defaultView not referring to the global object when using GlobalRegistrator - By @​capricorn86 in task #​1367

v14.5.0

Compare Source

🎨 Features
  • Adds support for handling "application/x-www-form-urlencoded" in Request.formData() - By @​tt-public in #​1379

v14.4.0

Compare Source

v14.3.10

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem related to CSS properties not being used when defined after the CSS value - By @​capricorn86 in task #​1364

v14.3.9

Compare Source

👷‍♂️ Patch fixes

v14.3.8

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem when the error for the invalid selectors :is and :where (without argument) was not handled correctly - By @​capricorn86 in task #​1352

v14.3.7

Compare Source

👷‍♂️ Patch fixes

v14.3.6

Compare Source

👷‍♂️ Patch fixes

v14.3.5

Compare Source

v14.3.4

Compare Source

v14.3.3

Compare Source

v14.3.2

Compare Source

👷‍♂️ Patch fixes

v14.3.1

Compare Source

v14.3.0

Compare Source

v14.2.1

Compare Source

v14.2.0

Compare Source

🎨 Features

v14.1.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem with properties defined as getters and setters not being registered globally by Vitest - By @​capricorn86 in task #​1339
    • The problem occurred as Vitest is using Object.getOwnPropertyDescriptors(window) to read which properties to register globally, but getters and setters are defined on the prototype
    • To solve the problem, GlobalWindow now defines the properties on the instance when it is constructed

v14.1.1

Compare Source

v14.1.0

Compare Source

🎨 Features
  • Adds support for the setting handleDisabledFileLoadingAsSuccess, that can be used for triggering a "load" event instead of an "error" event when file loading is disabled - By @​capricorn86 in task #​1334

v14.0.0

Compare Source

💣 Breaking Changes
  • Removes interfaces for Node's, as they are no longer needed as newer versions of Typescript can handle circular dependencies - By @​capricorn86 in task #​1330

Configuration

📅 Schedule: Branch creation - "before 4am 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

vercel bot commented Mar 25, 2024

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

Name Status Preview Comments Updated (UTC)
starter-nuxt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 12, 2024 4:57am

Copy link

stackblitz bot commented Mar 25, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from 70f55f2 to 7fc335d Compare March 25, 2024 03:28
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from 7fc335d to d421d14 Compare March 26, 2024 01:16
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from d421d14 to 9a61054 Compare March 27, 2024 00:05
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from 9a61054 to e0affaa Compare April 2, 2024 23:28
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from e0affaa to c5e672c Compare April 3, 2024 00:40
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from c5e672c to e0bb834 Compare April 3, 2024 22:57
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from e0bb834 to 5b592d2 Compare April 4, 2024 17:10
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from 5b592d2 to 7dee6bd Compare April 5, 2024 00:59
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from 7dee6bd to f8ad04f Compare April 6, 2024 03:05
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from f8ad04f to fb65cbc Compare April 6, 2024 13:54
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from fb65cbc to 873c62b Compare April 7, 2024 01:51
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from 873c62b to d7c2b8d Compare April 7, 2024 17:02
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from d7c2b8d to 5f9b7b5 Compare April 8, 2024 04:57
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from 5f9b7b5 to 9226003 Compare April 15, 2024 04:44
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from 621a371 to f25ab4a Compare May 28, 2024 14:47
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from f25ab4a to a684b8d Compare May 29, 2024 14:08
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from a684b8d to 6665b01 Compare May 30, 2024 01:43
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from 6665b01 to 14ec853 Compare June 3, 2024 04:00
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from 14ec853 to 1d226aa Compare June 10, 2024 03:51
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from 1d226aa to 61822dc Compare June 17, 2024 03:23
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from 61822dc to 99a0e85 Compare June 20, 2024 16:16
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from 99a0e85 to 40ec283 Compare June 24, 2024 04:26
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from 40ec283 to 1bedb61 Compare July 8, 2024 04:56
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from 1bedb61 to 9f8a901 Compare July 15, 2024 03:19
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from 9f8a901 to cd56ecc Compare July 22, 2024 05:19
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from cd56ecc to ed569e3 Compare July 29, 2024 04:31
@renovate renovate bot force-pushed the renovate/happy-dom-14.x branch from ed569e3 to 565ebd8 Compare August 12, 2024 04:54
@renovate renovate bot changed the title chore(deps): update dependency happy-dom to v14 chore(deps): update dependency happy-dom to v14 - autoclosed Aug 18, 2024
@renovate renovate bot closed this Aug 18, 2024
@renovate renovate bot deleted the renovate/happy-dom-14.x branch August 18, 2024 08:37
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