wd-David / svelte-component-test-recipes

Svelte component test recipes using Vitest & Testing Library with TypeScript
156 stars 5 forks source link

chore(deps): update all major dependencies (major) #27

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
svelte-check ^2.10.2 -> ^3.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.