mirror of
https://github.com/dependabot/fetch-metadata.git
synced 2026-03-12 18:07:12 -04:00
fix: Rebuild project
This commit is contained in:
11
dist/index.js
generated
vendored
11
dist/index.js
generated
vendored
@@ -10272,13 +10272,12 @@ async function parse(commitMessage, body, branchName, mainBranch, lookup, getSco
|
||||
}
|
||||
/**
|
||||
* Parses the human-readable metadata links from a commit message.
|
||||
* <p>
|
||||
* See {@code Dependabot::PullRequestCreator::MessageBuilder#metadata_links} in the Ruby codebase for more details
|
||||
*
|
||||
* See `Dependabot::PullRequestCreator::MessageBuilder#metadata_links` in the Ruby codebase for more details
|
||||
* on the current format.
|
||||
* </p>
|
||||
* <p>
|
||||
* <strong>Note:</strong> This data is only available if more than one dependency is updated in a single PR.
|
||||
* </>
|
||||
*
|
||||
* **NOTE**: This data is only available if more than one dependency is updated in a single PR.
|
||||
*
|
||||
* @param commitMessage - The commit message containing metadata links.
|
||||
* @returns A map from the name of the dependency to an updatedDependency object containing the old and new versions.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user