Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
happy-dom 15.0.0 -> 15.7.0 age adoption passing confidence

Release Notes

capricorn86/happy-dom (happy-dom)

v15.7.0

Compare Source

v15.6.1

Compare Source

v15.6.0

Compare Source

v15.5.0

Compare Source

v15.4.3

Compare Source

👷‍♂️ Patch fixes
  • Adds support for supporting new lines and tabs as white-space character in CSS selectors - By @​syi0808 in task #​1414

v15.4.2

Compare Source

👷‍♂️ Patch fixes

v15.4.1

Compare Source

👷‍♂️ Patch fixes
  • Throw error in FormData.append() when value parameter type is incorrect - By @​btea in task #​1484

v15.4.0

Compare Source

v15.3.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes the HTMLInputElement.indeterminate, so that it behaves correctly - By @​malko in task #​1439

v15.3.1

Compare Source

v15.3.0

Compare Source

v15.2.0

Compare Source

🎨 Features

v15.1.0

Compare Source

🎨 Features
  • Refactor internal logic related to injecting the Window context for classes that can be constructed using the "new" operator - By @​capricorn86 in task #​1332
  • Improves the way classes can access the Browser context internally - By @​capricorn86 in task #​1332
  • Refactor of the logic for EventTarget.dispatchEvent() to better handle the event phases "none", "capture", "atTarget" and "bubbling" - By @​capricorn86 in task #​1332
  • Adds support for HTMLInputElement.popoverTargetElement, HTMLInputElement.popoverTargetAction, HTMLButtonElement.popoverTargetElement and HTMLButtonElement.popoverTargetAction - By @​capricorn86 in task #​1332
  • Adds support for HTMLElement.popover - By @​capricorn86 in task #​1332
  • Adds support for PerformanceObserver, PerformanceEntry and PerformanceObserverEntryList - By @​capricorn86 in task #​1332
👷‍♂️ Patch fixes
  • Makes it possible for a polyfill to replace NodeList[Symbol.iterator]() with Array.prototype.values() - By @​capricorn86 in task #​1332
  • Adds logic for canceling any request to start new async tasks while the Window is closing (e.g. using setTimeout() or fetch()) - By @​capricorn86 in task #​1332
  • Fixes issues with errors exiting the browser when using the setting "errorCapture" set to "processLevel" - By @​capricorn86 in task #​1332
    • Refactor internal logic, so that thrown errors are instances of unique error classes assigned to the Window, which makes it possible for BrowserExceptionObserver to know which Window the error originated from
  • Changes Event.composedPath() to not return the Window object if the event type is "load", which is the same behaviour as the browser - By @​capricorn86 in task #​1332
    • This means that "load" events will not bubble up to the Window object

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.

@renovate renovate bot added the UPDATE-MINOR label Sep 5, 2024
@changeset-bot
Copy link

changeset-bot bot commented Sep 5, 2024

⚠️ No Changeset found

Latest commit: 1406fd3

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

@codecov
Copy link

codecov bot commented Sep 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.24%. Comparing base (930283a) to head (1406fd3).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2166   +/-   ##
=======================================
  Coverage   91.24%   91.24%           
=======================================
  Files          47       47           
  Lines        2365     2365           
  Branches      104      104           
=======================================
  Hits         2158     2158           
  Misses        196      196           
  Partials       11       11           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/happy-dom-15.x branch from 53c0ef7 to 091f4b9 Compare September 5, 2024 17:03
@renovate renovate bot changed the title fix(deps): update dependency happy-dom to v15.3.2 fix(deps): update dependency happy-dom to v15.4.0 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/happy-dom-15.x branch from 091f4b9 to f6b2a58 Compare September 5, 2024 18:51
@renovate renovate bot changed the title fix(deps): update dependency happy-dom to v15.4.0 fix(deps): update dependency happy-dom to v15.4.2 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/happy-dom-15.x branch from f6b2a58 to 65b4d57 Compare September 5, 2024 22:29
@renovate renovate bot changed the title fix(deps): update dependency happy-dom to v15.4.2 fix(deps): update dependency happy-dom to v15.5.0 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/happy-dom-15.x branch from 65b4d57 to cff01f6 Compare September 6, 2024 00:26
@renovate renovate bot changed the title fix(deps): update dependency happy-dom to v15.5.0 fix(deps): update dependency happy-dom to v15.6.0 Sep 6, 2024
@renovate renovate bot force-pushed the renovate/happy-dom-15.x branch from cff01f6 to 4e73891 Compare September 6, 2024 13:21
@renovate renovate bot changed the title fix(deps): update dependency happy-dom to v15.6.0 fix(deps): update dependency happy-dom to v15.6.1 Sep 6, 2024
@renovate renovate bot force-pushed the renovate/happy-dom-15.x branch from 4e73891 to 1406fd3 Compare September 6, 2024 18:53
@renovate renovate bot changed the title fix(deps): update dependency happy-dom to v15.6.1 fix(deps): update dependency happy-dom to v15.7.0 Sep 6, 2024
@philibea philibea merged commit 0033bc9 into main Sep 6, 2024
@philibea philibea deleted the renovate/happy-dom-15.x branch September 6, 2024 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants