coreui-free-laravel-admin-template
coreui-free-laravel-admin-template copied to clipboard
chore(deps-dev): bump jsdom from 16.4.0 to 16.5.0
Bumps jsdom from 16.4.0 to 16.5.0.
Release notes
Sourced from jsdom's releases.
Version 16.5.0
- Added
window.queueMicrotask().- Added
window.event.- Added
inputEvent.inputType. (diegohaz)- Removed
ondragexitfromWindowand friends, per a spec update.- Fixed the URL of
about:blankiframes. Previously it was getting set to the parent's URL. (SimonMueller)- Fixed the loading of subresources from the filesystem when they had non-ASCII filenames.
- Fixed the
hidden=""attribute to causedisplay: noneper the user-agent stylesheet. (ph-fritsche)- Fixed the
new File()constructor to no longer convert/to:, per a pending spec update.- Fixed mutation observer callbacks to be called with the
MutationObserverinstance as theirthisvalue.- Fixed
<input type=checkbox>and<input type=radio>to be mutable even when disabled, per a spec update.- Fixed
XMLHttpRequestto not fire a redundant finalprogressevent if aprogressevent was previously fired with the sameloadedvalue. This would usually occur with small files.- Fixed
XMLHttpRequestto expose theContent-Lengthheader on cross-origin responses.- Fixed
xhr.responseto returnnullfor failures that occur during the middle of the download.- Fixed edge cases around passing callback functions or event handlers. (ExE-Boss)
- Fixed edge cases around the properties of proxy-like objects such as
localStorageordataset. (ExE-Boss)- Fixed a potential memory leak with custom elements (although we could not figure out how to trigger it). (soncodi)
Changelog
Sourced from jsdom's changelog.
16.5.0
- Added
window.queueMicrotask().- Added
window.event.- Added
inputEvent.inputType. (diegohaz)- Removed
ondragexitfromWindowand friends, per a spec update.- Fixed the URL of
about:blankiframes. Previously it was getting set to the parent's URL. (SimonMueller)- Fixed the loading of subresources from the filesystem when they had non-ASCII filenames.
- Fixed the
hidden=""attribute to causedisplay: noneper the user-agent stylesheet. (ph-fritsche)- Fixed the
new File()constructor to no longer convert/to:, per a pending spec update.- Fixed mutation observer callbacks to be called with the
MutationObserverinstance as theirthisvalue.- Fixed
<input type=checkbox>and<input type=radio>to be mutable even when disabled, per a spec update.- Fixed
XMLHttpRequestto not fire a redundant finalprogressevent if aprogressevent was previously fired with the sameloadedvalue. This would usually occur with small files.- Fixed
XMLHttpRequestto expose theContent-Lengthheader on cross-origin responses.- Fixed
xhr.responseto returnnullfor failures that occur during the middle of the download.- Fixed edge cases around passing callback functions or event handlers. (ExE-Boss)
- Fixed edge cases around the properties of proxy-like objects such as
localStorageordataset. (ExE-Boss)- Fixed a potential memory leak with custom elements (although we could not figure out how to trigger it). (soncodi)
Commits
2d82763Version 16.5.09741311Fix loading of subresources with Unicode filenames5e46553Use domenic's ESLint config as the base19b35daFix the URL of about:blank iframes017568eSupport inputType on InputEvent29f4fdfUpgrade dependenciese2f7639Refactor create‑event‑accessor.js to remove code duplicationff69a75Convert JSDOM to use callback functions19df6bcUpdate links in contributing guidelines1e34ff5Test triage- Additional commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.