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

Update remark #102

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

Update remark #102

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-markdown ^9.0.0 -> ^10.0.0 age adoption passing confidence
remark-gfm 4.0.0 -> 4.0.1 age adoption passing confidence

Release Notes

remarkjs/react-markdown (react-markdown)

v10.0.0

Compare Source

  • aaaa40b
    Remove support for className prop
    migrate: see “Remove className” below
Remove className

The className prop was removed.
If you want to add classes to some element that wraps the markdown
you can explicitly write that element and add the class to it.
You can then choose yourself which tag name to use and whether to add other
props.

Before:

<Markdown className="markdown-body">{markdown}</Markdown>

After:

<div className="markdown-body">
  <Markdown>{markdown}</Markdown>
</div>

v9.1.0

Compare Source

Full Changelog: remarkjs/react-markdown@9.0.3...9.1.0

v9.0.3

Compare Source

(same as 9.0.2 but now with d.ts files)

Full Changelog: remarkjs/react-markdown@9.0.2...9.0.3

v9.0.2

Compare Source

Types
Miscellaneous

Full Changelog: remarkjs/react-markdown@9.0.1...9.0.2

remarkjs/remark-gfm (remark-gfm)

v4.0.1

Compare Source

Types
  • 4af823a Refactor to use interface for exposed types
  • 3a57a5b Add declaration maps
  • 76559f9 Refactor to use @imports
Docs

Full Changelog: remarkjs/remark-gfm@4.0.0...4.0.1


Configuration

📅 Schedule: Branch creation - "before 2am" in timezone Asia/Manila, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/remark branch 3 times, most recently from 02b3575 to 99933c8 Compare January 30, 2025 17:36
@renovate renovate bot force-pushed the renovate/remark branch from 99933c8 to ec322ef Compare February 9, 2025 13:08
@renovate renovate bot changed the title Update dependency react-markdown to v9.0.3 Update remark Feb 10, 2025
@renovate renovate bot force-pushed the renovate/remark branch 2 times, most recently from 1a37b45 to 894fbfa Compare February 10, 2025 16:22
@renovate renovate bot force-pushed the renovate/remark branch 3 times, most recently from 46ffb72 to 86281c8 Compare February 27, 2025 13:47
@renovate renovate bot force-pushed the renovate/remark branch 2 times, most recently from 56ef05e to 4e755a2 Compare March 7, 2025 11:01
@renovate renovate bot force-pushed the renovate/remark branch 2 times, most recently from 1dca63f to b398f3f Compare March 13, 2025 15:32
@renovate renovate bot force-pushed the renovate/remark branch from b398f3f to 02ec42d Compare March 17, 2025 18:14
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.

0 participants