Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore(deps): update dependency typedoc-plugin-markdown to v4.2.9 #9666

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typedoc-plugin-markdown (source) 4.0.3 -> 4.2.9 age adoption passing confidence

Release Notes

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

v4.2.9

Compare Source

Patch Changes
  • Expose @return block tags on declarations (#​694)
  • Add parentheses on function names in type declaration table views (#​696)

v4.2.8

Compare Source

Patch Changes
  • Fix missing slash when public path is prefixed with http (#​688)

v4.2.7

Compare Source

Patch Changes
  • Correctly handle top level custom groups in navigation (#​685)
  • Fix missing index descriptions for some signatures (#​670)
  • Add '?' for optional type declarations in tables

v4.2.6

Compare Source

Patch Changes
  • Expose missing entrypoints to navigation (#​663)
  • Fix missing function descriptions in indexes

v4.2.5

Compare Source

Patch Changes
  • Expose comment for arrow functions in type declarations (#​670)
  • Tables generated with the "htmlTable" key will include <thead> and <tbody> elements to fix MDX compatibility issues (#​671)
  • Expose missing descriptions with accessor keyword (#​664)

v4.2.4

Compare Source

Patch Changes
  • Expose comments to reflections with the accessor keyword (#​664)
  • Omit constructors from category groups (#​661)
  • Update categories structure in navigation to match interface model

v4.2.3

Compare Source

Patch Changes
  • Fix missing return comments for const functions (#​656)

v4.2.2

Compare Source

Patch Changes
  • Correctly resolve comment summary for const functions (#​656)
  • Fix anchor links containing generics (#​655)

v4.2.1

Compare Source

Patch Changes
  • Fix missing index descriptions for signatures (#​618)

v4.2.0

Compare Source

Minor Changes
  • Exposed "modulesFileName" option (#​647)
  • Write .nojekyll file if TypeDocs "githubPages" option is true (#​650)
  • Exposed "blockTagsPreserveOrder" option to configure ordering of comment block tags (#​627).
  • Exposed "useHTMLEncodedBrackets" option for alternative angle bracket escaping(#​564).

v4.1.2

Compare Source

Patch Changes
  • Support TypeDoc 0.26 relative links implementation (#​645).

v4.1.1

Compare Source

Patch Changes
  • Normalize window paths when "publicPath" is set (#​639)

v4.1.0

Compare Source

New Features
  • Theme support for TypeDoc’s 0.26 localization model.
  • Theme support for TypeDoc’s 0.26 documents implementation.
  • Exposed a new key "htmlTable" to formatting options enabling block elements to render as intended inside table cells. Affects all existing formatting options. Fixes (#​618).
  • Added new formatting options --classPropertiesFormat, --interfacePropertiesFormat and --propertyMembersFormat to further control formatting of different declaration structures.
  • Supports the ability to control what table columns are rendered with the --tableColumnSettings option.
Patch Changes
  • Handle duplicate files when tagged in same group (#​625)
  • Fix issues with tables and block tags (#​618)

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 by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Issue about dependencies of the package javascript Pull requests that update Javascript code labels Jul 29, 2024
@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 on https://opencollective.com/typescript-eslint.

Copy link

netlify bot commented Jul 29, 2024

Deploy Preview for typescript-eslint failed.

Name Link
🔨 Latest commit db614ec
🔍 Latest deploy log https://app.netlify.com/sites/typescript-eslint/deploys/6726eac2f0924e00088431bf

Copy link

nx-cloud bot commented Jul 29, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit db614ec. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

Copy link

codecov bot commented Jul 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.07%. Comparing base (8c6a721) to head (c36f431).
Report is 20 commits behind head on main.

Current head c36f431 differs from pull request most recent head db614ec

Please upload reports for the commit db614ec to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9666      +/-   ##
==========================================
- Coverage   86.51%   86.07%   -0.44%     
==========================================
  Files         430      428       -2     
  Lines       15098    14939     -159     
  Branches     4384     4333      -51     
==========================================
- Hits        13062    12859     -203     
- Misses       1679     1735      +56     
+ Partials      357      345      -12     
Flag Coverage Δ
unittest 86.07% <ø> (-0.44%) ⬇️

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

see 326 files with indirect coverage changes

@renovate renovate bot force-pushed the renovate/typedoc-plugin-markdown-4.x-lockfile branch from cb34070 to 293135f Compare July 29, 2024 19:46
@renovate renovate bot changed the title fix(deps): update dependency typedoc-plugin-markdown to v4.2.1 fix(deps): update dependency typedoc-plugin-markdown to v4.2.2 Jul 29, 2024
@renovate renovate bot changed the title fix(deps): update dependency typedoc-plugin-markdown to v4.2.2 fix(deps): update dependency typedoc-plugin-markdown to v4.2.3 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/typedoc-plugin-markdown-4.x-lockfile branch from 293135f to 9d7089b Compare August 14, 2024 19:50
@renovate renovate bot changed the title fix(deps): update dependency typedoc-plugin-markdown to v4.2.3 fix(deps): update dependency typedoc-plugin-markdown to v4.2.4 Aug 20, 2024
@renovate renovate bot force-pushed the renovate/typedoc-plugin-markdown-4.x-lockfile branch from 9d7089b to 87cb83e Compare August 23, 2024 02:26
@renovate renovate bot changed the title fix(deps): update dependency typedoc-plugin-markdown to v4.2.4 fix(deps): update dependency typedoc-plugin-markdown to v4.2.5 Aug 23, 2024
@renovate renovate bot force-pushed the renovate/typedoc-plugin-markdown-4.x-lockfile branch from 87cb83e to b25bbe3 Compare September 1, 2024 09:05
@renovate renovate bot changed the title fix(deps): update dependency typedoc-plugin-markdown to v4.2.5 fix(deps): update dependency typedoc-plugin-markdown to v4.2.6 Sep 1, 2024
@renovate renovate bot force-pushed the renovate/typedoc-plugin-markdown-4.x-lockfile branch from b25bbe3 to 2bd197b Compare September 12, 2024 22:32
@renovate renovate bot changed the title fix(deps): update dependency typedoc-plugin-markdown to v4.2.6 fix(deps): update dependency typedoc-plugin-markdown to v4.2.7 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/typedoc-plugin-markdown-4.x-lockfile branch from 2bd197b to 8557df4 Compare September 16, 2024 13:18
@renovate renovate bot force-pushed the renovate/typedoc-plugin-markdown-4.x-lockfile branch from 8557df4 to 88d5d7f Compare September 29, 2024 22:52
@renovate renovate bot changed the title fix(deps): update dependency typedoc-plugin-markdown to v4.2.7 fix(deps): update dependency typedoc-plugin-markdown to v4.2.8 Sep 29, 2024
@renovate renovate bot force-pushed the renovate/typedoc-plugin-markdown-4.x-lockfile branch from 88d5d7f to c36f431 Compare October 9, 2024 00:33
@renovate renovate bot changed the title fix(deps): update dependency typedoc-plugin-markdown to v4.2.8 fix(deps): update dependency typedoc-plugin-markdown to v4.2.9 Oct 9, 2024
@bradzacher bradzacher changed the title fix(deps): update dependency typedoc-plugin-markdown to v4.2.9 chore(deps): update dependency typedoc-plugin-markdown to v4.2.9 Nov 3, 2024
Copy link
Contributor Author

renovate bot commented Nov 3, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@JoshuaKGoldberg
Copy link
Member

JoshuaKGoldberg commented Nov 4, 2024

Superseded by #10274.

@JoshuaKGoldberg JoshuaKGoldberg deleted the renovate/typedoc-plugin-markdown-4.x-lockfile branch November 4, 2024 14:58
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Issue about dependencies of the package javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants