Created by: dependabot[bot]
Bumps highlight.js and kss. These dependencies needed to be updated together.
Updates highlight.js from 9.18.5 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.3 -
d38b332fix(parser) Resolve issue with missing TS property (#3225) -
00233d6(chore) release 10.7.2 -
4630cde(chore) throttle deprecation messages (#3092) -
421b23b(chore) fix TS issue, bump 10.7.1 -
7ec45af(chore) bump version to 10.7.0 -
bfb5a59enh(parser) new highlight() API (#3053) -
6f24850(cleanup) better boolean naming -
695ff64(chore) add shebang for build script -
23ae72c(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 kss from 3.0.1 to 3.1.0
Release notes
Sourced from kss's releases.
v3.1.0
What's Changed
- Update markdown-it to the latest version
🚀 by@greenkeeperin kss-node/kss-node#578- Update highlight.js to the latest version
🚀 by@greenkeeperin kss-node/kss-node#577- Update dependencies and add newer Node.js versions by
@RobLoachin kss-node/kss-node#581- Update highlight.js to version 10.4.1 by
@wojsmolin kss-node/kss-node#584New Contributors
@wojsmolmade their first contribution in kss-node/kss-node#584Full Changelog: https://github.com/kss-node/kss-node/compare/v3.0.1...v3.1.0
Changelog
Sourced from kss's changelog.
[3.1.0] - 2022-08-03
Changed
- Update markdown-it to the latest version
🚀 by@greenkeeperin kss-node/kss-node#578- Update highlight.js to the latest version
🚀 by@greenkeeperin kss-node/kss-node#577- Update dependencies and add newer Node.js versions by
@RobLoachin kss-node/kss-node#581- Update highlight.js to version 10.4.1 by
@wojsmolin kss-node/kss-node#584
Commits
-
e37030cv3.1.0 -
185532fv3.1.0 -
231900cMerge pull request #584 from wojsmol/fix/upfate-highlight-js -
0da99faUpdate highlight.js to version 10.4.1 -
c0dec09Merge pull request #581 from kss-node/update-packages -
d664755Update dependencies and add newer Node.js versions -
fbad03dUpdate highlight.js to the latest version🚀 (#577) -
51d226bMerge pull request #578 from kss-node/greenkeeper/markdown-it-11.0.0 -
fd3c261chore(package): update lockfile package-lock.json -
49ba8e0fix(package): update markdown-it to version 11.0.0 - See full diff 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 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 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) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.