Merlin Beutlberger

Results 176 comments of Merlin Beutlberger

Thanks @marianfoo. So besides custom middleware, you also need to change the configuration of custom tasks (but no standard tasks)? I guess inheritance between ui5.yaml files would still be the...

With version 3 of `@ui5/cli`, `bin/ui5.js` got renamed to `bin/ui5.cjs`. From your description, it's unclear to me what the functions `executeScript` and `shellExecute` are doing. Would it be possible to...

Thank you for sharing some more code. However, it's still not enough for us to reproduce the behavior you are reporting. Would it be possible for you to share a...

If you are an SAP customer, please feel free to raise an incident for us at https://support.sap.com/ if that allows you to share your project with us. I'm afraid we...

I created a fix on UI5 Tooling side: https://github.com/SAP/ui5-builder/pull/1014 For sap.ui.core this is ultimately caused the added handling for input source maps (since [`@ui5/cli v3.7.0`](https://github.com/SAP/ui5-cli/releases/tag/v3.7.0)) in combination with a file...

Fix in UI5 Tooling got released with `@ui5/[email protected]` and `@ui5/[email protected]`. All affected and currently maintained UI5 code lines have been updated to use this version for their next patch release,...

Thank you for reporting @danielang-ortec. We are preparing a fix for this issue. Have you tried downgrading UI5 CLI to the last working version you have mentioned? Even though the...

That's good to know, thanks. Sadly npm often shows inconsistent or unexpected behavior with shrinkwraps. Coming back to the issue, I understand the cause of the exception (the `manifestCreator` module...

> Our library exposes itself as type `module`. Thanks. This was the missing piece of information for me 👍 Projects of type `module` should be ignored by the versionInfo middleware...

The fix was released with `@ui5/[email protected]`. Please let us know once you find time to test and confirm the fix. Thanks again for reporting!