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-markdown-preview to ~3.5.0 #98

Merged
merged 1 commit into from
Mar 9, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 28, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@uiw/react-markdown-preview (source) ~3.4.7 -> ~3.5.0 age adoption passing confidence

Release Notes

uiwjs/react-markdown-preview

v3.5.1

Compare Source

npm i @​uiw/react-markdown-preview@3.5.1

v3.5.0

Compare Source

npm i @​uiw/react-markdown-preview@3.5.0

Bundle Example: https://uiwjs.github.io/react-markdown-preview/bundle.html

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <script src="https://unpkg.com/@&#8203;babel/standalone@7.17.5/babel.min.js" crossorigin></script>
    <script src="https://unpkg.com/react@17.x/umd/react.development.js" crossorigin></script>
    <script src="https://unpkg.com/react-dom@17.x/umd/react-dom.development.js" crossorigin></script>
    <script src="https://unpkg.com/@&#8203;uiw/codepen-require-polyfill/index.js" crossorigin></script>
    <link rel="stylesheet" href="https://unpkg.com/@&#8203;uiw/react-markdown-preview/dist/markdown.css">
  </head>
  <body>
    <div id="container" style="padding: 24px"></div>
    <script src="https://unpkg.com/@&#8203;uiw/react-markdown-preview/dist/markdown.min.js"></script>
    <script type="text/babel">
      import MarkdownPreview from '@&#8203;uiw/react-markdown-preview';

      const source = `## MarkdownPreview \n\n> todo: React component preview markdown text. `;
      function Demo() {
        return (
          <MarkdownPreview source={source} />
        );
      }

      ReactDOM.render(<Demo />, document.getElementById('container'));
    </script>
  </body>
</html>

Configuration

📅 Schedule: 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, click this checkbox.

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

@netlify
Copy link

netlify bot commented Feb 28, 2022

✔️ Deploy Preview for vibrant-wilson-a6f337 ready!

🔨 Explore the source changes: 0f369ad

🔍 Inspect the deploy log: https://app.netlify.com/sites/vibrant-wilson-a6f337/deploys/621c9d181f6e5d0008da305b

😎 Browse the preview: https://deploy-preview-98--vibrant-wilson-a6f337.netlify.app/

@jaywcjlove jaywcjlove merged commit 928c8ea into main Mar 9, 2022
@renovate renovate bot deleted the renovate/uiw-react-markdown-preview-3.x branch March 9, 2022 04:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants