@elliemae/ds-codemods 3.32.2-next.1 → 3.33.0-next.0
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.
|
@@ -251,6 +251,21 @@ export const LEGACY_WITH_NEW_SMALL_MIGRATION_EFFORT = [
|
|
|
251
251
|
newComponent: 'DSControlledLargeTextInput', newPackage: '@elliemae/ds-controlled-form',
|
|
252
252
|
tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
|
|
253
253
|
},
|
|
254
|
+
|
|
255
|
+
{ component: 'DSTextWrapper', oldPackage: '@elliemae/ds-text-wrapper',
|
|
256
|
+
newComponent: 'DSTypography', newPackage: '@elliemae/ds-typography',
|
|
257
|
+
tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
|
|
258
|
+
},
|
|
259
|
+
|
|
260
|
+
{ component: 'DSSpinner', oldPackage: '@elliemae/ds-spinner',
|
|
261
|
+
newComponent: 'DSCircularIndeterminateIndicator', newPackage: '@elliemae/ds-circular-progress-indicator',
|
|
262
|
+
tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
|
|
263
|
+
},
|
|
264
|
+
|
|
265
|
+
{ component: 'DSLoadingIndicator', oldPackage: '@elliemae/ds-text-wrapper',
|
|
266
|
+
newComponent: 'DSCircularIndeterminateIndicator', newPackage: '@elliemae/ds-circular-progress-indicator',
|
|
267
|
+
tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
|
|
268
|
+
},
|
|
254
269
|
];
|
|
255
270
|
/**
|
|
256
271
|
* @type {DeprecatedPackage[]}
|
|
@@ -301,6 +316,21 @@ export const LEGACY_WITH_NEW_MEDIUM_MIGRATION_EFFORT = [
|
|
|
301
316
|
newComponent: 'DSSliderV2', newPackage: '@elliemae/ds-slider-v2',
|
|
302
317
|
tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
|
|
303
318
|
},
|
|
319
|
+
|
|
320
|
+
{ component: 'DSZipCodeSearch', oldPackage: '@elliemae/ds-zipcode-search',
|
|
321
|
+
newComponent: 'DSAutocomplete', newPackage: '@elliemae/ds-form-layout-autocomplete',
|
|
322
|
+
tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
|
|
323
|
+
},
|
|
324
|
+
|
|
325
|
+
{ component: 'DSUploader', oldPackage: '@elliemae/ds-uploader',
|
|
326
|
+
newComponent: 'DSDropzone', newPackage: '@elliemae/ds-dropzone',
|
|
327
|
+
tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
|
|
328
|
+
},
|
|
329
|
+
|
|
330
|
+
{ component: 'DSZipCodeSearch', oldPackage: '@elliemae/ds-zipcode-search',
|
|
331
|
+
newComponent: 'DSAutocomplete', newPackage: '@elliemae/ds-form-layout-autocomplete',
|
|
332
|
+
tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
|
|
333
|
+
},
|
|
304
334
|
]
|
|
305
335
|
|
|
306
336
|
/* prettier-ignore */
|
|
@@ -355,6 +385,24 @@ export const DISMISSED_WITH_EXAMPLE = [
|
|
|
355
385
|
{ component: 'DSSearchField', oldPackage: 'ds-search-field',
|
|
356
386
|
storyPoints: "300",
|
|
357
387
|
},
|
|
388
|
+
{ component: 'SearchBoxToggle', oldPackage: 'ds-form',
|
|
389
|
+
storyPoints: "300",
|
|
390
|
+
},
|
|
391
|
+
{ component: 'DSHeader', oldPackage: 'ds-header',
|
|
392
|
+
storyPoints: "300",
|
|
393
|
+
},
|
|
394
|
+
{ component: 'DSHidden', oldPackage: 'ds-hidden',
|
|
395
|
+
storyPoints: "300",
|
|
396
|
+
},
|
|
397
|
+
{ component: 'DSListSectionHeader', oldPackage: 'ds-list-section-header',
|
|
398
|
+
storyPoints: "300",
|
|
399
|
+
},
|
|
400
|
+
{ component: 'DSMenu', oldPackage: 'ds-menu',
|
|
401
|
+
storyPoints: "300",
|
|
402
|
+
},
|
|
403
|
+
{ component: 'DSZoom', oldPackage: 'ds-zoom',
|
|
404
|
+
storyPoints: "300",
|
|
405
|
+
},
|
|
358
406
|
];
|
|
359
407
|
|
|
360
408
|
/* prettier-ignore */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-codemods",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.33.0-next.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Code Mods",
|
|
6
6
|
"files": [
|
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
"test-codemods": "npx ./",
|
|
53
53
|
"test-check-deprecated-packages": "npx ./ check-deprecated-packages --cwd=\"test-ables/check-deprecated-packages/with-deprecated\"",
|
|
54
54
|
"test-check-deprecated-packages-no-dimsum": "npx ./ check-deprecated-packages --cwd=\"test-ables/check-deprecated-packages/without-dimsum-packages\"",
|
|
55
|
+
"test-components-usage-report-deprecated": "npx ./ deprecated-components-usage-report --outputPath=\"./test.csv\" --startingDirPath=\"../../../environments\" --gitIgnorePath=\"../../../.gitignore\"",
|
|
55
56
|
"test-components-usage-report": "npx ./ components-usage-report --outputPath=\"./test.csv\" --startingDirPath=\"../../../environments\" --gitIgnorePath=\"../../../.gitignore\"",
|
|
56
57
|
"test-components-usage-report-complete": "npx ./ components-usage-report --outputPath=\"./test.csv\" --startingDirPath=\"../../../environments\" --gitIgnorePath=\"../../../.gitignore\" --repo=\"Dimsum\" --org=\"ICE\"",
|
|
57
58
|
"test-components-usage-report-complete-append": "npx ./ components-usage-report --outputPath=\"./test.csv\" --startingDirPath=\"../../../environments\" --gitIgnorePath=\"../../../.gitignore\" --repo=\"Dimsum2\" --org=\"ICE2\"",
|