-
Notifications
You must be signed in to change notification settings - Fork 21
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
chore(deps): update dependency jsdoc-to-markdown to v8 #713
Conversation
|
|
WalkthroughThe update involves changing the version of the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant DocGen
participant JSDoc
User->>DocGen: Request documentation generation
DocGen->>JSDoc: Generate documentation using jsdoc-to-markdown
JSDoc-->>DocGen: Return generated documentation
DocGen-->>User: Provide documentation output
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
0cc1369
to
074ec85
Compare
074ec85
to
d35312b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
yarn.lock
is excluded by!**/yarn.lock
,!**/*.lock
Files selected for processing (1)
- packages/docgen/package.json (1 hunks)
Additional comments not posted (1)
packages/docgen/package.json (1)
18-18
: LGTM! But verify Node.js version compatibility.The
jsdoc-to-markdown
dependency has been updated from version7.1.1
to8.0.3
. Ensure that the codebase is compatible with Node.js version 12 or higher, as required by the updatedjsdoc-api
.The code changes are approved.
Run the following script to verify the Node.js version compatibility:
Edited/Blocked NotificationRenovate 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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #713 +/- ##
========================================
Coverage 96.72% 96.72%
========================================
Files 91 91
Lines 2291 2291
Branches 511 511
========================================
Hits 2216 2216
Misses 60 60
Partials 15 15 ☔ View full report in Codecov by Sentry. |
This PR contains the following updates:
7.1.1
->8.0.3
Release Notes
jsdoc2md/jsdoc-to-markdown (jsdoc-to-markdown)
v8.0.3
Compare Source
v8.0.2
Compare Source
v8.0.1
Compare Source
v8.0.0
Compare Source
Breaking change since 7.1.1
Minor Updates
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 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.
This PR was generated by Mend Renovate. View the repository job log.
Summary by CodeRabbit