Skip to content

Conversation

@chaosmirage
Copy link
Contributor

No description provided.

@chaosmirage chaosmirage requested a review from a team January 9, 2026 14:39
@chaosmirage chaosmirage self-assigned this Jan 9, 2026
Copilot AI review requested due to automatic review settings January 9, 2026 14:39
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request fixes cache invalidation for wrapper generation targets in Nx by adding the devextreme-metadata package as an input dependency. When metadata changes, the wrapper generation caches should be properly invalidated, ensuring regeneration occurs when needed.

Key Changes:

  • Adds {workspaceRoot}/packages/devextreme-metadata/**/* to the namedInputs.default configuration in all three wrapper packages (Angular, React, Vue)
  • Removes incorrect local path reference {projectRoot}/devextreme-metadata/**/* from React package

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
packages/devextreme-angular/project.json Adds workspace-level devextreme-metadata path to namedInputs.default for proper cache invalidation
packages/devextreme-react/project.json Removes incorrect local path and adds correct workspace-level devextreme-metadata path to namedInputs.default
packages/devextreme-vue/project.json Adds workspace-level devextreme-metadata path to namedInputs.default

@chaosmirage chaosmirage force-pushed the fix/wrappers-regenerate-cache branch from f023e0d to 58d6a12 Compare January 9, 2026 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants