Beraliv / beraliv.dev

Digital garden 🌳🌲
https://blog.beraliv.dev
2 stars 1 forks source link

chore(deps): update all dependencies (major) - autoclosed #561

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@testing-library/react 13.3.0 -> 14.0.0 age adoption passing confidence devDependencies major
@types/jsdom (source) 20.0.0 -> 21.1.3 age adoption passing confidence devDependencies major
@types/unist (source) 2.0.6 -> 3.0.0 age adoption passing confidence devDependencies major
actions/checkout v3 -> v4 age adoption passing confidence action major
jsdom 20.0.0 -> 22.1.0 age adoption passing confidence devDependencies major
prism-react-renderer 1.2.1 -> 2.1.0 age adoption passing confidence dependencies major
remark-gfm 3.0.1 -> 4.0.0 age adoption passing confidence dependencies major
remark-unwrap-images 3.0.1 -> 4.0.0 age adoption passing confidence dependencies major
swr (source) 1.3.0 -> 2.2.4 age adoption passing confidence dependencies major
typescript (source) ^4.8.2 -> ^5.0.0 age adoption passing confidence devDependencies major
unified (source) 10.1.2 -> 11.0.3 age adoption passing confidence devDependencies major
unist-util-visit 4.1.1 -> 5.0.0 age adoption passing confidence dependencies major
vite (source) ^3.0.9 -> ^4.0.0 age adoption passing confidence devDependencies major
yup 0.32.11 -> 1.3.2 age adoption passing confidence dependencies major

Release Notes

testing-library/react-testing-library (@​testing-library/react) ### [`v14.0.0`](https://togithub.com/testing-library/react-testing-library/releases/tag/v14.0.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v13.4.0...v14.0.0) ##### Bug Fixes - Prevent "missing act" warning for queued microtasks ([#​1137](https://togithub.com/testing-library/react-testing-library/issues/1137)) ([f78839b](https://togithub.com/testing-library/react-testing-library/commit/f78839bf4147a777a823e33a429bcf5de9562f9e)) ##### Features - Bump `@testing-library/dom` to 9.0.0 ([#​1177](https://togithub.com/testing-library/react-testing-library/issues/1177)) ([6653c23](https://togithub.com/testing-library/react-testing-library/commit/6653c239c0acbafd204326c8951cde8206d39898)) - Drop support for Node.js 12.x ([#​1169](https://togithub.com/testing-library/react-testing-library/issues/1169)) ([9b7a1e2](https://togithub.com/testing-library/react-testing-library/commit/9b7a1e2bea5bf20ba9728f98eb7c68cdb80b7fdd)) ##### BREAKING CHANGES - See https://github.com/testing-library/dom-testing-library/releases/tag/v9.0.0 - Minimum supported Node.js version is now 14.x ### [`v13.4.0`](https://togithub.com/testing-library/react-testing-library/releases/tag/v13.4.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v13.3.0...v13.4.0) ##### Features - **renderHook:** allow passing of all render options to renderHook ([#​1118](https://togithub.com/testing-library/react-testing-library/issues/1118)) ([27a9584](https://togithub.com/testing-library/react-testing-library/commit/27a9584629e28339b9961edefbb2134d7c570678))
actions/checkout (actions/checkout) ### [`v4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v400) [Compare Source](https://togithub.com/actions/checkout/compare/v3...v4) - [Support fetching without the --progress option](https://togithub.com/actions/checkout/pull/1067) - [Update to node20](https://togithub.com/actions/checkout/pull/1436)
jsdom/jsdom (jsdom) ### [`v22.1.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2210) [Compare Source](https://togithub.com/jsdom/jsdom/compare/22.0.0...22.1.0) - Added `crypto.randomUUID()`. (jamesbvaughan) - Added `DOMRect` and `DOMRectReadOnly`. - Added `AbortSignal.timeout()`. - Added `abortSignal.throwIfAborted()`. - Added support for the `submitter` argument to the `FormData` constructor. (jenseng) - Improved `getComputedStyle()`'s results for color-based properties, to resolve named colors and attempt to provide initial inheritance support. (hoekz-wwt) - Updated `Window`'s event handler properties (e.g. `oncopy`, `ontouchstart`, etc.) to reflect the latest list from the standard. - Fixed `DOMParser`-created documents to inherit their URL from the creating document. ### [`v22.0.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2200) [Compare Source](https://togithub.com/jsdom/jsdom/compare/21.1.2...22.0.0) - Node.js v16 is now the minimum supported version. - Removed support for running jsdom in the browser via a [browserified](https://browserify.org/) bundle. This carried with it too much complexity, especially for our testing infrastructure, and [a testing package we relied on was recently deprecated](https://togithub.com/karma-runner/karma#karma-is-deprecated-and-is-not-accepting-new-features-or-general-bug-fixes). ### [`v21.1.2`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2112) [Compare Source](https://togithub.com/jsdom/jsdom/compare/21.1.1...21.1.2) - Fixed `setRangeText()` used on `` and `