sirixdb / sirix-web-frontend

A web front-end for SirixDB based on Nuxt.js/Vue.js, D3.js and Typescript
https://sirix.io
17 stars 20 forks source link

Bump highlight.js from 9.15.10 to 9.17.1 #54

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps highlight.js from 9.15.10 to 9.17.1.

Changelog

Sourced from highlight.js's changelog.

Version 9.17.1

Fixes:

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)
... (truncated)
Commits
  • 7e1e01f bump 9.17.1
  • 2dd57f6 fix: Issue with IE 11 and Object.freeze() (#2319)
  • 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)
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)