Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(deps): update dependency typedoc-plugin-markdown to v4.6.3#10990

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovaterenovatebot commentedMar 23, 2025
edited
Loading

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
typedoc-plugin-markdown (source)4.4.2 ->4.6.3ageadoptionpassingconfidence

Release Notes

typedoc2md/typedoc-plugin-markdown (typedoc-plugin-markdown)

v4.6.3

Compare Source

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

v4.6.2

Compare Source

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.

v4.6.1

Compare Source

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.

v4.6.0

Compare Source

This release continues the effort to further align to TypeDoc’s default theme, with improvements that make the plugin more consistent and predictable.

Architectural Changes
  • Introduced support for TypeDoc core routers. This allows output files to be generated in the same structure as the default HTML theme, while still using the plugin’s Markdown theme.
  • Exported routers to the public API, enabling customization by other plugins.
Structural Changes
  • Package readme's (when "entryPointStrategy" is "packages") are now merged with the package index page producing a single entrypoint for packages with an associated readme.
    This aligns with the default theme and improves navigation.
  • To support core routers, a "Hierarchy Summary" page has been introduced to all routers. This feature is turned off by default but can be enabled by setting "includeHierarchySummary" to "true".
  • When "includeHierarchySummary" is "true", symbols with an available hierarchy now include an associated "Hierarchy" Markdown heading with a "View Summary" link as per the default theme.
  • Class constructor headings now read "Constructor". This aligns to the TypeDoc internal reflection name and fixes issues with internal anchoring not resolving correctly.
Minor Changes
  • Implemented support for consuming TypeDoc core routers.
  • Exported routers to public api.
  • Implemented a hierarchy summary page as per default theme.
  • Updated "Constructor" titles of classes to fix internal anchor issues.
Patch Changes
  • Fix incompatibility when used with "outputs" (#​788).
  • Utilize "anchorPrefix" option to ensure unique anchors linking if required (#​764).

v4.5.2

Compare Source

Patch Changes
  • Ensure all file paths use forward slashes in windows (#​782).

v4.5.1

Compare Source

Patch Changes
  • Correctly handle package index paths (#​782).
  • Make all options optional in PluginOptions interface (#​781).

v4.5.0

Compare Source

This release introduces support forTypeDoc 0.28 that contains several under-the-hood breaking API changes.

From a consumer perspective there should be no direct breaking change from the plugin itself, but there are some architectural and output structure changes to consider.

Architectural Changes
  • This plugin now utilizes TypeDoc'srouter feature. This implementation replaces the now deprecated"outputFileStrategy" option."outputFileStrategy" is still supported for now, but will now point to the "member" and "module" router keys respectively. Further details are contained in the documentation website.
  • Please note that separate strategies for output generation in different packages (when entryPointStrategy=packages) is no longer possible with this new architecture.
Structural Changes
  • As per TypeDoc model updates, Object literal Type Alias members are now rendered in groups ("Properties", "Methods") etc rather than under a single "Type Declaration" heading.
  • A new option "typeAliasPropertiesFormat" has been exposed to place properties rendered from the updated structure to a table format.
  • Type parameter list views have been updated to separate items with markdown headings for consistency and to improve readability when parameters have detailed explanations or complex properties. If type parameters are straightforward and few in number switching toparametersFormat=table might be preferable.
Minor Changes
  • Implemented custom routers for plugin to support TypeDoc 0.28 router implementation.
  • Added "typeAliasPropertiesFormat" option to support TypeDoc 0.28 updated behaviour for Object literal type alias types.
Patch Changes
  • Mark object properties as optional in PluginOptions interface (#​777).

Configuration

📅Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated byMend Renovate. View therepository job log.

@renovaterenovatebot added dependenciesIssue about dependencies of the package javascriptPull requests that update Javascript code labelsMar 23, 2025
@typescript-eslint
Copy link
Contributor

Thanks for the PR,@renovate[bot]!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently onhttps://opencollective.com/typescript-eslint.

@netlifyNetlify
Copy link

netlifybot commentedMar 23, 2025
edited
Loading

Deploy Preview fortypescript-eslint failed.

NameLink
🔨 Latest commit32e4237
🔍 Latest deploy loghttps://app.netlify.com/sites/typescript-eslint/deploys/6818e3c1ab25910008de1211

@nx-cloudNx Cloud
Copy link

nx-cloudbot commentedMar 23, 2025
edited
Loading

View yourCI Pipeline Execution ↗ for commit32e4237.

CommandStatusDurationResult
nx typecheck ast-spec✅ Succeeded<1sView ↗
nx run-many --target=build --exclude website --...✅ Succeeded51sView ↗
nx run-many --target=clean✅ Succeeded11sView ↗

☁️Nx Cloud last updated this comment at2025-05-05 16:33:21 UTC

@renovaterenovatebotforce-pushed therenovate/typedoc-plugin-markdown-4.x-lockfile branch from89665fc to84929d7CompareMarch 26, 2025 03:19
@renovaterenovatebot changed the titlefix(deps): update dependency typedoc-plugin-markdown to v4.5.0fix(deps): update dependency typedoc-plugin-markdown to v4.5.1Mar 26, 2025
@renovaterenovatebot changed the titlefix(deps): update dependency typedoc-plugin-markdown to v4.5.1fix(deps): update dependency typedoc-plugin-markdown to v4.5.2Mar 26, 2025
@renovaterenovatebot changed the titlefix(deps): update dependency typedoc-plugin-markdown to v4.5.2fix(deps): update dependency typedoc-plugin-markdown to v4.6.0Mar 31, 2025
@renovaterenovatebotforce-pushed therenovate/typedoc-plugin-markdown-4.x-lockfile branch 2 times, most recently from637682a to656a1d8CompareApril 6, 2025 15:55
@renovaterenovatebotforce-pushed therenovate/typedoc-plugin-markdown-4.x-lockfile branch from656a1d8 to2109210CompareApril 8, 2025 11:02
@renovaterenovatebot changed the titlefix(deps): update dependency typedoc-plugin-markdown to v4.6.0fix(deps): update dependency typedoc-plugin-markdown to v4.6.1Apr 9, 2025
@renovaterenovatebotforce-pushed therenovate/typedoc-plugin-markdown-4.x-lockfile branch 5 times, most recently fromba9e18b to0f1156fCompareApril 16, 2025 20:09
@renovaterenovatebot changed the titlefix(deps): update dependency typedoc-plugin-markdown to v4.6.1fix(deps): update dependency typedoc-plugin-markdown to v4.6.2Apr 16, 2025
@renovaterenovatebotforce-pushed therenovate/typedoc-plugin-markdown-4.x-lockfile branch 7 times, most recently fromc071701 toee86b30CompareApril 29, 2025 23:39
@renovaterenovatebot changed the titlefix(deps): update dependency typedoc-plugin-markdown to v4.6.2fix(deps): update dependency typedoc-plugin-markdown to v4.6.3Apr 30, 2025
@renovaterenovatebotforce-pushed therenovate/typedoc-plugin-markdown-4.x-lockfile branch 2 times, most recently froma038aab toba68c22CompareMay 4, 2025 20:08
@renovaterenovatebotforce-pushed therenovate/typedoc-plugin-markdown-4.x-lockfile branch fromba68c22 to32e4237CompareMay 5, 2025 16:13
@JoshuaKGoldberg
Copy link
Member

Merged into#10989.

@github-actionsgithub-actionsbot locked asresolvedand limited conversation to collaboratorsMay 13, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesIssue about dependencies of the packagejavascriptPull requests that update Javascript code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@JoshuaKGoldberg

[8]ページ先頭

©2009-2025 Movatter.jp