Skip to content

chore(deps): update dependency jsdoc-to-markdown to v9.1.2#40

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/jsdoc-to-markdown-9.x
Jul 18, 2025
Merged

chore(deps): update dependency jsdoc-to-markdown to v9.1.2#40
renovate[bot] merged 1 commit intomainfrom
renovate/jsdoc-to-markdown-9.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jul 17, 2025

This PR contains the following updates:

Package Change Age Confidence
jsdoc-to-markdown 9.1.1 -> 9.1.2 age confidence

Release Notes

jsdoc2md/jsdoc-to-markdown (jsdoc-to-markdown)

v9.1.2

Compare Source

Regression fix since v9.1.1

Previously, you could manually render files in a specific order. For example, in the output this code would render docs for two.js before one.js.

const output = await jsdoc2md.render({ files: ['src/two.js', 'src/one.js'] })

This behaviour was broken by the jsdoc-api v9.0.0 release - instead, that version first sorted the files into alphabetical order, thus rendering one.js before two.js.

Jsdoc-api v9.3.5 (used internally by jsdoc2md) fixes that regression - previous behaviour restored.


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 merged commit 28b27b4 into main Jul 18, 2025
5 checks passed
@renovate renovate bot deleted the renovate/jsdoc-to-markdown-9.x branch July 18, 2025 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants