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

Bump react-simple-code-editor to ^0.14.1 #926

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-simple-code-editor ^0.13.1 -> ^0.14.1 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/react-simple-code-editor@0.14.0

Bug fixes

Configuration

📅 Schedule: Branch creation - "on the first day of the month before 4:00am" in timezone UTC, 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 added the dependencies Update of dependencies label Dec 1, 2024
@mui-bot
Copy link

mui-bot commented Dec 1, 2024

Netlify deploy preview

https://deploy-preview-926--base-ui.netlify.app/

Generated by 🚫 dangerJS against 80a9fc9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant