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

chore(deps-dev): Bump highlight.js from 11.3.1 to 11.4.0 #2354

Merged
merged 1 commit into from Jan 10, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2022

Bumps highlight.js from 11.3.1 to 11.4.0.

Release notes

Sourced from highlight.js's releases.

11.4.0 - Hello 2022!

This is a big one. Holidays and all. Wishing all of you the best for 2022! See the note below about theme changes if you're super picky about your theming.

New Languages:

  • Added 3rd party Pine Script grammar to SUPPORTED_LANGUAGES [Jeylani B][]
  • Added 3rd party cURL grammar to SUPPORTED_LANGUAGES highlightjs-curl

Themes:

  • Default is now much closer WCAG AA (contrast) (#3402) [Josh Goebel][]
  • Dark now meets WCAG AA (contrast) (#3402) [Josh Goebel][]
  • Added intellij-light theme [Pegasis][]

These changes should be for the better and should not be super noticeable but if you're super picky about your colors you may want to intervene here or copy over the older themes from 11.3 or prior.

Grammars:

  • enh(arcade) updated to ArcGIS Arcade version 1.16 [John Foster][]
  • enh(php) Left and right-side of double colon [Wojciech Kania][]
  • enh(php) add PHP constants [Wojciech Kania][]
  • enh(php) add PHP 8.1 keywords [Wojciech Kania][]
  • fix(cpp) fix vector<< template false positive (#3437) [Josh Goebel][]
  • enh(php) support First-class Callable Syntax (#3427) [Wojciech Kania][]
  • enh(php) support class constructor call (#3427) [Wojciech Kania][]
  • enh(php) support function invoke (#3427) [Wojciech Kania][]
  • enh(php) Switch highlighter to partially case-insensitive (#3427) [Wojciech Kania][]
  • enh(php) improve namespace and use highlighting (#3427) [Josh Goebel][]
  • enh(php) $this is a variable.language now (#3427) [Josh Goebel][]
  • enh(php) add __COMPILER_HALT_OFFSET__ (#3427) [Josh Goebel][]
  • enh(js/ts) fix => async function title highlights (#3405) [Josh Goebel][]
  • enh(twig) update keywords list (#3415) [Matthieu Lempereur][]
  • fix(python) def, class keywords detected mid-identifier (#3381) [Josh Goebel][]
  • fix(python) Fix recognition of numeric literals followed by keywords without whitespace (#2985) [Richard Gibson][]
  • enh(swift) add SE-0290 unavailability condition (#3382) [Bradley Mackey][]
  • fix(fsharp) Highlight operators, match type names only in type annotations, support quoted identifiers, and other smaller fixes. [Melvyn Laïly][]
  • enh(java) add sealed and non-sealed keywords (#3386) [Bradley Mackey][]
  • enh(js/ts) improve CLASS_REFERENCE (#3411) [Josh Goebel][]
  • enh(nsis) Update defines pattern to allow ! (#3417) [idleberg][]
  • enh(nsis) Update language strings pattern to allow ! (#3420) [idleberg][]
  • fix(stan) Updated for Stan 2.28 and other misc. improvements (#3410)
  • enh(nsis) Update variables pattern (#3416) [idleberg][]
  • fix(clojure) Several issues with Clojure highlighting (#3397) [Björn Ebbinghaus][]
    • fix(clojure) comment macro catches more than it should (#3395)
    • fix(clojure) $ in symbol breaks highlighting
    • fix(clojure) Add complete regex for number detection
    • enh(clojure) Add character mode for character literals
    • fix(clojure) Inconsistent namespaced map highlighting
    • enh(clojure) Add regex mode to regex literal
    • fix(clojure) Remove inconsistent/broken highlighting for metadata

... (truncated)

Changelog

Sourced from highlight.js's changelog.

Version 11.4.0

New Language:

  • Added 3rd party Pine Script grammar to SUPPORTED_LANGUAGES [Jeylani B][]
  • Added 3rd party cURL grammar to SUPPORTED_LANGUAGES highlightjs-curl

Themes:

  • Default is now much closer WCAG AA (contrast) (#3402) [Josh Goebel]
  • Dark now meets WCAG AA (contrast) (#3402) [Josh Goebel]
  • Added intellij-light theme [Pegasis]
  • Added felipec theme [Felipe Contreras]

These changes should be for the better and should not be super noticeable but if you're super picky about your colors you may want to intervene here or copy over the older themes from 11.3 or prior.

Grammars:

  • enh(arcade) updated to ArcGIS Arcade version 1.16 [John Foster][]
  • enh(php) Left and right-side of double colon [Wojciech Kania][]
  • enh(php) add PHP constants [Wojciech Kania][]
  • enh(php) add PHP 8.1 keywords [Wojciech Kania][]
  • fix(cpp) fix vector<< template false positive (#3437) [Josh Goebel][]
  • enh(php) support First-class Callable Syntax (#3427) [Wojciech Kania][]
  • enh(php) support class constructor call (#3427) [Wojciech Kania][]
  • enh(php) support function invoke (#3427) [Wojciech Kania][]
  • enh(php) Switch highlighter to partially case-insensitive (#3427) [Wojciech Kania][]
  • enh(php) improve namespace and use highlighting (#3427) [Josh Goebel][]
  • enh(php) $this is a variable.language now (#3427) [Josh Goebel][]
  • enh(php) add __COMPILER_HALT_OFFSET__ (#3427) [Josh Goebel][]
  • enh(js/ts) fix => async function title highlights (#3405) [Josh Goebel][]
  • enh(twig) update keywords list (#3415) [Matthieu Lempereur][]
  • fix(python) def, class keywords detected mid-identifier (#3381) [Josh Goebel][]
  • fix(python) Fix recognition of numeric literals followed by keywords without whitespace (#2985) [Richard Gibson][]
  • enh(swift) add SE-0290 unavailability condition (#3382) [Bradley Mackey][]
  • fix(fsharp) Highlight operators, match type names only in type annotations, support quoted identifiers, and other smaller fixes. [Melvyn Laïly][]
  • enh(java) add sealed and non-sealed keywords (#3386) [Bradley Mackey][]
  • enh(js/ts) improve CLASS_REFERENCE (#3411) [Josh Goebel][]
  • enh(nsis) Update defines pattern to allow ! (#3417) [idleberg][]
  • enh(nsis) Update language strings pattern to allow ! (#3420) [idleberg][]
  • fix(stan) Updated for Stan 2.28 and other misc. improvements (#3410)
  • enh(nsis) Update variables pattern (#3416) [idleberg][]
  • fix(clojure) Several issues with Clojure highlighting (#3397) [Björn Ebbinghaus][]
    • fix(clojure) comment macro catches more than it should (#3395)
    • fix(clojure) $ in symbol breaks highlighting
    • fix(clojure) Add complete regex for number detection
    • enh(clojure) Add character mode for character literals
    • fix(clojure) Inconsistent namespaced map highlighting
    • enh(clojure) Add regex mode to regex literal
    • fix(clojure) Remove inconsistent/broken highlighting for metadata

... (truncated)

Commits

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)

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.3.1 to 11.4.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](highlightjs/highlight.js@11.3.1...11.4.0)

---
updated-dependencies:
- dependency-name: highlight.js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 10, 2022
@vercel
Copy link

vercel bot commented Jan 10, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/markedjs/markedjs/BiRViGNoW5cUbHvu4BU1jbAKKMXC
✅ Preview: https://markedjs-git-dependabot-npmandyarnhighlightjs-1140-markedjs.vercel.app

@UziTech UziTech merged commit ebc2c95 into master Jan 10, 2022
@UziTech UziTech deleted the dependabot/npm_and_yarn/highlight.js-11.4.0 branch January 10, 2022 15:35
@github-actions
Copy link

🎉 This PR is included in version 4.0.10 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant