fix: sanitize adaptive card schema URL#821
Conversation
🦋 Changeset detectedLatest commit: daa2f6e The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Thanks @Artemis-Coder17
Please also note that CI/CD pipline is broken due to remove of ui5 version where our tests depends on it. |
Thanks @marufrasully for the review I've addressed all the review comments:
Regarding the CI/CD pipeline failure — as you noted, this is caused by the removal of a UI5 version that the |
marufrasully
left a comment
There was a problem hiding this comment.
@Artemis-Coder17 thanks.
- code looks good
- review comment is addressed
The pipeline is broken due to removal of UI5-version "1.71 which our tests are based on. See https://github.com/SAP/ui5-language-assistant/blob/master/packages/constant/src/constant.ts#L9 we should adapt and use 1.120. See this for available UI5 versions https://ui5.sap.com/versionoverview.html
#822
Fixed untrusted schema warning in
manifest.jsonby replacing the externaladaptivecards.ioreference with the bundled local schema after fetching from GitHub, aligning the online fetch path with the existing bundled fallback behaviour