-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
chore(deps): bump highlight.js from 9.18.1 to 10.0.0 #192
Conversation
@dependabot rebase to include Node 14 #193 |
9b4c09b
to
f6fb467
Compare
Highlight.js v10 introduces a breaking change to the sublanguage highlight feature (#37). The feature doesn't work when language is specified, e.g. It only works if
|
And test cases need to be updated hexo-util/test/highlight.spec.js Line 221 in 31f74a5
See also #25 |
Done |
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.1 to 10.0.0. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md) - [Commits](highlightjs/highlight.js@9.18.1...10.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
f6fb467
to
84538d6
Compare
result.should.eql([ | ||
'<figure class="highlight xml"><table><tr>', | ||
'<figure class="highlight php-template"><table><tr>', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
xml
may be detected as php-template
, see upstream changelog.
Bumps highlight.js from 9.18.1 to 10.0.0.
Release notes
Sourced from highlight.js's releases.
Changelog
Sourced from highlight.js's changelog.
Commits
51906fb
(docs) there is a single AUTHORS file now2cb1759
(docs) tiny effort to update Russian docs with new names/urlsb49986e
bump v10.0.0e8ca7fb
(chore)htmlbars.js
now depends onhandlebars.js
0a89e7b
(chore) extend the CDN npm build description a bitc48b6c4
(dev) tools/checkAutodetect now detects exact relevance matchesc7c561d
(yaml) add support for timestamps (#2496)18be9ee
(docs) add CpcdosC+ to the list of supported languages (#2494)864b702
(docs) Add TSQL to the list of supported languages (#2492)4389bf2
(dev) Developer tool should use un-minified libraryDependabot 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard: