remarkjs / react-remark

React component and hook to use remark to render markdown
https://remarkjs.github.io/react-remark
MIT License
204 stars 7 forks source link

chore(deps): update dependency @testing-library/react to v14 #52

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
@testing-library/react ^12.0.0 -> ^14.0.0 age adoption passing confidence

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)) ### [`v13.3.0`](https://togithub.com/testing-library/react-testing-library/releases/tag/v13.3.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v13.2.0...v13.3.0) ##### Features - Use `globalThis` if available ([#​1070](https://togithub.com/testing-library/react-testing-library/issues/1070)) ([c80809a](https://togithub.com/testing-library/react-testing-library/commit/c80809a956b0b9f3289c4a6fa8b5e8cc72d6ef6d)) ### [`v13.2.0`](https://togithub.com/testing-library/react-testing-library/releases/tag/v13.2.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v13.1.1...v13.2.0) ##### Features - Export RenderHookOptions type ([#​1062](https://togithub.com/testing-library/react-testing-library/issues/1062)) ([46b28ad](https://togithub.com/testing-library/react-testing-library/commit/46b28ade730f97a49a253d630f5b97c17ff24f6e)) ### [`v13.1.1`](https://togithub.com/testing-library/react-testing-library/releases/tag/v13.1.1) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v13.1.0...v13.1.1) ##### Bug Fixes - **TS:** export interface RenderHookResult ([#​1049](https://togithub.com/testing-library/react-testing-library/issues/1049)) ([9171163](https://togithub.com/testing-library/react-testing-library/commit/9171163fccf0a7ea43763475ca2980898b4079a5)) ### [`v13.1.0`](https://togithub.com/testing-library/react-testing-library/releases/tag/v13.1.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v13.0.1...v13.1.0) ##### Features - Add `renderHook` ([#​991](https://togithub.com/testing-library/react-testing-library/issues/991)) ([9535eff](https://togithub.com/testing-library/react-testing-library/commit/9535eff82ada685c410b3b25ef3e2313ea3a86aa)) ### [`v13.0.1`](https://togithub.com/testing-library/react-testing-library/releases/tag/v13.0.1) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v13.0.0...v13.0.1) ##### Bug Fixes - Specify a non-\* version for [@​types/react-dom](https://togithub.com/types/react-dom) ([#​1040](https://togithub.com/testing-library/react-testing-library/issues/1040)) ([2a889e8](https://togithub.com/testing-library/react-testing-library/commit/2a889e80658ce93882c5ba253ea65f5542ece2d0)) ### [`v13.0.0`](https://togithub.com/testing-library/react-testing-library/releases/tag/v13.0.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v12.1.5...v13.0.0) ##### Features - Add support for React 18 ([#​1031](https://togithub.com/testing-library/react-testing-library/issues/1031)) ([ccd8a0d](https://togithub.com/testing-library/react-testing-library/commit/ccd8a0d97dd9da0a420f2cf012a24d414d1646ed)) ##### BREAKING CHANGES - Drop support for React 17 and earlier. We'll use the new [`createRoot` API](https://togithub.com/reactwg/react-18/discussions/5) by default which comes with a set of [changes while also enabling support for concurrent features](https://togithub.com/reactwg/react-18/discussions/4). To opt-out of this change you can use `render(ui, { legacyRoot: true } )`. But be aware that the legacy root API is deprecated in React 18 and its usage will trigger console warnings. ### [`v12.1.5`](https://togithub.com/testing-library/react-testing-library/releases/tag/v12.1.5) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v12.1.4...v12.1.5) ##### Bug Fixes - Only supports React < 18 ([#​1041](https://togithub.com/testing-library/react-testing-library/issues/1041)) ([9e2b5db](https://togithub.com/testing-library/react-testing-library/commit/9e2b5dbb4632799ae38f1341cb79ef35d1bd6652)) ### [`v12.1.4`](https://togithub.com/testing-library/react-testing-library/releases/tag/v12.1.4) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v12.1.3...v12.1.4) ##### Bug Fixes - Match runtime type of baseElement in TypeScript types ([#​1023](https://togithub.com/testing-library/react-testing-library/issues/1023)) ([96ed8da](https://togithub.com/testing-library/react-testing-library/commit/96ed8dafa5d02add2168a3da65d1cc0ffe6d6d1f)) ### [`v12.1.3`](https://togithub.com/testing-library/react-testing-library/releases/tag/v12.1.3) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v12.1.2...v12.1.3) ##### Bug Fixes - Add `@types/react-dom` as a direct dependency ([#​1001](https://togithub.com/testing-library/react-testing-library/issues/1001)) ([149d9a9](https://togithub.com/testing-library/react-testing-library/commit/149d9a9af3addeb6c49696867b05b87afe0d0b3c)) ### [`v12.1.2`](https://togithub.com/testing-library/react-testing-library/releases/tag/v12.1.2) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v12.1.1...v12.1.2) ##### Bug Fixes - **render:** Don't reject wrapper types based on statics ([#​973](https://togithub.com/testing-library/react-testing-library/issues/973)) ([7f53b56](https://togithub.com/testing-library/react-testing-library/commit/7f53b5673f64ff72a54c19b0685f901cfec96b03)) ### [`v12.1.1`](https://togithub.com/testing-library/react-testing-library/releases/tag/v12.1.1) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v12.1.0...v12.1.1) ##### Bug Fixes - **TS:** make wrapper allow a simple function comp ([#​966](https://togithub.com/testing-library/react-testing-library/issues/966)) ([cde904c](https://togithub.com/testing-library/react-testing-library/commit/cde904cd161782090d7ab7256bcb9b13e771d0ea)) ### [`v12.1.0`](https://togithub.com/testing-library/react-testing-library/releases/tag/v12.1.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v12.0.0...v12.1.0) ##### Features - improve JSDocs for RenderOptions ([#​909](https://togithub.com/testing-library/react-testing-library/issues/909)) ([fbacb0d](https://togithub.com/testing-library/react-testing-library/commit/fbacb0da993518c2975efee17604e99a3180664f))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm notice 
npm notice New major version of npm available! 8.19.4 -> 9.6.2
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.6.2>
npm notice Run `npm install -g npm@9.6.2` to update!
npm notice 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: react-remark@2.1.0
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   dev react@"^17.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^18.0.0" from @testing-library/react@14.0.0
npm ERR! node_modules/@testing-library/react
npm ERR!   dev @testing-library/react@"^14.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2023-03-16T18_09_16_781Z-debug-0.log
renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 14.x releases. But if you manually upgrade to 14.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.