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

Update dependency highlight.js to v9.18.5 #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 4, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
highlight.js (source) 9.15.6 -> 9.18.5 age adoption passing confidence
@types/highlight.js 9.12.3 -> 9.12.4 age adoption passing confidence

Release Notes

highlightjs/highlight.js (highlight.js)

v9.18.1

Compare Source

Grammar Improvements:

v9.18.0

Compare Source

New languages:

  • none.

New themes:

  • none.

Core Changes:

  • none.

Language Improvements:

Developer Tools:

v9.17.1

Compare Source

Fixes:

v9.17.0

Compare Source

New languages:

  • none.

New themes:

Core Improvements:

Language Improvements:

v9.16.2

Compare Source

New languages:
none.

New styles:
none.

Improvements:

  • fix(arduino) Resolves issue with arduino.js not being "use strict" safe (#​2247)

v9.16.1

Compare Source

New languages:
none.

New styles:

Improvements:

  • Add CLI tool to quickly check for relevance conflicts Mark Ellis (#​1554)
  • enhance(twig) update list of filter and tags (#​2090)
  • fix(crystal): correctly highlight !~ method definition (#​2222)
  • fix dropping characters if we choke up on a 0-width match (#​2219)
  • (accesslog) improve accesslog relevancy scoring (#​2172)
  • fix(shell): fix parsing of prompts with forward slash (#​2218)
  • improve parser to properly support look-ahead regex in begin matchers (#​2135)
  • blacklist super-common keywords from having relevance (#​2179)
  • fix(swift): support for @dynamicMemberLookup and @propertyWrapper (#​2202)
  • fix: endWithParent inside starts now always works (#​2201)
  • fix(typescript): constructor in declaration doesn't break highlighting
  • fix(typescript): only match function keyword as a separate identifier (#​2191)
  • feature(arduino) make arduino a super-set of cpp grammar
  • fix(javascript): fix object attributes immediately following line comments
  • fix(xml): remove vbscript as potential script tag subLanguage
  • fix(Elixir): improve regex for numbers
  • fix(YAML): improve matching for keys, blocks and numbers
  • fix(Pony): improve regex for numbers
  • fix(handlebars): add support for raw-blocks, and triple-mustaches(#​2175)
  • fix(handlebars): fix parsing of block-comments containing closing mustaches (#​2175)
  • fix(handlebars): add support for segment-literal notation, and escaped mustaches (#​2184)
  • JSON: support for comments in JSON (#​2016)
  • fix(cpp): improve string literal matching
  • fix(highlight.js): omit empty span-tags in the output (#​2182)
  • fix(Go): improve function declaration matching
  • fix(python): added support for f-string literal curly braces (#​2195)
  • fix(cpp): add future built-in (#​1610)
  • fix(python): support comments within function parameters (#​2214)

v9.15.10

Compare Source

New languages:
none.
New styles:
none.
Improvements:

  • support for ruby's squiggly heredoc (#​2049)
  • support css custom properties (#​2082)
  • fix(PureBASIC): update to 5.60 (#​1508)
  • fix(Kotlin): parenthesized types in function declaration (#​2107)
  • fix(Kotlin): nested comment (#​2104)
  • fix(isbl): contains key typo (#​2103)
  • fix(github-gist.css): match Github styles (#​2100)
  • fix(elm): update to latest elm syntax (#​2088)
  • fix: Support highlighting inline HTML and CSS tagged template strings in JS and TS (#​2105)
  • feat(YAML): add YAML to common languages (#​1952)
  • feat(xml): Add support for Windows Script File (.wsf), inline VBScript in XML script tags (#​1690)

v9.15.9

Compare Source

Improvements:

  • fix(AutoHotkey): order and extended highlighting (#​1579)
  • fix(Go): correctly highlight hex numbers, rather than stopping at last 'd' or 'f'. (#​2060)
  • fix(Mathematica): Improvements to language (#​2065)
  • fix(Node): Adds SCSS build (#​2079)
  • fix(Rust): update keywords (#​2052)
  • fix(Stata): Added keywords for the meta-analysis suite introduced in Stata 16 (#​2081)
  • fix(Bash): escape double quotes (#​2048)

v9.15.8

Compare Source

New languages:
none.
New styles:
none.
Improvements:

  • fix(bash): revert escaped double quotes - broke Firefox/Safari.

v9.15.7

Compare Source

New languages:
none.
New styles:
none.
Improvements:

  • fix(powershell): Add cmdlets (#​2022)
  • fix(Bash): escaped double quotes (#​2041)
  • fix(c++): add aliases 'hh', 'hxx', 'cxx' (#​2017)
  • fix(ini/toml): Support comments on the same line. (#​2039)
  • fix(JSX): not rendering well in a function without parentheses. (#​2024)
  • fix(LiveCode): language definition update (#​2021)
  • fix(markdown): indented lists (#​2004)
  • fix(styles/school-book): don't style all the pre, use .hljs instead (#​2034)
  • fix(JSX): Modify JSX tag detection to use XML language regex in place of simplistic \w+

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/highlight.js-9.x branch from 135c38d to 61f4265 Compare July 31, 2019 02:54
@renovate renovate bot changed the title Update dependency highlight.js to v9.15.8 Update dependency highlight.js to v9.15.9 Jul 31, 2019
@renovate renovate bot force-pushed the renovate/highlight.js-9.x branch from 61f4265 to b8803c4 Compare August 20, 2019 03:24
@renovate renovate bot changed the title Update dependency highlight.js to v9.15.9 Update dependency highlight.js to v9.15.10 Aug 20, 2019
@renovate renovate bot force-pushed the renovate/highlight.js-9.x branch from b8803c4 to 9d13d05 Compare November 11, 2019 07:01
@renovate renovate bot changed the title Update dependency highlight.js to v9.15.10 Update dependency highlight.js to v9.16.2 Nov 11, 2019
@renovate renovate bot force-pushed the renovate/highlight.js-9.x branch from 9d13d05 to a4ad2f2 Compare December 11, 2019 02:02
@renovate renovate bot changed the title Update dependency highlight.js to v9.16.2 Update dependency highlight.js to v9.17.0 Dec 11, 2019
@renovate renovate bot force-pushed the renovate/highlight.js-9.x branch from a4ad2f2 to af6825f Compare December 12, 2019 16:51
@renovate renovate bot changed the title Update dependency highlight.js to v9.17.0 Update dependency highlight.js to v9.17.1 Dec 12, 2019
@renovate renovate bot force-pushed the renovate/highlight.js-9.x branch from af6825f to 0a0e552 Compare January 20, 2020 14:05
@renovate renovate bot changed the title Update dependency highlight.js to v9.17.1 Update dependency highlight.js to v9.18.0 Jan 20, 2020
@renovate renovate bot force-pushed the renovate/highlight.js-9.x branch from 0a0e552 to e1510aa Compare February 1, 2020 17:48
@renovate renovate bot changed the title Update dependency highlight.js to v9.18.0 Update dependency highlight.js to v9.18.1 Feb 1, 2020
@renovate renovate bot force-pushed the renovate/highlight.js-9.x branch from e1510aa to 643ec42 Compare May 15, 2020 12:54
@renovate renovate bot force-pushed the renovate/highlight.js-9.x branch from 643ec42 to 63722f7 Compare August 25, 2020 06:01
@renovate renovate bot changed the title Update dependency highlight.js to v9.18.1 Update dependency highlight.js to v9.18.3 Aug 25, 2020
@renovate renovate bot changed the title Update dependency highlight.js to v9.18.3 Update dependency @types/highlight.js to v9.12.4 Nov 28, 2020
@renovate renovate bot force-pushed the renovate/highlight.js-9.x branch from 63722f7 to 80d76e6 Compare March 7, 2022 16:52
@renovate renovate bot changed the title Update dependency @types/highlight.js to v9.12.4 Update dependency highlight.js to v9.18.5 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/highlight.js-9.x branch from 80d76e6 to 945b10b Compare September 25, 2022 12:58
@renovate renovate bot force-pushed the renovate/highlight.js-9.x branch from 945b10b to ea3a13a Compare November 20, 2022 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants