chore(deps): update happy-dom monorepo to v20#17
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
5c00cf8 to
6f0b22e
Compare
6f0b22e to
0ad94e6
Compare
6d51639 to
76b5cb3
Compare
76b5cb3 to
51f4496
Compare
51f4496 to
bd73c28
Compare
1aa713f to
15e325a
Compare
15e325a to
2c4b729
Compare
2c4b729 to
f249af7
Compare
f249af7 to
3e62d7b
Compare
3e62d7b to
04774d0
Compare
04774d0 to
5502eb7
Compare
c2d5ac7 to
3de2067
Compare
15ee498 to
b0a2193
Compare
6329d9b to
26b1f4a
Compare
26b1f4a to
db5bb8f
Compare
db5bb8f to
311e2fc
Compare
efb86e6 to
b3ff8cc
Compare
b3ff8cc to
4a311c5
Compare
4a311c5 to
6688099
Compare
028aac5 to
2e90c5a
Compare
2e90c5a to
ac402f0
Compare
de24573 to
214f94a
Compare
214f94a to
f72a452
Compare
16b55ef to
f596ff2
Compare
91234a8 to
70c41fc
Compare
70c41fc to
c7bfd35
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^17.4.4→^20.0.0Release Notes
capricorn86/happy-dom (happy-dom)
v20.10.6Compare Source
👷♂️ Patch fixes
v20.10.5Compare Source
👷♂️ Patch fixes
v20.10.4Compare Source
👷♂️ Patch fixes
v20.10.3Compare Source
👷♂️ Patch fixes
v20.10.2Compare Source
👷♂️ Patch fixes
v20.10.1Compare Source
v20.10.0Compare Source
🎨 Features
v20.9.0Compare Source
🎨 Features
Window.onkeydown) - By @capricorn86 in task #2131v20.8.9Compare Source
👷♂️ Patch fixes
v20.8.8Compare Source
👷♂️ Patch fixes
v20.8.7Compare Source
👷♂️ Patch fixes
Consolewith commonIConsoleinterface to support latest version of Bun - By @YevheniiKotyrlo in task #1845v20.8.6Compare Source
👷♂️ Patch fixes
Request.formData()should honor "Content-Type" header - By @brianhelba in task #2106v20.8.5Compare Source
👷♂️ Patch fixes
connectedCallback()- By @capricorn86 in task #2110v20.8.4Compare Source
👷♂️ Patch fixes
v20.8.3Compare Source
👷♂️ Patch fixes
EventinEventTarget.dispatchEvent()- By @capricorn86 in task #2054v20.8.2Compare Source
👷♂️ Patch fixes
Event.cancelBubbleandEvent.defaultPreventedwhen callingEvent.initEvent()- By @capricorn86 in task #2090v20.8.1Compare Source
👷♂️ Patch fixes
v20.8.0Compare Source
🎨 Features
v20.7.2Compare Source
👷♂️ Patch fixes
v20.7.1Compare Source
👷♂️ Patch fixes
>) and universal (*) query selectors - By @Cherry in task #2078v20.7.0Compare Source
🎨 Features
Window.getScreenDetails()- By @TrevorBurnham in task #1923ScreenfromEventTarget- By @TrevorBurnham in task #1923v20.6.5Compare Source
👷♂️ Patch fixes
v20.6.4Compare Source
👷♂️ Patch fixes
v20.6.3Compare Source
👷♂️ Patch fixes
[data-value="it's a test"]) - By @capricorn86 in task #2034v20.6.2Compare Source
👷♂️ Patch fixes
v20.6.1Compare Source
👷♂️ Patch fixes
rgba()- By @atzzCokeK in task #2042v20.6.0Compare Source
🎨 Features
@happy-dom/global-registratorpackage - By @capricorn86 in task #2060v20.5.5Compare Source
👷♂️ Patch fixes
v20.5.4Compare Source
👷♂️ Patch fixes
v20.5.3Compare Source
👷♂️ Patch fixes
v20.5.2Compare Source
👷♂️ Patch fixes
v20.5.1Compare Source
👷♂️ Patch fixes
HTMLInputElement.stepUp()andHTMLInputElement.stepDown()to work according to spec - By @stevematney in task #1955v20.5.0Compare Source
👷♂️ Patch fixes
import typeandexport type) - By @capricorn86 in task #2055v20.4.0Compare Source
🎨 Features
v20.3.9Compare Source
👷♂️ Patch fixes
v20.3.8Compare Source
👷♂️ Patch fixes
focusNodeandfocusOffsetin the Selection API returned incorrect values - By @skoch13 in task #1850v20.3.7Compare Source
👷♂️ Patch fixes
v20.3.6Compare Source
👷♂️ Patch fixes
<details>by clicking on a child of the<summary>element - By @Nxooah in task #1928v20.3.5Compare Source
👷♂️ Patch fixes
BrowserFrameURLto avoid mock interference - By @marchaos in task #1964CookieURLUtility- By @marchaos in task #1968v20.3.4Compare Source
👷♂️ Patch fixes
<p>elements per HTML spec - By @TrevorBurnham in task #1949EventTargetshould not call arbitrary on* properties - By @TrevorBurnham in task #1895v20.3.3Compare Source
👷♂️ Patch fixes
KeyboardEvent- By @TrevorBurnham in task #1897Node.getRootNode()returns correct root for detached shadow trees - By @TrevorBurnham in task #1941Node.contains()to work for<select>and<form>elements - By @TrevorBurnham in task #1876setTimeout()withqueueMicrotask()where appropriate - By @TrevorBurnham in task #1880XMLEncodeUtilitywith pre-compiledRegExpand lookup tables - By @TrevorBurnham in task #1983parseFloat()for "Cache-Control" header max-age parsing - By @TrevorBurnham in task #1985RegExpflags inHTMLParser- By @TrevorBurnham in task #1981v20.3.2Compare Source
👷♂️ Patch fixes
PropertySymbol.bodyto set body incloneBodyStream- By @TrevorBurnham in task #1963DOMTokenListadd/remove with Set for O - By @TrevorBurnham in task #1989WebSocketURLs - By @TrevorBurnham in task #1975v20.3.1Compare Source
👷♂️ Patch fixes
DataTransfer.getData()- By @marchaos in task #1965XMLHttpRequest- By @rexxars in task #1890v20.3.0Compare Source
🎨 Features
RegExpto convert ASCII character casing to improve performance - By @TrevorBurnham in task #1886v20.2.0Compare Source
🎨 Features
Element.classList.contains()instead of splittingclassNamein query selectors to improve performance as it's cached - By @TrevorBurnham in task #1884v20.1.1Compare Source
👷♂️ Patch fixes
querySelector()- By @TrevorBurnham in task #1882querySelector()to improve performance - By @TrevorBurnham in task #1882v20.1.0Compare Source
🎨 Features
BrowserPage.evaluateModule()andBrowserFrame.evaluateModule()- By @capricorn86 in task #1944moduleto the browser settings - By @capricorn86 in task #1944import()to JavaScript evaluation - By @capricorn86 in task #1944type="module"on script elementsWebSocket- By @capricorn86 in task #1944CloseEvent- By @capricorn86 in task #1944render.setupScriptandrender.modeto the configuration in @happy-dom/server-renderer - By @capricorn86 in task #1944urlstorenderItemsin the configuration in @happy-dom/server-renderer - By @capricorn86 in task #1944ServerRendererin @happy-dom/server-renderer - By @capricorn86 in task #1944👷♂️ Patch fixes
v20.0.11Compare Source
👷♂️ Patch fixes
v20.0.10Compare Source
👷♂️ Patch fixes
v20.0.9Compare Source
👷♂️ Patch fixes
v20.0.8Compare Source
👷♂️ Patch fixes
previousSibling()andnextSibling()didn't work inHTMLSelectElementandHTMLFormElement- By @capricorn86 in task #1939<tr>) should be valid inside a<template>element - By @capricorn86 in task #1939v20.0.7Compare Source
👷♂️ Patch fixes
>=operator in media query parser - By @lkritsimas in task #1869v20.0.6Compare Source
👷♂️ Patch fixes
DOMTokenList.forEach(),Headers.forEach()andNodeList.forEach()to be spec compliant - By @ikeyan in task #1858v20.0.5Compare Source
👷♂️ Patch fixes
TreeWalker.currentNodeshould validate if the value is aNode- By @capricorn86 in task #1935v20.0.4Compare Source
👷♂️ Patch fixes
FormDataif they are the submitter - By @maxmil and @karpiuMG in task #1859
v20.0.3Compare Source
👷♂️ Patch fixes
v20.0.2Compare Source
👷♂️ Patch fixes
@happy-dom/server-renderer- By @capricorn86 in task #1934v20.0.1Compare Source
👷♂️ Patch fixes
--disallow-code-generation-from-stringswasn't enough to protect against attackers escaping the VM context and accessing process-level functions. Big thanks to @cristianstaicu for reporting this!v20.0.0Compare Source
I avoid making breaking changes as much as possible in Happy DOM. When I have to make a breaking change, I try to keep it as minimal as possible. This could be a breaking change that impacts many projects, and I am truly sorry if you are negatively affected by this.
💣 Breaking Changes
v19.0.2Compare Source
👷♂️ Patch fixes
:scopethat didn't work correctly for direct descendants to root - By @capricorn86 in task #1620v19.0.1Compare Source
👷♂️ Patch fixes
@happy-dom/server-rendererconfig using CLI - By @capricorn86 in task #1908v19.0.0Compare Source
💣 Breaking Changes
require()@happy-dom/jest-environmentpackage - By @capricorn86 in task #1730@happy-dom/jest-environment- By @capricorn86 in task #1730🎨 Features
@happy-dom/server-renderer- By @capricorn86 in task #1730import.metato the ESM compiler - By @capricorn86 in task #1730:scope- By @capricorn86 in task #1620MediaList- By @capricorn86 in task #1730CSSKeywordValue,CSSStyleValue,StylePropertyMap,StylePropertyMap,StylePropertyMapReadOnly- By @capricorn86 in task #1730Browserinstance - By @capricorn86 in task #1730setTimeout()andrequestAnimationFrame()- By @capricorn86 in task #1730beforeContentCallbackandheaderstoBrowserFrame.goto(),BrowserFrame.goBack(),BrowserFrame.goForward(),BrowserFrame.goSteps()andBrowserFrame.reload()- By @capricorn86 in task #1730PopStateEventand trigger the event when navigating the page history usingHistory.pushState()- By @capricorn86 in task #1730ResponseCache.fileSystem.load()andResponseCache.fileSystem.save()for storing and loading cache from the file system - By @capricorn86 in task #1730👷♂️ Patch fixes
BrowserFrame.goto()- By @capricorn86 in task #1730XMLHttpRequestto prevent it from being set to an invalid state if a listener throws an Error - By @capricorn86 in task #1730v18.0.1Compare Source
👷♂️ Patch fixes
v18.0.0Compare Source
💣 Breaking Changes
skipLibCheckset to "false" in the typescript configuration for projects with a strict configurationBrowserContext.close()now throws an error when trying to close the default context of a browser - By @capricorn86 in task #1154🎨 Features
Browser.closed,BrowserContext.closed,BrowserPage.closedandBrowserFrame.closed- By @capricorn86 in task #1154VirtualConsolePrinter.close()andVirtualConsolePrinter.closed- By @capricorn86 in task #1154CookieContainer.clearCookies()- By @capricorn86 in task #1154v17.6.3Compare Source
👷♂️ Patch fixes
v17.6.2Compare Source
👷♂️ Patch fixes
v17.6.1Compare Source
🎨 Features
fetch.disableStrictSSLunder IBrowserSettings in the Wikiv17.6.0Compare Source
v17.5.9Compare Source
👷♂️ Patch fixes
HTMLLinkElementfor a browser frame property that becomes null during teardown of aWindow- By @capricorn86 in task #1800v17.5.8Compare Source
👷♂️ Patch fixes
Element.classListto return the wrong items - By @capricorn86 in task #1812v17.5.7Compare Source
👷♂️ Patch fixes
v17.5.6Compare Source
👷♂️ Patch fixes
v17.5.5Compare Source
v17.5.4Compare Source
👷♂️ Patch fixes
ReadableStreamwas locked after being cloned - By @MarcMcIntosh in task #1493v17.5.3Compare Source
👷♂️ Patch fixes
previousSiblingandnextSiblingtoMutationObserverrecords when a child is removed - By @uxuip in task #1803v17.5.2Compare Source
👷♂️ Patch fixes
«and»in query selectors used by the React 19.1 "useId" hook - By @terrymun in task #1785v17.5.1Compare Source
👷♂️ Patch fixes
v17.5.0[Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v17.4.9...v17
Configuration
📅 Schedule: (UTC)
🚦 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.