-
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 dmd to v7 #729
base: develop
Are you sure you want to change the base?
Conversation
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe change involves updating the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant DocGen
participant DMD
User->>DocGen: Request to generate documentation
DocGen->>DMD: Call to generate with dmd v7.0.5
DMD-->>DocGen: Return generated documentation
DocGen-->>User: Deliver documentation
Poem
🪧 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 (
|
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 selected for processing (1)
- packages/docgen/package.json (1 hunks)
Additional comments not posted (1)
packages/docgen/package.json (1)
16-16
: Approve the dependency update but verify compatibility.The update of the
dmd
dependency from6.2.3
to7.0.0
is noted. Given the significant changes in the new version ofdmd
, it's crucial to ensure that the codebase is compatible with these changes, especially the asynchronous nature of thedmd()
method and the removal ofdmd.async()
.Run the following script to verify the usage of
dmd
anddmd.async()
in the codebase:
26f92ff
to
b757c42
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 selected for processing (1)
- packages/docgen/package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- packages/docgen/package.json
b757c42
to
8ec43e4
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 selected for processing (1)
- packages/docgen/package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- packages/docgen/package.json
8ec43e4
to
cf81fa9
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 selected for processing (1)
- packages/docgen/package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- packages/docgen/package.json
cf81fa9
to
b904d5e
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 selected for processing (1)
- packages/docgen/package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- packages/docgen/package.json
b904d5e
to
177625f
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 selected for processing (1)
- packages/docgen/package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- packages/docgen/package.json
177625f
to
3b5cd93
Compare
3b5cd93
to
8b7fe9d
Compare
8b7fe9d
to
2403409
Compare
2403409
to
9180dae
Compare
This PR contains the following updates:
6.2.3
->7.1.1
Release Notes
jsdoc2md/dmd (dmd)
v7.1.1
Compare Source
See here
v7.1.0
Compare Source
See here.
v7.0.7
Compare Source
Non-breaking
--EOL
failed to correctly replace naked CR characters created by jsdoc. #102v7.0.6
Compare Source
v7.0.5
Compare Source
v7.0.4
Compare Source
Non-breaking
@hideconstructor
. #94v7.0.3
Compare Source
v7.0.2
Compare Source
v7.0.1
Compare Source
v7.0.0
Compare Source
The default dmd output has not changed. The minimum required Node version is still v12.17.
Breaking Changes
dmd()
method is now async. Removeddmd.async()
.Non-breaking Changes
{@​linkcode}
and{@​linkplain}
. #86--EOL
option to control line-endings. Fixes #92.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.