Conversation
|
Important Review skippedToo many files! This PR contains 299 files, which is 149 over the limit of 150. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (299)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
View your CI Pipeline Execution ↗ for commit ad4a12a
☁️ Nx Cloud last updated this comment at |
There was a problem hiding this comment.
Important
At least one additional CI pipeline execution has run since the conclusion below was written and it may no longer be applicable.
Nx Cloud is proposing a fix for your failed CI:
We updated @tanstack/match-sorter-utils in examples/solid/filters-fuzzy from ^8.19.4 to ^9.0.0-alpha.4, and zod in examples/svelte/with-tanstack-form from ^3.24.4 to ^4.3.6 to fix the failing table:test:sherif task. These mismatches were introduced by the svelte-table v9 refactor PR, which added new svelte examples without aligning dependency versions to the rest of the workspace. With these corrections, all workspace packages will use consistent versions, satisfying sherif's multiple-dependency-versions rule.
Tip
✅ We verified this fix by re-running table:test:sherif.
diff --git a/examples/solid/filters-fuzzy/package.json b/examples/solid/filters-fuzzy/package.json
index dce9a3c3..d873d2a8 100644
--- a/examples/solid/filters-fuzzy/package.json
+++ b/examples/solid/filters-fuzzy/package.json
@@ -17,7 +17,7 @@
"vite-plugin-solid": "^2.11.11"
},
"dependencies": {
- "@tanstack/match-sorter-utils": "^8.19.4",
+ "@tanstack/match-sorter-utils": "^9.0.0-alpha.4",
"@tanstack/solid-table": "^9.0.0-alpha.10",
"solid-js": "^1.9.12"
}
diff --git a/examples/svelte/with-tanstack-form/package.json b/examples/svelte/with-tanstack-form/package.json
index a9df0b66..95c51dd9 100644
--- a/examples/svelte/with-tanstack-form/package.json
+++ b/examples/svelte/with-tanstack-form/package.json
@@ -24,6 +24,6 @@
"@tanstack/form-core": "^1.12.2",
"@tanstack/svelte-form": "^1.12.2",
"@tanstack/svelte-table": "^9.0.0-alpha.10",
- "zod": "^3.24.4"
+ "zod": "^4.3.6"
}
}
Or Apply changes locally with:
npx nx-cloud apply-locally ITxJ-wGTF
Apply fix locally with your editor ↗ View interactive diff ↗
🎓 Learn more about Self-Healing CI on nx.dev
🎯 Changes
✅ Checklist
pnpm test:pr.