Skip to content

chore(deps-dev): bump the docusaurus group across 1 directory with 3 updates#2240

Merged
lukegalbraithrussell merged 1 commit intomainfrom
dependabot/npm_and_yarn/docs/docusaurus-6ad254d0e7
May 1, 2025
Merged

chore(deps-dev): bump the docusaurus group across 1 directory with 3 updates#2240
lukegalbraithrussell merged 1 commit intomainfrom
dependabot/npm_and_yarn/docs/docusaurus-6ad254d0e7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2025

Bumps the docusaurus group with 2 updates in the /docs directory: docusaurus-plugin-typedoc and typedoc.

Updates docusaurus-plugin-typedoc from 1.3.0 to 1.4.0

Changelog

Sourced from docusaurus-plugin-typedoc's changelog.

1.4.0 (2025-04-28)

Minor Changes

  • Decoupled TypeDoc logic into a separate plugin, "typedoc-docusaurus-theme". "docusaurus-plugin-typedoc" and "typedoc-docusaurus-theme" will now be published and versioned together as linked packages.
  • Unquoted object keys in generated sidebar.

Patch Changes

1.3.1 (2025-04-23)

Patch Changes

  • Fix sidebar base ids with custom docs path (#802).
Commits
  • e16e492 Version Packages
  • 82cd1df feat(docusaurus): decouple typedoc logic into dedicated "typedoc-docusaurus-t...
  • 04edd1d chore(docs): updated changelog date
  • f2028c6 Version Packages
  • 1659046 fix(docusaurus): fix sidebar base ids with custom docs path
  • 95b560c chore(all): updated packages
  • 280c047 chore(docs): updated docs
  • 43079f0 chore(docs): updated docs
  • a558e17 chore(docs): updated changelog date
  • See full diff in compare view

Updates typedoc from 0.28.1 to 0.28.3

Release notes

Sourced from typedoc's releases.

v0.28.3

Bug Fixes

  • @inline now functions when referencing tuple types, #2932.
  • @link links to the current page are now rendered, #2934.
  • @includeCode now supports regions in TypeScript files with .mts and .cts file extensions, #2935.
  • Aliased symbols (re-exports) are now resolved before checking if they are excluded/external, #2937.
  • Improved error reporting when paths including Windows separators are provided as globs, #2938.

v0.28.2

Features

  • @group none and @category none will now render their children without a section heading in the default theme, #2922.
  • Added @disableGroups tag to completely disable the grouping mechanism for a given reflection, #2922.

Bug Fixes

  • Variables using @class now correctly handle @category, #2914.
  • Variables using @class now include constructor parameters, #2914.
  • Variables using @class with a generic first constructor function now adopt that function's type parameters as the class type parameters, #2914.
  • When printing entry point globs which fail to match any paths, TypeDoc will no longer normalize the glob, #2918.
  • Inlining types can now handle more type variants, #2920.
  • Fixed behavior of externalSymbolLinkMappings option when URL is set to #, #2921.
  • Fixed broken links within module pages when structure-dir router was used, #2928.
  • Type parameters on JS classes defined with @typedef now correctly handle the constraint, #2929.
  • API: toString on types containing index signatures now behave correctly, #2917.
  • Added @inlineType to the list of tags excluded by default.
Changelog

Sourced from typedoc's changelog.

v0.28.3 (2025-04-20)

Bug Fixes

  • @inline now functions when referencing tuple types, #2932.
  • @link links to the current page are now rendered, #2934.
  • @includeCode now supports regions in TypeScript files with .mts and .cts file extensions, #2935.
  • Aliased symbols (re-exports) are now resolved before checking if they are excluded/external, #2937.
  • Improved error reporting when paths including Windows separators are provided as globs, #2938.

v0.28.2 (2025-04-07)

Features

  • @group none and @category none will now render their children without a section heading in the default theme, #2922.
  • Added @disableGroups tag to completely disable the grouping mechanism for a given reflection, #2922.

Bug Fixes

  • Variables using @class now correctly handle @category, #2914.
  • Variables using @class now include constructor parameters, #2914.
  • Variables using @class with a generic first constructor function now adopt that function's type parameters as the class type parameters, #2914.
  • When printing entry point globs which fail to match any paths, TypeDoc will no longer normalize the glob, #2918.
  • Inlining types can now handle more type variants, #2920.
  • Fixed behavior of externalSymbolLinkMappings option when URL is set to #, #2921.
  • Fixed broken links within module pages when structure-dir router was used, #2928.
  • Type parameters on JS classes defined with @typedef now correctly handle the constraint, #2929.
  • API: toString on types containing index signatures now behave correctly, #2917.
  • Added @inlineType to the list of tags excluded by default.
Commits
  • e75f47f Update changelog for release
  • 066a6c9 Bump version to 0.28.3
  • 209acb5 Improve error reporting for Windows path separators
  • 5824623 Add mts and cts file extension aliases (#2936)
  • 911faff Resolve aliased symbols before checking exclusion
  • 81c59bc Fix failing test
  • fff32ef Render links to the current page
  • 42af237 Handle @inline on tuple types
  • 4bf00b5 Update changelog for release
  • c463af3 Bump version to 0.28.2
  • Additional commits viewable in compare view

Updates typedoc-plugin-markdown from 4.6.0 to 4.6.3

Release notes

Sourced from typedoc-plugin-markdown's releases.

[email protected]

Patch Changes

  • Correctly handle group title in pageTitleTemplates callback (#807).
  • Format of optional type and getter/setter (#804) - thanks @​normanzb.

[email protected]

Patch Changes

  • Expose full declaration for returned union types (#799).
  • Move isOptional flag inside backTicks (#797) - thanks @​LekoArts.
  • Added support for TypeDoc's v0.28.2 features @group none, @category none and @disableGroups.

[email protected]

Patch Changes

  • Correctly render html table when interfacePropertiesFormat=htmlTable (#794).
  • Correctly handle overloaded function display in list and table views (#793).
  • Expose comments and signatures to index signature members.
  • Wrap default values in back ticks on table views to be consistent with list views.
  • Append semi colons to signature in code blocks.
Changelog

Sourced from typedoc-plugin-markdown's changelog.

4.6.3 (2025-04-23)

Patch Changes

  • Correctly handle group title in pageTitleTemplates callback (#807).
  • Format of optional type and getter/setter (#804) - thanks @​normanzb.

4.6.2 (2025-04-09)

Patch Changes

  • Expose full declaration for returned union types (#799).
  • Move isOptional flag inside backTicks (#797) - thanks @​LekoArts.
  • Added support for TypeDoc's v0.28.2 features @group none, @category none and @disableGroups.

4.6.1 (2025-04-02)

Patch Changes

  • Correctly render html table when interfacePropertiesFormat=htmlTable (#794).
  • Correctly handle overloaded function display in list and table views (#793).
  • Expose comments and signatures to index signature members.
  • Wrap default values in back ticks on table views to be consistent with list views.
  • Append semi colons to signature in code blocks.
Commits
  • d6c42a4 Version Packages
  • 99baeae fix(core): correctly handle group title in pageTitleTemplates callback
  • c2721a3 chore(core): force pipeline
  • 6e2808e chore(core): force pipelines
  • f6b77b8 feat(remark): remark restructure and improvements
  • 5d00946 Merge branch 'main' of github.com:typedoc2md/typedoc-plugin-markdown
  • a9bbc4f chore(core): fixed phrasing of error message
  • 3d718d1 fix(core): format of optional type and getter/setter
  • 7032ebd chore(docs): updated changelog dates
  • 7456f3f Version Packages
  • Additional commits viewable in compare view

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…updates

Bumps the docusaurus group with 2 updates in the /docs directory: [docusaurus-plugin-typedoc](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/docusaurus-plugin-typedoc) and [typedoc](https://github.com/TypeStrong/TypeDoc).


Updates `docusaurus-plugin-typedoc` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases)
- [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/docusaurus-plugin-typedoc/CHANGELOG.md)
- [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/[email protected]/packages/docusaurus-plugin-typedoc)

Updates `typedoc` from 0.28.1 to 0.28.3
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.28.1...v0.28.3)

Updates `typedoc-plugin-markdown` from 4.6.0 to 4.6.3
- [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases)
- [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md)
- [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/[email protected]/packages/typedoc-plugin-markdown)

---
updated-dependencies:
- dependency-name: docusaurus-plugin-typedoc
  dependency-version: 1.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: docusaurus
- dependency-name: typedoc
  dependency-version: 0.28.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: docusaurus
- dependency-name: typedoc-plugin-markdown
  dependency-version: 4.6.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: docusaurus
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 1, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented May 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.65%. Comparing base (29c1e1a) to head (400be4c).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2240   +/-   ##
=======================================
  Coverage   92.65%   92.65%           
=======================================
  Files          38       38           
  Lines       10527    10527           
  Branches      677      677           
=======================================
  Hits         9754     9754           
  Misses        761      761           
  Partials       12       12           
Flag Coverage Δ
cli-hooks 95.23% <ø> (ø)
cli-test 94.76% <ø> (ø)
oauth 77.39% <ø> (ø)
socket-mode 61.82% <ø> (ø)
web-api 97.94% <ø> (ø)
webhook 96.65% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Contributor

@lukegalbraithrussell lukegalbraithrussell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good bot

@lukegalbraithrussell lukegalbraithrussell merged commit fa6fb4e into main May 1, 2025
59 checks passed
@lukegalbraithrussell lukegalbraithrussell deleted the dependabot/npm_and_yarn/docs/docusaurus-6ad254d0e7 branch May 1, 2025 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant