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

chore(deps): update dependency @uiw/react-codemirror to v4.20.2 #3879

Merged
merged 1 commit into from
May 27, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@uiw/react-codemirror (source) 4.19.16 -> 4.20.2 age adoption passing confidence

Release Notes

uiwjs/react-codemirror

v4.20.2

Compare Source

Documentation v4.20.2: https://raw.githack.com/uiwjs/react-codemirror/082c9bd/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.20.1...v4.20.2

npm i @​uiw/react-codemirror@4.20.2

v4.20.1

Compare Source

Documentation v4.20.1: https://raw.githack.com/uiwjs/react-codemirror/4b7e680/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.20.0...v4.20.1

npm i @​uiw/react-codemirror@4.20.1

v4.20.0

Compare Source

Documentation v4.20.0: https://raw.githack.com/uiwjs/react-codemirror/6eeb98c/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.19.16...v4.20.0

npm i @​uiw/react-codemirror@4.20.0
import CodeMirrorMerge from 'react-codemirror-merge';
const Original = CodeMirrorMerge.Original;
const Modified = CodeMirrorMerge.Modified;

<CodeMirrorMerge
  style={{ height: 300, overflow: 'auto' }}
>
  <Original
    value={originalCode}
    onChange={(value) => {
      console.log('value3:', value)
    }}
  />
  <Modified
    value={modifiedCode}
    onChange={(value) => {
      console.log('value3:', value)
    }}
  />
</CodeMirrorMerge>

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


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

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

@vercel
Copy link

vercel bot commented May 27, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
unleash-monorepo-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 27, 2023 4:45pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) May 27, 2023 4:45pm

@renovate renovate bot force-pushed the renovate/uiw-react-codemirror-4.x branch from d446cdf to e56eabd Compare May 27, 2023 16:38
@renovate renovate bot merged commit 144149d into main May 27, 2023
18 checks passed
@renovate renovate bot deleted the renovate/uiw-react-codemirror-4.x branch May 27, 2023 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

0 participants