azu / safe-marked

Markdown to HTML using marked and DOMPurify. Safe by default.
MIT License
48 stars 1 forks source link

fix(deps): update dependency jsdom to v21 #55

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsdom ^20.0.3 -> ^21.0.0 age adoption passing confidence

Release Notes

jsdom/jsdom ### [`v21.0.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#​2100) [Compare Source](https://togithub.com/jsdom/jsdom/compare/20.0.3...21.0.0) A potentially-breaking bug fix: - Fixed the `window`, `document`, `location`, and `top` properties of `Window` to be non-configurable. (ExE-Boss) Other changes: - Added support for `` submitting forms. (jenseng) - Added the `location` setter to the `Window` object, which forwards to the `location.href` setter. Setting the URL is still only implemented for fragment navigations, however. (ExE-Boss) - Fixed `defer=""` ` Githubissues.
  • Githubissues is a development platform for aggregating issues.