incident-bot
incident-bot copied to clipboard
Bump @uiw/react-textarea-code-editor from 2.1.9 to 3.0.2 in /frontend
Bumps @uiw/react-textarea-code-editor from 2.1.9 to 3.0.2.
Release notes
Sourced from @uiw/react-textarea-code-editor
's releases.
v3.0.2
Documentation v3.0.2: https://raw.githack.com/uiwjs/react-textarea-code-editor/f868481/index.html
Comparing Changes: https://github.com/uiwjs/react-textarea-code-editor/compare/v3.0.1...v3.0.2npm i @uiw/[email protected]
- 🐞 fix(type): fix export type issue. (#170) 55ee30f
@jaywcjlove
v3.0.1
Documentation v3.0.1: https://raw.githack.com/uiwjs/react-textarea-code-editor/e1e1ae9/index.html
Comparing Changes: https://github.com/uiwjs/react-textarea-code-editor/compare/v3.0.0...v3.0.1npm i @uiw/[email protected]
- 🆎 type: fix nohighlight component type error. 022189c
@jaywcjlove
v3.0.0
Documentation v3.0.0: https://raw.githack.com/uiwjs/react-textarea-code-editor/fd37bcf/index.html
Comparing Changes: https://github.com/uiwjs/react-textarea-code-editor/compare/v2.1.9...v3.0.0npm i @uiw/[email protected]
- 🐞 fix(deps): update dependency
@uiw/react-markdown-preview-example
to v2 #169 84e9464@jaywcjlove
- 💄 chore: add sponsor badge. 6937660
@jaywcjlove
- 🐞 fix(deps): update dependency rehype to v13 (#162) 8d29326
@renovate-bot
- 🆎 type: fix type error. f3c67d7
@jaywcjlove
- 🌟 feat: add nohighlight component. 1dc83f5
@jaywcjlove
Remove Code Highlight
The following example can help you exclude code highlighting code from being included in the bundle.
@uiw/react-textarea-code-editor/nohighlight
component does not contain thecode highlighting package.rehype-prism-plus
import React, { useState } from "react"; import CodeEditor from '@uiw/react-textarea-code-editor/nohighlight';
export default function App() { </tr></table>
... (truncated)
Commits
f733145
released v3.0.2 (fix #170)55ee30f
fix(type): fix export type issue. (#170)e321dc8
released v3.0.1022189c
type: fix nohighlight component type error.789a281
released v3.0.01dc83f5
feat: add nohighlight component.f3c67d7
type: fix type error.8d29326
fix(deps): update dependency rehype to v13 (#162)6937660
chore: add sponsor badge.84e9464
fix(deps): update dependency@uiw/react-markdown-preview-example
to v2 #169- See full diff in compare view
You can trigger a rebase of this PR 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
@dependabot rebase
@dependabot rebase
@dependabot squash-and-merge
Dependabot tried to merge this PR, but received the following error from GitHub:
At least 1 approving review is required by reviewers with write access.
@dependabot rebase
Dependabot tried to merge this PR, but received the following error from GitHub:
At least 1 approving review is required by reviewers with write access.
@dependabot rebase
Dependabot tried to merge this PR, but received the following error from GitHub:
At least 1 approving review is required by reviewers with write access.
@dependabot squash and merge