adobe / aio-lib-files

An abstraction on top of cloud blob storage exposing a file system like API
https://www.adobe.io
Apache License 2.0
10 stars 14 forks source link

Bump jsdoc-to-markdown from 5.0.3 to 8.0.1 #145

Open dependabot[bot] opened 7 months ago

dependabot[bot] commented 7 months ago

Bumps jsdoc-to-markdown from 5.0.3 to 8.0.1.

Release notes

Sourced from jsdoc-to-markdown's releases.

v8.0.0

Breaking change since 7.1.1

  • Upgraded jsdoc-api which now uses jsdoc version v4.0.0 internally. From v4.0.0 onward, jsdoc requires Node v12. This was a breaking change for jsdoc but not for jsdoc2md as it already requires v12+, however this jsdoc2md release is a major version increment just to be on the safe side.

Minor Updates

v7.1.0

  • Restored support for Node v12

v7.0.0

This is a refresher release - there are no API or functional changes.

Breaking change

  • Dropped support for Node.js versions less than v14.

Minor updates

  • Refreshed dependency tree.

v6.0.0

Breaking changes since v5.0.0

  • Node versions less than v10 are no longer supported

Other fixes

  • Fixed crash when generating very large documentation sets using renderSync jsdoc2md/jsdoc-api#21
  • All dependencies upgraded
Commits
  • ed8a277 8.0.1
  • 98a3310 upgrade jsdoc-parse.. fixes #297
  • 8e70b77 Merge pull request #288 from confused-Techie/master
  • 7e2a180 http://usejsdoc.org => https://jsdoc.app in API.md
  • ca028f3 http://usejsdoc.org => https://jsdoc.app in index.js
  • 9b6cae0 http://usejsdoc.org => https://jsdoc.app in README.md
  • efcc827 8.0.0
  • 1afddcb upgrade deps, dates, CI
  • f0ff0ac Merge pull request #275 from KonkenBonken/patch-1
  • c3e6b0a Updated expired url
  • Additional commits viewable in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ba3cff1) 100.00% compared to head (c85a580) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #145 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 5 5 Lines 567 567 Branches 109 109 ========================================= Hits 567 567 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.