diff --git a/docs/why.md b/docs/why.md index 68fc36c..2f0d163 100644 --- a/docs/why.md +++ b/docs/why.md @@ -87,7 +87,7 @@ There are two elements to this topic SAPUI5 has a large in depth API Reference: - - https://sapui5.hana.ondemand.com/#/api + - https://ui5.sap.com/#/api However there exists no validation between an end user's source code and the content of the API Reference. In essence the API Reference is meant **only** for human consumption. Once the API Reference is available diff --git a/packages/dts-generator/src/checkDtslint/check-dtslint.ts b/packages/dts-generator/src/checkDtslint/check-dtslint.ts index 1fd7ffc..cf2bab4 100644 --- a/packages/dts-generator/src/checkDtslint/check-dtslint.ts +++ b/packages/dts-generator/src/checkDtslint/check-dtslint.ts @@ -466,12 +466,7 @@ function getErrorDetails(lintErrorText: string) { throw new Error(` Internal error: The string parsing of the dtslint output found no errors although the output contained the term 'error' (${errorStringsFound} times). This is a hint that dtslint either encountered a general error (details below) or might have been updated and changed its format, so the parsing needs to be adapted. -As dtslint version "latest" is being used, this could suddenly happen for ALL lint/voter runs without any related change in UI5 code. When this situation is encountered in a UI5 CI voter run, -it might be desirable to quickly disable this check. This can be done by adding the entry - { - "status": "ignore" - } -to the list in "dtslint-ignore-list.json" in the "src/dist/docbuilder-maven-plugin/src/main/resources/com/sap/ui5/tools/build/maven/dtsgen/ui5-dts-generator" in sapui5.runtime. +As dtslint version "latest" is being used, this could suddenly happen for ALL lint/voter runs without any related change in UI5 code. The actual error message was: ${lines.join("\n")}`); } diff --git a/test-packages/openui5-snapshot-test/lib/utils/ui5-metadata.js b/test-packages/openui5-snapshot-test/lib/utils/ui5-metadata.js index e4f10c2..ab728b2 100644 --- a/test-packages/openui5-snapshot-test/lib/utils/ui5-metadata.js +++ b/test-packages/openui5-snapshot-test/lib/utils/ui5-metadata.js @@ -53,9 +53,7 @@ async function downloadLibs(libs, version, outDir) { emptyDir(outDir); // CDN libraries (example URL): - // https://sapui5-sapui5.dispatcher.us1.hana.ondemand.com/test-resources/sap/m/designtime/api.json - // Older versions: - // https://sapui5.hana.ondemand.com/1.71.14/test-resources/sap/m/designtime/api.json + // https://sdk.openui5.org/${version}/test-resources/sap/m/designtime/api.json const baseUrl = `https://sdk.openui5.org/${version}/test-resources/`; const nameToFile = zipObject( libs,