This is a prerelease version to test our ability to release.
Other than removing or updating dependencies, it contains no intended user-facing changes.
Added a new --sitemapBaseUrl option. When specified, TypeDoc will generate a sitemap.xml in your output folder that describes the site, #2480.
Added support for the @class tag. When added to a comment on a variable or function, TypeDoc will convert the member as a class, #2479.
Note: This should only be used on symbols which actually represent a class, but are not declared as a class for some reason.
Added support for @groupDescription and @categoryDescription to provide a description of groups and categories, #2494.
API: Exposed Context.getNodeComment for plugin use, #2498.
Bug Fixes
Fixed an issue where a namespace would not be created for merged function-namespaces which are declared as variables, #2478.
A class which implements itself will no longer cause a crash when rendering HTML, #2495.
Variable functions which have construct signatures will no longer be converted as functions, ignoring the construct signatures.
The class hierarchy page will now include classes whose base class is not included in the documentation, #2486.
Fixed an issue where, if the index section was collapsed when loading the page, all content within it would be hidden until expanded, and a member visibility checkbox was changed.
API: Context.programs will no longer contain duplicates, #2498.
Added a new --sitemapBaseUrl option. When specified, TypeDoc will generate a sitemap.xml in your output folder that describes the site, #2480.
Added support for the @class tag. When added to a comment on a variable or function, TypeDoc will convert the member as a class, #2479.
Note: This should only be used on symbols which actually represent a class, but are not declared as a class for some reason.
Added support for @groupDescription and @categoryDescription to provide a description of groups and categories, #2494.
API: Exposed Context.getNodeComment for plugin use, #2498.
Bug Fixes
Fixed an issue where a namespace would not be created for merged function-namespaces which are declared as variables, #2478.
A class which implements itself will no longer cause a crash when rendering HTML, #2495.
Variable functions which have construct signatures will no longer be converted as functions, ignoring the construct signatures.
The class hierarchy page will now include classes whose base class is not included in the documentation, #2486.
Fixed an issue where, if the index section was collapsed when loading the page, all content within it would be hidden until expanded, and a member visibility checkbox was changed.
API: Context.programs will no longer contain duplicates, #2498.
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 show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the npm-development-dependencies group with 4 updates: @types/node, mocha, rollup and typedoc.
Updates
@types/node
from 20.11.16 to 20.11.17Commits
Updates
mocha
from 10.2.0 to 10.3.0Release notes
Sourced from mocha's releases.
... (truncated)
Changelog
Sourced from mocha's changelog.
Commits
a886829
chore: fix link in pull request template (#5091)53a4baf
chore: remove unnecessary canvas dependency (#5069)1ebff45
chore: inline nyan reporter's write function (#5056)8812413
fix: add alt text to Built with Netlify badge (#5068)645469e
docs: touchups to labels and a template title post-revamp (#5050)9f99178
docs: overhaul contributing and maintenance docs for end-of-year 2023 (#5038)eca4fec
docs: fix return jsdoc type oftitlePath
(#4886)060f77d
docs: use mocha.js instead of mocha in the example run (#4927)4b60c1a
docs: fix fragment ID for yargs.jsextends
docs (#4918)b41e985
chore: remove stale workflow (#5029)Maintainer changes
This version was pushed to npm by joshuakgoldberg, a new releaser for mocha since your current version.
Updates
rollup
from 4.9.6 to 4.10.0Release notes
Sourced from rollup's releases.
Changelog
Sourced from rollup's changelog.
Commits
7624208
4.10.09e57e6c
chore(deps): update codecov/codecov-action action to v4 (#5384)b4164c5
Resolve all rollup imports to node_modules to avoid type conflict (#5386)8fecd35
Add skipLibCheck again to fix type issues38c9a95
Fix declaration file62e6327
Ensure we pull before a releasecb65c0d
chore(deps): lock file maintenance minor/patch updates (#5385)51226e3
Catch Rust panics and then throw them in JS (#5383)57277bf
Implement "output.hashCharacters" option to define character set for file has...63a91a6
Update documentation (#5382)Updates
typedoc
from 0.25.7 to 0.25.8Release notes
Sourced from typedoc's releases.
Changelog
Sourced from typedoc's changelog.
Commits
33db59c
Update changelog for release20b98db
Bump version to 0.25.82318949
Include all base classesece4f31
Fix circular depb6c5801
Fix duplicate programs on contextf5f31b0
ExposeContext.getNodeComment
, #2498d26f76f
Add support for@groupDescription
and@categoryDescription
285b537
Add a teste76d594
Fix crash when class implements itselfeb7510b
Correct custom theme docs, #2490Dependabot 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 show