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

[INTERNAL] JSDoc: Fix reference to jsdoc template #1072

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Conversation

matz3
Copy link
Member

@matz3 matz3 commented Jul 23, 2024

jsdoc is not able to resolve the @ui5/builder dependency when there is no @ui5/builder within node_modules available. This only became an issue once @ui5/project switched to an optional peerDependency for @ui5/builder so when testing the @ui5/builder itself, there was no transitive @ui5/builder dependency available.

This also solves the issue of not testing the current version of the template as before it came from the installed @ui5/builder version.

This also updates the package-lock.json by re-generating it.

@matz3 matz3 requested review from RandomByte and flovogt July 23, 2024 15:19
@matz3 matz3 force-pushed the fix-jsdoc-plugin branch from b81175a to ebaee6c Compare July 23, 2024 15:19
jsdoc is not able to resolve the @ui5/builder dependency when there is
no @ui5/builder within node_modules available. This only became an issue
once @ui5/project switched to an optional peerDependency for
@ui5/builder so when testing the @ui5/builder itself, there was no
transitive @ui5/builder dependency available.

This also solves the issue of not testing the current version of the
template as before it came from the installed @ui5/builder version.

This also updates the package-lock.json by re-generating it.
@matz3 matz3 force-pushed the fix-jsdoc-plugin branch from ebaee6c to ee2c138 Compare July 23, 2024 15:26
@flovogt flovogt merged commit 81ded62 into main Jul 23, 2024
17 checks passed
@flovogt flovogt deleted the fix-jsdoc-plugin branch July 23, 2024 15:34
RandomByte added a commit to SAP/ui5-tooling that referenced this pull request Jul 23, 2024
RandomByte added a commit to SAP/ui5-tooling that referenced this pull request Jul 23, 2024
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