-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bump react-markdown from 8.0.7 to 9.0.3 #41
base: main
Are you sure you want to change the base?
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 (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) |
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
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
aed0010
9.0.340c097e
9.0.22c6ffe8
Refactor.gitignore
b664ac4
Update Actionse686551
Update dev-dependenciesb151a90
Fix types for React 1927d3949
Separate all typedefs into their own JSDoc blocks (#878)9eb589e
Fix typo in changelog515bf19
Fix typoa7ca8ed
Refactor.editorconfig
Dependabot 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 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)Summary by Sourcery
Upgrade react-markdown to version 9.0.3.
New Features:
urlTransform
prop to transform URLs.Enhancements: