webusb
webusb copied to clipboard
Bump marked and typedoc
Bumps marked to 4.3.0 and updates ancestor dependency typedoc. These dependencies need to be updated together.
Updates marked
from 0.7.0 to 4.3.0
Release notes
Sourced from marked's releases.
v4.3.0
4.3.0 (2023-03-22)
Bug Fixes
- always return promise if async (#2728) (042dcc5)
- fenced code doesn't need a trailing newline (#2756) (3acbb7f)
Features
v4.2.12
4.2.12 (2023-01-14)
Sorry for all of the quick releases. We were testing out different ways to build the files for releases. v4.2.5 - v4.2.12 have no changes to how marked works. The only addition is the version number in the comment in the build files.
Bug Fixes
- revert to build script in ci (d2ab474)
v4.2.11
4.2.11 (2023-01-14)
Bug Fixes
- just build in version (22ac2cf)
v4.2.10
4.2.10 (2023-01-14)
Bug Fixes
- use version (fd759b3)
v4.2.9
4.2.9 (2023-01-14)
Bug Fixes
- fix version (96380c3)
... (truncated)
Commits
d65cf63
chore(release): 4.3.0 [skip ci]28f4342
🗜️ build v4.3.0 [skip ci]9b452bc
feat: add preprocess and postprocess hooks (#2730)042dcc5
fix: always return promise if async (#2728)3acbb7f
fix: fenced code doesn't need a trailing newline (#2756)d1f1319
chore(deps-dev): Bump rollup from 3.19.1 to 3.20.0 (#2760)0ced8a5
chore(deps-dev): Bump jasmine from 4.5.0 to 4.6.0 (#2758)a5bbe19
chore(deps-dev): Bump@babel/core
from 7.21.0 to 7.21.3 (#2761)00f6e2a
chore(deps-dev): Bump semantic-release from 20.1.1 to 20.1.3 (#2759)8c7bca8
chore(deps-dev): Bump node-fetch from 3.3.0 to 3.3.1 (#2754)- Additional commits viewable in compare view
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.