Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move cap updates to generate functions of FE/FF #2788

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Conversation

kjose90
Copy link
Member

@kjose90 kjose90 commented Jan 16, 2025

#2787

  • Move cap updates to generate functions of FE/FF
  • Extended service to include optional capService & added enableNPMWorkspaces to appOptions of FE/FF

Copy link

changeset-bot bot commented Jan 16, 2025

🦋 Changeset detected

Latest commit: 811810b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@sap-ux/fiori-freestyle-writer Minor
@sap-ux/fiori-elements-writer Minor
@sap-ux/generator-simple-fe Patch

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

@kjose90 kjose90 marked this pull request as ready for review January 17, 2025 12:35
@kjose90 kjose90 requested review from a team as code owners January 17, 2025 12:35
Copy link
Member

@devinea devinea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updates look clean and straightforward.
Changeset ✅

app: FioriApp;
appOptions: Partial<AppOptions> & {
/**
* Generate OPA based tests, if applicable to the specified template.
* This will eventually move up to {@link Ui5App.appOptions}
*/
addTests?: boolean;
enableNPMWorkspaces?: boolean;
Copy link
Contributor

@IainSAP IainSAP Jan 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please add a detailed description of how this works as you cannot enabledNPMWorkspaces on an app so its confusing. Please also note thats this is dependant on the service being of type capService. You could even link the doc to the description/defintion from the cap writer?

Copy link
Contributor

@IainSAP IainSAP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one doc update please thx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants