Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump highlight.js from 9.12.0 to 10.1.2#3

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubNov 24, 2020

Bumpshighlight.js from 9.12.0 to 10.1.2.

Release notes

Sourced fromhighlight.js's releases.

10.1.2

Fixes:

  • fix(night) Prevent object prototype values from being returned bygetLanguage (#2636)night

10.1.1

Fixes:

  • Resolve issue on Node 6 due to dangling comma (#2608) [Edwin Hoogerbeets][]
  • Resolveindex.d.ts is not a module error (#2603) [Josh Goebel][]

10.1.0

Just your typical minor release. Plenty of fixes and enhancements, few new themes.

Some deprecations language maintainers might want to pay attention to:

  • htmlbars grammar is now deprecated. Usehandlebars instead. (#2344) [Nils Knappmeier][]
  • when usinghighlightBlockresult.re deprecated. Useresult.relevance instead. (#2552) [Josh Goebel][]
  • ditto forresult.second_best.re =>result.second_best.relevance (#2552)
  • lexemes is now deprecated in favor ofkeywords.$pattern key (#2519) [Josh Goebel][]
  • endSameAsBegin is now deprecated. (#2261) [Josh Goebel][]

10.0.2

Fixes a serious potential freeze/infinite loop issue. Everyone on version 10 should upgrade.

  • Remove support for AMD module loading, which never truly worked properly anyways.

10.0.1

Fixes: sublanguage with no rule matches causes text to disappear in final output. (#2506).

10.0.0

Welcome to version 10.0. This a major release and therefore will contain breaking changes.

Breaking Changes

Our normal minor releases try to never break anything, holding all breaking changes for major releases.We tried to squeeze in as many as we could this time so that after 10.0 ships we'll be back to quiet sailing for a while before we need to push version 11. That said, we're very conservative about what we consider a breaking change.

i.e., if there it could possibly break things for anyone, it's typically a breaking change. The fact is a vast majority of users should upgrade and probably not notice any changes at all.

SeeVERSION_10_BREAKING_CHANGES.md for a comprehensive list of breaking changes, but here is a summary... if you use:

Core highlight.js lib on the client (with no extra CDN languages)

Just keep doing that.

  • If you're usingdarkula.css, you'll need to change that todarcula.css

... (truncated)

Changelog

Sourced fromhighlight.js's changelog.

Version 10.1.2

Fixes:

  • fix(night) Prevent object prototype values from being returned bygetLanguage (#2636)night

Version 10.1.1

Fixes:

Version 10.1.0

New themes:

  • NNFX andNNFX-dark by [Jim Mason][]
  • lioshi by [lioshi][]

Parser Engine:

  • (parser) Now escapes quotes in text content when escaping HTML (#2564)Josh Goebel
  • (parser) Addskeywords.$pattern key to grammar definitions (#2519)Josh Goebel
  • (parser) Adds SHEBANG utility modeJosh Goebel
  • (parser) AddsregisterAliases method (#2540) [Taufik Nurrohman][]
  • (enh) Addedon:begin callback for modes (#2261)Josh Goebel
  • (enh) Addedon:end callback for modes (#2261)Josh Goebel
  • (enh) Added ability to programatically ignore begin and end matches (#2261)Josh Goebel
  • (enh) AddedEND_SAME_AS_BEGIN mode to replaceendSameAsBegin parser attribute (#2261)Josh Goebel
  • (fix)fixMarkup would rarely destroy markup whenuseBR was enabled (#2532)Josh Goebel

Deprecations:

  • htmlbars grammar is now deprecated. Usehandlebars instead. (#2344) [Nils Knappmeier][]
  • when usinghighlightBlockresult.re deprecated. Useresult.relevance instead. (#2552)Josh Goebel
  • ditto forresult.second_best.re =>result.second_best.relevance (#2552)
  • lexemes is now deprecated in favor ofkeywords.$pattern key (#2519)Josh Goebel
  • endSameAsBegin is now deprecated. (#2261)Josh Goebel

Language Improvements:

... (truncated)

Commits
  • edd73d2 bump v10.1.2
  • 7241013 (parser) use null prototype objects for languages/aliases (#2636)
  • 93fd0d7 bump v10.1.1; (chore) add changelog for 10.1.1
  • c5783d2 (chore) clean up types just a little
  • a4ee4e4 (chore) declare ambient modules for lib/core & languges
  • 0656588 (chore) removed dangling comma (#2612)
  • b1bce6e (chore) more import below metadata comment
  • 74de6ea (chore) bump copyright
  • b2d19b0 bump v10.1.0
  • 84f7fa3 (chore) upgrade some dev stuff to newer versions
  • Additional commits viewable incompare view
Maintainer changes

This version was pushed to npm byisagalaev, a new releaser for highlight.js since your current version.


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 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

You can disable automated security fix PRs for this repo from theSecurity Alerts page.

@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelNov 24, 2020
@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubDec 4, 2020

Superseded by#4.

@dependabotdependabotbot closed thisDec 4, 2020
@dependabotdependabotbot deleted the dependabot/npm_and_yarn/highlight.js-10.1.2 branchDecember 4, 2020 17:14
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency file
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp