Skip to content
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

Bump highlight.js from 9.18.3 to 11.3.1 #134

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 9, 2021

Bumps highlight.js from 9.18.3 to 11.3.1.

Release notes

Sourced from highlight.js's releases.

11.3.1

Version 11.3.1

Same as 11.3.0 except for the fix to generating optional CDN grammar modules.

Build:

  • (fix) Grammar CDN modules not generated correctly. (#3363) [Josh Goebel][]
  • add HighlightJS named export (#3295) [Josh Goebel][]
  • add .default named export to CJS builds (#3333) [Josh Goebel][]

Parser:

  • add first rough performance testing script (#3280) [Austin Schick][]
  • add throwUnescapedHTML to warn against potential HTML injection [Josh Goebel][]
  • expose regex helper functions via hljs injection [Josh Goebel][]
    • concat
    • lookahead
    • either
    • optional
    • anyNumberOfTimes

Grammars:

  • fix(ts) some complex types would classify as JSX (#3278) [Josh Goebel][]
  • fix(js/ts) less false positives for class X extends Y (#3278) [Josh Goebel][]
  • enh(css): add properties from several W3C (Candidate) Recommendations (#3308)
  • fix(js/ts) Float32Array highlighted incorrectly (#3353) [Josh Goebel][]
  • fix(css) single-colon psuedo-elements no longer break highlighting (#3240) [Josh Goebel][]
  • fix(scss) single-colon psuedo-elements no longer break highlighting (#3240) [Josh Goebel][]
  • enh(fsharp) rewrite most of the grammar, with many improvements [Melvyn Laïly][]
  • enh(go) better type highlighting, add error type [Josh Goebel][]
  • fix(js/ts) regex inside SUBST is no longer highlighted [Josh Goebel][]
  • fix(python) added support for unicode identifiers (#3280) [Austin Schick][]
  • enh(css/less/stylus/scss) improve consistency of function dispatch (#3301) [Josh Goebel][]
  • enh(css/less/stylus/scss) detect block comments more fully (#3301) [Josh Goebel][]
  • fix(cpp) switch is a keyword (#3312) [Josh Goebel][]
  • fix(cpp) fix xor_eq keyword highlighting. [Denis Kovalchuk][]
  • enh(c,cpp) highlight type modifiers as type (#3316) [Josh Goebel][]
  • enh(css/less/stylus/scss) add support for CSS Grid properties [monochromer][]
  • enh(java) add support for Java Text Block (#3322) [Teletha][]
  • enh(scala) add missing do and then keyword (#3323) [Nicolas Stucki][]
  • enh(scala) add missing enum, export and given keywords (#3328) [Nicolas Stucki][]
  • enh(scala) remove symbol syntax and fix quoted code syntax (#3324) [Nicolas Stucki][]
  • enh(scala) add Scala 3 extension soft keyword (#3326) [Nicolas Stucki][]
  • enh(scala) add Scala 3 end soft keyword (#3327) [Nicolas Stucki][]
  • enh(scala) add inline soft keyword (#3329) [Nicolas Stucki][]
  • enh(scala) add using soft keyword (#3330) [Nicolas Stucki][]
  • enh(fsharp) added f# alias (#3337) [Bahnschrift][]
  • enh(bash) added gnu core utilities (#3342) [katzeprior][]

... (truncated)

Changelog

Sourced from highlight.js's changelog.

Version 11.3.1

Build:

Version 11.3.0

Build:

Parser:

  • add first rough performance testing script (#3280) [Austin Schick][]
  • add throwUnescapedHTML to warn against potential HTML injection Josh Goebel
  • expose regex helper functions via hljs injection Josh Goebel
    • concat
    • lookahead
    • either
    • optional
    • anyNumberOfTimes

Grammars:

  • fix(ts) some complex types would classify as JSX (#3278) Josh Goebel
  • fix(js/ts) less false positives for class X extends Y (#3278) Josh Goebel
  • enh(css): add properties from several W3C (Candidate) Recommendations (#3308)
  • fix(js/ts) Float32Array highlighted incorrectly (#3353) Josh Goebel
  • fix(css) single-colon psuedo-elements no longer break highlighting (#3240) Josh Goebel
  • fix(scss) single-colon psuedo-elements no longer break highlighting (#3240) Josh Goebel
  • enh(fsharp) rewrite most of the grammar, with many improvements [Melvyn Laïly][]
  • enh(go) better type highlighting, add error type Josh Goebel
  • fix(js/ts) regex inside SUBST is no longer highlighted Josh Goebel
  • fix(python) added support for unicode identifiers (#3280) [Austin Schick][]
  • enh(css/less/stylus/scss) improve consistency of function dispatch (#3301) Josh Goebel
  • enh(css/less/stylus/scss) detect block comments more fully (#3301) Josh Goebel
  • fix(cpp) switch is a keyword (#3312) Josh Goebel
  • fix(cpp) fix xor_eq keyword highlighting. [Denis Kovalchuk][]
  • enh(c,cpp) highlight type modifiers as type (#3316) Josh Goebel
  • enh(css/less/stylus/scss) add support for CSS Grid properties [monochromer][]
  • enh(java) add support for Java Text Block (#3322) [Teletha][]
  • enh(scala) add missing do and then keyword (#3323) [Nicolas Stucki][]
  • enh(scala) add missing enum, export and given keywords (#3328) [Nicolas Stucki][]
  • enh(scala) remove symbol syntax and fix quoted code syntax (#3324) [Nicolas Stucki][]
  • enh(scala) add Scala 3 extension soft keyword (#3326) [Nicolas Stucki][]

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by highlightjs_bot, a new releaser for highlight.js since your current version.


Dependabot compatibility score

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 9, 2021
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.3 to 11.3.1.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/commits/11.3.1)

---
updated-dependencies:
- dependency-name: highlight.js
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/highlight.js-11.3.1 branch from 01784aa to d81e04c Compare December 22, 2021 10:10
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 7, 2022

Superseded by #165.

@dependabot dependabot bot closed this Jan 7, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/highlight.js-11.3.1 branch January 7, 2022 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants