The highlight.js Is the 9. X version prompt:`Version 9 of Highlight.js has reached EOL and is no longer supported. Please upgrade to version 10.`
See original GitHub issueIssue Description
Hello,
The highlight.js Is the 9. X version prompt:Version 9 of Highlight.js has reached EOL and is no longer supported. Please upgrade to version 10.
Because the dependent “cli highlight” in typeorm: “2.1.4” is not updated to 10. X
Issue Analytics
- State:
- Created 3 years ago
- Reactions:9
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Version 9 EOL & End of Support (even for security issues) #2877
X version prompt : Version 9 of Highlight.js has reached EOL and is no longer supported. Please upgrade to version 10. typeorm/typeorm#7090.
Read more >Verion 9 of Highlight.js has reached EOL. It will no longer be ...
It will no longer be supported or receive security updates in the future. Please upgrade to version 10 or encourage your indirect dependencies ......
Read more >highlight.js - npm
Highlight.js ... Highlight.js is a syntax highlighter written in JavaScript. It works in the browser as well as on the server. It can...
Read more >Upgrading to Highlight.js v11.0 - Read the Docs
Upgrading from Version 9.x¶. If you're upgrading all the way from version 9 it may still be helpful to review all the breaking...
Read more >vue-cli-plugin-i18n | Yarn - Package Manager
Version 9 of Highlight.js has reached EOL and is no longer supported. Please upgrade or ask whatever dependency you are using to upgrade....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah, because of the 9.x introduced by
cli-highlight 2.14
, and there has been no upgrade version for a long timeThis should be fixed with https://github.com/felixfbecker/cli-highlight/releases/tag/v2.1.6. Since it’s not a major release, you should be able to upgrade to that without any new release of
typeorm
needed.