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/codemirror-theme-duotone to v4.19.16 #3555

Merged
merged 1 commit into from Apr 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 18, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

uiwjs/react-codemirror

v4.19.16

Compare Source

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

npm i @​uiw/react-codemirror@4.19.16

v4.19.15

Compare Source

Documentation v4.19.15: https://raw.githack.com/uiwjs/react-codemirror/904a7d8/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.19.14...v4.19.15

npm i @​uiw/react-codemirror@4.19.15
  • 🌟 feat(CodeMirrorMerge): add orientation, revertControls, highlightChanges, gutter props. 3198a3c @​jaywcjlove

v4.19.14

Compare Source

Documentation v4.19.14: https://raw.githack.com/uiwjs/react-codemirror/996d43e/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.19.13...v4.19.14

npm i @​uiw/react-codemirror@4.19.14

v4.19.13

Compare Source

Documentation v4.19.13: https://raw.githack.com/uiwjs/react-codemirror/4745c35/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.19.12...v4.19.13

npm i @​uiw/react-codemirror@4.19.13

v4.19.12

Compare Source

Documentation v4.19.12: https://raw.githack.com/uiwjs/react-codemirror/5ce6bf4/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.19.11...v4.19.12

npm i @​uiw/react-codemirror@4.19.12
import CodeMirrorMerge from 'react-codemirror-merge';
import { EditorView } from 'codemirror';
import { EditorState } from '@​codemirror/state';

const Original = CodeMirrorMerge.Original;
const Modified = CodeMirrorMerge.Modified;
let doc = `one
two
three
four
five`;

export const Example = () => {
  return (
    <CodeMirrorMerge orientation="b-a">
      <Original value={doc} />
      <Modified
        value={doc.replace(/t/g, 'T') + 'Six'}
        extensions={[EditorView.editable.of(false), EditorState.readOnly.of(true)]}
      />
    </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 Apr 18, 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 Apr 19, 2023 7:04pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Apr 19, 2023 7:04pm

@renovate renovate bot force-pushed the renovate/uiw-codemirror-theme-duotone-4.x branch from 9729af9 to f5a21c5 Compare April 19, 2023 18:41
@renovate renovate bot merged commit b1d73ba into main Apr 20, 2023
17 checks passed
@renovate renovate bot deleted the renovate/uiw-codemirror-theme-duotone-4.x branch April 20, 2023 00:20
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