Conversation
|
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| }, | ||
| { | ||
| "Id": "VirtoCommerce.Cart", | ||
| "BlobName": "VirtoCommerce.Cart_3.1000.0.zip" |
There was a problem hiding this comment.
Cart blob name missing PR suffix from failed automation
High Severity
The VirtoCommerce.Cart entry was moved from GithubReleases to the AzureBlob prerelease source, but its BlobName (VirtoCommerce.Cart_3.1000.0.zip) lacks the -pr-NUMBER-HASH suffix that every other AzureBlob entry uses. The PR description confirms the automation failed: "from PR undefined undefined." This likely references a non-existent blob artifact, which would break module installation.


ci: Automated update vc-module-cart from PR undefined undefined
Note
Low Risk
Config-only change to module packaging; main risk is pulling a different Cart module build/source, which could affect runtime behavior if the blob package is incompatible.
Overview
Updates
backend/packages.jsonto sourceVirtoCommerce.Cartfrom theAzureBlobpackage feed (VirtoCommerce.Cart_3.1000.0.zip) instead of theGithubReleasesmodule list (previously3.840.0).Also includes minor JSON formatting/whitespace cleanup and removes the trailing newline at EOF.
Written by Cursor Bugbot for commit f4fb746. This will update automatically on new commits. Configure here.