coston / react-obfuscate

An intelligent React component to obfuscate any contact link!
https://react-obfuscate.coston.io
MIT License
110 stars 17 forks source link

chore(deps): update dependency react-live to v3 #290

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
react-live 2.4.1 -> 3.1.1 age adoption passing confidence

Release Notes

philpl/react-live ### [`v3.1.1`](https://togithub.com/FormidableLabs/react-live/releases/tag/v3.1.1) [Compare Source](https://togithub.com/philpl/react-live/compare/v3.1.0...v3.1.1) ##### πŸ› Bugfixes πŸ› - add spellCheck=false to stop Editor underlining code by [@​jpdriver](https://togithub.com/jpdriver) in [https://github.com/FormidableLabs/react-live/pull/316](https://togithub.com/FormidableLabs/react-live/pull/316) **Full Changelog**: https://github.com/FormidableLabs/react-live/compare/v3.1.0...v3.1.1 > This pre-release is currently available on NPM via `yarn add react-live@next` ### [`v3.1.0`](https://togithub.com/FormidableLabs/react-live/releases/tag/v3.1.0): v3.1.0 [Compare Source](https://togithub.com/philpl/react-live/compare/v3.0.0...v3.1.0) ##### ✨ Features ✨ - update prism-react-renderer by [@​jpdriver](https://togithub.com/jpdriver) in [https://github.com/FormidableLabs/react-live/pull/314](https://togithub.com/FormidableLabs/react-live/pull/314) ##### πŸ› Bugfixes πŸ› ##### introduced in `v3.0.0` - update sucrase by [@​jpdriver](https://togithub.com/jpdriver) in [https://github.com/FormidableLabs/react-live/pull/313](https://togithub.com/FormidableLabs/react-live/pull/313) ##### πŸ” Security πŸ” - remove Object.assign polyfill by [@​jpdriver](https://togithub.com/jpdriver) in [https://github.com/FormidableLabs/react-live/pull/312](https://togithub.com/FormidableLabs/react-live/pull/312) **Full Changelog**: https://github.com/FormidableLabs/react-live/compare/v3.0.0...v3.1.0 ### [`v3.0.0`](https://togithub.com/FormidableLabs/react-live/releases/tag/v3.0.0): v3.0.0 [Compare Source](https://togithub.com/philpl/react-live/compare/v2.4.1...v3.0.0) This release contains significant internal changes. Prior to `v3.0.0`, earlier versions of the library used different internals. We recommend using the latest version you can. |Version|Supported React version|Editor |Transpiler |-------|-----------------------|--------------------------|---------- |v3.x.x |v17.x.x |`use-editable` |`Sucrase` |v2.x.x |v16.x.x |`react-simple-code-editor`|`BublΓ©` Additionally, several members of the community reported an issue introduced in `2.3.0` which threw the following Invariant error: Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons: 1. You might have mismatching versions of React and the renderer (such as React DOM) 2. You might be breaking the Rules of Hooks 3. You might have more than one copy of React in the same app See https://fb.me/react-invalid-hook-call for tips about how to debug and fix this problem. This appears to have been cause by differing React versions between React Live and projects targeting React 17. Upgrading to this new release should address that issue. *** ##### 🚨 Breaking 🚨 - swap Buble for Sucrase by [@​jpdriver](https://togithub.com/jpdriver) in [https://github.com/FormidableLabs/react-live/pull/295](https://togithub.com/FormidableLabs/react-live/pull/295) - this removes the `transpileOptions` prop as Sucrase does not require additional options ##### ✨ Features ✨ - switch from `react-simple-code-editor` to `use-editable` by [@​jpdriver](https://togithub.com/jpdriver) in [https://github.com/FormidableLabs/react-live/pull/266](https://togithub.com/FormidableLabs/react-live/pull/266) - see for more - upgrade to React 17 by [@​jpdriver](https://togithub.com/jpdriver) in [https://github.com/FormidableLabs/react-live/pull/293](https://togithub.com/FormidableLabs/react-live/pull/293) - Add `prism` prop to Editor by [@​srmagura](https://togithub.com/srmagura) in [https://github.com/FormidableLabs/react-live/pull/287](https://togithub.com/FormidableLabs/react-live/pull/287) - Support async `transformCode`, catch transformCode errors by [@​srmagura](https://togithub.com/srmagura) in [https://github.com/FormidableLabs/react-live/pull/285](https://togithub.com/FormidableLabs/react-live/pull/285) ##### πŸ› Bugfixes πŸ› ##### introduced in `v2.4.1` or earlier - fix updating `code` prop for `Editor` component by [@​andgra](https://togithub.com/andgra) in [https://github.com/FormidableLabs/react-live/pull/271](https://togithub.com/FormidableLabs/react-live/pull/271) ##### introduced in RC releases for `v3.0.0` - chore: pass `style` prop to inner div by [@​thiskevinwang](https://togithub.com/thiskevinwang) in [https://github.com/FormidableLabs/react-live/pull/299](https://togithub.com/FormidableLabs/react-live/pull/299) - ensure `font-family` is respected by [@​jpdriver](https://togithub.com/jpdriver) in [https://github.com/FormidableLabs/react-live/pull/300](https://togithub.com/FormidableLabs/react-live/pull/300) ##### πŸ” Security πŸ” - upgrade dependencies by [@​jpdriver](https://togithub.com/jpdriver) in [https://github.com/FormidableLabs/react-live/pull/291](https://togithub.com/FormidableLabs/react-live/pull/291) - cleanup dependencies by [@​jpdriver](https://togithub.com/jpdriver) in [https://github.com/FormidableLabs/react-live/pull/298](https://togithub.com/FormidableLabs/react-live/pull/298) ##### πŸ“– Documentation πŸ“– - Update images in README to use https by [@​melvin-chen](https://togithub.com/melvin-chen) in [https://github.com/FormidableLabs/react-live/pull/294](https://togithub.com/FormidableLabs/react-live/pull/294) - fixup demo site by [@​jpdriver](https://togithub.com/jpdriver) in [https://github.com/FormidableLabs/react-live/pull/296](https://togithub.com/FormidableLabs/react-live/pull/296) ##### πŸ‘©πŸ»β€πŸ’»New Contributors πŸ‘¨πŸΏβ€πŸ’» - [@​melvin-chen](https://togithub.com/melvin-chen) made their first contribution in [https://github.com/FormidableLabs/react-live/pull/294](https://togithub.com/FormidableLabs/react-live/pull/294) - [@​andgra](https://togithub.com/andgra) made their first contribution in [https://github.com/FormidableLabs/react-live/pull/271](https://togithub.com/FormidableLabs/react-live/pull/271) - [@​thiskevinwang](https://togithub.com/thiskevinwang) made their first contribution in [https://github.com/FormidableLabs/react-live/pull/299](https://togithub.com/FormidableLabs/react-live/pull/299) - [@​srmagura](https://togithub.com/srmagura) made their first contribution in [https://github.com/FormidableLabs/react-live/pull/287](https://togithub.com/FormidableLabs/react-live/pull/287) **Full Changelog**: https://github.com/FormidableLabs/react-live/compare/v2.4.1...v3.0.0

Configuration

πŸ“… Schedule: Branch creation - "on saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» 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.