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 react-code-preview-layout to v3 - autoclosed #217

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-code-preview-layout (source) ~2.1.0 -> ~3.0.0 age adoption passing confidence

Release Notes

uiwjs/react-code-preview-layout

v3.0.0

Compare Source

npm version

Documentation v3.0.0: https://raw.githack.com/uiwjs/react-code-preview-layout/edab1cf/index.html\
Comparing Changes: uiwjs/react-code-preview-layout@v2.1.1...v3.0.0

npm i react-code-preview-layout@3.0.0
import CodeLayout from "react-code-preview-layout"

+ const Preview = CodeLayout.Preview;
+ const Code = CodeLayout.Code;
+ const Toolbar = CodeLayout.Toolbar;

<CodeLayout
-  title="示例"
-  code={<code>{code}</code>}
-  copyNodes={code}
 >
+  <Preview>
    <div>这里是示例展示</div>
+  </Preview>
+  <Toolbar>Code Example</Toolbar>
+  <Code>
+    {code}
+  </Code>
</CodeLayout>
  • 🌟 feat: refactor code. 36466f9
  • 💄 chore(deps): update dependency kkt to 7.4.0 f1c293b
  • 💄 chore(deps): update devDependencies. ad0179b

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.

Sorry, something went wrong.

@renovate renovate bot changed the title fix(deps): update dependency react-code-preview-layout to v3 fix(deps): update dependency react-code-preview-layout to v3 - autoclosed Apr 23, 2023
@renovate renovate bot closed this Apr 23, 2023
@renovate renovate bot deleted the renovate/react-code-preview-layout-3.x branch April 23, 2023 05:05
github-actions bot added a commit that referenced this pull request Apr 23, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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