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

Bump happy-dom from 13.6.2 to 14.10.1 #610

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 7, 2024

Bumps happy-dom from 13.6.2 to 14.10.1.

Release notes

Sourced from happy-dom's releases.

v14.10.1

👷‍♂️ Patch fixes

  • Makes descriptor for properties "configurable" to make Storage.entries(), Storage.keys() and Storage.values() work according to spec - By @​motss in task #1418

v14.10.0

🎨 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

🎨 Features

  • Adds support for Document.queryCommandSupported() - By @​btea in task #1411

v14.8.3

👷‍♂️ Patch fixes

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

v14.8.2

👷‍♂️ Patch fixes

  • Changes implementation to return HTMLCollection instead of NodeList in Document.forms - By @​jean-leonco in task #1349

v14.8.1

👷‍♂️ Patch fixes

v14.8.0

🎨 Features

  • Adds support for the HTMLIFrameElement.srcdoc property - By @​jeffwcx in task #1398

v14.7.1

👷‍♂️ Patch fixes

  • Adds support for using Node.prototype.cloneNode.call(element), Node.prototype.appendChild.call(element), Node.prototype.removeChild.call(element), Node.prototype.insertBefore.call(element) and Node.prototype.replaceChild.call(element), which Svelte v5 relies on - By @​capricorn86 in task #1392

v14.7.0

🎨 Features

  • Adds support for constructing Text and Comment using the new operator - By @​capricorn86 in task #1387
    • E.g. new Text('text') or new Comment('comment')

v14.6.2

👷‍♂️ Patch fixes

v14.6.1

👷‍♂️ 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

... (truncated)

Commits
  • 8ceadb3 Merge pull request #1423 from motss/fix/1418
  • fd5d888 Merge branch 'master' into fix/1418
  • 4dc3de4 feat: #1400 Adds support for document.elementFromPoint
  • 2e03291 Merge pull request #1412 from btea/feature/add-queryCommandSupported
  • 9bf6a59 Merge branch 'master' into feature/add-queryCommandSupported
  • 7a5b003 chore: #1408 Improves unit tests for DOMRectReadOnly and DOMRect
  • 48189ab Merge pull request #1425 from capricorn86/1424-update-sponsors
  • e21854d chore: #1424 Update sponsors
  • d159d4d Merge pull request #1407 from mdafanasev/1406-fix-issue-with-insertbefore-and...
  • 84cc397 Merge branch 'master' into 1406-fix-issue-with-insertbefore-and-comment-node
  • 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 13.6.2 to 14.10.1.
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v13.6.2...v14.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 7, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 15, 2024

Superseded by #614.

@dependabot dependabot bot closed this May 15, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/happy-dom-14.10.1 branch May 15, 2024 08:50
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants