fix: Rebuild project

This commit is contained in:
Piotr P. Karwasz
2025-07-01 21:25:54 +02:00
parent a6302c9795
commit b71ef72efc

11
dist/index.js generated vendored
View File

@@ -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.
*/