@elliemae/ds-monorepo-devops 3.52.0-rc.22 → 3.52.0-rc.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,4 @@
1
+ /* eslint-disable max-len */
1
2
  import { jestConfig } from '@elliemae/pui-cli';
2
3
  import path from 'node:path';
3
4
  import { fileURLToPath } from 'url';
@@ -68,8 +69,8 @@ export const config = ({ relativePathAfterTestsFolder = undefined, firstLevelSpr
68
69
  setupFilesAfterEnv: [...jestConfig.setupFilesAfterEnv, ...getSetupFilesAfterEnvBasedOnFlags({ silenceConsole })],
69
70
  ...firstLevelSpread,
70
71
  transformIgnorePatterns: [
71
- // ...jestConfig.transformIgnorePatterns,
72
- '/node_modules/(?!lodash-es)/',
72
+ ...jestConfig.transformIgnorePatterns,
73
+ // '/node_modules/(?!(\@elliemae\/pui-cli|lodash-es|react-select|react-dates|d3|internmap|delaunator|robust-predicates))/',
73
74
  ],
74
75
  };
75
76
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-monorepo-devops",
3
- "version": "3.52.0-rc.22",
3
+ "version": "3.52.0-rc.23",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Monorepo Devops",
6
6
  "type": "module",
@@ -43,7 +43,7 @@
43
43
  "indent": 4
44
44
  },
45
45
  "peerDependencies": {
46
- "@elliemae/pui-cli": "9.0.0-next.55",
46
+ "@elliemae/pui-cli": "9.0.0-next.63",
47
47
  "arg": "~5.0.2",
48
48
  "glob": "~10.2.5",
49
49
  "ignore": "^5.3.0",