-
Notifications
You must be signed in to change notification settings - Fork 4
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 devdependency happy-dom to v17 #284
Conversation
27faa91
to
433d262
Compare
b07e7e7
to
f280e7d
Compare
239678d
to
727d3e2
Compare
727d3e2
to
c785f58
Compare
2102ce6
to
5dc5335
Compare
5dc5335
to
09886d2
Compare
|
d2f39cb
to
0d732b3
Compare
21fc4c6
to
b20eebd
Compare
b20eebd
to
984bd01
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
^15.11.7
->^17.1.4
Release Notes
capricorn86/happy-dom (happy-dom)
v17.1.4
Compare Source
v17.1.3
Compare Source
👷♂️ Patch fixes
NamedNodeMap
- By @capricorn86 in task #1728Element.getAttributeNames()
when attributes where using prefixesv17.1.2
Compare Source
👷♂️ Patch fixes
AbortSignal.reason
can have any type - By @btea in task #1718AbortSignal.reason
should be the object used when the promise is rejected - By @btea in task #1718v17.1.1
Compare Source
🎨 Features
@media
selector "forced-colors" - By @capricorn86 in task #1727👷♂️ Patch fixes
@media
,@supports
and@container
rules - By @capricorn86 in task #1727CSSStyleSheet
was instantiated internally without a Window context, causing errors to not be thrown correctly inCSSStyleSheet
methods - By @capricorn86 in task #1727CSSStyleSheet
methods, so that they work according to spec - By @capricorn86 in task #1727v17.1.0
Compare Source
🎨 Features
v17.0.4
Compare Source
👷♂️ Patch fixes
v17.0.3
Compare Source
👷♂️ Patch fixes
v17.0.2
Compare Source
👷♂️ Patch fixes
HTMLAnchorElement
,HTMLAreaElement
,HTMLButtonElement
,HTMLIFrameElement
,HTMLInputElement
,HTMLMediaElement
,HTMLObjectElement
,HTMLSelectElement
andHTMLTextAreaElement
- By @capricorn86 in task #1714v17.0.1
Compare Source
👷♂️ Patch fixes
querySelector()
returns the first item that appears in the DOM for grouped selectors - By @christiango in task #1710v17.0.0
Compare Source
💣 Breaking Changes
import
andexport
statements in JavaScript files🎨 Features
waitUntilComplete()
- By @capricorn86 in task #1567debug.traceWaitUntilComplete
in the Wiki for IBrowserSettingsHTMLLinkElement
- By @capricorn86 in task #320HTMLLinkElement.relList.supports()
- By @capricorn86 in task #320Request.mode
- By @capricorn86 in task #320HTMLScriptElement.blocking
,HTMLScriptElement.crossOrigin
,HTMLScriptElement.fetchPriority
,HTMLScriptElement.noModule
,HTMLScriptElement.integrity
,HTMLScriptElement.referrerPolicy
- By @capricorn86 in task #320credentials
andreferrerPolicy
when fetching styles and scripts - By @capricorn86 in task #320Element.setAttribute()
- By @OlaviSau in task #1706👷♂️ Patch fixes
afterAsyncResponse
fetch interceptor in virtual server requests - By @capricorn86 in task #320ShadowRoot
of a custom element that was upgraded from aHTMLElement
wasn't considered connected to the DOM - By @capricorn86 in task #320v16.8.1
Compare Source
👷♂️ Patch fixes
v16.8.0
Compare Source
🎨 Features
insertRow()
anddeleteRow()
toHTMLTableSectionElement
- By @christiango in task #1708v16.7.3
Compare Source
👷♂️ Patch fixes
v16.7.2
Compare Source
👷♂️ Patch fixes
v16.7.1
Compare Source
👷♂️ Patch fixes
ICookie
,IOptionalCookie
,CookieSameSiteEnum
andIVirtualServer
as exports to the index file - By @capricorn86 in task #1693CookieContainer.addCookies()
- By @capricorn86 in task #1693v16.7.0
Compare Source
🎨 Features
v16.6.0
Compare Source
🎨 Features
querySelector()
,querySelectorAll()
andmatches()
(e.g. ".a ~ .b") - By @karpiuMG in task #1683v16.5.3
Compare Source
👷♂️ Patch fixes
v16.5.2
Compare Source
👷♂️ Patch fixes
Event.target
should be the target element after an event has been dispatched - By @capricorn86 in task #1529v16.5.1
Compare Source
👷♂️ Patch fixes
Comment
,Text
andDocumentFragment
are not instances of their corresponding property onWindow
- By @capricorn86 in task #1577v16.5.0
Compare Source
🎨 Features
GlobalRegistrator.isRegistered
- By @capricorn86 in task #1670v16.4.3
Compare Source
👷♂️ Patch fixes
Response
during tear down of theWindow
- By @capricorn86 in task #1669v16.4.2
Compare Source
👷♂️ Patch fixes
v16.4.1
Compare Source
👷♂️ Patch fixes
document.documentElement.innerHTML
isnt parsed correctly since v16 - By @capricorn86 in task #1663v16.4.0
Compare Source
🎨 Features
v16.3.0
Compare Source
🎨 Features
v16.2.9
Compare Source
👷♂️ Patch fixes
HTMLInputElement.defaultChecked
property - By @capricorn86 in task #1587v16.2.8
Compare Source
👷♂️ Patch fixes
HTMLFormElement
orHTMLSelectElement
- By @capricorn86 in task #1628v16.2.7
Compare Source
👷♂️ Patch fixes
<script>
and<style>
elements should not be decoded or encoded - By @capricorn86 in task #1564v16.2.6
Compare Source
👷♂️ Patch fixes
<form>
and<select>
elements - By @capricorn86 in task #1608v16.2.5
Compare Source
👷♂️ Patch fixes
HTMLFormElement
andHTMLSelectElement
was wrong which affected the methodsremove()
,replaceWith()
,before()
,after()
,append()
,prepend()
,replaceChildren()
andinsertAdjacentElement()
- By @capricorn86 in task #1637v16.2.4
Compare Source
👷♂️ Patch fixes
BrowserFrame.goto()
andDetachedBrowserFrame.goto()
- By @capricorn86 in task #1627v16.2.3
Compare Source
👷♂️ Patch fixes
HTMLTableCellElement.headers
property - By @capricorn86 in task #1634v16.2.2
Compare Source
👷♂️ Patch fixes
querySelector()
orquerySelectorAll()
as selector - By @chocolateboy in task #1640v16.2.1
Compare Source
👷♂️ Patch fixes
XMLHttpRequest
when "withCredentials" is false - By @saitonakamura in task #1631v16.2.0
Compare Source
🎨 Features
Window.scrollBy()
andElement.scrollBy()
- By @OlaviSau in task #1623v16.1.0
Compare Source
🎨 Features
getElementsByClassName()
- By @kylehalleman in task #1551v16.0.1
Compare Source
👷♂️ Patch fixes
document.implementation.createHTMLDocument()
) not being considered as connected to a DOM that was introduced in v16 - By @capricorn86 in task #1647v16.0.0
Compare Source
💣 Breaking Changes
🎨 Features
DOMParser
- By @capricorn86 in task #284document.write()
- By @capricorn86 in task #1615👷♂️ Patch fixes
<html>
,<head>
and<body>
during parsing - By @capricorn86 in task #1615XMLSerializer
- By @capricorn86 in task #1615Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.