Sourced from @sveltejs/vite-plugin-svelte
's
releases.
@sveltejs/vite-plugin-svelte
@3
.1.2Patch Changes
- add warning for svelte5 users to update to vite-plugin-svelte@4 (#964)
Sourced from @sveltejs/vite-plugin-svelte
's
changelog.
3.1.2
Patch Changes
- add warning for svelte5 users to update to vite-plugin-svelte@4 (#964)
b3edb77
Version Packages (#965)4f95193
chore(logs): encourage svelte5 users to update from vps3 to vps4 (#964)Sourced from jsdom's releases.
Version 25.0.0
This major release changes the prototype of a jsdom's
EventTarget.prototype
to point to theObject.prototype
inside the jsdom, instead of pointing to the Node.jsObject.prototype
. Thus, the prototype chain ofWindow
stays entirely within the jsdom, never crossing over into the Node.js realm.This only occurs when
runScripts
is set to non-default values of"dangerously"
or"outside-only"
, as with the default value, there is no separateObject.prototype
inside the jsdom.This will likely not impact many programs, but could cause some changes in
instanceof
behavior, and so out of an abundance of caution, we're releasing it as a new major version.Version 24.1.3
- Fixed calls to
postMessage()
that were done as a bare property (i.e.,postMessage()
instead ofwindow.postMessage()
).Version 24.1.2
- Fixed an issue with the
in
operator applied toEventTarget
methods, e.g.'addEventListener' in window
, which only appeared in Node.js ≥22.5.0. (legendecas)- Fixed the events fired by
blur()
: it no longer firesfocus
andfocusin
on theDocument
, andblur
andfocusout
no longer have theirrelatedTarget
property set. (asamuzaK)
Sourced from jsdom's changelog.
25.0.0
This major release changes the prototype of a jsdom's
EventTarget.prototype
to point to theObject.prototype
inside the jsdom, instead of pointing to the Node.jsObject.prototype
. Thus, the prototype chain ofWindow
stays entirely within the jsdom, never crossing over into the Node.js realm.This only occurs when
runScripts
is set to non-default values of"dangerously"
or"outside-only"
, as with the default value, there is no separateObject.prototype
inside the jsdom.This will likely not impact many programs, but could cause some changes in
instanceof
behavior, and so out of an abundance of caution, we're releasing it as a new major version.24.1.3
- Fixed calls to
postMessage()
that were done as a bare property (i.e.,postMessage()
instead ofwindow.postMessage()
).24.1.2
- Fixed an issue with the
in
operator applied toEventTarget
methods, e.g.'addEventListener' in window
, which only appeared in Node.js ≥22.5.0. (legendecas)- Fixed the events fired by
blur()
: it no longer firesfocus
andfocusin
on theDocument
, andblur
andfocusout
no longer have theirrelatedTarget
property set. (asamuzaK)
c53efc8
Version 25.0.0784c8a5
Set EventTarget.prototype to the jsdom's Object.prototype0314f1e
Version 24.1.346d5d5c
Fix postMessage referenced as a bare propertya241df6
Version 24.1.2c3a9aed
Remove upstreamed WPTs07fab37
Refactor Window object setup code3383805
Fix events fired by blur()065abcb
Roll web platform tests439a43e
Setup Window prototype in vm contextSourced from vite's changelog.
5.4.2 (2024-08-20)
- chore: remove stale TODOs (#17866) (e012f29), closes #17866
- refactor: remove redundant prepend/strip base (#17887) (3b8f03d), closes #17887
- fix: resolve relative URL generated by
renderBuiltUrl
passed to module preload (#16084) (fac3a8e), closes #16084- feat: support originalFilename (#17867) (7d8c0e2), closes #17867