[PR #240] [MERGED] ⬆️ Bump highlight.js from 9.15.10 to 9.16.2 #2503

Closed
opened 2026-03-17 00:12:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/240
Author: @dependabot-preview[bot]
Created: 11/2/2019
Status: Merged
Merged: 11/2/2019
Merged by: @liyasthomas

Base: masterHead: dependabot/npm_and_yarn/highlight.js-9.16.2


📝 Commits (1)

  • da0f5f2 ⬆️ Bump highlight.js from 9.15.10 to 9.16.2

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 package-lock.json (+3 -3)
📝 package.json (+1 -1)

📄 Description

Bumps highlight.js from 9.15.10 to 9.16.2.

Changelog

Sourced from highlight.js's changelog.

Version 9.16.2

New languages:
none.

New styles:
none.

Improvements:

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

Version 9.16.1

New languages:
none.

New styles:

  • Night Owl by [Carl Baxter][]

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)
... (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)
  • @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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/240 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 11/2/2019 **Status:** ✅ Merged **Merged:** 11/2/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/highlight.js-9.16.2` --- ### 📝 Commits (1) - [`da0f5f2`](https://github.com/hoppscotch/hoppscotch/commit/da0f5f2bd16b61f3cf6b8fdc17b72ac22ebc629c) :arrow_up: Bump highlight.js from 9.15.10 to 9.16.2 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -3) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.15.10 to 9.16.2. <details> <summary>Changelog</summary> *Sourced from [highlight.js's changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md).* > ## Version 9.16.2 > > New languages: > none. > > New styles: > none. > > Improvements: > - fix(arduino) Resolves issue with arduino.js not being "use strict" safe ([#2247](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2247)) > > > ## Version 9.16.1 > > New languages: > none. > > New styles: > - *Night Owl* by [Carl Baxter][] > > Improvements: > - Add CLI tool to quickly check for relevance conflicts [Mark Ellis][] ([#1554](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/1554)) > - enhance(twig) update list of filter and tags ([#2090](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2090)) > - fix(crystal): correctly highlight `!~` method definition ([#2222](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2222)) > - fix dropping characters if we choke up on a 0-width match ([#2219](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2219)) > - (accesslog) improve accesslog relevancy scoring ([#2172](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2172)) > - fix(shell): fix parsing of prompts with forward slash ([#2218](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2218)) > - improve parser to properly support look-ahead regex in begin matchers ([#2135](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2135)) > - blacklist super-common keywords from having relevance ([#2179](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2179)) > - fix(swift): support for `@dynamicMemberLookup` and `@propertyWrapper` ([#2202](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2202)) > - fix: `endWithParent` inside `starts` now always works ([#2201](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2201)) > - fix(typescript): constructor in declaration doesn't break highlighting > - fix(typescript): only match function keyword as a separate identifier ([#2191](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/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](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2175)) > - fix(handlebars): fix parsing of block-comments containing closing mustaches ([#2175](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2175)) > - fix(handlebars): add support for segment-literal notation, and escaped mustaches ([#2184](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2184)) > - JSON: support for comments in JSON ([#2016](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2016)) > - fix(cpp): improve string literal matching > - fix(highlight.js): omit empty span-tags in the output ([#2182](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2182)) > - fix(Go): improve function declaration matching > - fix(python): added support for f-string literal curly braces ([#2195](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2195)) > - fix(cpp): add `future` built-in ([#1610](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/1610)) > - fix(python): support comments within function parameters ([#2214](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2214)) > ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`70f76a0`](https://github.com/highlightjs/highlight.js/commit/70f76a058d9740636dad13ec894d5825ca9b40fe) 9.16.2 - [`ff2daa7`](https://github.com/highlightjs/highlight.js/commit/ff2daa7cea1c6479b639013d7b49d7ec1ba1dbcf) Fix missing var declaration in arduino.js ([#2247](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2247)) - [`7e323e8`](https://github.com/highlightjs/highlight.js/commit/7e323e8407f5018c458c008303c1556f6522a06c) 9.16.1 - [`50c3769`](https://github.com/highlightjs/highlight.js/commit/50c37695976c227277a610f32e1d04d4c2b237a7) 9.16.0 - [`f03634a`](https://github.com/highlightjs/highlight.js/commit/f03634ab401f315a956aec2306fa28bfe83bc171) RELEASE: bump to 9.16.0 - [`a69eb6a`](https://github.com/highlightjs/highlight.js/commit/a69eb6a2ea22bcfef21eee781bc3382b42de017c) switch to fs.promises vs bluebird for tests ([#2226](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2226)) - [`25a81dd`](https://github.com/highlightjs/highlight.js/commit/25a81dd2d78f83a748a49eb3bf5abbed3bf465c9) add cli tool to quickly check relevance conflicts ([#1554](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/1554)) - [`11f8732`](https://github.com/highlightjs/highlight.js/commit/11f8732c2125d26ddae5b8c5a1e4c59632a48b17) ignore visual studio code settings dir - [`5411884`](https://github.com/highlightjs/highlight.js/commit/5411884823eee16f43c79a6255c46541302cf228) (twig) update list of filter and tags ([#2090](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2090)) - [`0326596`](https://github.com/highlightjs/highlight.js/commit/03265963873681bab937f9339d622d2c0bb12d83) fix(crystal): correctly highlight `!~` method definition ([#2222](https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2222)) - Additional commits viewable in [compare view](https://github.com/highlightjs/highlight.js/compare/9.15.10...9.16.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=highlight.js&package-manager=npm_and_yarn&previous-version=9.15.10&new-version=9.16.2)](https://dependabot.com/compatibility-score.html?dependency-name=highlight.js&package-manager=npm_and_yarn&previous-version=9.15.10&new-version=9.16.2) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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 the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:12:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2503
No description provided.