Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Use this guide to review both code and workflow. Focus on Mendix pluggable widge
- **Monorepo** with packages under `packages/`:
- `packages/pluggableWidgets/*-web`
- `packages/modules/*`
- `packages/customWidgets/*`
- `packages/shared/*` (configs, plugins)
- **Stack**: TypeScript, React, SCSS, Rollup via `@mendix/pluggable-widgets-tools`, Jest/RTL, ESLint/Prettier.
- **Commands** (root): `pnpm lint`, `pnpm test`, `pnpm build`, `pnpm -w changelog`, `pnpm -w version`.
Expand Down
1 change: 0 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"allowScripts": true,
"ignoreScripts": false,
"ignoreDeps": ["typescript", "react", "react-dom", "@types/react", "@types/react-dom"],
"ignorePaths": ["**/customWidgets/**"],
"packageRules": [
{ "matchCategories": ["docker"], "enabled": false },
{ "matchPackagePatterns": ["*"], "rangeStrategy": "bump" },
Expand Down
2 changes: 1 addition & 1 deletion automation/scripts/update-screenshots.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ function extractZip(zipPath, destDir) {
* C) Stripped: pluggableWidgets/gallery-web/test-results/... (v4 artifact strips packages/)
* D) Via node_modules: .../node_modules/@mendix/gallery-web/test-results/...
*/
const CATEGORY_DIRS = new Set(["pluggableWidgets", "modules", "customWidgets", "shared"]);
const CATEGORY_DIRS = new Set(["pluggableWidgets", "modules", "shared"]);

function extractCandidatePackageDirs(parts, testResultsIdx, repoRoot) {
const candidates = [];
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"mime-types@2.1.35": "patches/mime-types@2.1.35.patch",
"mobx-react-lite@4.0.7": "patches/mobx-react-lite@4.0.7.patch",
"mobx@6.12.3": "patches/mobx@6.12.3.patch",
"react-big-calendar@0.19.2": "patches/react-big-calendar@0.19.2.patch",
"react-dropzone": "patches/react-dropzone.patch"
},
"ignoredBuiltDependencies": [
Expand Down

This file was deleted.

33 changes: 0 additions & 33 deletions packages/customWidgets/calendar-custom-web/CHANGELOG.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/customWidgets/calendar-custom-web/README.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

52 changes: 0 additions & 52 deletions packages/customWidgets/calendar-custom-web/package.json

This file was deleted.

44 changes: 0 additions & 44 deletions packages/customWidgets/calendar-custom-web/scripts/build.ts

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading