Bump happy-dom from 8.1.1 to 8.1.3
Created by: dependabot[bot]
Bumps happy-dom from 8.1.1 to 8.1.3.
Release notes
Sourced from happy-dom's releases.
v8.1.3
:construction_worker_man: Patch fixes
- Fixed infinite loop bug when there is no number before "n" in an ":nth-child" query selector. (#686)
v8.1.2
:construction_worker_man: Patch fixes
- Adds support for
Window.scrollX
,Window.scrollY
,Window.pageXOffset
andWindow.pageYOffset
. (#681)
Commits
-
388d8a4
v8.1.3 -
67d95f0
Merge pull request #687 from takaya1992/task/686-bugfix-query-selector-n-infi... -
43a5017
#686@patch
: Fixed infinite loop bug when there is no number before 'n'. -
a54feaf
#686@trivial
: Add test no number before 'n'. -
3ef9a2a
Merge pull request #681 from Ben2HellAndBack/add-scrollX-and-scrollY-to-window -
78d4852
#681@trivial
: Make sure to use optional chaining. -
b5afc24
#681@trivial
: Update packages/happy-dom/src/window/Window.ts. -
5e2fa50
#681@trivial
: Update packages/happy-dom/src/window/Window.ts. -
f1ffb64
Merge branch 'master' into add-scrollX-and-scrollY-to-window -
c0348fc
#681@patch
: Add scrollX, scrollY, pageXOffset, pageYOffset to window. - See full diff in compare view
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 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)