Bump jsdoc-to-markdown from 8.0.3 to 9.1.3
Bumps jsdoc-to-markdown from 8.0.3 to 9.1.3.
Release notes
Sourced from jsdoc-to-markdown's releases.
v9.1.3
Non-breaking change since v9.1.2
- Removed deprecated
lodash.omitpackage. jsdoc2md/jsdoc-parse#43v9.1.2
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.jsbeforeone.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.jsbeforetwo.js.Jsdoc-api v9.3.5 (used internally by jsdoc2md) fixes that regression - previous behaviour restored.
v9.1.1
Non-breaking changes since v9.1.0
- Amended the fix for #90 so that
@link,@linkcodeand@linkplaintags are resolved in the@deprecatedtag text.v9.1.0
New feature since v9.0.5
- Any text passed to the
@deprecatedtag is now displayed. #90Upgrade notes
See this testbed directory for example source code and output.
Previously, the tag
@deprecated This method has been deprecated since v2.0.0would simply print***Deprecated***in the output, ignoring the deprecation text. The new behaviour:
- For an empty
@deprecatedtag with no text, display***Deprecated***(same as before).- If the tag has text, e.g.
@deprecated This method has been deprecated since v2.0.0, then the full text line will be printed as written
- This will replace the previous
***Deprecated***line with***This method has been deprecated since v2.0.0***.- This approach gives you full control over the text displayed (without assuming you want the line to begin with "Deprecated").
v9.0.5
Non-breaking changes since v9.0.4
- Fixed a regression where spaces in the jsdoc binary path caused jsdoc2md to fail. #307
v9.0.4
Non-breaking change
- Implemented a permanent fix for the critical
util.isRegExp is not a functionissue in Node v23, replacing the previous temporary workaround. #306
... (truncated)
Commits
21798ef9.1.38cccbdaRemove deprecated lodash.omit packagedefb5c79.1.23964f2bupdate copyright dates53fb496Fix regression where files passed directly to jsdoc2md.render() were sorted u...a6b2309Merge pull request #311 from Fdawgs/patch-1d2d1bcbReplace node 23 with 24 in ci test matrixbc772779.1.17574e44Amended the fix for #90 so that@link,@linkcodeand@linkplaintags are reso...f2719e39.1.0- 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)