@skyux/packages 15.0.0-alpha.6 → 15.0.0-alpha.7
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 +9 -9
- package/package.json +60 -60
- package/src/schematics/rules/convert-grid-to-data-grid/convert-grid-to-data-grid.js +1 -1
- 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,47 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schematics": {
|
|
3
3
|
"noop": {
|
|
4
|
-
"version": "15.0.0-alpha.
|
|
4
|
+
"version": "15.0.0-alpha.7",
|
|
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": "15.0.0-alpha.
|
|
9
|
+
"version": "15.0.0-alpha.7",
|
|
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": "15.0.0-alpha.
|
|
14
|
+
"version": "15.0.0-alpha.7",
|
|
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": "15.0.0-alpha.
|
|
19
|
+
"version": "15.0.0-alpha.7",
|
|
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
|
"migrate-dragula-polyfill": {
|
|
24
|
-
"version": "15.0.0-alpha.
|
|
24
|
+
"version": "15.0.0-alpha.7",
|
|
25
25
|
"factory": "./src/schematics/migrations/all/migrate-dragula-polyfill/migrate-dragula-polyfill.schematic",
|
|
26
26
|
"description": "Remove the @skyux/packages/polyfills entry from project config, replacing it with a local copy when Dragula is still installed."
|
|
27
27
|
},
|
|
28
28
|
"remove-timepicker-retain-invalid-values": {
|
|
29
|
-
"version": "15.0.0-alpha.
|
|
29
|
+
"version": "15.0.0-alpha.7",
|
|
30
30
|
"factory": "./src/schematics/migrations/update-15/remove-timepicker-retain-invalid-values/remove-timepicker-retain-invalid-values.schematic",
|
|
31
31
|
"description": "Remove the skyTimepickerRetainInvalidValues input from timepicker inputs since retaining invalid values is now the default behavior."
|
|
32
32
|
},
|
|
33
33
|
"add-compat-stylesheets": {
|
|
34
|
-
"version": "15.0.0-alpha.
|
|
34
|
+
"version": "15.0.0-alpha.7",
|
|
35
35
|
"factory": "./src/schematics/migrations/update-15/add-compat-stylesheets/add-compat-stylesheet.schematic",
|
|
36
36
|
"description": "Add a backwards-compatible stylesheet with styles that have been removed from components in SKY UX 15."
|
|
37
37
|
},
|
|
38
38
|
"migrate-sdk-testing-imports": {
|
|
39
|
-
"version": "15.0.0-alpha.
|
|
39
|
+
"version": "15.0.0-alpha.7",
|
|
40
40
|
"factory": "./src/schematics/migrations/update-15/migrate-sdk-testing-imports/migrate-sdk-testing-imports.schematic",
|
|
41
41
|
"description": "Move SkyAppTestUtility, SkyAppTestUtilityDomEventOptions, and SkyBy imports from the deprecated @skyux-sdk/testing package to @skyux/core/testing."
|
|
42
42
|
},
|
|
43
43
|
"legacy-i18n-services": {
|
|
44
|
-
"version": "15.0.0-alpha.
|
|
44
|
+
"version": "15.0.0-alpha.7",
|
|
45
45
|
"factory": "./src/schematics/migrations/update-15/legacy-i18n-services/legacy-i18n-services.schematic",
|
|
46
46
|
"description": "Replace SkyAppResourcesService and SkyLibResourcesService with their legacy equivalents since the originals now emit whenever the locale changes."
|
|
47
47
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/packages",
|
|
3
|
-
"version": "15.0.0-alpha.
|
|
3
|
+
"version": "15.0.0-alpha.7",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"description": "Handles the `ng update` command for SKY UX component libraries.",
|
|
6
6
|
"keywords": [
|
|
@@ -32,71 +32,71 @@
|
|
|
32
32
|
"ng-update": {
|
|
33
33
|
"migrations": "./migrations.json",
|
|
34
34
|
"packageGroup": {
|
|
35
|
-
"@skyux/packages": "15.0.0-alpha.
|
|
35
|
+
"@skyux/packages": "15.0.0-alpha.7",
|
|
36
36
|
"@blackbaud/angular-tree-component": "^1.0.0",
|
|
37
|
-
"@skyux-sdk/eslint-schematics": "15.0.0-alpha.
|
|
38
|
-
"@skyux-sdk/stylelint-schematics": "15.0.0-alpha.
|
|
39
|
-
"@skyux-sdk/testing": "15.0.0-alpha.
|
|
40
|
-
"@skyux-sdk/testing-schematics": "15.0.0-alpha.
|
|
41
|
-
"@skyux-sdk/vitest": "15.0.0-alpha.
|
|
42
|
-
"@skyux/a11y": "15.0.0-alpha.
|
|
43
|
-
"@skyux/action-bars": "15.0.0-alpha.
|
|
44
|
-
"@skyux/ag-grid": "15.0.0-alpha.
|
|
45
|
-
"@skyux/angular-tree-component": "15.0.0-alpha.
|
|
46
|
-
"@skyux/animations": "15.0.0-alpha.
|
|
47
|
-
"@skyux/assets": "15.0.0-alpha.
|
|
48
|
-
"@skyux/autonumeric": "15.0.0-alpha.
|
|
49
|
-
"@skyux/avatar": "15.0.0-alpha.
|
|
50
|
-
"@skyux/charts": "15.0.0-alpha.
|
|
51
|
-
"@skyux/code-examples": "15.0.0-alpha.
|
|
52
|
-
"@skyux/colorpicker": "15.0.0-alpha.
|
|
53
|
-
"@skyux/config": "15.0.0-alpha.
|
|
54
|
-
"@skyux/core": "15.0.0-alpha.
|
|
55
|
-
"@skyux/data-grid": "15.0.0-alpha.
|
|
56
|
-
"@skyux/data-manager": "15.0.0-alpha.
|
|
57
|
-
"@skyux/datetime": "15.0.0-alpha.
|
|
58
|
-
"@skyux/docs-tools": "15.0.0-alpha.
|
|
59
|
-
"@skyux/errors": "15.0.0-alpha.
|
|
60
|
-
"@skyux/filter-bar": "15.0.0-alpha.
|
|
61
|
-
"@skyux/flyout": "15.0.0-alpha.
|
|
62
|
-
"@skyux/forms": "15.0.0-alpha.
|
|
63
|
-
"@skyux/grids": "15.0.0-alpha.
|
|
64
|
-
"@skyux/help-inline": "15.0.0-alpha.
|
|
65
|
-
"@skyux/i18n": "15.0.0-alpha.
|
|
66
|
-
"@skyux/icon": "15.0.0-alpha.
|
|
37
|
+
"@skyux-sdk/eslint-schematics": "15.0.0-alpha.7",
|
|
38
|
+
"@skyux-sdk/stylelint-schematics": "15.0.0-alpha.7",
|
|
39
|
+
"@skyux-sdk/testing": "15.0.0-alpha.7",
|
|
40
|
+
"@skyux-sdk/testing-schematics": "15.0.0-alpha.7",
|
|
41
|
+
"@skyux-sdk/vitest": "15.0.0-alpha.7",
|
|
42
|
+
"@skyux/a11y": "15.0.0-alpha.7",
|
|
43
|
+
"@skyux/action-bars": "15.0.0-alpha.7",
|
|
44
|
+
"@skyux/ag-grid": "15.0.0-alpha.7",
|
|
45
|
+
"@skyux/angular-tree-component": "15.0.0-alpha.7",
|
|
46
|
+
"@skyux/animations": "15.0.0-alpha.7",
|
|
47
|
+
"@skyux/assets": "15.0.0-alpha.7",
|
|
48
|
+
"@skyux/autonumeric": "15.0.0-alpha.7",
|
|
49
|
+
"@skyux/avatar": "15.0.0-alpha.7",
|
|
50
|
+
"@skyux/charts": "15.0.0-alpha.7",
|
|
51
|
+
"@skyux/code-examples": "15.0.0-alpha.7",
|
|
52
|
+
"@skyux/colorpicker": "15.0.0-alpha.7",
|
|
53
|
+
"@skyux/config": "15.0.0-alpha.7",
|
|
54
|
+
"@skyux/core": "15.0.0-alpha.7",
|
|
55
|
+
"@skyux/data-grid": "15.0.0-alpha.7",
|
|
56
|
+
"@skyux/data-manager": "15.0.0-alpha.7",
|
|
57
|
+
"@skyux/datetime": "15.0.0-alpha.7",
|
|
58
|
+
"@skyux/docs-tools": "15.0.0-alpha.7",
|
|
59
|
+
"@skyux/errors": "15.0.0-alpha.7",
|
|
60
|
+
"@skyux/filter-bar": "15.0.0-alpha.7",
|
|
61
|
+
"@skyux/flyout": "15.0.0-alpha.7",
|
|
62
|
+
"@skyux/forms": "15.0.0-alpha.7",
|
|
63
|
+
"@skyux/grids": "15.0.0-alpha.7",
|
|
64
|
+
"@skyux/help-inline": "15.0.0-alpha.7",
|
|
65
|
+
"@skyux/i18n": "15.0.0-alpha.7",
|
|
66
|
+
"@skyux/icon": "15.0.0-alpha.7",
|
|
67
67
|
"@skyux/icons": "^11.4.0",
|
|
68
|
-
"@skyux/indicators": "15.0.0-alpha.
|
|
69
|
-
"@skyux/inline-form": "15.0.0-alpha.
|
|
70
|
-
"@skyux/layout": "15.0.0-alpha.
|
|
71
|
-
"@skyux/list-builder": "15.0.0-alpha.
|
|
72
|
-
"@skyux/list-builder-common": "15.0.0-alpha.
|
|
73
|
-
"@skyux/list-builder-view-checklist": "15.0.0-alpha.
|
|
74
|
-
"@skyux/list-builder-view-grids": "15.0.0-alpha.
|
|
75
|
-
"@skyux/lists": "15.0.0-alpha.
|
|
76
|
-
"@skyux/lookup": "15.0.0-alpha.
|
|
77
|
-
"@skyux/manifest": "15.0.0-alpha.
|
|
78
|
-
"@skyux/modals": "15.0.0-alpha.
|
|
79
|
-
"@skyux/navbar": "15.0.0-alpha.
|
|
80
|
-
"@skyux/pages": "15.0.0-alpha.
|
|
81
|
-
"@skyux/phone-field": "15.0.0-alpha.
|
|
82
|
-
"@skyux/popovers": "15.0.0-alpha.
|
|
83
|
-
"@skyux/progress-indicator": "15.0.0-alpha.
|
|
84
|
-
"@skyux/router": "15.0.0-alpha.
|
|
85
|
-
"@skyux/split-view": "15.0.0-alpha.
|
|
86
|
-
"@skyux/tabs": "15.0.0-alpha.
|
|
87
|
-
"@skyux/text-editor": "15.0.0-alpha.
|
|
88
|
-
"@skyux/theme": "15.0.0-alpha.
|
|
89
|
-
"@skyux/tiles": "15.0.0-alpha.
|
|
90
|
-
"@skyux/toast": "15.0.0-alpha.
|
|
91
|
-
"@skyux/validation": "15.0.0-alpha.
|
|
68
|
+
"@skyux/indicators": "15.0.0-alpha.7",
|
|
69
|
+
"@skyux/inline-form": "15.0.0-alpha.7",
|
|
70
|
+
"@skyux/layout": "15.0.0-alpha.7",
|
|
71
|
+
"@skyux/list-builder": "15.0.0-alpha.7",
|
|
72
|
+
"@skyux/list-builder-common": "15.0.0-alpha.7",
|
|
73
|
+
"@skyux/list-builder-view-checklist": "15.0.0-alpha.7",
|
|
74
|
+
"@skyux/list-builder-view-grids": "15.0.0-alpha.7",
|
|
75
|
+
"@skyux/lists": "15.0.0-alpha.7",
|
|
76
|
+
"@skyux/lookup": "15.0.0-alpha.7",
|
|
77
|
+
"@skyux/manifest": "15.0.0-alpha.7",
|
|
78
|
+
"@skyux/modals": "15.0.0-alpha.7",
|
|
79
|
+
"@skyux/navbar": "15.0.0-alpha.7",
|
|
80
|
+
"@skyux/pages": "15.0.0-alpha.7",
|
|
81
|
+
"@skyux/phone-field": "15.0.0-alpha.7",
|
|
82
|
+
"@skyux/popovers": "15.0.0-alpha.7",
|
|
83
|
+
"@skyux/progress-indicator": "15.0.0-alpha.7",
|
|
84
|
+
"@skyux/router": "15.0.0-alpha.7",
|
|
85
|
+
"@skyux/split-view": "15.0.0-alpha.7",
|
|
86
|
+
"@skyux/tabs": "15.0.0-alpha.7",
|
|
87
|
+
"@skyux/text-editor": "15.0.0-alpha.7",
|
|
88
|
+
"@skyux/theme": "15.0.0-alpha.7",
|
|
89
|
+
"@skyux/tiles": "15.0.0-alpha.7",
|
|
90
|
+
"@skyux/toast": "15.0.0-alpha.7",
|
|
91
|
+
"@skyux/validation": "15.0.0-alpha.7",
|
|
92
92
|
"ag-grid-angular": "^36.1.0",
|
|
93
93
|
"ag-grid-community": "^36.1.0",
|
|
94
94
|
"ag-grid-enterprise": "^36.0.2",
|
|
95
95
|
"autonumeric": "^4.10.10",
|
|
96
|
-
"eslint-config-skyux": "15.0.0-alpha.
|
|
97
|
-
"skyux-eslint": "15.0.0-alpha.
|
|
98
|
-
"skyux-stylelint": "15.0.0-alpha.
|
|
99
|
-
"stylelint-config-skyux": "15.0.0-alpha.
|
|
96
|
+
"eslint-config-skyux": "15.0.0-alpha.7",
|
|
97
|
+
"skyux-eslint": "15.0.0-alpha.7",
|
|
98
|
+
"skyux-stylelint": "15.0.0-alpha.7",
|
|
99
|
+
"stylelint-config-skyux": "15.0.0-alpha.7"
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
102
|
"peerDependencies": {
|
|
@@ -535,7 +535,7 @@ function convertGridToDataGrid(projectPath) {
|
|
|
535
535
|
},
|
|
536
536
|
() => {
|
|
537
537
|
if (anyConverted) {
|
|
538
|
-
return (0, utility_1.addDependency)('@skyux/data-grid', `15.0.0-alpha.
|
|
538
|
+
return (0, utility_1.addDependency)('@skyux/data-grid', `15.0.0-alpha.7`, {
|
|
539
539
|
existing: utility_1.ExistingBehavior.Skip,
|
|
540
540
|
});
|
|
541
541
|
}
|
|
@@ -198,7 +198,7 @@ function convertPageSummaryToPageHeader(projectPath) {
|
|
|
198
198
|
}
|
|
199
199
|
});
|
|
200
200
|
},
|
|
201
|
-
(0, utility_1.addDependency)('@skyux/pages', `15.0.0-alpha.
|
|
201
|
+
(0, utility_1.addDependency)('@skyux/pages', `15.0.0-alpha.7`, {
|
|
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', `15.0.0-alpha.
|
|
299
|
+
(0, utility_1.addDependency)('@skyux/tabs', `15.0.0-alpha.7`, {
|
|
300
300
|
existing: utility_1.ExistingBehavior.Skip,
|
|
301
301
|
}),
|
|
302
302
|
]);
|
package/src/version.js
CHANGED