marksy
marksy copied to clipboard
chore(deps-dev): bump highlight.js from 11.0.0 to 11.7.0
Bumps highlight.js from 11.0.0 to 11.7.0.
Release notes
Sourced from highlight.js's releases.
11.7.0 - "Gobble Gobble" Thanksgiving Edition
Version 11.7.0
New Grammars:
- added 3rd party LookML grammar to SUPPORTED_LANGUAGES Josh Temple
- added 3rd party FunC grammar to SUPPORTED_LANGUAGES [Nikita Sobolev][]
- Added 3rd party Flix grammar to SUPPORTED_LANGUAGES The Flix Organisation
- Added 3rd party RVT grammar to SUPPORTED_LANGUAGES Sopitive
Grammars:
- enh(scheme) add
scm
alias for Scheme matyklug18- fix(typescript) patterns like
<T =
are not JSX Josh Goebel- fix(bash) recognize the
((
keyword Nick Chambers- enh(Ruby) misc improvements (kws, class names, etc) Josh Goebel
- fix(js) do not flag
import()
as a function, rather a keyword nathnolt- fix(bash) recognize the
((
keyword Nick Chambers- fix(nix) support escaped dollar signs in strings h7x4
- enh(cmake) support bracket comments Hirse
- enh(java) add yield keyword to java MBoegers
- enh(java) add permits keyword to java MBoegers
- fix(javascript/typescript) correct identifier matching when using numbers Lachlan Heywood
Improvements:
- Documentation typo fix by Eddymens
11.6.0 - "Pink Lemonade on a hot day" Edition
Version 11.6.0
Supported Node.js versions:
- (chore) Drops support for Node 12.x, which is no longer supported by Node.js.
Default build changes:
... (truncated)
Changelog
Sourced from highlight.js's changelog.
Version 11.7.0
New Grammars:
- added 3rd party LookML grammar to SUPPORTED_LANGUAGES Josh Temple
- added 3rd party FunC grammar to SUPPORTED_LANGUAGES [Nikita Sobolev][]
- Added 3rd party Flix grammar to SUPPORTED_LANGUAGES The Flix Organisation
- Added 3rd party RVT grammar to SUPPORTED_LANGUAGES Sopitive
Grammars:
- enh(scheme) add
scm
alias for Scheme matyklug18- fix(typescript) patterns like
<T =
are not JSX Josh Goebel- fix(bash) recognize the
((
keyword Nick Chambers- enh(Ruby) misc improvements (kws, class names, etc) Josh Goebel
- fix(js) do not flag
import()
as a function, rather a keyword nathnolt- fix(bash) recognize the
((
keyword Nick Chambers- fix(nix) support escaped dollar signs in strings h7x4
- enh(cmake) support bracket comments Hirse
- enh(java) add yield keyword to java MBoegers
- enh(java) add permits keyword to java MBoegers
- fix(javascript/typescript) correct identifier matching when using numbers Lachlan Heywood
Improvements:
- Documentation typo fix by Eddymens
Version 11.6.0
Supported Node.js versions:
- (chore) Drops support for Node 12.x, which is no longer supported by Node.js.
Default build changes:
... (truncated)
Commits
82688fa
(release) bump 11.7.0e57bf13
(docs) add RVT Script to SUPPORTED_LANGUAGES (#3666)526d339
(docs) fixed typo (#3660)3997c9b
(end) Addedscm
alias to scheme (#3654)4f5b769
fix(js/ts) prevent$[number]
variables as false positives as numeric (#3648)e0f7577
Add Flix to SUPPORTED_LANGUAGES.md (#3637)14b550d
(docs) Add tsx alias (#3651)bc88ed5
(java) add Java 14 switch expression keywordyield
(#3650)f035aab
(java) addpermits
keyword (#3649)abcb53d
enh(cmake) support bracket comments (#3644)- Additional commits viewable in compare view
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 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)