This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update dependency markdown-to-jsx to v7.5.0 #31
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/markdown-to-jsx-7.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for static-cms-preact ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
renovate
bot
changed the title
fix(deps): update dependency markdown-to-jsx to v7.2.0
fix(deps): update dependency markdown-to-jsx to v7.2.1
Jun 2, 2023
renovate
bot
force-pushed
the
renovate/markdown-to-jsx-7.x
branch
from
June 2, 2023 15:18
1e66221
to
8f43b3a
Compare
renovate
bot
changed the title
fix(deps): update dependency markdown-to-jsx to v7.2.1
fix(deps): update dependency markdown-to-jsx to v7.3.0
Aug 3, 2023
renovate
bot
force-pushed
the
renovate/markdown-to-jsx-7.x
branch
from
August 3, 2023 13:57
8f43b3a
to
81ae448
Compare
renovate
bot
changed the title
fix(deps): update dependency markdown-to-jsx to v7.3.0
fix(deps): update dependency markdown-to-jsx to v7.3.1
Aug 3, 2023
renovate
bot
force-pushed
the
renovate/markdown-to-jsx-7.x
branch
from
August 3, 2023 15:36
81ae448
to
7ce4882
Compare
renovate
bot
changed the title
fix(deps): update dependency markdown-to-jsx to v7.3.1
fix(deps): update dependency markdown-to-jsx to v7.3.2
Aug 5, 2023
renovate
bot
force-pushed
the
renovate/markdown-to-jsx-7.x
branch
from
August 5, 2023 15:49
7ce4882
to
bef9224
Compare
renovate
bot
force-pushed
the
renovate/markdown-to-jsx-7.x
branch
from
January 1, 2024 06:37
bef9224
to
f5c6c4f
Compare
renovate
bot
changed the title
fix(deps): update dependency markdown-to-jsx to v7.3.2
fix(deps): update dependency markdown-to-jsx to v7.4.0
Jan 1, 2024
renovate
bot
force-pushed
the
renovate/markdown-to-jsx-7.x
branch
from
January 29, 2024 23:39
f5c6c4f
to
e46bbe1
Compare
renovate
bot
changed the title
fix(deps): update dependency markdown-to-jsx to v7.4.0
fix(deps): update dependency markdown-to-jsx to v7.4.1
Jan 29, 2024
renovate
bot
changed the title
fix(deps): update dependency markdown-to-jsx to v7.4.1
fix(deps): update dependency markdown-to-jsx to v7.4.2
Mar 12, 2024
renovate
bot
force-pushed
the
renovate/markdown-to-jsx-7.x
branch
from
March 12, 2024 17:55
e46bbe1
to
0b14c8c
Compare
renovate
bot
changed the title
fix(deps): update dependency markdown-to-jsx to v7.4.2
fix(deps): update dependency markdown-to-jsx to v7.4.3
Mar 13, 2024
renovate
bot
force-pushed
the
renovate/markdown-to-jsx-7.x
branch
from
March 13, 2024 01:05
0b14c8c
to
a686cba
Compare
renovate
bot
force-pushed
the
renovate/markdown-to-jsx-7.x
branch
from
March 21, 2024 05:25
a686cba
to
f582c85
Compare
renovate
bot
changed the title
fix(deps): update dependency markdown-to-jsx to v7.4.3
fix(deps): update dependency markdown-to-jsx to v7.4.4
Mar 21, 2024
renovate
bot
force-pushed
the
renovate/markdown-to-jsx-7.x
branch
from
March 22, 2024 21:06
f582c85
to
05cc060
Compare
renovate
bot
changed the title
fix(deps): update dependency markdown-to-jsx to v7.4.4
fix(deps): update dependency markdown-to-jsx to v7.4.5
Mar 22, 2024
renovate
bot
force-pushed
the
renovate/markdown-to-jsx-7.x
branch
from
April 5, 2024 20:14
05cc060
to
c2c2654
Compare
renovate
bot
changed the title
fix(deps): update dependency markdown-to-jsx to v7.4.5
fix(deps): update dependency markdown-to-jsx to v7.4.6
Apr 5, 2024
renovate
bot
force-pushed
the
renovate/markdown-to-jsx-7.x
branch
from
April 13, 2024 08:02
c2c2654
to
4045175
Compare
renovate
bot
changed the title
fix(deps): update dependency markdown-to-jsx to v7.4.6
fix(deps): update dependency markdown-to-jsx to v7.4.7
Apr 13, 2024
renovate
bot
force-pushed
the
renovate/markdown-to-jsx-7.x
branch
from
August 18, 2024 19:47
4045175
to
36c6e1f
Compare
renovate
bot
changed the title
fix(deps): update dependency markdown-to-jsx to v7.4.7
fix(deps): update dependency markdown-to-jsx to v7.5.0
Aug 18, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.9
->7.5.0
Release Notes
quantizor/markdown-to-jsx (markdown-to-jsx)
v7.5.0
Compare Source
Minor Changes
62a16f3
: Allow modifying HTML attribute sanitization whenoptions.sanitizer
is passed by the composer.By default a lightweight URL sanitizer function is provided to avoid common attack vectors that might be placed into the
href
of an anchor tag, for example. The sanitizer receives the input, the HTML tag being targeted, and the attribute name. The original function is available as a library export calledsanitizer
.This can be overridden and replaced with a custom sanitizer if desired via
options.sanitizer
:Patch Changes
553a175
: Replace RuleType enum with an objectv7.4.7
Compare Source
Patch Changes
7603248
: Fix parsing isolation of individual table cells.f9328cc
: Improved block html detection regex to handle certain edge cases that cause extreme slowness. Thank you @devbrains-com for the basis for this fix 🤝v7.4.6
Compare Source
Patch Changes
a9e5276
: Browsers assign element withid
to the global scope using the value as the variable name. E.g.:<h1 id="analytics">
can be referenced viawindow.analytics
.This can be a problem when a name conflict happens. For instance, pages that expect
analytics.push()
to be a function will stop working if the an element with anid
ofanalytics
exists in the page.In this change, we export the
slugify
function so that users can easily augment it.This can be used to avoid variable name conflicts by giving the element a different
id
.v7.4.5
Compare Source
Patch Changes
f5a0079
: fix: double newline between consecutive blockquote syntax creates separate blockquotesPreviously, for consecutive blockquotes they were rendered as one:
Input
Output
This is not compliant with the GFM spec which states that consecutive blocks should be created if there is a blank line between them.
v7.4.4
Compare Source
Patch Changes
8eb8a13
: Handle newlines inside of HTML tags themselves (not just nested children.)c72dd31
: Defaultchildren
to an empty string if no content is passed.4f752c8
: Fix handling of deeply-nested HTML in some scenarios.1486aa4
: Handle extra brackets in links, thanks @zegl!1486aa4
: Allow a newline to appear within inline formatting like bold, emphasis, etc, thanks @austingreco!1486aa4
: Starting using changesetsfd35402
: Fix HTML block regex for custom component scenarios where a nested component shares the same prefix as the parent, e.g. Accordion vs AccordionItem.1486aa4
: Fix support for multi-line footnotes, thanks @zegl!v7.4.3
Compare Source
What's Changed
Full Changelog: quantizor/markdown-to-jsx@v7.4.2...v7.4.3
v7.4.2
Compare Source
Re-release 7.4.1 with less existential console screaming
v7.4.1
Compare Source
What's Changed
New Contributors
Full Changelog: quantizor/markdown-to-jsx@v7.4.0...v7.4.1
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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.