-
Notifications
You must be signed in to change notification settings - Fork 11
Update dependency react-syntax-highlighter to v15 #613
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
base: master
Are you sure you want to change the base?
Conversation
Kudos, SonarCloud Quality Gate passed!
|
v15 (accidentally) dropped the |
93ed4e2
to
fba929d
Compare
fba929d
to
c495678
Compare
c495678
to
c894c43
Compare
2a5aaaa
to
ae2b6dc
Compare
ae2b6dc
to
57834d8
Compare
f8f40e6
to
5ab1910
Compare
bafe95e
to
819979d
Compare
819979d
to
27c94f6
Compare
27c94f6
to
b655210
Compare
b655210
to
075e1d1
Compare
075e1d1
to
1a36447
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: client/package-lock.json
|
1a36447
to
85ed56a
Compare
85ed56a
to
c06c7d6
Compare
c06c7d6
to
148ad97
Compare
148ad97
to
87ea8c2
Compare
87ea8c2
to
6fdb134
Compare
6fdb134
to
92a9cf8
Compare
92a9cf8
to
7b0328c
Compare
7b0328c
to
d80c3d1
Compare
d80c3d1
to
4ed1e7d
Compare
|
4ed1e7d
to
d99b5ff
Compare
d99b5ff
to
6aa920a
Compare
1fff078
to
ced0458
Compare
ced0458
to
b1bb112
Compare
This PR contains the following updates:
12.2.1
->15.6.6
11.0.5
->15.5.13
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
react-syntax-highlighter/react-syntax-highlighter (react-syntax-highlighter)
v15.6.6
Compare Source
Updated
overrides
block attempting to solve transitiveprismjs
dependency issue:Full Changelog: react-syntax-highlighter/react-syntax-highlighter@v15.6.5...v15.6.6
v15.6.5
Compare Source
What's Changed
New Contributors
Full Changelog: react-syntax-highlighter/react-syntax-highlighter@v15.6.4...v15.6.5
v15.6.4
Compare Source
What's Changed
refractor 3.6.0
'sprismjs
dependency by @simmerer in #605Full Changelog: react-syntax-highlighter/react-syntax-highlighter@v15.6.3...v15.6.4
v15.6.3
Compare Source
What's Changed
New Contributors
Full Changelog: react-syntax-highlighter/react-syntax-highlighter@v15.6.2...v15.6.3
v15.6.2
Compare Source
What's Changed
New Contributors
Full Changelog: react-syntax-highlighter/react-syntax-highlighter@v15.6.1...v15.6.2
v15.6.1
Compare Source
display:
styles whenwrapLongLines
is truev15.6.0
Compare Source
v15.5.0
Compare Source
As noted in the PR, updating
prism
usually brings along a few surprises; this one gave us a new programming language namedfalse
, which as you can imagine is fun to import and parse within Javascript.Thanks to everyone for your patience. We'll be getting back in the groove of regular releases here.
v15.4.5
Compare Source
v15.4.4
Compare Source
v15.4.3
Compare Source
highlight
version regressionv15.4.2
Compare Source
lowlight
to 1.17.0 to matchhighlight
dependency versionv15.4.1
Compare Source
v15.4.0
Compare Source
v15.3.1
Compare Source
v15.3.0
Compare Source
v15.2.1
Compare Source
v15.2.0
Compare Source
v15.1.0
Compare Source
prism-themes
1.4.1v15.0.1
Compare Source
v15.0.0
Compare Source
v14.0.2
Compare Source
v14.0.0
Compare Source
wrapLongLines
, which removes the need to manually addwhite-space: pre
stylingshowInlineLineNumbers = true
: whenshowLineNumbers
istrue
, we now default to inline line numbers instead of putting them in a separate<code>
block<code>
tag (will be set to eitherwhite-space: pre
orwhite-space: pre-wrap
depending on value ofwrapLongLines
prop)v13.5.3
Compare Source
v13.5.2
Compare Source
v13.5.1
Compare Source
createElement
that went missing as of version 13.5.v13.5.0
Compare Source
refractor
3.1.0, which brings inprismjs
1.21.0. We'd pinnedreact-syntax-highlighter 13.3.1
toprismjs 1.21.0
, but didn't realize thatrefractor
's dependency would keep us at 1.20.0v13.4.0
Compare Source
Bugfixes
<pre>
when using Prismv13.3.1
Compare Source
refractor
3.1.0, which brings inprismjs
1.21.0. We'd pinnedreact-syntax-highlighter 13.3.1
toprismjs 1.21.0
, but didn't realize thatrefractor
's dependency would keep us at 1.20.0v13.2.1
Compare Source
Bugfixes
v13.2.0
Compare Source
prism-themes
dependency to pull in new themes, includingvsc-dark-plus
New Prism themes available
a11yDark
dracula
materialDark
materialLight
materialOceanic
nord
shadesOfPurple
synthwave84
vscDarkPlus
v13.1.0
Compare Source
Demo updates:
v13.0.0
Compare Source
highlight ^10.1.1
andlowlight ^1.14.0
dependenciesrefractor ^3.0.0
andprism ^1.20.0
dependenciescreateElement()
in public APIliberapay
togithub
websocket-extensions
to 0.1.4New prop:
showInlineLineNumbers
When paired with
showLineNumbers={true}
,showInlineLineNumbers={true}
injects line numbers into each wrapped line of code, instead of creating a separate<code></code>
block for the numbers. This allows line numbering to work with virtualized renderers such asreact-syntax-highlighter-virtualized-renderer
.Inline line numbers are styled so that they're not selected when drag-selecting multiple lines of highlighted text, preserving expected behavior.
Breaking changes
Highlight v10 introduced some breaking changes for us here which we've worked around (mainly that
getLanguage
was no longer exposed), but this shouldn't cause breakage for most people relying onreact-syntax-highlighter
and not consuminghighlight.js
directly.Theme rename
darkula
theme fromhighlight.js
, highlight v10 has renamed that style todarcula
.Renamed/removed highlight.js languages
cs
(renamed tocsharp
)nimrod
(renamed tonim
)tex
(removed)New languages
New highlight.js languages
cLike
(c-like
)c
latex
phpTemplate
(php-template
)pythonRepl
(python-repl
)New prism.js languages
abnf
antlr4
aql
bbcode
bnf
brightscript
cil
cmake
concurnas
dax
dnsZoneFile
(dns-zone-file
)ebnf
ejs
etlua
excelFormula
(excel-formula
)factor
firestoreSecurityRules
(firestore-security-rules
)ftl
gcode
gdscript
gml
hcl
javadoc
javadoclike
javastacktrace
jq
jsExtras
(js-extras
)jsTemplates
(js-templates
)jsdoc
json5
jsonp
latte
lilypond
llvm
moonscript
n1ql
nand2tetrisHdl
(nand2tetris-hdl
)neon
pascaligo
pcaxis
phpdoc
powerquery
qml
regex
robotframework
shellSession
(shell-session
)solidity
solutionFile
(solution-file
)sparql
splunkSpl
(splunk-spl
)sqf
t4Cs
(t4-cs
)t4Templating
(t4-templating
)t4Vb
(t4-vb
)toml
turtle
vala
zig
Configuration
📅 Schedule: Branch creation - "before 6am" in timezone Europe/Berlin, 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.