postman-url-encoder
postman-url-encoder copied to clipboard
Bump jsdoc from 3.6.7 to 4.0.4
Bumps jsdoc from 3.6.7 to 4.0.4.
Release notes
Sourced from jsdoc's releases.
JSDoc 4.0.4
Fixes a compatibility issue with Node.js 23.
Changelog
Sourced from jsdoc's changelog.
4.0.4 (October 2024)
Fixes a compatibility issue with Node.js 23.
4.0.3 (May 2024)
Updates dependencies.
4.0.2 (February 2023)
Updates the Babel parser, and enables additional Babel plugins for ECMAScript proposals.
4.0.1 (February 2023)
If an inline link tag uses a pipe delimiter, and there are spaces around the pipe delimiter, then the HTML link no longer contains
%20at the end; also, the link text no longer contains extra spaces. For example,{@link https://example.com | link text}is now rendered as<a href="https://example.com/">link text</a>rather than<a href="https://example.com/%20"> link text</a>.4.0.0 (November 2022)
- JSDoc releases now use semantic versioning. If JSDoc makes backwards-incompatible changes in the future, the major version will be incremented.
- JSDoc no longer uses the
taffydbpackage. If your JSDoc template or plugin uses thetaffydbpackage, see the instructions for replacingtaffydbwith@jsdoc/salty.- JSDoc now supports Node.js 12.0.0 and later.
3.6.11 (July 2022)
Updates dependency versions to make JSDoc compatible with Node.js 12.0.0 and later.
3.6.10 (January 2022)
Fixes an issue in JSDoc 3.6.9 that prevented JSDoc from being installed in some continuous integration (CI) environments.
3.6.9 (January 2022)
Fixes an issue in JSDoc 3.6.8 that prevented
npm install jsdocfrom working.
... (truncated)
Commits
11a99cfchore: 4.0.459a5658fix: don't use built-inutilmodule for type-checkinga5232aachore(deps): update lockfile49b6fc24.0.339061bbfix(deps): update@types/markdown-itand related packages1a31e64chore(deps): update deps0b6193f4.0.29d88548deps: update Babel; enable current Babel plugins in parserc2dd2104.0.13d90c8afix: in inline links, strip spaces around pipe character- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.