Skip to content

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

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

Merged
merged 35 commits into from
Jan 28, 2025
Merged

Conversation

kjose90
Copy link
Member

@kjose90 kjose90 commented Jan 22, 2025

#2787

  • Move cap updates to generate functions of FE/FF
  • Extended service to include optional capService & added enableNPMWorkspaces to appOptions of FE/FF
  • Move CapService and CapRuntime types from @sap-ux/odata-service-inquirer to @sap-ux/cap-config-writer for better relevance.

Copy link

changeset-bot bot commented Jan 22, 2025

🦋 Changeset detected

Latest commit: e1f78ca

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

This PR includes changesets to release 6 packages
Name Type
@sap-ux/odata-service-inquirer Major
@sap-ux/cap-config-writer Minor
@sap-ux/fiori-freestyle-writer Patch
@sap-ux/fiori-elements-writer Patch
@sap-ux/create Patch
@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 22, 2025 16:56
@kjose90 kjose90 requested review from a team as code owners January 22, 2025 16:56
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.

Couple of tsdoc related comments.

devinea
devinea previously approved these changes Jan 22, 2025
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.

Code changes are clear.
covered by tests
changeset 👍

@kjose90 kjose90 requested review from devinea and IainSAP January 28, 2025 10:56
devinea
devinea previously approved these changes Jan 28, 2025
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.

Code changes are clear.
covered by tests
changeset 👍

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.

Thanks @kjose90

  • Updated as expected, comments addressed
  • Confirmation of manual tests executed

Copy link

@kjose90 kjose90 merged commit d6b7440 into main Jan 28, 2025
16 checks passed
@kjose90 kjose90 deleted the updateCapService branch January 28, 2025 15:36
@@ -202,40 +202,6 @@ export type EntityRelatedAnswers = EntitySelectionAnswers &
AnnotationGenerationAnswers &
AlpTableConfigAnswers;

export type CapRuntime = 'Node.js' | 'Java';
Copy link
Contributor

Choose a reason for hiding this comment

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

In retrospect, we should be re-exporting this type from its new location if its needed by the APIs here.

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