fix(deps): update dependency markdown-to-jsx to v7.4.0 [security] #28
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.1.7
->7.4.0
GitHub Vulnerability Alerts
CVE-2024-21535
Versions of the package markdown-to-jsx before 7.4.0 are vulnerable to Cross-site Scripting (XSS) via the src property due to improper input sanitization. An attacker can execute arbitrary code by injecting a malicious iframe element in the markdown.
Release Notes
quantizor/markdown-to-jsx (markdown-to-jsx)
v7.4.0
Compare Source
Happy New Year! 🎆
markdown-to-jsx v7.4 features a new option
renderRule
! — From the README:Supply your own rendering function that can selectively override how rules are rendered (note, this is different than
options.overrides
which operates at the HTML tag level and is more general). You can use this functionality to do pretty much anything with an established AST node; here's an example of selectively overriding the "codeBlock" rule to process LaTeX syntax using the@matejmazur/react-katex
library:The README docs around syntax highlighting have also been updated with sample code.
With the new year comes a push toward v8. Performance will be a top priority, reducing the complexity of the library's regexes to increase throughput for SSR use-cases and ideally eliminate rare but frustrating issues like catastrophic backtracking. In addition, the library will be pivoting into more of a pure compiler model, with a React adapter offered and ones added for other major frameworks as well. The idea is anywhere you can run JS, you can use [secret new library name].
Stay tuned and thanks for being part of the journey ✌🏼
Here's to a great 2024 🍾
markdown-to-jsx is maintained by @quantizor, buy him a coffee
Full Changelog: quantizor/markdown-to-jsx@v7.3.2...v7.4.0
v7.3.2
Compare Source
fix(types): path to esm types in "exports"
Full Changelog: quantizor/markdown-to-jsx@v7.3.1...v7.3.2
v7.3.1
Compare Source
What's Changed
Full Changelog: quantizor/markdown-to-jsx@v7.3.0...v7.3.1
v7.3.0
Compare Source
What's Changed
size-limit
tests forindex.cjs
andindex.module.js
(replacingindex.js
) by @nbarrow-inspire-labs in https://github.com/probablyup/markdown-to-jsx/pull/500New Contributors
Full Changelog: quantizor/markdown-to-jsx@v7.2.1...v7.3.0
v7.2.1
Compare Source
What's Changed
types
condition to the front by @Andarist in https://github.com/probablyup/markdown-to-jsx/pull/492New Contributors
Full Changelog: quantizor/markdown-to-jsx@v7.2.0...v7.2.1
v7.2.0
Compare Source
What's Changed
==text==
by @probablyup in https://github.com/probablyup/markdown-to-jsx/pull/471New Contributors
Full Changelog: quantizor/markdown-to-jsx@v7.1.9...v7.2.0
v7.1.9
Compare Source
What's Changed
4e403ae
)9d1d907
)895c2b7
)b7c9481
)New Contributors
Full Changelog: quantizor/markdown-to-jsx@v7.1.8...v7.1.9
v7.1.8
Compare Source
What's Changed
New Contributors
Full Changelog: quantizor/markdown-to-jsx@v7.1.7...v7.1.8
Configuration
📅 Schedule: Branch creation - "" (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.
This PR was generated by Mend Renovate. View the repository job log.