@skyux/packages 14.0.0-alpha.13 → 14.0.0-alpha.14
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.
- package/migrations.json +6 -6
- package/package.json +57 -57
- package/src/schematics/rules/convert-page-summary-to-page-header/convert-page-summary-to-page-header.js +1 -1
- package/src/schematics/rules/convert-progress-indicator-wizard-to-tab-wizard/convert-progress-indicator-wizard-to-tab-wizard.js +1 -1
- package/src/version.js +1 -1
package/migrations.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schematics": {
|
|
3
3
|
"noop": {
|
|
4
|
-
"version": "14.0.0-alpha.
|
|
4
|
+
"version": "14.0.0-alpha.14",
|
|
5
5
|
"factory": "./src/schematics/migrations/all/noop/noop.schematic",
|
|
6
6
|
"description": "Update all SKY UX component packages"
|
|
7
7
|
},
|
|
8
8
|
"i18n-resources-module": {
|
|
9
|
-
"version": "14.0.0-alpha.
|
|
9
|
+
"version": "14.0.0-alpha.14",
|
|
10
10
|
"factory": "./src/schematics/migrations/all/i18n-resources-module/i18n-resources-module.schematic",
|
|
11
11
|
"description": "Regenerate i18n resources modules for libraries."
|
|
12
12
|
},
|
|
13
13
|
"remove-old-compat-stylesheets": {
|
|
14
|
-
"version": "14.0.0-alpha.
|
|
14
|
+
"version": "14.0.0-alpha.14",
|
|
15
15
|
"factory": "./src/schematics/migrations/all/remove-old-compat-stylesheets/remove-old-compat-stylesheets.schematic",
|
|
16
16
|
"description": "Remove backward compatible stylesheets for older versions of SKY UX."
|
|
17
17
|
},
|
|
18
18
|
"workspace-check": {
|
|
19
|
-
"version": "14.0.0-alpha.
|
|
19
|
+
"version": "14.0.0-alpha.14",
|
|
20
20
|
"factory": "./src/schematics/migrations/all/workspace-check/workspace-check.schematic",
|
|
21
21
|
"description": "Log warnings if the workspace is not configured correctly."
|
|
22
22
|
},
|
|
23
23
|
"uninstall-prettier-schematics": {
|
|
24
|
-
"version": "14.0.0-alpha.
|
|
24
|
+
"version": "14.0.0-alpha.14",
|
|
25
25
|
"factory": "./src/schematics/migrations/update-14/uninstall-prettier-schematics/uninstall-prettier-schematics",
|
|
26
26
|
"description": "Uninstall the @skyux-sdk/prettier-schematics package"
|
|
27
27
|
},
|
|
28
28
|
"remove-dragula": {
|
|
29
|
-
"version": "14.0.0-alpha.
|
|
29
|
+
"version": "14.0.0-alpha.14",
|
|
30
30
|
"factory": "./src/schematics/migrations/update-14/remove-dragula/remove-dragula",
|
|
31
31
|
"description": "Remove dragula, ng2-dragula, and dom-autoscroller packages if not used"
|
|
32
32
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/packages",
|
|
3
|
-
"version": "14.0.0-alpha.
|
|
3
|
+
"version": "14.0.0-alpha.14",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"description": "Handles the `ng update` command for SKY UX component libraries.",
|
|
6
6
|
"keywords": [
|
|
@@ -35,68 +35,68 @@
|
|
|
35
35
|
"ng-update": {
|
|
36
36
|
"migrations": "./migrations.json",
|
|
37
37
|
"packageGroup": {
|
|
38
|
-
"@skyux/packages": "14.0.0-alpha.
|
|
38
|
+
"@skyux/packages": "14.0.0-alpha.14",
|
|
39
39
|
"@blackbaud/angular-tree-component": "^1.0.0",
|
|
40
|
-
"@skyux-sdk/eslint-schematics": "14.0.0-alpha.
|
|
41
|
-
"@skyux-sdk/stylelint-schematics": "14.0.0-alpha.
|
|
42
|
-
"@skyux-sdk/testing": "14.0.0-alpha.
|
|
43
|
-
"@skyux/a11y": "14.0.0-alpha.
|
|
44
|
-
"@skyux/action-bars": "14.0.0-alpha.
|
|
45
|
-
"@skyux/ag-grid": "14.0.0-alpha.
|
|
46
|
-
"@skyux/angular-tree-component": "14.0.0-alpha.
|
|
47
|
-
"@skyux/animations": "14.0.0-alpha.
|
|
48
|
-
"@skyux/assets": "14.0.0-alpha.
|
|
49
|
-
"@skyux/autonumeric": "14.0.0-alpha.
|
|
50
|
-
"@skyux/avatar": "14.0.0-alpha.
|
|
51
|
-
"@skyux/code-examples": "14.0.0-alpha.
|
|
52
|
-
"@skyux/colorpicker": "14.0.0-alpha.
|
|
53
|
-
"@skyux/config": "14.0.0-alpha.
|
|
54
|
-
"@skyux/core": "14.0.0-alpha.
|
|
55
|
-
"@skyux/data-manager": "14.0.0-alpha.
|
|
56
|
-
"@skyux/datetime": "14.0.0-alpha.
|
|
57
|
-
"@skyux/docs-tools": "14.0.0-alpha.
|
|
58
|
-
"@skyux/errors": "14.0.0-alpha.
|
|
59
|
-
"@skyux/filter-bar": "14.0.0-alpha.
|
|
60
|
-
"@skyux/flyout": "14.0.0-alpha.
|
|
61
|
-
"@skyux/forms": "14.0.0-alpha.
|
|
62
|
-
"@skyux/grids": "14.0.0-alpha.
|
|
63
|
-
"@skyux/help-inline": "14.0.0-alpha.
|
|
64
|
-
"@skyux/i18n": "14.0.0-alpha.
|
|
65
|
-
"@skyux/icon": "14.0.0-alpha.
|
|
40
|
+
"@skyux-sdk/eslint-schematics": "14.0.0-alpha.14",
|
|
41
|
+
"@skyux-sdk/stylelint-schematics": "14.0.0-alpha.14",
|
|
42
|
+
"@skyux-sdk/testing": "14.0.0-alpha.14",
|
|
43
|
+
"@skyux/a11y": "14.0.0-alpha.14",
|
|
44
|
+
"@skyux/action-bars": "14.0.0-alpha.14",
|
|
45
|
+
"@skyux/ag-grid": "14.0.0-alpha.14",
|
|
46
|
+
"@skyux/angular-tree-component": "14.0.0-alpha.14",
|
|
47
|
+
"@skyux/animations": "14.0.0-alpha.14",
|
|
48
|
+
"@skyux/assets": "14.0.0-alpha.14",
|
|
49
|
+
"@skyux/autonumeric": "14.0.0-alpha.14",
|
|
50
|
+
"@skyux/avatar": "14.0.0-alpha.14",
|
|
51
|
+
"@skyux/code-examples": "14.0.0-alpha.14",
|
|
52
|
+
"@skyux/colorpicker": "14.0.0-alpha.14",
|
|
53
|
+
"@skyux/config": "14.0.0-alpha.14",
|
|
54
|
+
"@skyux/core": "14.0.0-alpha.14",
|
|
55
|
+
"@skyux/data-manager": "14.0.0-alpha.14",
|
|
56
|
+
"@skyux/datetime": "14.0.0-alpha.14",
|
|
57
|
+
"@skyux/docs-tools": "14.0.0-alpha.14",
|
|
58
|
+
"@skyux/errors": "14.0.0-alpha.14",
|
|
59
|
+
"@skyux/filter-bar": "14.0.0-alpha.14",
|
|
60
|
+
"@skyux/flyout": "14.0.0-alpha.14",
|
|
61
|
+
"@skyux/forms": "14.0.0-alpha.14",
|
|
62
|
+
"@skyux/grids": "14.0.0-alpha.14",
|
|
63
|
+
"@skyux/help-inline": "14.0.0-alpha.14",
|
|
64
|
+
"@skyux/i18n": "14.0.0-alpha.14",
|
|
65
|
+
"@skyux/icon": "14.0.0-alpha.14",
|
|
66
66
|
"@skyux/icons": "^10.4.0",
|
|
67
|
-
"@skyux/indicators": "14.0.0-alpha.
|
|
68
|
-
"@skyux/inline-form": "14.0.0-alpha.
|
|
69
|
-
"@skyux/layout": "14.0.0-alpha.
|
|
70
|
-
"@skyux/list-builder": "14.0.0-alpha.
|
|
71
|
-
"@skyux/list-builder-common": "14.0.0-alpha.
|
|
72
|
-
"@skyux/list-builder-view-checklist": "14.0.0-alpha.
|
|
73
|
-
"@skyux/list-builder-view-grids": "14.0.0-alpha.
|
|
74
|
-
"@skyux/lists": "14.0.0-alpha.
|
|
75
|
-
"@skyux/lookup": "14.0.0-alpha.
|
|
76
|
-
"@skyux/manifest": "14.0.0-alpha.
|
|
77
|
-
"@skyux/modals": "14.0.0-alpha.
|
|
78
|
-
"@skyux/navbar": "14.0.0-alpha.
|
|
79
|
-
"@skyux/pages": "14.0.0-alpha.
|
|
80
|
-
"@skyux/phone-field": "14.0.0-alpha.
|
|
81
|
-
"@skyux/popovers": "14.0.0-alpha.
|
|
82
|
-
"@skyux/progress-indicator": "14.0.0-alpha.
|
|
83
|
-
"@skyux/router": "14.0.0-alpha.
|
|
84
|
-
"@skyux/select-field": "14.0.0-alpha.
|
|
85
|
-
"@skyux/split-view": "14.0.0-alpha.
|
|
86
|
-
"@skyux/tabs": "14.0.0-alpha.
|
|
87
|
-
"@skyux/text-editor": "14.0.0-alpha.
|
|
88
|
-
"@skyux/theme": "14.0.0-alpha.
|
|
89
|
-
"@skyux/tiles": "14.0.0-alpha.
|
|
90
|
-
"@skyux/toast": "14.0.0-alpha.
|
|
91
|
-
"@skyux/validation": "14.0.0-alpha.
|
|
67
|
+
"@skyux/indicators": "14.0.0-alpha.14",
|
|
68
|
+
"@skyux/inline-form": "14.0.0-alpha.14",
|
|
69
|
+
"@skyux/layout": "14.0.0-alpha.14",
|
|
70
|
+
"@skyux/list-builder": "14.0.0-alpha.14",
|
|
71
|
+
"@skyux/list-builder-common": "14.0.0-alpha.14",
|
|
72
|
+
"@skyux/list-builder-view-checklist": "14.0.0-alpha.14",
|
|
73
|
+
"@skyux/list-builder-view-grids": "14.0.0-alpha.14",
|
|
74
|
+
"@skyux/lists": "14.0.0-alpha.14",
|
|
75
|
+
"@skyux/lookup": "14.0.0-alpha.14",
|
|
76
|
+
"@skyux/manifest": "14.0.0-alpha.14",
|
|
77
|
+
"@skyux/modals": "14.0.0-alpha.14",
|
|
78
|
+
"@skyux/navbar": "14.0.0-alpha.14",
|
|
79
|
+
"@skyux/pages": "14.0.0-alpha.14",
|
|
80
|
+
"@skyux/phone-field": "14.0.0-alpha.14",
|
|
81
|
+
"@skyux/popovers": "14.0.0-alpha.14",
|
|
82
|
+
"@skyux/progress-indicator": "14.0.0-alpha.14",
|
|
83
|
+
"@skyux/router": "14.0.0-alpha.14",
|
|
84
|
+
"@skyux/select-field": "14.0.0-alpha.14",
|
|
85
|
+
"@skyux/split-view": "14.0.0-alpha.14",
|
|
86
|
+
"@skyux/tabs": "14.0.0-alpha.14",
|
|
87
|
+
"@skyux/text-editor": "14.0.0-alpha.14",
|
|
88
|
+
"@skyux/theme": "14.0.0-alpha.14",
|
|
89
|
+
"@skyux/tiles": "14.0.0-alpha.14",
|
|
90
|
+
"@skyux/toast": "14.0.0-alpha.14",
|
|
91
|
+
"@skyux/validation": "14.0.0-alpha.14",
|
|
92
92
|
"ag-grid-angular": "^35.1.0",
|
|
93
93
|
"ag-grid-community": "^35.1.0",
|
|
94
94
|
"ag-grid-enterprise": "^35.1.0",
|
|
95
95
|
"autonumeric": "^4.10.9",
|
|
96
|
-
"eslint-config-skyux": "14.0.0-alpha.
|
|
97
|
-
"skyux-eslint": "14.0.0-alpha.
|
|
98
|
-
"skyux-stylelint": "14.0.0-alpha.
|
|
99
|
-
"stylelint-config-skyux": "14.0.0-alpha.
|
|
96
|
+
"eslint-config-skyux": "14.0.0-alpha.14",
|
|
97
|
+
"skyux-eslint": "14.0.0-alpha.14",
|
|
98
|
+
"skyux-stylelint": "14.0.0-alpha.14",
|
|
99
|
+
"stylelint-config-skyux": "14.0.0-alpha.14"
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
102
|
"peerDependencies": {
|
|
@@ -198,7 +198,7 @@ function convertPageSummaryToPageHeader(projectPath) {
|
|
|
198
198
|
}
|
|
199
199
|
});
|
|
200
200
|
},
|
|
201
|
-
(0, utility_1.addDependency)('@skyux/pages', `14.0.0-alpha.
|
|
201
|
+
(0, utility_1.addDependency)('@skyux/pages', `14.0.0-alpha.14`, {
|
|
202
202
|
existing: utility_1.ExistingBehavior.Skip,
|
|
203
203
|
}),
|
|
204
204
|
]);
|
|
@@ -296,7 +296,7 @@ function convertProgressIndicatorWizardToTabWizard(options) {
|
|
|
296
296
|
});
|
|
297
297
|
}
|
|
298
298
|
},
|
|
299
|
-
(0, utility_1.addDependency)('@skyux/tabs', `14.0.0-alpha.
|
|
299
|
+
(0, utility_1.addDependency)('@skyux/tabs', `14.0.0-alpha.14`, {
|
|
300
300
|
existing: utility_1.ExistingBehavior.Skip,
|
|
301
301
|
}),
|
|
302
302
|
]);
|
package/src/version.js
CHANGED