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 #13755

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2024

Mend Renovate

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/[email protected]

Bug fixes

Configuration

📅 Schedule: Branch creation - "on sunday before 6: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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Update of dependencies label Jul 7, 2024
@mui-bot
Copy link

mui-bot commented Jul 7, 2024

Deploy preview: https://deploy-preview-13755--material-ui-x.netlify.app/

Generated by 🚫 dangerJS against 581ccbb

@LukasTy LukasTy merged commit 24c2f37 into master Jul 8, 2024
18 checks passed
@LukasTy LukasTy deleted the renovate/react-simple-code-editor-0.x branch July 8, 2024 08:34
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.

None yet

2 participants