-
Notifications
You must be signed in to change notification settings - Fork 0
chore(Renovate): ⬆️ Update package(s) development dependencies (major) #113
base: main
Are you sure you want to change the base?
Conversation
|
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: pnpm-lock.yaml
|
d9278f2
to
c617808
Compare
aa8fd52
to
e303a4e
Compare
e303a4e
to
87da7c5
Compare
@edge-runtime/vm
to v3
b09ea0a
to
c317f00
Compare
bff9a7b
to
db4c2e9
Compare
df6235e
to
d2330b4
Compare
5a724bc
to
ef1b48f
Compare
da1fe53
to
3319b4e
Compare
e3b1a72
to
43e1d67
Compare
43e1d67
to
13cf2d8
Compare
13cf2d8
to
5c72e42
Compare
4c4c4d1
to
929ec81
Compare
929ec81
to
28e4a29
Compare
28e4a29
to
e0b6077
Compare
e0b6077
to
3a67fde
Compare
This PR contains the following updates:
2.1.2
->3.1.7
9.19.2
->12.10.3
22.0.0
->23.0.1
Release Notes
vercel/edge-runtime (@edge-runtime/vm)
v3.1.7
Compare Source
Patch Changes
773f00e
]:v3.1.6
Compare Source
Patch Changes
b2aefe6
]:v3.1.5
Compare Source
Patch Changes
6372f52
]:v3.1.4
Compare Source
Patch Changes
Don't return
NodeJS.Timer
fromsetTimeout
andsetInterval
(#622)Updated dependencies [
21fa983
]:v3.1.3
Compare Source
Patch Changes
e848ee8
]:v3.1.2
Compare Source
Patch Changes
23f55e0
]:v3.1.1
Compare Source
Patch Changes
fb34f31
]:v3.1.0
Compare Source
Minor Changes
7cc92cc
)Patch Changes
7cc92cc
]:v3.0.4
Compare Source
Patch Changes
8d21ddc
]:v3.0.3
Compare Source
Patch Changes
fix: new Request has consider second argument (#411)
Updated dependencies [
91b4abd
]:v3.0.2
Compare Source
Patch Changes
build: update dependencies (#382)
Updated dependencies [
fc425d2
]:v3.0.1
Compare Source
Patch Changes
chore(vm): add queueMicrotask in global scope (#371)
Updated dependencies [
bebd74f
,8c3e24d
]:v3.0.0
Compare Source
Major Changes
remove
.require
helpers. This is not necessary as people can add dependencies (#355)to the context and instanceof should just work.
we don't use the vm as a security boundary, so we don't need to worry about
people adding malicious code to the context.
Minor Changes
instanceof
tests, upgrade undici and revamp how we import stuff into the VM (#309)Patch Changes
simplify primitives loading in VM (#324)
Extract a
@edge-runtime/primitives/load
entrypoint that loads the primitives given a scoped global context (#327)Updated dependencies [
a6b6124
,9cc5d75
,a373606
,8b1dee4
,2a2c018
,a9054f7
,e3cf3f8
,9f35416
,ed225b3
,2f930a6
,8d4f786
,7da12a7
,1d8b6ce
,b02cec8
,0114cf4
]:capricorn86/happy-dom (happy-dom)
v12.10.3
Compare Source
👷♂️ Patch fixes
HTMLInputElement.valueAsDate()
. (#1144)Thank you @IGx89 for your contribution!
v12.10.2
Compare Source
👷♂️ Patch fixes
Element.cloneNode()
should not clone scroll properties. (#1148)v12.10.1
Compare Source
👷♂️ Patch fixes
FormData.forEach()
. (#1136)Thank you @armandabric for your contribution!
v12.10.0
Compare Source
🎨 Features
Navigator.sendBeacon()
. (#309)Window.CSSStyleDeclaration
. (#309)v12.9.2
Compare Source
👷♂️ Patch fixes
@happy-dom/global-registrator
by not binding classes to the global object. (#1140)Thank you @IGx89 for your contribution!
v12.9.1
Compare Source
👷♂️ Patch fixes
Thank you @goring for your contribution!
v12.9.0
Compare Source
🎨 Features
v12.8.1
Compare Source
👷♂️ Patch fixes
MutationObserver
. (#1113)Thank you @wojtekmaj for your contribution!
v12.8.0
Compare Source
🎨 Features
Clipboard
,ClipboardItem
,Permissions
andPermissionStatus
, which are used by theWindow.navigator.clipboard
andWindow.navigator.permissions
properties. (#833)ClipboardEvent
. (#833)DataTransfer
,DataTransferItemList
andDataTransferItem
. (#833)MutationRecord
class toWindow
as a property. (#1112)👷♂️ Patch fixes
HTMLInputElement.checked
state whenEvent.preventDefault()
is called on a dispatched "click" event.v12.7.0
Compare Source
🎨 Features
Element.scrollWidth
. (#1109)v12.6.0
Compare Source
🎨 Features
v12.5.1
Compare Source
🎨 Features
DocumentFragment
as a constructor (e.g.new DocumentFragment()
). (#940)👷♂️ Patch fixes
ownerDocument
being null when executingownerDocument.createElement()
in React 18. The error occurred when rendering a Radix UI component. The root cause was that React 18 usesDocumentFragment
as a constructor which was not supported. (#940)v12.5.0
Compare Source
🎨 Features
FocusEvent.relatedTarget
to blur and focus events. (#1094)Thank you @artursvonda for your contribution!
v12.4.0
Compare Source
🎨 Features
Document.currentScript
. (#1099)Thank you @ckhampus for your contribution!
v12.3.0
Compare Source
🎨 Features
vm.Script
for setting globals instead of a string to improve performance. (#1102)👷♂️ Patch fixes
Window.happyDOM.whenAsyncComplete()
. (#1102)v12.2.2
Compare Source
👷♂️ Patch fixes
PointerEvent
implementation more specification compliant. (#1092)Thank you @tkrotoff for your contribution!
v12.2.1
Compare Source
👷♂️ Patch fixes
Symbol.toStringTag
toEventTarget
andAbortSignal
. (#1097)Thank you @Afsoon for your contribution!
v12.2.0
Compare Source
🎨 Features
HTMLElement.clientLeft
andHTMLElement.clientTop
. (#1089)Thank you @konomae for your contribution!
v12.1.7
Compare Source
👷♂️ Patch fixes
NamedNodeMap.removeNamedItem()
throw an exception on missing item. (#652)HTMLElement.dataset
. Deleting a nonexistent key in a dataset will not throw an exception, even though it indirectly is usingNamedNodeMap.removeNamedItem()
. (#652)Thank you @RussianCow for your contribution!
v12.1.6
Compare Source
👷♂️ Patch fixes
URL.createObjectURL()
where it did not support the Happy DOMBlob
object. (#847)v12.1.5
Compare Source
👷♂️ Patch fixes
GlobalRegistrator
from @happy-dom/global-registrator. (#1082)v12.1.4
Compare Source
👷♂️ Patch fixes
global.window
not referring to global when usingGlobalRegistrator
from @happy-dom/global-registrator. (#1049)v12.1.3
Compare Source
👷♂️ Patch fixes
GlobalRegistrator
from @happy-dom/global-registrator, as some global properties may behave different from the Happy DOM implementation. The properties will be restored when unregistering. (#1049)v12.1.2
Compare Source
👷♂️ Patch fixes
Document.referrer
. (#653)v12.1.1
Compare Source
👷♂️ Patch fixes
display: none
, but should returndisplay: block
. This caused testing-library to not return the element when usinggetByRole('dialog')
. (#802)v12.1.0
Compare Source
🎨 Features
v12.0.1
Compare Source
👷♂️ Patch fixes
Thank you @ekwoka for collaborating on a fix!
v12.0.0
Compare Source
💣 Breaking Changes
Mozilla/5.0 (X11; {process.platform} {process.arch}) AppleWebKit/537.36 (KHTML, like Gecko) HappyDOM/{packageVersion}
. (#1067)🎨 Features
Window
constructor or by settingWindow.happyDOM.settings.navigator.userAgent
. (#1067)Download the React DevTools for a better development experience
to the console when using the default user agent. It was previously detected as a supported browser. (#1067)v11.2.0
Compare Source
🎨 Features
Window.crypto
. (#1050)Thank you @Ayc0 for your contribution!
v11.1.2
Compare Source
👷♂️ Patch fixes
HTMLDialogElement.close()
when dialog was open. (#1064)Thank you @Schleuse for your contribution!
v11.1.1
Compare Source
👷♂️ Patch fixes
DOMParser.parseFromString()
. It will no longer add HTML tags when parsing SVGs. (#1040)Thank you @drtimwright for your contribution!
v11.1.0
Compare Source
🎨 Features
<g>
element as a an SVG element. (#1034)Thank you @ottoszika for your contribution!
v11.0.6
Compare Source
👷♂️ Patch fixes
v11.0.5
Compare Source
👷♂️ Patch fixes
Window.happyDOM.whenAsyncComplete()
. (#1059)v11.0.4
Compare Source
👷♂️ Patch fixes
setTimeout
from Happy DOM internally for detecting when a test times out. This causedWindow.happyDOM.whenAsyncComplete()
andWindow.happyDOM.cancelAsync()
to not work as expected inside Jest. This is a bug in Jest, but this release adds a temporary fix to "@happy-dom/jest-environment" until Jest has solved it. (#1057)v11.0.3
Compare Source
👷♂️ Patch fixes
Window.happyDOM.whenAsyncComplete()
was resolved to early in some scenarios. (#1053)v11.0.2
Compare Source
👷♂️ Patch fixes
v11.0.1
Compare Source
👷♂️ Patch fixes
v11.0.0
Compare Source
💣 Breaking Changes
🎨 Features
👷♂️ Patch fixes
eval()
for evaluating code instead of custom logic. This will make it possible to read context variables. #1025Thank you @joeframbach for contributing with logic related to the
eval()
functionality!v10.11.2
Compare Source
👷♂️ Patch fixes
CSSStyleRule
is valid when parsing a Stylesheet. Invalid selectors will be ignored (this is also how the spec is defined). (#1036)v10.11.1
Compare Source
v10.11.0
Compare Source
🎨 Features
childNodes
andchildren
as getters. (#960)Thank you @edoardocavazza for your contribution!
v10.10.4
Compare Source
👷♂️ Patch fixes
CSSStyleDeclaration
. (#1014)v10.10.3
Compare Source
👷♂️ Patch fixes
v10.10.2
Compare Source
👷♂️ Patch fixes
v10.10.1
Compare Source
👷♂️ Patch fixes
CSS.escape()
. (#1018)Thank you @zuisong for your contribution!
v10.10.0
Compare Source
🎨 Features
Request
. (#1016)Thank you @orionmiz for your contribution!
v10.9.0
Compare Source
🎨 Features
Node.isSameNode()
. (#757)v10.8.1
Compare Source
👷♂️ Patch fixes
v10.8.0
Compare Source
👷♂️ Patch fixes
HTMLButtonElement.attributes.removeNamedItem()
. (#1010)Thank you @maxmilton for your contribution!
v10.7.0
Compare Source
🎨 Features
Element.scrollHeight
. The property will just return "0" for now. (#991)Thank you @lukaselmer for your contribution!
v10.6.3
Compare Source
👷♂️ Patch fixes
CSSStyleDeclaration
. (#1004)Thank you @AlexisTessier for your contribution!
v10.6.2
Compare Source
v10.6.1
Compare Source
👷♂️ Patch fixes
HTMLButtonElement.labels
,HTMLInputElement.labels
,HTMLSelectElement.labels
andHTMLTextAreaElement.labels
. It will now also return labels associated by being a parent. (#988)Thank you @joshkel for your contribution!
v10.6.0
Compare Source
🎨 Features
HTMLLabelElement.control
. It will now find child control elements that are deeper than one level. (#530)Thank you @joshkel for your contribution!
v10.5.3
Compare Source
👷♂️ Patch fixes
NamedNodeMap
, which is used by theElement.attributes
property. It will now reflect any changes done to it on the Element itself. (#728)v10.5.2
Compare Source
👷♂️ Patch fixes
[ab="a\\:b"]
). (#632)v10.5.1
Compare Source
👷♂️ Patch fixes
HTMLIFrameElement
fails to load page. The problem was most likely that some libraries overrides theDocument.defaultView
property somehow, makingDocument.defaultView.constructor
not being theWindow
constructor. (#992)v10.5.0
Compare Source
🎨 Features
Thank you @malko for your contribution!
v10.4.0
Compare Source
🎨 Features
MouseEvent.movementX
andMouseEvent.movementY
. (#953)Thank you @mertcan for your contribution!
v10.3.2
Compare Source
👷♂️ Patch fixes
XMLParser
. (#984)XMLParser
. (#984)v10.3.1
Compare Source
👷♂️ Patch fixes
XMLParser
not to be able to parse the attribute correctly. (#982)v10.3.0
Compare Source
🎨 Features
HTMLInputElement.valueAsDate
. (#977)Thank you @malko for your contribution!
v10.2.0
Compare Source
🎨 Features
Window.queueMicrotask()
. (#959)v10.1.1
Compare Source
👷♂️ Patch fixes
Document.getRootNode()
returned null, but should return the document. (#950)@Schleuse thank you for your contribution!
v10.1.0
Compare Source
🎨 Features
HTMLInputElement.valueAsNumber
. (#945)HTMLInputElement.value
. (#945)Thank you @malko for your contribution!
v10.0.7
Compare Source
v10.0.6
Compare Source
👷♂️ Patch fixes
Window.postMessage()
to better simulate the browser behavior. (#948)Thank you for your contribution @DylanPiercey!
v10.0.5
Compare Source
👷♂️ Patch fixes
Thank you @btea for your contribution!
v10.0.4
Compare Source
v10.0.3
Compare Source
👷♂️ Patch fixes
v10.0.2
Compare Source
v10.0.1
Compare Source
v10.0.0
Compare Source
🎨 Features
👷♂️ Patch fixes
HTMLScriptElement
. It will log the errors in the console and trigger an error event instead of failing the entire execution. (#816)💣 Breaking Changes
v9.20.3
Compare Source
👷♂️ Patch fixes
HTMLUnknownElement
to a custom element that is replacing it when it is defined. (#668)v9.20.2
Compare Source
👷♂️ Patch fixes
Window.getComputedStyle()
when callingCSSStyleDeclaration.getPropertyValue()
. (#932)v9.20.1
Compare Source
👷♂️ Patch fixes
querySelectorAll()
where it didn't always return elements in document order. (#928)v9.20.0
Compare Source
🎨 Features
jsdom/jsdom (jsdom)
v23.0.1
Compare Source
canvas
peer dependency.v23.0.0
Compare Source
v22.1.0
Compare Source
crypto.randomUUID()
. (jamesbvaughan)DOMRect
andDOMRectReadOnly
.AbortSignal.timeout()
.abortSignal.throwIfAborted()
.submitter
argument to theFormData
constructor. (jenseng)getComputedStyle()
's results for color-based properties, to resolve named colors and attempt to provide initial inheritance support. (hoekz-wwt)Window
's event handler properties (e.g.oncopy
,ontouchstart
, etc.) to reflect the latest list from the standard.DOMParser
-created documents to inherit their URL from the creating document.Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,on sunday,before 5am every weekday" in timezone Asia/Taipei, 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.