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

fix(deps): update dependency @uiw/react-markdown-preview to v5 #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

uiwjs/react-markdown-preview (@​uiw/react-markdown-preview)

v5.1.1

Compare Source

Buy me a coffee

Documentation v5.1.1: https://raw.githack.com/uiwjs/react-markdown-preview/86f044d/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v5.1.0...v5.1.1

npm i @​uiw/[email protected]

v5.1.0

Compare Source

Buy me a coffee

Documentation v5.1.0: https://raw.githack.com/uiwjs/react-markdown-preview/a011d7b/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v5.0.10...v5.1.0

npm i @​uiw/[email protected]

v5.0.10

Compare Source

Buy me a coffee

Documentation v5.0.10: https://raw.githack.com/uiwjs/react-markdown-preview/997673b/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v5.0.9...v5.0.10

npm i @​uiw/[email protected]

v5.0.9

Compare Source

Buy me a coffee

Documentation v5.0.9: https://raw.githack.com/uiwjs/react-markdown-preview/187dfa4/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v5.0.8...v5.0.9

npm i @​uiw/[email protected]

v5.0.8

Compare Source

Buy me a coffee

Documentation v5.0.8: https://raw.githack.com/uiwjs/react-markdown-preview/1b1652a/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v5.0.7...v5.0.8

npm i @​uiw/[email protected]

v5.0.7

Compare Source

Buy me a coffee

Documentation v5.0.7: https://raw.githack.com/uiwjs/react-markdown-preview/5969fdc/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v5.0.6...v5.0.7

npm i @​uiw/[email protected]

v5.0.6

Compare Source

Buy me a coffee

Documentation v5.0.6: https://raw.githack.com/uiwjs/react-markdown-preview/d113616/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v5.0.5...v5.0.6

npm i @​uiw/[email protected]

v5.0.5

Compare Source

Buy me a coffee

Documentation v5.0.5: https://raw.githack.com/uiwjs/react-markdown-preview/eb3cff1/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v5.0.4...v5.0.5

npm i @​uiw/[email protected]

v5.0.4

Compare Source

Buy me a coffee

Documentation v5.0.4: https://raw.githack.com/uiwjs/react-markdown-preview/6cade36/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v5.0.3...v5.0.4

npm i @​uiw/[email protected]

v5.0.3

Compare Source

Buy me a coffee

Documentation v5.0.3: https://raw.githack.com/uiwjs/react-markdown-preview/a84db59/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v5.0.2...v5.0.3

npm i @​uiw/[email protected]

v5.0.2

Compare Source

Documentation v5.0.2: https://raw.githack.com/uiwjs/react-markdown-preview/328bb37/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v5.0.1...v5.0.2

npm i @​uiw/[email protected]

v5.0.1

Compare Source

Documentation v5.0.1: https://raw.githack.com/uiwjs/react-markdown-preview/075b929/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v5.0.0...v5.0.1

npm i @​uiw/[email protected]

v5.0.0

Compare Source

Documentation v5.0.0: https://raw.githack.com/uiwjs/react-markdown-preview/2f956a6/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.2.2...v5.0.0

npm i @​uiw/[email protected]

Upgrade v5.0.1+ to fix the problem => ⚠️ The highlight line and Show Line Numbers feature are invalid and require [email protected] upgrade.

v4.2.2

Compare Source

Documentation v4.2.2: https://raw.githack.com/uiwjs/react-markdown-preview/e672a30/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.2.1...v4.2.2

npm i @​uiw/[email protected]

v4.2.1

Compare Source

Documentation v4.2.1: https://raw.githack.com/uiwjs/react-markdown-preview/00b2b6e/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.2.0...v4.2.1

npm i @​uiw/[email protected]

v4.2.0

Compare Source

Documentation v4.2.0: https://raw.githack.com/uiwjs/react-markdown-preview/7ba1829/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.1.16...v4.2.0

npm i @​uiw/[email protected]

Remove Code Highlight

The following example can help you exclude code highlighting code from being included in the bundle. @uiw/react-markdown-preview/nohighlight component does not contain the rehype-prism-plus code highlighting package, showLineNumbers and highlight line functions will no longer work. (#​586)

import React from 'react';
import MarkdownPreview from '@​uiw/react-markdown-preview/nohighlight';

const source = `
\`\`\`js
function () {
  console.log('hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello')
}
\`\`\`
\`\`\`js
function () {
  console.log('hello ')
}
\`\`\`
`;

export default function Demo() {
  return (
    <MarkdownPreview
      source={source}
    />
  );
}

v4.1.16

Compare Source

Documentation v4.1.16: https://raw.githack.com/uiwjs/react-markdown-preview/7134348/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.1.15...v4.1.16

npm i @&#8203;uiw/[email protected]

v4.1.15

Compare Source

Documentation v4.1.15: https://raw.githack.com/uiwjs/react-markdown-preview/7e1e166/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.1.14...v4.1.15

npm i @&#8203;uiw/[email protected]

v4.1.14

Compare Source

Documentation v4.1.14: https://raw.githack.com/uiwjs/react-markdown-preview/73557ca/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.1.13...v4.1.14

npm i @&#8203;uiw/[email protected]

v4.1.13

Compare Source

Documentation v4.1.13: https://raw.githack.com/uiwjs/react-markdown-preview/20b9017/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.1.12...v4.1.13

npm i @&#8203;uiw/[email protected]

v4.1.12

Compare Source

Documentation v4.1.12: https://raw.githack.com/uiwjs/react-markdown-preview/a5452db/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.1.11...v4.1.12

npm i @&#8203;uiw/[email protected]

v4.1.11

Compare Source

Documentation v4.1.11: https://raw.githack.com/uiwjs/react-markdown-preview/a704733/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.1.10...v4.1.11

npm i @&#8203;uiw/[email protected]

v4.1.10

Compare Source

Documentation v4.1.10: https://raw.githack.com/uiwjs/react-markdown-preview/9f9f28d/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.1.9...v4.1.10

npm i @&#8203;uiw/[email protected]

v4.1.9

Compare Source

Documentation v4.1.9: https://raw.githack.com/uiwjs/react-markdown-preview/3b85bb2/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.1.8...v4.1.9

npm i @&#8203;uiw/[email protected]

v4.1.8

Compare Source

Documentation v4.1.8: https://raw.githack.com/uiwjs/react-markdown-preview/5e79975/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.1.7...v4.1.8

npm i @&#8203;uiw/[email protected]

v4.1.7

Compare Source

Documentation v4.1.7: https://raw.githack.com/uiwjs/react-markdown-preview/c6bba4c/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.1.6...v4.1.7

npm i @&#8203;uiw/[email protected]

v4.1.6

Compare Source

Documentation v4.1.6: https://raw.githack.com/uiwjs/react-markdown-preview/51d66c5/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.1.5...v4.1.6

npm i @&#8203;uiw/[email protected]

v4.1.5

Compare Source

Documentation v4.1.5: https://raw.githack.com/uiwjs/react-markdown-preview/61e8936/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.1.4...v4.1.5

npm i @&#8203;uiw/[email protected]

v4.1.4

Compare Source

Documentation v4.1.4: https://raw.githack.com/uiwjs/react-markdown-preview/df87423/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.1.3...v4.1.4

npm i @&#8203;uiw/[email protected]

v4.1.3

Compare Source

Documentation v4.1.3: https://raw.githack.com/uiwjs/react-markdown-preview/ea4e3e3/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.1.2...v4.1.3

npm i @&#8203;uiw/[email protected]

v4.1.2

Compare Source

Documentation v4.1.2: https://raw.githack.com/uiwjs/react-markdown-preview/440d140/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.1.1...v4.1.2

npm i @&#8203;uiw/[email protected]

v4.1.1

Compare Source

Documentation v4.1.1: https://raw.githack.com/uiwjs/react-markdown-preview/891ee03/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.1.0...v4.1.1

npm i @&#8203;uiw/[email protected]

v4.1.0

Compare Source

Documentation v4.1.0: https://raw.githack.com/uiwjs/react-markdown-preview/220ac11/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.0.24...v4.1.0

npm i @&#8203;uiw/[email protected]

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 force-pushed the renovate/uiw-react-markdown-preview-5.x branch from 8b404b7 to edda2b3 Compare March 15, 2024 13:31
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.

None yet

0 participants