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 @uiw/react-codemirror from 4.5.1 to 4.20.1 #940

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2023

Bumps @uiw/react-codemirror from 4.5.1 to 4.20.1.

Release notes

Sourced from @​uiw/react-codemirror's releases.

v4.20.1

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

v4.20.0

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

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>

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) from 4.5.1 to 4.20.1.
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.5.1...v4.20.1)

---
updated-dependencies:
- dependency-name: "@uiw/react-codemirror"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file npm labels May 19, 2023
@sonarcloud
Copy link

sonarcloud bot commented May 19, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov-commenter
Copy link

Codecov Report

Merging #940 (2f0cd3f) into develop (7cba320) will decrease coverage by 4.08%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop     #940      +/-   ##
===========================================
- Coverage    46.33%   42.26%   -4.08%     
===========================================
  Files          195       66     -129     
  Lines         7059     5094    -1965     
  Branches       522        0     -522     
===========================================
- Hits          3271     2153    -1118     
+ Misses        3684     2941     -743     
+ Partials       104        0     -104     

see 129 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 22, 2023

Superseded by #941.

@dependabot dependabot bot closed this May 22, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/uiw/react-codemirror-4.20.1 branch May 22, 2023 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant