Skip to content

Conversation

@jumski
Copy link
Contributor

@jumski jumski commented Nov 11, 2025

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Nov 11, 2025

⚠️ No Changeset found

Latest commit: c7f3b20

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor Author

jumski commented Nov 11, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge:queue - adds this PR to the back of the merge queue
  • hotfix:queue - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@nx-cloud
Copy link

nx-cloud bot commented Nov 11, 2025

🤖 Nx Cloud AI Fix Eligible

An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.

To disable these notifications, a workspace admin can disable them in workspace settings.


View your CI Pipeline Execution ↗ for commit c7f3b20

Command Status Duration Result
nx affected -t lint typecheck test --parallel -... ❌ Failed 6m 49s View ↗
nx affected -t test:e2e --parallel --base=5635d... ✅ Succeeded 5m 36s View ↗

☁️ Nx Cloud last updated this comment at 2025-11-12 23:09:42 UTC

@jumski jumski force-pushed the 11-11-fix-lint-issues branch from 313323d to c7f3b20 Compare November 12, 2025 23:01
Comment on lines +12 to +13
"moduleResolution": "bundler",
"composite": true
Copy link
Contributor

Choose a reason for hiding this comment

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

Adding 'composite: true' requires additional configuration. Either remove this property or add required settings like 'rootDir' and 'outDir'. Composite projects have stricter requirements that may be causing TypeScript errors.

Spotted by Graphite Agent (based on CI logs)

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

Comment on lines +15 to +19
tsconfigPath: resolve(__dirname, 'tsconfig.lib.json'),
skipDiagnostics: true // Skip TypeScript diagnostics to avoid vite-plugin-dts errors with monorepo project references.
// The plugin tries to compile all imported files (including from other packages)
// which breaks rootDir boundaries. Nx runs proper type checking separately.
})
}) as any // Type cast to avoid Vite version mismatch between packages
Copy link
Contributor

Choose a reason for hiding this comment

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

The property was renamed from 'tsConfigFilePath' to 'tsconfigPath' and a type cast was added. This might be causing compatibility issues. Verify the correct property name for the version of vite-plugin-dts being used and remove the type cast if possible.

Spotted by Graphite Agent (based on CI logs)

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

// ExtractFlowContext should include FlowContext & custom resources
type FlowCtx = ExtractFlowContext<typeof flow>;
// eslint-disable-next-line @typescript-eslint/no-explicit-any
Copy link
Contributor

Choose a reason for hiding this comment

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

An eslint-disable comment was removed. If this was intentional, ensure the code doesn't trigger the eslint rule that was being disabled. Otherwise, restore the comment.

Spotted by Graphite Agent (based on CI logs)

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

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.

2 participants