Skip to content

Bump highlight.js from 9.16.2 to 9.17.0 in /app#284

Merged
dependabot-preview[bot] merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/app/highlight.js-9.17.0
Dec 11, 2019
Merged

Bump highlight.js from 9.16.2 to 9.17.0 in /app#284
dependabot-preview[bot] merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/app/highlight.js-9.17.0

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps highlight.js from 9.16.2 to 9.17.0.

Changelog

Sourced from highlight.js's changelog.

Version 9.17.0

New languages:

  • none.

New themes:

  • Gradient Dark by [Samia Ali][]

Core Improvements:

  • chore(parser): switch from createElementNS to createElement (#2314) Josh Goebel
  • enh(parser): add better error when a language requirement is missing (#2311) Josh Goebel
  • fix(parser/docs): disallow self mode at the top-level of a language (#2294) Josh Goebel
  • enh(parser) add safe & debug modes. Better error handling for crash conditions. (#2286) Josh Goebel
  • fix(parser): Fix merger HTML attribute quoting (#2235) Josh Goebel
  • fix(parser): Look-ahead regex now work for end matches also (#2237) Josh Goebel
  • fix(parser): Better errors when a language is missing (#2236) Josh Goebel
  • fix(parser): freeze built-in modes to prevent grammars altering them (#2271) Josh Goebel
  • fix(themes): fix inconsistencies between some themes padding/spacing (#2300) Josh Goebel
  • ehh(build) Add CI check for building a "use strict" safe rollup package from NPM builds (#2247) Josh Goebel
  • fix(pkg): Prefix global addEventListener with window to be able to minify with closure compiler (#2305) Kirill Saksin

Language Improvements:

  • fix(sql): backslash is not used to escape in strings in standard SQL (#1748) [Mike Schall][]
  • enh(ebnf) add backticks as additional string variant (#2290) [Chris Marchesi][]
  • chore(javascript): add esm related extensions to aliases (#2298) [Rongjian Zhang][]
  • fix(kotlin): fix termination of """ string literals (#2295) Josh Goebel
  • fix(mercury): don't change global STRING modes (#2271) Josh Goebel
  • enh(xml) expand and improve document type highlighting (#2287) [w3suli][]
  • enh(ebnf) add underscore as allowed meta identifier character, and dot as terminator (#2281) [Chris Marchesi][]
  • fix(makefile) fix double relevance for assigns, improves auto-detection (#2278) Josh Goebel
  • enh(xml) support for highlighting entities (#2260) [w3suli][]
  • enh(gml) fix naming of keyword class (consistency fix) (#2254) Liam Nobel
  • enh(javascript): Add support for jsdoc comments (#2245) [Milutin Kristofic][]
  • fix(python) fix if getting confused as an f-string (#2200) Josh Goebel and Carl Baxter
  • enh(powershell) major overhaul, huge improvements (#2224)
  • enh(css) Improve @​rule highlighting, including properties (#2241) Josh Goebel
  • enh(css) Improve highlighting of numbers inside expr/func calc(2px+3px) (#2241)
  • enh(scss) Pull some of the CSS improvements back into SCSS (#2241)
  • fix(go): Fix escaped character literals (#2266) [David Benjamin][]
  • fix(objectivec): Fix various preprocessor highlighting issues (#2265) [David Benjamin][]
  • fix(objectivec): Handle multibyte character literals (#2268) [David Benjamin][]
  • enh(cpp): Add additional keywords (#2289) [Adrian Ostrowski][]
... (truncated)
Commits
  • 1ec7deb chore: split changelog into core and language improvements
  • 6474be5 (release)Bump to 9.17.0, (chore)bump handlebars
  • c90b569 Adding missing PR numbers to changelog
  • c3b45d5 (theme) Add Gradient Dark (#2316)
  • a97561c chore(parser): switch from createElementNS to createElement (#2314)
  • 2d00357 enh(parser): Better errors when one language requires another (#2311)
  • 62fdd69 Backslash is not used to escape in strings in standard SQL (#2301)
  • 1c4110f (docs) More prominent list of supported languages (#2309)
  • e28b4f0 [pkg] Fix to be able to minify with closure compiler. (#2305)
  • dc5cefb [chore] Greenkeeper/rollup 1.27.8 (#2307)
  • Additional commits viewable in compare view

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.

If all status checks pass Dependabot will automatically merge this pull request.


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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot merged commit 79f2c51 into develop Dec 11, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/app/highlight.js-9.17.0 branch December 11, 2019 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants