@skyux/packages 13.0.0-beta.1 → 13.0.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.
- package/migrations.json +7 -7
- 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,37 +1,37 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schematics": {
|
|
3
3
|
"noop": {
|
|
4
|
-
"version": "13.0.0
|
|
4
|
+
"version": "13.0.0",
|
|
5
5
|
"factory": "./src/schematics/migrations/noop/noop.schematic",
|
|
6
6
|
"description": "Update all SKY UX component packages"
|
|
7
7
|
},
|
|
8
8
|
"fix-imports": {
|
|
9
|
-
"version": "13.0.0
|
|
9
|
+
"version": "13.0.0",
|
|
10
10
|
"factory": "./src/schematics/migrations/update-13/fix-imports/fix-imports.schematic",
|
|
11
11
|
"description": "Update typescript imports for SKY UX packages."
|
|
12
12
|
},
|
|
13
13
|
"i18n-resources-module": {
|
|
14
|
-
"version": "13.0.0
|
|
14
|
+
"version": "13.0.0",
|
|
15
15
|
"factory": "./src/schematics/migrations/update-13/i18n-resources-module/i18n-resources-module.schematic",
|
|
16
16
|
"description": "Regenerate i18n resources modules for libraries."
|
|
17
17
|
},
|
|
18
18
|
"icon-name": {
|
|
19
|
-
"version": "13.0.0
|
|
19
|
+
"version": "13.0.0",
|
|
20
20
|
"factory": "./src/schematics/migrations/update-13/icon-name/icon-name.schematic",
|
|
21
21
|
"description": "Update icon `icon` properties to `iconName` and remove other obsolete properties."
|
|
22
22
|
},
|
|
23
23
|
"remove-old-compat-stylesheets": {
|
|
24
|
-
"version": "13.0.0
|
|
24
|
+
"version": "13.0.0",
|
|
25
25
|
"factory": "./src/schematics/migrations/update-13/remove-old-compat-stylesheets/remove-old-compat-stylesheets.schematic",
|
|
26
26
|
"description": "Remove backward compatible stylesheets for older versions of SKY UX."
|
|
27
27
|
},
|
|
28
28
|
"workspace-check": {
|
|
29
|
-
"version": "13.0.0
|
|
29
|
+
"version": "13.0.0",
|
|
30
30
|
"factory": "./src/schematics/migrations/update-13/workspace-check/workspace-check.schematic",
|
|
31
31
|
"description": "Log warnings if the workspace is not configured correctly."
|
|
32
32
|
},
|
|
33
33
|
"replace-light-blue-custom-property": {
|
|
34
|
-
"version": "13.0.0
|
|
34
|
+
"version": "13.0.0",
|
|
35
35
|
"factory": "./src/schematics/migrations/update-13/replace-light-blue-custom-property/replace-light-blue-custom-property.schematic",
|
|
36
36
|
"description": "Replace --sky-category-color-light-blue custom property with --sky-category-color-green."
|
|
37
37
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/packages",
|
|
3
|
-
"version": "13.0.0
|
|
3
|
+
"version": "13.0.0",
|
|
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": "13.0.0
|
|
38
|
+
"@skyux/packages": "13.0.0",
|
|
39
39
|
"@blackbaud/angular-tree-component": "^1.0.0",
|
|
40
|
-
"@skyux-sdk/eslint-schematics": "13.0.0
|
|
41
|
-
"@skyux-sdk/stylelint-schematics": "13.0.0
|
|
42
|
-
"@skyux-sdk/testing": "13.0.0
|
|
43
|
-
"@skyux/a11y": "13.0.0
|
|
44
|
-
"@skyux/action-bars": "13.0.0
|
|
45
|
-
"@skyux/ag-grid": "13.0.0
|
|
46
|
-
"@skyux/angular-tree-component": "13.0.0
|
|
47
|
-
"@skyux/animations": "13.0.0
|
|
48
|
-
"@skyux/assets": "13.0.0
|
|
49
|
-
"@skyux/autonumeric": "13.0.0
|
|
50
|
-
"@skyux/avatar": "13.0.0
|
|
51
|
-
"@skyux/code-examples": "13.0.0
|
|
52
|
-
"@skyux/colorpicker": "13.0.0
|
|
53
|
-
"@skyux/config": "13.0.0
|
|
54
|
-
"@skyux/core": "13.0.0
|
|
55
|
-
"@skyux/data-manager": "13.0.0
|
|
56
|
-
"@skyux/datetime": "13.0.0
|
|
57
|
-
"@skyux/docs-tools": "13.0.0
|
|
58
|
-
"@skyux/errors": "13.0.0
|
|
59
|
-
"@skyux/filter-bar": "13.0.0
|
|
60
|
-
"@skyux/flyout": "13.0.0
|
|
61
|
-
"@skyux/forms": "13.0.0
|
|
62
|
-
"@skyux/grids": "13.0.0
|
|
63
|
-
"@skyux/help-inline": "13.0.0
|
|
64
|
-
"@skyux/i18n": "13.0.0
|
|
65
|
-
"@skyux/icon": "13.0.0
|
|
40
|
+
"@skyux-sdk/eslint-schematics": "13.0.0",
|
|
41
|
+
"@skyux-sdk/stylelint-schematics": "13.0.0",
|
|
42
|
+
"@skyux-sdk/testing": "13.0.0",
|
|
43
|
+
"@skyux/a11y": "13.0.0",
|
|
44
|
+
"@skyux/action-bars": "13.0.0",
|
|
45
|
+
"@skyux/ag-grid": "13.0.0",
|
|
46
|
+
"@skyux/angular-tree-component": "13.0.0",
|
|
47
|
+
"@skyux/animations": "13.0.0",
|
|
48
|
+
"@skyux/assets": "13.0.0",
|
|
49
|
+
"@skyux/autonumeric": "13.0.0",
|
|
50
|
+
"@skyux/avatar": "13.0.0",
|
|
51
|
+
"@skyux/code-examples": "13.0.0",
|
|
52
|
+
"@skyux/colorpicker": "13.0.0",
|
|
53
|
+
"@skyux/config": "13.0.0",
|
|
54
|
+
"@skyux/core": "13.0.0",
|
|
55
|
+
"@skyux/data-manager": "13.0.0",
|
|
56
|
+
"@skyux/datetime": "13.0.0",
|
|
57
|
+
"@skyux/docs-tools": "13.0.0",
|
|
58
|
+
"@skyux/errors": "13.0.0",
|
|
59
|
+
"@skyux/filter-bar": "13.0.0",
|
|
60
|
+
"@skyux/flyout": "13.0.0",
|
|
61
|
+
"@skyux/forms": "13.0.0",
|
|
62
|
+
"@skyux/grids": "13.0.0",
|
|
63
|
+
"@skyux/help-inline": "13.0.0",
|
|
64
|
+
"@skyux/i18n": "13.0.0",
|
|
65
|
+
"@skyux/icon": "13.0.0",
|
|
66
66
|
"@skyux/icons": "^9.0.0",
|
|
67
|
-
"@skyux/indicators": "13.0.0
|
|
68
|
-
"@skyux/inline-form": "13.0.0
|
|
69
|
-
"@skyux/layout": "13.0.0
|
|
70
|
-
"@skyux/list-builder": "13.0.0
|
|
71
|
-
"@skyux/list-builder-common": "13.0.0
|
|
72
|
-
"@skyux/list-builder-view-checklist": "13.0.0
|
|
73
|
-
"@skyux/list-builder-view-grids": "13.0.0
|
|
74
|
-
"@skyux/lists": "13.0.0
|
|
75
|
-
"@skyux/lookup": "13.0.0
|
|
76
|
-
"@skyux/manifest": "13.0.0
|
|
77
|
-
"@skyux/modals": "13.0.0
|
|
78
|
-
"@skyux/navbar": "13.0.0
|
|
79
|
-
"@skyux/pages": "13.0.0
|
|
80
|
-
"@skyux/phone-field": "13.0.0
|
|
81
|
-
"@skyux/popovers": "13.0.0
|
|
82
|
-
"@skyux/progress-indicator": "13.0.0
|
|
83
|
-
"@skyux/router": "13.0.0
|
|
84
|
-
"@skyux/select-field": "13.0.0
|
|
85
|
-
"@skyux/split-view": "13.0.0
|
|
86
|
-
"@skyux/tabs": "13.0.0
|
|
87
|
-
"@skyux/text-editor": "13.0.0
|
|
88
|
-
"@skyux/theme": "13.0.0
|
|
89
|
-
"@skyux/tiles": "13.0.0
|
|
90
|
-
"@skyux/toast": "13.0.0
|
|
91
|
-
"@skyux/validation": "13.0.0
|
|
67
|
+
"@skyux/indicators": "13.0.0",
|
|
68
|
+
"@skyux/inline-form": "13.0.0",
|
|
69
|
+
"@skyux/layout": "13.0.0",
|
|
70
|
+
"@skyux/list-builder": "13.0.0",
|
|
71
|
+
"@skyux/list-builder-common": "13.0.0",
|
|
72
|
+
"@skyux/list-builder-view-checklist": "13.0.0",
|
|
73
|
+
"@skyux/list-builder-view-grids": "13.0.0",
|
|
74
|
+
"@skyux/lists": "13.0.0",
|
|
75
|
+
"@skyux/lookup": "13.0.0",
|
|
76
|
+
"@skyux/manifest": "13.0.0",
|
|
77
|
+
"@skyux/modals": "13.0.0",
|
|
78
|
+
"@skyux/navbar": "13.0.0",
|
|
79
|
+
"@skyux/pages": "13.0.0",
|
|
80
|
+
"@skyux/phone-field": "13.0.0",
|
|
81
|
+
"@skyux/popovers": "13.0.0",
|
|
82
|
+
"@skyux/progress-indicator": "13.0.0",
|
|
83
|
+
"@skyux/router": "13.0.0",
|
|
84
|
+
"@skyux/select-field": "13.0.0",
|
|
85
|
+
"@skyux/split-view": "13.0.0",
|
|
86
|
+
"@skyux/tabs": "13.0.0",
|
|
87
|
+
"@skyux/text-editor": "13.0.0",
|
|
88
|
+
"@skyux/theme": "13.0.0",
|
|
89
|
+
"@skyux/tiles": "13.0.0",
|
|
90
|
+
"@skyux/toast": "13.0.0",
|
|
91
|
+
"@skyux/validation": "13.0.0",
|
|
92
92
|
"ag-grid-angular": "^34.2.0",
|
|
93
93
|
"ag-grid-community": "^34.2.0",
|
|
94
94
|
"ag-grid-enterprise": "^34.1.1",
|
|
95
95
|
"autonumeric": "^4.10.8",
|
|
96
|
-
"eslint-config-skyux": "13.0.0
|
|
97
|
-
"skyux-eslint": "13.0.0
|
|
98
|
-
"skyux-stylelint": "13.0.0
|
|
99
|
-
"stylelint-config-skyux": "13.0.0
|
|
96
|
+
"eslint-config-skyux": "13.0.0",
|
|
97
|
+
"skyux-eslint": "13.0.0",
|
|
98
|
+
"skyux-stylelint": "13.0.0",
|
|
99
|
+
"stylelint-config-skyux": "13.0.0"
|
|
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', `13.0.0
|
|
201
|
+
(0, utility_1.addDependency)('@skyux/pages', `13.0.0`, {
|
|
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', `13.0.0
|
|
299
|
+
(0, utility_1.addDependency)('@skyux/tabs', `13.0.0`, {
|
|
300
300
|
existing: utility_1.ExistingBehavior.Skip,
|
|
301
301
|
}),
|
|
302
302
|
]);
|
package/src/version.js
CHANGED