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.
| @@ -1,3 +1,3 @@ | |||
| { | |||
| "URL": "https://vc3prerelease.blob.core.windows.net/packages/vc-theme-b2b-vue-2.42.0-alpha.2241.zip" | |||
| "URL": "https://vc3prerelease.blob.core.windows.net/packages/vc-theme-b2b-vue-2.43.0-pr-2194-d023-d023866e.zip" | |||
There was a problem hiding this comment.
Malformed theme artifact URL
High Severity
The updated URL contains a suspicious duplicate segment (...-pr-2194-d023-d023866e.zip). If this is a typo and the actual blob name differs, deployments will fail when the pipeline tries to download theme/artifact.json’s referenced package (likely a 404 from storage).


ci: Automated update vc-frontend from PR 2194 VirtoCommerce/vc-frontend#2194
Note
Low Risk
Single JSON URL change; risk is limited to consuming a new theme build that could introduce visual/regression changes at runtime.
Overview
Updates the theme artifact pointer in
theme/artifact.jsonto usevc-theme-b2b-vueversion2.43.0frompr-2194instead of the previous2.42.0-alphabuild.Written by Cursor Bugbot for commit 726c7ee. This will update automatically on new commits. Configure here.