Skip to content

chore(deps): update dependency react-markdown to v10#17160

Merged
fisker merged 1 commit intomainfrom
renovate/website/react-markdown-10.x
Feb 20, 2025
Merged

chore(deps): update dependency react-markdown to v10#17160
fisker merged 1 commit intomainfrom
renovate/website/react-markdown-10.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-markdown 9.0.3 -> 10.0.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


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


Configuration

📅 Schedule: Branch creation - "after 01:00 on sunday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependency:website Website Dependency Upgrade label Feb 20, 2025
@github-actions
Copy link
Copy Markdown
Contributor

Size Change: 0 B

Total Size: 7.89 MB

ℹ️ View Unchanged
Filename Size
./dist/bin 4.1 kB
./dist/bin/prettier.cjs 2.24 kB
./dist/doc.d.ts 7.42 kB
./dist/doc.js 53.8 kB
./dist/doc.mjs 50.2 kB
./dist/index.cjs 36.9 kB
./dist/index.d.ts 27.1 kB
./dist/index.mjs 744 kB
./dist/internal 4.1 kB
./dist/internal/cli.mjs 146 kB
./dist/LICENSE 1.06 kB
./dist/package.json 7.03 kB
./dist/plugins 4.1 kB
./dist/plugins/acorn.d.ts 109 B
./dist/plugins/acorn.js 152 kB
./dist/plugins/acorn.mjs 152 kB
./dist/plugins/angular.d.ts 177 B
./dist/plugins/angular.js 85.9 kB
./dist/plugins/angular.mjs 85.2 kB
./dist/plugins/babel.d.ts 419 B
./dist/plugins/babel.js 316 kB
./dist/plugins/babel.mjs 316 kB
./dist/plugins/estree.d.ts 11 B
./dist/plugins/estree.js 202 kB
./dist/plugins/estree.mjs 201 kB
./dist/plugins/flow.d.ts 90 B
./dist/plugins/flow.js 680 kB
./dist/plugins/flow.mjs 680 kB
./dist/plugins/glimmer.d.ts 93 B
./dist/plugins/glimmer.js 138 kB
./dist/plugins/glimmer.mjs 137 kB
./dist/plugins/graphql.d.ts 93 B
./dist/plugins/graphql.js 44.1 kB
./dist/plugins/graphql.mjs 43.4 kB
./dist/plugins/html.d.ts 139 B
./dist/plugins/html.js 152 kB
./dist/plugins/html.mjs 151 kB
./dist/plugins/markdown.d.ts 127 B
./dist/plugins/markdown.js 149 kB
./dist/plugins/markdown.mjs 149 kB
./dist/plugins/meriyah.d.ts 93 B
./dist/plugins/meriyah.js 132 kB
./dist/plugins/meriyah.mjs 131 kB
./dist/plugins/postcss.d.ts 121 B
./dist/plugins/postcss.js 154 kB
./dist/plugins/postcss.mjs 153 kB
./dist/plugins/typescript.d.ts 96 B
./dist/plugins/typescript.js 889 kB
./dist/plugins/typescript.mjs 888 kB
./dist/plugins/yaml.d.ts 90 B
./dist/plugins/yaml.js 122 kB
./dist/plugins/yaml.mjs 122 kB
./dist/README.md 3.94 kB
./dist/standalone.d.ts 1.36 kB
./dist/standalone.js 82.1 kB
./dist/standalone.mjs 81.9 kB
./dist/THIRD-PARTY-NOTICES.md 208 kB

compressed-size-action

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Feb 20, 2025

Open in Stackblitz

npm i https://pkg.pr.new/prettier@17160

commit: d157a0e

@fisker fisker merged commit 1cee47a into main Feb 20, 2025
@fisker fisker deleted the renovate/website/react-markdown-10.x branch February 20, 2025 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency:website Website Dependency Upgrade

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant