Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency react-simple-code-editor to ^0.14.0 #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-simple-code-editor ^0.11.2 -> ^0.14.0 age adoption passing confidence

Release Notes

react-simple-code-editor/react-simple-code-editor (react-simple-code-editor)

v0.14.1: Release 0.14.1

Compare Source

Bug fixes

v0.14.0: Release 0.14.0

Compare Source

2024-07-02

Breaking changes

Developers now need to type the ref differently since it isn't a class component anymore:

-const ref = React.useRef<Editor>(null);
+const ref = React.useRef<React.ComponentRef<typeof Editor>>(null);

In practice, few projects should be impacted by this change:

SCR-20240702-uqng

https://tools-public.mui.com/prod/pages/npmVersion?package=react-dom

@​oliviertassinari: I believe it's time. React 19 continues to move away from class components, e.g. https://react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-removing-legacy-context.

This change brings a small bundle size reduction as well:

SCR-20240703-chrf

https://bundlephobia.com/package/[email protected]

Bug fixes

v0.13.1: Release 0.13.1

Compare Source

Bug Fixes

v0.13.0: Release 0.13.0

Compare Source

Bug Fixes
Features

v0.12.0

Compare Source


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/react-simple-code-editor-0.x branch from d1b6711 to fe215c3 Compare July 3, 2024 01:33
@renovate renovate bot changed the title Update dependency react-simple-code-editor to ^0.13.0 Update dependency react-simple-code-editor to ^0.14.0 Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants