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 v13.10.1 #2121

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

capricorn86/happy-dom (happy-dom)

v13.10.1

Compare Source

v13.10.0

Compare Source

🎨 Features

v13.9.0

Compare Source

v13.8.6

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug related to multiple fallbacks to CSS variables being set incorrectly - By @​odanado in task #​1308

v13.8.5

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem related to invalid pseudo query selectors matching elements (e.g. ":before" should only match the pseudo element and not the actual element) - By @​capricorn86 in task #​1122
  • Adds support for using multiple pseudo query selectors (e.g. ":first-of-type:last-of-type") - By @​capricorn86 in task #​1122
  • Fixes minor typo in HTMLElementConfig - By @​danbentley in task #​1306

v13.8.4

Compare Source

👷‍♂️ Patch fixes
  • Adds support for returning URL relative to window location in HTMLLinkElement.href, HTMLImageElement.src and HTMLScriptElement.src - By @​capricorn86 in task #​1135

v13.8.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem where some elements (e.g. <li>, <h1> or <table>) doesn't allow itself as direct descendant when parsing HTML, but should allow itself as descendant when it is not at first level - By @​capricorn86 in task #​1039

v13.8.2

Compare Source

v13.8.1

Compare Source

v13.8.0

Compare Source

🎨 Features

v13.7.8

Compare Source

v13.7.7

Compare Source

v13.7.6

Compare Source

v13.7.5

Compare Source

👷‍♂️ Patch fixes
  • Modify option node to return empty string even if the value is empty string - In task #​1138

v13.7.4

Compare Source

v13.7.3

Compare Source

v13.7.2

Compare Source

v13.7.1

Compare Source

👷‍♂️ Patch fixes

v13.7.0

Compare Source

v13.6.2

Compare Source

🎨 Features
👷‍♂️ Patch fixes

v13.6.1

Compare Source

👷‍♂️ Patch fixes
  • Improves validation for the options argument in MutationsObserver.observe() - By @​romansp in task #​1223

v13.6.0

Compare Source

🎨 Features
👷‍♂️ Patch fixes
  • Adds support for the property Document.forms - By @​juandiegombr in task #​1260
  • Adds check for if MutationObserver options are null, which most likely happens for code that is executed after the Window instance has been closed - By @​zachlankton in task #​1217

v13.5.3

Compare Source

👷‍♂️ Patch fixes
  • Improves check for invalid query selectors - By @​btea in task #​0

v13.5.2

Compare Source

👷‍♂️ Patch fixes

v13.5.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem with query selectors not finding SVG elements after the v13.4.0 release - By @​capricorn86 in task #​1274

v13.5.0

Compare Source

🎨 Features
  • Use the Node.js ReadableStream class for the properties Response.body and Request.body - By @​diego-toro and @​capricorn86 in task #​1180
    • The previous implementation used the Node.js Stream.Readable class, which is not fully spec compliant

v13.4.1

Compare Source

👷‍♂️ Patch fixes

v13.4.0

Compare Source

🎨 Features
  • Adds support for CustomElementRegistry.getName() - By @​mash-graz in task #​1176
  • Adds support for await Window.happyDOM.close(), which makes it possible to wait for the teardown to be completed in a detached window - By @​capricorn86 in task #​1176
👷‍♂️ Patch fixes
  • Use Element.localName correctly in Document.createElement() and Document.createElementNS() - By @​capricorn86 in task #​1176
  • Set correct namespaceURI for "xmlns" attribute when parsing SVGs - By @​capricorn86 in task #​1176
  • Fixes problem related to window being "null" during teardown/close - By @​capricorn86 in task #​1176
  • Validate custom element name in CustomElementRegistry - By @​mash-graz in task #​1176
  • Prevent registration of the same HTMLElement class with different name in CustomElementRegistry - By @​mash-graz in task #​1176

v13.3.8

Compare Source

👷‍♂️ Patch fixes

v13.3.7

Compare Source

👷‍♂️ Patch fixes
  • Removes validation of PR commit messages from Github workflow as it will fallback to patch version anyway - By @​capricorn86 in task #​1249

v13.3.6

Compare Source

👷‍♂️ Patch fixes
  • Adds support for PR username in release notes if it is not possible to retrieve Github username based on commit email - By @​capricorn86 in task #​1247

v13.3.5

Compare Source

🎨 Features
👷‍♂️ Patch fixes
  • Fixes problem with calculating next version by updating the package "happy-conventional-commit" - By @​capricorn86 in task #​1244

v13.3.4

Compare Source

👷‍♂️ Patch fixes

v13.3.3

Compare Source

👷‍♂️ Patch fixes

v13.3.2

Compare Source

👷‍♂️ Patch fixes

v13.3.1

Compare Source

👷‍♂️ Patch fixes

v13.3.0

Compare Source

🎨 Features
👷‍♂️ Patch fixes

v13.2.2

Compare Source

👷‍♂️ Patch fixes

v13.2.1

Compare Source

👷‍♂️ Patch fixes
  • Adds missing element classes and types to the export in "index.js", so that they are easier to import. The missing elements was HTMLAnchorElement, HTMLButtonElement, HTMLOptGroupElement, HTMLOptionElement, HTMLUnknownElement and HTMLSelectElement. (#​1227)
  • Adds non-implemented element classes to the export in "index.js" by exporting HTMLElement as the non-implemented class name. (#​1227)

v13.2.0

Compare Source

🎨 Features
  • Removes unnecessary dependencies. (#​1215)

Configuration

📅 Schedule: Branch creation - "before 5pm on the first day of the month" (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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency happy-dom to v13.6.2 chore(deps): update dependency happy-dom to v13.7.0 Mar 8, 2024
@renovate renovate bot force-pushed the renovate/happy-dom-13.x branch 2 times, most recently from 01cf387 to 5b4138e Compare March 9, 2024 13:07
@renovate renovate bot changed the title chore(deps): update dependency happy-dom to v13.7.0 chore(deps): update dependency happy-dom to v13.7.1 Mar 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency happy-dom to v13.7.1 chore(deps): update dependency happy-dom to v13.7.3 Mar 10, 2024
@renovate renovate bot force-pushed the renovate/happy-dom-13.x branch 2 times, most recently from 7e26a35 to f50d1eb Compare March 12, 2024 00:39
@renovate renovate bot changed the title chore(deps): update dependency happy-dom to v13.7.3 chore(deps): update dependency happy-dom to v13.7.7 Mar 12, 2024
@renovate renovate bot changed the title chore(deps): update dependency happy-dom to v13.7.7 chore(deps): update dependency happy-dom to v13.7.8 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/happy-dom-13.x branch 2 times, most recently from ef2b847 to d5f6e9d Compare March 12, 2024 13:22
@renovate renovate bot changed the title chore(deps): update dependency happy-dom to v13.7.8 chore(deps): update dependency happy-dom to v13.8.1 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/happy-dom-13.x branch from d5f6e9d to 58d95be Compare March 12, 2024 15:46
@renovate renovate bot changed the title chore(deps): update dependency happy-dom to v13.8.1 chore(deps): update dependency happy-dom to v13.8.2 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/happy-dom-13.x branch from 58d95be to 44c1e69 Compare March 13, 2024 22:28
@renovate renovate bot changed the title chore(deps): update dependency happy-dom to v13.8.2 chore(deps): update dependency happy-dom to v13.8.3 Mar 13, 2024
@renovate renovate bot changed the title chore(deps): update dependency happy-dom to v13.8.3 chore(deps): update dependency happy-dom to v13.8.4 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/happy-dom-13.x branch 2 times, most recently from 92e38c2 to faffbb5 Compare March 14, 2024 19:34
@renovate renovate bot changed the title chore(deps): update dependency happy-dom to v13.8.4 chore(deps): update dependency happy-dom to v13.8.5 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/happy-dom-13.x branch from faffbb5 to 27e3f31 Compare March 14, 2024 21:33
@renovate renovate bot changed the title chore(deps): update dependency happy-dom to v13.8.5 chore(deps): update dependency happy-dom to v13.8.6 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/happy-dom-13.x branch from 27e3f31 to 6de5d1d Compare March 17, 2024 15:47
@renovate renovate bot changed the title chore(deps): update dependency happy-dom to v13.8.6 chore(deps): update dependency happy-dom to v13.9.0 Mar 17, 2024
@renovate renovate bot force-pushed the renovate/happy-dom-13.x branch from 6de5d1d to b0b981d Compare March 18, 2024 17:37
@renovate renovate bot changed the title chore(deps): update dependency happy-dom to v13.9.0 chore(deps): update dependency happy-dom to v13.10.1 Mar 18, 2024
@maxmilton maxmilton closed this May 5, 2024
Copy link
Contributor Author

renovate bot commented May 5, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (13.10.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/happy-dom-13.x branch May 5, 2024 20:56
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.

1 participant