Commit bacfd68
chore(deps): Bump highlight.js from 10.7.3 to 11.11.1 (#140)
* chore(deps): Bump highlight.js from 10.7.3 to 11.11.1
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.7.3 to 11.11.1.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](highlightjs/highlight.js@10.7.3...11.11.1)
---
updated-dependencies:
- dependency-name: highlight.js
dependency-version: 11.11.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix(hljs): import highlight.js types explicitly for v11
highlight.js v11 ships its type defs inside `declare module
'highlight.js'` instead of as global ambient types, so the v10-era
`/// <reference types="highlight.js" />` stopped exposing HLJSApi /
Language / Mode (TS2304). Replace it with an `import type`.
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Simon Davies <simongdavies@users.noreply.github.com>1 parent db0b1de commit bacfd68
3 files changed
Lines changed: 141 additions & 127 deletions
0 commit comments