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

Build(deps): Bump highlight.js from 11.8.0 to 11.9.0 #1022

Merged
merged 1 commit into from Nov 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2023

Bumps highlight.js from 11.8.0 to 11.9.0.

Release notes

Sourced from highlight.js's releases.

11.9.0 - Fall is in the air!

Version 11.9.0

CAVEATS / POTENTIALLY BREAKING CHANGES

  • Drops support for Node 14.x, which is no longer supported by Node.js.
  • In the node build styles/*.css files now ship un-minified with minified counterparts as: styles/*.min.css [mvorisek][] (this makes things consistent with our cdn builds)

Parser:

  • (enh) prevent re-highlighting of an element [joshgoebel][]
  • (chore) Remove discontinued badges from README [Bradley Mackey][]
  • (chore) Fix build size report [Bradley Mackey][]

New Grammars:

  • added 3rd party Iptables grammar to SUPPORTED_LANGUAGES [Checconio][]
  • added 3rd party x86asmatt grammar to SUPPORTED_LANGUAGES [gondow][]
  • added 3rd party riscv64 grammar to SUPPORTED_LANGUAGES [aana-h2][]
  • added 3rd party Ballerina grammar to SUPPORTED_LANGUAGES [Yasith Deelaka][]

Core Grammars:

  • fix(rust) added negative-lookahead for callable keywords if while for [Omar Hussein][]
  • enh(armasm) added x0-x30 and w0-w30 ARMv8 registers [Nicholas Thompson][]
  • enh(haxe) added final, is, macro keywords and $ identifiers [Robert Borghese][]
  • enh(haxe) support numeric separators and suffixes [Robert Borghese][]
  • fix(haxe) fixed metadata arguments and support non-colon syntax [Robert Borghese][]
  • fix(haxe) differentiate abstract declaration from keyword [Robert Borghese][]
  • fix(bash) do not delimit a string by an escaped apostrophe [hancar][]
  • enh(swift) support macro keyword [Bradley Mackey][]
  • enh(swift) support parameter pack keywords [Bradley Mackey][]
  • enh(swift) regex literal support [Bradley Mackey][]
  • enh(swift) @unchecked and @Sendable support [Bradley Mackey][]
  • enh(scala) add using directives support //> using foo bar [Jamie Thompson][]
  • fix(scala) fixed comments in constructor arguments not being properly highlighted [Isaac Nonato][]
  • enh(swift) ownership modifiers support [Bradley Mackey][]
  • enh(nsis) Add !assert compiler flag [idleberg][]
  • fix(haskell) do not treat double dashes inside infix operators as comments [Zlondrej][]
  • enh(rust) added eprintln! macro [qoheniac][]
  • enh(leaf) update syntax to 4.0 [Samuel Bishop][]
  • fix(reasonml) simplify syntax and align it with ocaml [jchavarri][]
  • fix(swift) warn_unqualified_access is an attribute [Bradley Mackey][]
  • enh(swift) macro attributes are highlighted as keywords [Bradley Mackey][]
  • enh(stan) updated for version 2.33 (#3859) [Brian Ward][]
  • fix(css) added '_' css variable detection [Md Saad Akhtar][]
  • enh(groovy) add record and var as keywords [Guillaume Laforge][]

... (truncated)

Changelog

Sourced from highlight.js's changelog.

Version 11.9.0

CAVEATS / POTENTIALLY BREAKING CHANGES

  • Drops support for Node 14.x, which is no longer supported by Node.js.
  • In the node build styles/*.css files now ship un-minified with minified counterparts as: styles/*.min.css [mvorisek][] (this makes things consistent with our cdn builds)

Parser:

  • (enh) prevent re-highlighting of an element [joshgoebel][]
  • (chore) Remove discontinued badges from README [Bradley Mackey][]
  • (chore) Fix build size report [Bradley Mackey][]

New Grammars:

  • added 3rd party Iptables grammar to SUPPORTED_LANGUAGES [Checconio][]
  • added 3rd party x86asmatt grammar to SUPPORTED_LANGUAGES [gondow][]
  • added 3rd party riscv64 grammar to SUPPORTED_LANGUAGES [aana-h2][]
  • added 3rd party Ballerina grammar to SUPPORTED_LANGUAGES [Yasith Deelaka][]

Core Grammars:

  • fix(rust) added negative-lookahead for callable keywords if while for [Omar Hussein][]
  • enh(armasm) added x0-x30 and w0-w30 ARMv8 registers [Nicholas Thompson][]
  • enh(haxe) added final, is, macro keywords and $ identifiers [Robert Borghese][]
  • enh(haxe) support numeric separators and suffixes [Robert Borghese][]
  • fix(haxe) fixed metadata arguments and support non-colon syntax [Robert Borghese][]
  • fix(haxe) differentiate abstract declaration from keyword [Robert Borghese][]
  • fix(bash) do not delimit a string by an escaped apostrophe [hancar][]
  • enh(swift) support macro keyword [Bradley Mackey][]
  • enh(swift) support parameter pack keywords [Bradley Mackey][]
  • enh(swift) regex literal support [Bradley Mackey][]
  • enh(swift) @unchecked and @Sendable support [Bradley Mackey][]
  • enh(scala) add using directives support //> using foo bar [Jamie Thompson][]
  • fix(scala) fixed comments in constructor arguments not being properly highlighted [Isaac Nonato][]
  • enh(swift) ownership modifiers support [Bradley Mackey][]
  • enh(nsis) Add !assert compiler flag [idleberg][]
  • fix(haskell) do not treat double dashes inside infix operators as comments [Zlondrej][]
  • enh(rust) added eprintln! macro [qoheniac][]
  • enh(leaf) update syntax to 4.0 [Samuel Bishop][]
  • fix(reasonml) simplify syntax and align it with ocaml [jchavarri][]
  • fix(swift) warn_unqualified_access is an attribute [Bradley Mackey][]
  • enh(swift) macro attributes are highlighted as keywords [Bradley Mackey][]
  • enh(stan) updated for version 2.33 (#3859) [Brian Ward][]
  • fix(css) added '_' css variable detection [Md Saad Akhtar][]
  • enh(groovy) add record and var as keywords [Guillaume Laforge][]

... (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 will merge this PR once CI passes on it, as requested by @susnux.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added the dependencies Pull requests that update a dependency file label Oct 14, 2023
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2023

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@codecov
Copy link

codecov bot commented Oct 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (master@4bf0509). Click here to learn what that means.

❗ Current head 93bb5de differs from pull request most recent head f155332. Consider uploading reports for the commit f155332 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             master     #1022   +/-   ##
==========================================
  Coverage          ?   100.00%           
==========================================
  Files             ?        10           
  Lines             ?       168           
  Branches          ?        31           
==========================================
  Hits              ?       168           
  Misses            ?         0           
  Partials          ?         0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/highlight.js-11.9.0 branch 2 times, most recently from 62b63c3 to 1a5f6cf Compare November 9, 2023 12:11
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/highlight.js-11.9.0 branch from 1a5f6cf to 93bb5de Compare November 9, 2023 13:21
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.8.0 to 11.9.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.8.0...11.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@susnux susnux force-pushed the dependabot/npm_and_yarn/highlight.js-11.9.0 branch from 93bb5de to f155332 Compare November 9, 2023 14:09
@susnux
Copy link
Contributor

susnux commented Nov 9, 2023

@dependabot merge

@dependabot dependabot bot merged commit 68a9983 into master Nov 9, 2023
18 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/highlight.js-11.9.0 branch November 9, 2023 14:15
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants