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: bump happy-dom from 15.11.7 to 17.1.4 #705

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps happy-dom from 15.11.7 to 17.1.4.

Release notes

Sourced from happy-dom's releases.

v17.1.4

👷‍♂️ Patch fixes

  • Fixes issue where the use of filtering in TreeWalker didn't work according to spec - By @​capricorn86 in task #1605

v17.1.3

👷‍♂️ Patch fixes

  • Fixes incorrect handling of attribute prefixes when iterating NamedNodeMap - By @​capricorn86 in task #1728
    • This caused attribute names to be incorrectly returned in Element.getAttributeNames() when attributes where using prefixes

v17.1.2

👷‍♂️ Patch fixes

  • AbortSignal.reason can have any type - By @​btea in task #1718
  • When aborting a request, AbortSignal.reason should be the object used when the promise is rejected - By @​btea in task #1718

v17.1.1

🎨 Features

👷‍♂️ Patch fixes

  • Fixes issue where it was not possible to nest @media, @supports and @container rules - By @​capricorn86 in task #1727
  • Fixes issue where CSSStyleSheet was instantiated internally without a Window context, causing errors to not be thrown correctly in CSSStyleSheet methods - By @​capricorn86 in task #1727
  • Changes errors thrown in CSSStyleSheet methods, so that they work according to spec - By @​capricorn86 in task #1727

v17.1.0

🎨 Features

  • Add support for CSS media query rule "prefers-reduced-motion" - By @​mwdiaz in task #1724

v17.0.4

👷‍♂️ Patch fixes

  • The "slotchange" event should be fired after the element has been connected to the DOM - By @​capricorn86 in task #1722

v17.0.3

👷‍♂️ Patch fixes

  • Fix bug where nested query selector is not returning the correct result when there are multiple matching selectorGroups - By **@​christiango ** in task #1720

v17.0.2

👷‍♂️ Patch fixes

  • The property "tabIndex" should return "0" by default in HTMLAnchorElement, HTMLAreaElement, HTMLButtonElement, HTMLIFrameElement, HTMLInputElement, HTMLMediaElement, HTMLObjectElement, HTMLSelectElement and HTMLTextAreaElement - By @​capricorn86 in task #1714

v17.0.1

👷‍♂️ Patch fixes

  • Ensure querySelector() returns the first item that appears in the DOM for grouped selectors - By @​christiango in task #1710

v17.0.0

💣 Breaking Changes

  • Adds support for ECMAScript modules - By @​capricorn86 in task #320
    • This change allows the use of import and export statements in JavaScript files

... (truncated)

Commits
  • 6c5e0f9 fix: #1605 Fixes issue related to the use of filtering in TreeWalker, which...
  • c929243 fix: #1728 Fixes incorrect handling of attribute prefixes when iterating Na...
  • 82efdbc chore: #0 Replaces cp command with Node.js FS
  • 6ced6d8 fix: #1718 Fetch aborted due to timeout signal error message name incorrect...
  • 6290bb9 fix: #1727 Fixes issue where it was not possible to nest media, supports an...
  • 2f709e4 feat: #1724 Add support for "prefers-reduced-motion" (#1725)
  • efd734b fix: #1722 The slotchange event should be fired after the element has been ...
  • 70eb289 fix: [1720] Fix bug where nested query selector is not returning the correct ...
  • 9cb1d32 fix: #1714 Returns 0 by default for the tabIndex property in HTMLAnchorElem...
  • 5551267 fix: #1710 - Ensure querySelector returns the first item that appears in t...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 15.11.7 to 17.1.4.
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v15.11.7...v17.1.4)

---
updated-dependencies:
- dependency-name: happy-dom
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 25, 2025

Superseded by #707.

@dependabot dependabot bot closed this Feb 25, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/happy-dom-17.1.4 branch February 25, 2025 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants