webusb
webusb copied to clipboard
Bump highlight.js and typedoc
Removes highlight.js. It's no longer used after updating ancestor dependency typedoc. These dependencies need to be updated together.
Removes highlight.js
Updates typedoc
from 0.15.0 to 0.24.4
Release notes
Sourced from typedoc's releases.
v0.24.4
Bug Fixes
- Fixed broken semantic coloring, #2247.
- Increased contrast for parameter titles in dark mode to meet WCAG AA contrast requirements, #2244.
- Underline color of index links now matches the text color, #2245.
- Increased contract for active menu item text in dark mode.
v0.24.3
Bug Fixes
v0.24.2
Features
- Added semantic link coloring for reflection names & links, #2227. Note: This resulted in function signatures becoming too busy for easy scanning with even slightly complicated signatures as such, TypeDoc now only renders parameter names in the signature title and includes the type in the parameter details as usual. This can be controlled with the new
--hideParameterTypesInTitle
option.- Conditional types will now render their branches on the next line for easier comprehension.
Bug Fixes
- Fixed
&
showing as&
and HTML text showing up in page contents navigation, #2224.- Increased padding between sections when one navigation column is displayed, #2225.
- Correct padding for navigation elements with a displayed icon, #2229.
- Fixed
source-order
sort strategy failing to compare reflections within a file.- Added
enum-member-source-order
specialization of thesource-order
sort strategy which only compares enum members, #2237.- Updated highlight colors for semantic links to meet WCAG AA contrast requirements, #2228.
- Type parameters are now highlighted consistently, #2230.
- Fixed semantic coloring in type and function signatures, #2227.
- Fixed issue where removing a reflection indirectly containing an object/function type would only partially remove the reflection, #2231.
- Fixed "Implementation of X.y" links if a mixture of methods and property-methods are used, #2233.
- "Implementation of" text to symbol-properties not contained in the documentation will now use the resolved name instead of a
__@
symbol name, #2234.- Fix expansion of globs if a single entry point is provided, #2235.
- Validation will no longer be skipped for sub packages when running with
--entryPointStrategy packages
.- Fixed broken theme toggle if the page contained a member named "theme".
Thanks!
v0.24.1
Bug Fixes
... (truncated)
Changelog
Sourced from typedoc's changelog.
v0.24.4 (2023-04-16)
Bug Fixes
- Fixed broken semantic coloring, #2247.
- Increased contrast for parameter titles in dark mode to meet WCAG AA contrast requirements, #2244.
- Underline color of index links now matches the text color, #2245.
- Increased contract for active menu item text in dark mode.
v0.24.3 (2023-04-16)
Bug Fixes
v0.24.2 (2023-04-15)
Features
- Added semantic link coloring for reflection names & links, #2227. Note: This resulted in function signatures becoming too busy for easy scanning with even slightly complicated signatures as such, TypeDoc now only renders parameter names in the signature title and includes the type in the parameter details as usual. This can be controlled with the new
--hideParameterTypesInTitle
option.- Conditional types will now render their branches on the next line for easier comprehension.
Bug Fixes
- Fixed
&
showing as&
and HTML text showing up in page contents navigation, #2224.- Increased padding between sections when one navigation column is displayed, #2225.
- Correct padding for navigation elements with a displayed icon, #2229.
- Fixed
source-order
sort strategy failing to compare reflections within a file.- Added
enum-member-source-order
specialization of thesource-order
sort strategy which only compares enum members, #2237.- Updated highlight colors for semantic links to meet WCAG AA contrast requirements, #2228.
- Type parameters are now highlighted consistently, #2230.
- Fixed semantic coloring in type and function signatures, #2227.
- Fixed issue where removing a reflection indirectly containing an object/function type would only partially remove the reflection, #2231.
- Fixed "Implementation of X.y" links if a mixture of methods and property-methods are used, #2233.
- "Implementation of" text to symbol-properties not contained in the documentation will now use the resolved name instead of a
__@
symbol name, #2234.- Fix expansion of globs if a single entry point is provided, #2235.
- Validation will no longer be skipped for sub packages when running with
--entryPointStrategy packages
.- Fixed broken theme toggle if the page contained a member named "theme".
Thanks!
v0.24.1 (2023-04-09)
Bug Fixes
... (truncated)
Commits
fa9dbaa
Update changelog for release7d75d6b
Bump verstion to 0.24.4835be50
More contrast tweaksb2995f8
index link color, fix #2245d469a62
Increase contrast, fix #2244a647c50
Fix semantic highlighting3b303db
Update changelog for releasebdcb39f
Bump version to v0.24.360e0a82
Circular depd773ecb
Prettier- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by typedoc-bot, a new releaser for typedoc since your current version.
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) You can disable automated security fix PRs for this repo from the Security Alerts page.