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.1 to 10.5.0 #3365

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2021

Bumps highlight.js from 9.18.1 to 10.5.0.

Release notes

Sourced from highlight.js's releases.

10.5.0 - Holiday Cheer Edition

What's New

Build:

  • Add Subresource Integrity digest lists to cdn-assets [Josh Goebel][]
  • R and VB.net grammars now ship in our default build (:common) [Josh Goebel][]

Parser:

  • add match as sugar for simple begin only matches (#2834) [Josh Goebel][]
  • allow illegal to also be an array of regex (#2834) [Josh Goebel][]
  • add compilerExtensions allows grammers to influence mode compilation (#2834) [Josh Goebel][]
    • some internal pieces are now simple compiler extensions

New Languages:

  • Added 3rd party Red & Rebol grammar to SUPPORTED_LANGUAGES (#2872) [Oldes Huhuman][]

Language grammar improvements:

  • enh(cpp): Support C++ pack expansion in function arguments [Martin Dørum][]
  • enh(makefile): Add make as an alias (#2883) [tripleee][]
  • enh(swift) Improved grammar for strings (#2819) [Steven Van Impe][]
  • enh(swift) Grammar improvements (#2908) [Steven Van Impe][]
    • New grammar for keywords and built-ins
    • Added support for operator highlighting
    • New grammar for attributes
    • Added support for quoted identifiers, implicit parameters, and property wrapper projections
    • Support for more complex expressions in string interpolation
  • enh(swift) Improved highlighting for types and generic arguments (#2920) [Steven Van Impe][]
  • fix(http) avoid recursive sublanguage and tighten rules (#2893) [Josh Goebel][]
  • fix(asciidoc): Handle section titles level 5 (#2868) [Vaibhav Chanana][]
  • fix(asciidoc): Support unconstrained emphasis syntax (#2869) [Guillaume Grossetie][]
  • enh(scheme) Allow [] for argument lists (#2913) [Josh Goebel][]
  • enh(vb) Large rework of VB.net grammar (#2808) [Jan Pilzer][]
    • Adds support for Date data types, see (#2775)
    • Adds support for REM comments and fixes ''' doctags (#2875) (#2851)
      • Custom number mode to support VB.net specific number flags
      • Hex (&H), Oct (&O), and binary (&B) prefixes
      • Separating digits with underscores: 90_946
    • Type suffixes: 123UI (unsigned integer)
    • Improves directives detection and adds support for Enable, Disable, and Then keywords
    • Adds more markup tests
  • fix(javascript) Empty block-comments break highlighting (#2896) [Jan Pilzer][]
  • enh(dart) Fix empty block-comments from breaking highlighting (#2898) [Jan Pilzer][]
  • enh(dart) Fix empty doc-comment eating next line [Jan Pilzer][]
  • enh(asciidoc) Adds support for unconstrained bold syntax (#2869) [Guillaume Grossetie][]
  • enh(c-like) Incorrect highlighting for interger suffix (#2919) [Vaibhav Chanana][]
  • enh(properties) Correctly handle trailing backslash (#2922) [Vaibhav Chanana][]

... (truncated)

Changelog

Sourced from highlight.js's changelog.

Version 10.5.0

Build:

  • Add Subresource Integrity digest lists to cdn-assets [Josh Goebel][]
  • R and VB.net grammars now ship in our default build (:common) [Josh Goebel][]

Parser:

  • add match as sugar for simple begin only matches (#2834) [Josh Goebel][]
  • allow illegal to also be an array of regex (#2834) [Josh Goebel][]
  • add compilerExtensions allows grammers to influence mode compilation (#2834) [Josh Goebel][]
    • some internal pieces are now simple compiler extensions

New Languages:

  • Added 3rd party Red & Rebol grammar to SUPPORTED_LANGUAGES (#2872) [Oldes Huhuman][]

Language grammar improvements:

  • enh: CSS grammars now share common foundation, keywords, etc. (#2937) [Josh Goebel][]
    • enh(css): many consistency improvements
    • enh(scss): many consistency improvements
    • enh(stylus): many consistency improvements
    • enh(less): many consistency improvements
  • enh(cpp): Support C++ pack expansion in function arguments [Martin Dørum][]
  • enh(makefile): Add make as an alias (#2883) [tripleee][]
  • enh(swift) Improved grammar for strings (#2819) [Steven Van Impe][]
  • enh(swift) Grammar improvements (#2908) [Steven Van Impe][]
    • New grammar for keywords and built-ins
    • Added support for operator highlighting
    • New grammar for attributes
    • Added support for quoted identifiers, implicit parameters, and property wrapper projections
    • Support for more complex expressions in string interpolation
  • enh(swift) Improved highlighting for types and generic arguments (#2920) [Steven Van Impe][]
  • enh(swift) Improved highlighting for functions, initializers, and subscripts (#2930) [Steven Van Impe][]
  • fix(http) avoid recursive sublanguage and tighten rules (#2893) [Josh Goebel][]
  • fix(asciidoc): Handle section titles level 5 (#2868) [Vaibhav Chanana][]
  • fix(asciidoc): Support unconstrained emphasis syntax (#2869) [Guillaume Grossetie][]
  • enh(scheme) Allow [] for argument lists (#2913) [Josh Goebel][]
  • enh(vb) Large rework of VB.net grammar (#2808) [Jan Pilzer][]
    • Adds support for Date data types, see (#2775)
    • Adds support for REM comments and fixes ''' doctags (#2875) (#2851)
      • Custom number mode to support VB.net specific number flags
      • Hex (&H), Oct (&O), and binary (&B) prefixes
      • Separating digits with underscores: 90_946
    • Type suffixes: 123UI (unsigned integer)
    • Improves directives detection and adds support for Enable, Disable, and Then keywords
    • Adds more markup tests
  • fix(javascript) Empty block-comments break highlighting (#2896) [Jan Pilzer][]

... (truncated)

Commits
  • af20048 (chore) release to production
  • 3522147 (release) 10.5.0 holiday edition
  • 511aa11 (chore) update maintainers guide
  • ff34d49 (chore) remove ridiculous Crystal relevance
  • 3e0b520 (chore) lint Crystal
  • f863bce (chore) ship R and VB.net in :common
  • d64fbcd prepare for 10.5 release
  • 6c2ff21 (chore) camelCase lint
  • eaa1c42 (chore) bump terser
  • 82f7a68 (chore) clean up types a bit
  • 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.


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 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

You can disable automated security fix PRs for this repo from the Security Alerts page.

@jasonvarga
Copy link
Member

Not merging this for now, to prevent causing #2919 again.

@jasonvarga jasonvarga closed this Mar 23, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 23, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/highlight.js-10.5.0 branch March 23, 2021 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant