Skip to content

Commit d0f87d3

Browse files
[WC-xxxx] chore: Remove LAST Custom Widget (#2316)
2 parents a817854 + de23ca2 commit d0f87d3

51 files changed

Lines changed: 1 addition & 4006 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.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 = [];

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
"mime-types@2.1.35": "patches/mime-types@2.1.35.patch",
8181
"mobx-react-lite@4.0.7": "patches/mobx-react-lite@4.0.7.patch",
8282
"mobx@6.12.3": "patches/mobx@6.12.3.patch",
83-
"react-big-calendar@0.19.2": "patches/react-big-calendar@0.19.2.patch",
8483
"react-dropzone": "patches/react-dropzone.patch"
8584
},
8685
"ignoredBuiltDependencies": [

packages/customWidgets/calendar-custom-web/.prettierrc.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/customWidgets/calendar-custom-web/CHANGELOG.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

packages/customWidgets/calendar-custom-web/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/customWidgets/calendar-custom-web/cypress/.eslintrc.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/customWidgets/calendar-custom-web/cypress/integration/calendar.spec.js

Lines changed: 0 additions & 145 deletions
This file was deleted.

packages/customWidgets/calendar-custom-web/cypress/support/e2e.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)