Bump react-markdown from 8.0.7 to 9.0.3 - #41
Conversation
Reviewer's Guide by SourceryThis PR updates react-markdown from version 8.0.7 to 9.0.3. This includes several important changes such as requiring Node.js 16, React 18, removing the UMD bundle, removing the Class diagram showing changes to react-markdown APIclassDiagram
class ReactMarkdown {
-urlTransform(url: string, type: string, defaultTransform: function)
}
note for ReactMarkdown "Breaking changes in v9.0.0:
- Removed: transformImageUri
- Removed: transformLinkUri
- Removed: linkTarget
- Removed: prop-types
- Added: urlTransform"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Note Free review on us!CodeRabbit is offering free reviews until Wed Jan 15 2025 to showcase some of the refinements we've made. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
CI Failure Feedback 🧐(Checks updated until commit 4a1f67a)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR: where Configuration options
See more information about the |
Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 8.0.7 to 9.0.3. - [Release notes](https://github.com/remarkjs/react-markdown/releases) - [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md) - [Commits](remarkjs/react-markdown@8.0.7...9.0.3) --- updated-dependencies: - dependency-name: react-markdown dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
f30a2da to
4a1f67a
Compare
|
Superseded by #61. |
Bumps react-markdown from 8.0.7 to 9.0.3.
Release notes
Sourced from react-markdown's releases.
... (truncated)
Changelog
Sourced from react-markdown's changelog.
... (truncated)
Commits
aed00109.0.340c097e9.0.22c6ffe8Refactor.gitignoreb664ac4Update Actionse686551Update dev-dependenciesb151a90Fix types for React 1927d3949Separate all typedefs into their own JSDoc blocks (#878)9eb589eFix typo in changelog515bf19Fix typoa7ca8edRefactor.editorconfigDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by Sourcery
Upgrade react-markdown to version 9.0.3.
New Features:
urlTransformprop to transform URLs.Enhancements: