Skip to content

Commit de23ca2

Browse files
chore: drop customWidgets references from CI and tooling config
Remove customWidgets from copilot repo context, renovate ignorePaths, and update-screenshots CATEGORY_DIRS now that the folder is gone. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 730e6cc commit de23ca2

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/copilot-instructions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Use this guide to review both code and workflow. Focus on Mendix pluggable widge
77
- **Monorepo** with packages under `packages/`:
88
- `packages/pluggableWidgets/*-web`
99
- `packages/modules/*`
10-
- `packages/customWidgets/*`
1110
- `packages/shared/*` (configs, plugins)
1211
- **Stack**: TypeScript, React, SCSS, Rollup via `@mendix/pluggable-widgets-tools`, Jest/RTL, ESLint/Prettier.
1312
- **Commands** (root): `pnpm lint`, `pnpm test`, `pnpm build`, `pnpm -w changelog`, `pnpm -w version`.

.github/renovate.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"allowScripts": true,
2828
"ignoreScripts": false,
2929
"ignoreDeps": ["typescript", "react", "react-dom", "@types/react", "@types/react-dom"],
30-
"ignorePaths": ["**/customWidgets/**"],
3130
"packageRules": [
3231
{ "matchCategories": ["docker"], "enabled": false },
3332
{ "matchPackagePatterns": ["*"], "rangeStrategy": "bump" },

automation/scripts/update-screenshots.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ function extractZip(zipPath, destDir) {
294294
* C) Stripped: pluggableWidgets/gallery-web/test-results/... (v4 artifact strips packages/)
295295
* D) Via node_modules: .../node_modules/@mendix/gallery-web/test-results/...
296296
*/
297-
const CATEGORY_DIRS = new Set(["pluggableWidgets", "modules", "customWidgets", "shared"]);
297+
const CATEGORY_DIRS = new Set(["pluggableWidgets", "modules", "shared"]);
298298

299299
function extractCandidatePackageDirs(parts, testResultsIdx, repoRoot) {
300300
const candidates = [];

0 commit comments

Comments
 (0)