Skip to content
Open
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@babel/core@7": "7.29.7",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.38.1",
"@mendix/pluggable-widgets-tools": "11.11.0",
"@mendix/pluggable-widgets-tools": "11.12.0",
"@mendix/pluggable-widgets-tools>eslint": "-",
"@mendix/pluggable-widgets-tools>eslint-config-prettier": "-",
"@mendix/pluggable-widgets-tools>eslint-plugin-jest": "-",
Expand All @@ -76,7 +76,7 @@
"typescript": ">5.8.0 <6.0.0"
},
"patchedDependencies": {
"@mendix/pluggable-widgets-tools": "patches/@mendix__pluggable-widgets-tools.patch",
"@mendix/pluggable-widgets-tools@11.12.0": "patches/@mendix__pluggable-widgets-tools@11.12.0.patch",
"mime-types": "patches/mime-types.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",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`Dropdown Filter with single instance with single attribute renders correctly 1`] = `
<DocumentFragment>
Expand Down
6 changes: 2 additions & 4 deletions packages/pluggableWidgets/dropdown-sort-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"lint": "eslint src/ package.json",
"release": "pluggable-widgets-tools release:ts",
"start": "pluggable-widgets-tools start:server",
"test": "jest",
"test": "jest --projects jest.config.js",
"update-changelog": "rui-update-changelog-widget",
"verify": "rui-verify-package-format"
},
Expand All @@ -54,8 +54,6 @@
"@mendix/widget-plugin-platform": "workspace:*",
"@mendix/widget-plugin-sorting": "workspace:*",
"@mendix/widget-plugin-test-utils": "workspace:*",
"@types/enzyme": "^3.10.13",
"classnames": "^2.5.1",
"jest": "^29.7.0"
"classnames": "^2.5.1"
}
}
12 changes: 4 additions & 8 deletions packages/pluggableWidgets/rich-text-web/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
const base = require("@mendix/pluggable-widgets-tools/test-config/jest.config.js");

module.exports = {
...require("@mendix/pluggable-widgets-tools/test-config/jest.config.js"),
/**
* `quill` package is ESM module and because ESM is not supported by Jest yet
* we mark `nanoevents` as a module that should be transformed by ts-jest.
*/
transformIgnorePatterns: ["node_modules/(?!quill)/"],
preset: "ts-jest",
testEnvironment: "jsdom"
...base,
transformIgnorePatterns: ["node_modules/(?!quill)/"]
};
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`ThreeStateCheckBox matches snapshot when value is 'all' 1`] = `
<DocumentFragment>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`mendix/filters/builders mock nested condition case 1 1`] = `
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
diff --git a/bin/mx-scripts.js b/bin/mx-scripts.js
index 708bf48f266b6f80d830a9a72388278a65695964..6187cbe0739454c92f72136595e16748372885e9 100755
index 569815681e83b7858681548abda14505691ab81b..39fa0f47a063e8628f64d09dbe2372e198c4b7bc 100755
--- a/bin/mx-scripts.js
+++ b/bin/mx-scripts.js
@@ -8,10 +8,10 @@ const { red, blue, bold, whiteBright } = require("ansi-colors");
const semver = require("semver");
const { auditPluggableWidgetsTools } = require("../dist/commands/audit");
@@ -10,10 +10,10 @@ const { auditPluggableWidgetsTools } = require("../dist/commands/audit.js");
const { prettierConfigPath } = require("../dist/utils/formatting.js");
const { toolsRoot, widgetRoot } = require("../dist/widget/paths.js");

-checkNodeVersion();
+// checkNodeVersion(); // Disabled via pnpm patch
Expand All @@ -16,10 +16,10 @@ index 708bf48f266b6f80d830a9a72388278a65695964..6187cbe0739454c92f72136595e16748
console.log(red("An error occurred while checking migration dependencies: ", e));
}
diff --git a/configs/rollup.config.mjs b/configs/rollup.config.mjs
index 4998ce2d2bedd449b0fdaa400368df116e1d4f46..d8e70107c4cde83908324b69b1031ad9c8db12f9 100644
index 346d6ee995322825d87eaa10e5aa924ca456a7cf..38924ca4d2056d62f87dc6066677d82f97a29d67 100644
--- a/configs/rollup.config.mjs
+++ b/configs/rollup.config.mjs
@@ -128,7 +128,7 @@ export default async args => {
@@ -119,7 +119,7 @@ export default async args => {
extensions,
transpile: production,
babelConfig: {
Expand All @@ -28,7 +28,7 @@ index 4998ce2d2bedd449b0fdaa400368df116e1d4f46..d8e70107c4cde83908324b69b1031ad9
allowAllFormats: true
},
external: outputFormat === "es" ? [] : webExternal,
@@ -166,7 +166,7 @@ export default async args => {
@@ -157,7 +157,7 @@ export default async args => {
sourceMaps: !production,
extensions,
transpile: production,
Expand Down
Loading
Loading