Bump highlight.js and react-syntax-highlighter
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(6 months ago)
(6 months ago)
(6 months ago)
by sangam14
dependencies javascript
Bumps highlight.js to 10.7.3 and updates ancestor dependency react-syntax-highlighter. These dependencies need to be updated together.
Updates highlight.js from 9.12.0 to 10.7.3
Release notes
Sourced from highlight.js's releases.
10.7.3
- fix(parser) Resolves issue with missing TypeScript property Jacob Swanner
 No other changes.
Version 10.7.2
This is a patch release. The only change is that deprecation messages are throttled and shown only once.
- (chore) throttle deprecation messages (#3092) Mihkel Eidast
 10.7.1 - Spring Edition
This .1 patch release fixes an issue with the TypeScript typing info in 10.7.0.
Release notes from 10.7.0
Parser:
- enh(api) add
 unregisterLanguagemethod (#3009) [Antoine du Hamel][]- enh: Make alias registration case insensitive (#3026) [David Ostrovsky][]
 - fix(parser)
 highlightAll()now works if the library is lazy loaded [Josh Goebel][]New Languages:
- Added 3rd party RiScript grammar to SUPPORTED_LANGUAGES (#2988) [John C][]
 - Added 3rd party HLSL grammar to SUPPORTED_LANGUAGES (#3002) [Stef Levesque][]
 - Added 3rd party Q# grammar to SUPPORTED_LANGUAGES(#3006) [Vyron Vasileiadis][]
 Language grammar improvements:
- fix(python) allow keywords immediately following numbers (#2985) [Josh Goebel][]
 - fix(xml) char immediately following tag close mis-highlighted (#3044) [Josh Goebel][]
 - fix(ruby) fix
 defined?()mis-highlighted asdef(#3025) [Josh Goebel][]- fix(c) comments after
 #include <str>blocks (#3041) [Josh Goebel][]- fix(cpp) comments after
 #include <str>blocks (#3041) [Josh Goebel][]- enh(cpp) Highlight all function dispatches (#3005) [Josh Goebel][]
 - enh(python) support type hints and better type support (#2972) [Josh Goebel][]
 - enh(gml) Add additional GML 2.3 keywords (#2984) [xDGameStudios][]
 - fix(cpp) constructor support for initializers (#3001) [Josh Goebel][]
 - enh(php) Add
 traitto class-like naming patterns (#2997) [Ayesh][]- enh(php) Add
 Stringable,UnhandledMatchError, andWeakMapclasses/interfaces (#2997) [Ayesh][]- enh(php) Add
 mixedto list of keywords (#2997) [Ayesh][]- enh(php) Add support binary, octal, hex and scientific numerals with underscore separator support (#2997) [Ayesh][]
 - enh(php) Add support for Enums (#3004) [Ayesh][]
 - enh(ecmascript) Add built-in types [Vaibhav Chanana][]
 - enh(kotlin) Add
 ktsas an alias for Kotlin (#3021) [Vaibhav Chanana][]
... (truncated)
Changelog
Sourced from highlight.js's changelog.
Version 10.7.3
- fix(parser) Resolves issue with missing TypeScript property Jacob Swanner
 Version 10.7.2
This is a patch release. The only change is that deprecation messages are throttled and shown only once.
- (chore) throttle deprecation messages (#3092) Mihkel Eidast
 Version 10.7.1
- fix(parser) Resolves issues with TypeScript types [Josh Goebel][]
 Version 10.7.0
Parser:
- enh(api) add
 unregisterLanguagemethod (#3009) [Antoine du Hamel][]- enh: Make alias registration case insensitive (#3026) [David Ostrovsky][]
 - fix(parser)
 highlightAll()now works if the library is lazy loaded [Josh Goebel][]New Languages:
- Added 3rd party RiScript grammar to SUPPORTED_LANGUAGES (#2988) [John C][]
 - Added 3rd party HLSL grammar to SUPPORTED_LANGUAGES (#3002) [Stef Levesque][]
 - Added 3rd party Q# grammar to SUPPORTED_LANGUAGES(#3006) [Vyron Vasileiadis][]
 Language grammar improvements:
- fix(python) allow keywords immediately following numbers (#2985) [Josh Goebel][]
 - fix(xml) char immediately following tag close mis-highlighted (#3044) [Josh Goebel][]
 - fix(ruby) fix
 defined?()mis-highlighted asdef(#3025) [Josh Goebel][]- fix(c) comments after
 #include <str>blocks (#3041) [Josh Goebel][]- fix(cpp) comments after
 #include <str>blocks (#3041) [Josh Goebel][]- enh(cpp) Highlight all function dispatches (#3005) [Josh Goebel][]
 - enh(python) support type hints and better type support (#2972) [Josh Goebel][]
 - enh(gml) Add additional GML 2.3 keywords (#2984) [xDGameStudios][]
 - fix(cpp) constructor support for initializers (#3001) [Josh Goebel][]
 - enh(php) Add
 traitto class-like naming patterns (#2997) [Ayesh][]- enh(php) Add
 Stringable,UnhandledMatchError, andWeakMapclasses/interfaces (#2997) [Ayesh][]- enh(php) Add
 mixedto list of keywords (#2997) [Ayesh][]- enh(php) Add support binary, octal, hex and scientific numerals with underscore separator support (#2997) [Ayesh][]
 
... (truncated)
Commits
0c4cc8a(chore) release 10.7.3d38b332fix(parser) Resolve issue with missing TS property (#3225)00233d6(chore) release 10.7.24630cde(chore) throttle deprecation messages (#3092)421b23b(chore) fix TS issue, bump 10.7.17ec45af(chore) bump version to 10.7.0bfb5a59enh(parser) new highlight() API (#3053)6f24850(cleanup) better boolean naming695ff64(chore) add shebang for build script23ae72c(chore) rename master branch to main- Additional commits viewable in compare view
 
Maintainer changes
This version was pushed to npm by highlightjs_bot, a new releaser for highlight.js since your current version.
Updates react-syntax-highlighter from 5.8.0 to 15.6.1
Release notes
Sourced from react-syntax-highlighter's releases.
v15.6.1
- Fix: #487 Fix: Allow override of display: styles when wrapLongLines is true
 v15.6.0
Been awhile! 😰
- Feat: #555 Add Vue language support
 - Feat: #534 Add a11yOneLight theme
 - Bugfix: #561 Fix bug with wrapLines that butchers highlighting
 - Docs: #559 Adding languages
 15.5.0
- react-syntax-highlighter/react-syntax-highlighter#466: updated prismjs to 1.27.0, fixing the XSS vuln mentioned in react-syntax-highlighter/react-syntax-highlighter#461
 As noted in the PR, updating
prismusually 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.
15.4.3
Fixed a version-pin regression for
highlight: we're now athighlight 10.4.1andlowlight 1.17.0as intended.Thanks for
@​tu4mofor catching this one!15.4.2
Updates
- bumped
 lowlightto1.17.0to resolvehighlightdependency version mismatches: react-syntax-highlighter/react-syntax-highlighter#344Thanks to
@​aurelien-reevesfor his first PR here!15.4.1
Bugfixes
- prevented an inadvertent last-line line number from appearing: react-syntax-highlighter/react-syntax-highlighter#341
 - increased inline line number minwidth by
 .25emto avoid code misalignments: react-syntax-highlighter/react-syntax-highlighter#34215.4.0
Updates
Bumped
highlight.jsto10.4.1, fixing a security vulnerability. This brought along a few additions:New
highlightlanguages
nodeRepl(node-repl)New
highlightstyles
gradientLightstackoverflowDarkstackoverflowLight15.3.1
Bugfix
... (truncated)
Changelog
Sourced from react-syntax-highlighter's changelog.
15.6.1
- Fix: Allow override of
 display:styles whenwrapLongLinesis true15.6.0
- Fix: #561 Fix bug with wrapLines that butchers highlighting
 - Docs: #559 Adding languages
 - Feat: #555 Add Vue language support
 - Feat: #534 Add a11yOneLight theme
 [ gap in documentation ]
15.4.3 / 2020-12-07
- Fixed
 highlightversion regression15.4.2 / 2020-12-07
- Updated
 lowlightto 1.17.0 to matchhighlightdependency version15.4.1 / 2020-12-07
- Bugfix: increased minwidth to avoid unequal line number widths
 - Bugfix: prevent last line of file from rendering an unwanted line number
 15.4.0 / 2020-12-07
- Security fix: updated highlight.js to 10.4.1
 15.3.1 / 2020-11-24
- Bugfix: styling correctly applied to interpolation punctuation
 15.3.0 / 2020-10-29
- Updated prismjs (1.22.0) and refractor (3.2.0)
 - Updated prism-themes (1.5.0)
 - Fixed a broken readme link
 15.2.1 / 2020-10-08
- Bugfix: use string templating in language-specific theming code
 15.2.0 / 2020-10-07
- Allow language-specific theme styles to override default theme styles
 15.1.0 / 2020-10-05
- Updated to
 prism-themes1.4.115.0.1 / 2020-10-03
- Regenerate Prism themes containing nested tokens
 15.0.0 / 2020-10-03
- Breaking change: Allow styling nested tokens with classes in styles (probably not practically breaking for most, since this is a change that fixes a previously non-working feature)
 14.0.2 / 2020-10-03
- updated test snapshots after 14.0.1 fix
 
... (truncated)
Commits
842b45bbump to 15.6.1, buildade425cFix not being able to override code tag styles and line styles when wrapLongL...83da2fbPrerelease cleanup, get tests passing (#567)45ff20eadd languages (#559)7575068Bump json5 from 1.0.1 to 1.0.2 (#505)f12818dREADME (#531)b2a68e9fix: lowlight is a named import (#526)9268130Added theme a11yOneLight (#534)930d544Add to Built with React Syntax Highlighter (#546)90d0343Fix bug withwrapLinesthat butchers highlighting (#561)- Additional commits viewable in compare view
 
Maintainer changes
This version was pushed to npm by simmerer, a new releaser for react-syntax-highlighter since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Statistics
1
2
+246
-40
Package Dependencies
react-syntax-highlighter
                  npm
5.8.0 → 15.6.1
                    Major
Technical Details
| ID: | 1099553 | 
            
| UUID: | 2535153594 | 
            
| Node ID: | PR_kwDOOrhex86XG1-6 | 
            
| Host: | GitHub | 
| Repository: | golangmastery/golangmastery.github.io | 
| Merge State: | Unknown |