@skyux/packages 11.0.0-alpha.4 → 11.0.0-alpha.6
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/package.json +50 -50
- package/src/schematics/migrations/migration-collection.json +6 -1
- package/src/schematics/migrations/update-11/ng-wait-for-async-test/ng-wait-for-async-test.schematic.js +8 -1
- package/src/schematics/migrations/update-11/ng-wait-for-async-test/ng-wait-for-async-test.schematic.js.map +1 -1
- package/src/schematics/migrations/update-11/remove-nx-cache/remove-nx-cache.schematic.d.ts +2 -0
- package/src/schematics/migrations/update-11/remove-nx-cache/remove-nx-cache.schematic.js +12 -0
- package/src/schematics/migrations/update-11/remove-nx-cache/remove-nx-cache.schematic.js.map +1 -0
- package/src/schematics/rules/remove-nx-cache/remove-nx-cache.js +9 -13
- package/src/schematics/rules/remove-nx-cache/remove-nx-cache.js.map +1 -1
- package/src/version.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/packages",
|
|
3
|
-
"version": "11.0.0-alpha.
|
|
3
|
+
"version": "11.0.0-alpha.6",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"description": "Handles the `ng update` command for SKY UX component libraries.",
|
|
6
6
|
"keywords": [
|
|
@@ -35,56 +35,56 @@
|
|
|
35
35
|
"ng-update": {
|
|
36
36
|
"migrations": "./src/schematics/migrations/migration-collection.json",
|
|
37
37
|
"packageGroup": {
|
|
38
|
-
"@skyux/packages": "11.0.0-alpha.
|
|
38
|
+
"@skyux/packages": "11.0.0-alpha.6",
|
|
39
39
|
"@blackbaud/angular-tree-component": "^1.0.0",
|
|
40
|
-
"@skyux-sdk/eslint-config": "11.0.0-alpha.
|
|
41
|
-
"@skyux-sdk/prettier-schematics": "11.0.0-alpha.
|
|
42
|
-
"@skyux-sdk/testing": "11.0.0-alpha.
|
|
43
|
-
"@skyux/a11y": "11.0.0-alpha.
|
|
44
|
-
"@skyux/action-bars": "11.0.0-alpha.
|
|
45
|
-
"@skyux/ag-grid": "11.0.0-alpha.
|
|
46
|
-
"@skyux/angular-tree-component": "11.0.0-alpha.
|
|
47
|
-
"@skyux/animations": "11.0.0-alpha.
|
|
48
|
-
"@skyux/assets": "11.0.0-alpha.
|
|
49
|
-
"@skyux/autonumeric": "11.0.0-alpha.
|
|
50
|
-
"@skyux/avatar": "11.0.0-alpha.
|
|
51
|
-
"@skyux/colorpicker": "11.0.0-alpha.
|
|
52
|
-
"@skyux/config": "11.0.0-alpha.
|
|
53
|
-
"@skyux/core": "11.0.0-alpha.
|
|
54
|
-
"@skyux/data-manager": "11.0.0-alpha.
|
|
55
|
-
"@skyux/datetime": "11.0.0-alpha.
|
|
56
|
-
"@skyux/errors": "11.0.0-alpha.
|
|
57
|
-
"@skyux/flyout": "11.0.0-alpha.
|
|
58
|
-
"@skyux/forms": "11.0.0-alpha.
|
|
59
|
-
"@skyux/grids": "11.0.0-alpha.
|
|
60
|
-
"@skyux/help-inline": "11.0.0-alpha.
|
|
61
|
-
"@skyux/i18n": "11.0.0-alpha.
|
|
62
|
-
"@skyux/icons": "^7.
|
|
63
|
-
"@skyux/indicators": "11.0.0-alpha.
|
|
64
|
-
"@skyux/inline-form": "11.0.0-alpha.
|
|
65
|
-
"@skyux/layout": "11.0.0-alpha.
|
|
66
|
-
"@skyux/list-builder": "11.0.0-alpha.
|
|
67
|
-
"@skyux/list-builder-common": "11.0.0-alpha.
|
|
68
|
-
"@skyux/list-builder-view-checklist": "11.0.0-alpha.
|
|
69
|
-
"@skyux/list-builder-view-grids": "11.0.0-alpha.
|
|
70
|
-
"@skyux/lists": "11.0.0-alpha.
|
|
71
|
-
"@skyux/lookup": "11.0.0-alpha.
|
|
72
|
-
"@skyux/modals": "11.0.0-alpha.
|
|
73
|
-
"@skyux/navbar": "11.0.0-alpha.
|
|
74
|
-
"@skyux/omnibar-interop": "11.0.0-alpha.
|
|
75
|
-
"@skyux/pages": "11.0.0-alpha.
|
|
76
|
-
"@skyux/phone-field": "11.0.0-alpha.
|
|
77
|
-
"@skyux/popovers": "11.0.0-alpha.
|
|
78
|
-
"@skyux/progress-indicator": "11.0.0-alpha.
|
|
79
|
-
"@skyux/router": "11.0.0-alpha.
|
|
80
|
-
"@skyux/select-field": "11.0.0-alpha.
|
|
81
|
-
"@skyux/split-view": "11.0.0-alpha.
|
|
82
|
-
"@skyux/tabs": "11.0.0-alpha.
|
|
83
|
-
"@skyux/text-editor": "11.0.0-alpha.
|
|
84
|
-
"@skyux/theme": "11.0.0-alpha.
|
|
85
|
-
"@skyux/tiles": "11.0.0-alpha.
|
|
86
|
-
"@skyux/toast": "11.0.0-alpha.
|
|
87
|
-
"@skyux/validation": "11.0.0-alpha.
|
|
40
|
+
"@skyux-sdk/eslint-config": "11.0.0-alpha.6",
|
|
41
|
+
"@skyux-sdk/prettier-schematics": "11.0.0-alpha.6",
|
|
42
|
+
"@skyux-sdk/testing": "11.0.0-alpha.6",
|
|
43
|
+
"@skyux/a11y": "11.0.0-alpha.6",
|
|
44
|
+
"@skyux/action-bars": "11.0.0-alpha.6",
|
|
45
|
+
"@skyux/ag-grid": "11.0.0-alpha.6",
|
|
46
|
+
"@skyux/angular-tree-component": "11.0.0-alpha.6",
|
|
47
|
+
"@skyux/animations": "11.0.0-alpha.6",
|
|
48
|
+
"@skyux/assets": "11.0.0-alpha.6",
|
|
49
|
+
"@skyux/autonumeric": "11.0.0-alpha.6",
|
|
50
|
+
"@skyux/avatar": "11.0.0-alpha.6",
|
|
51
|
+
"@skyux/colorpicker": "11.0.0-alpha.6",
|
|
52
|
+
"@skyux/config": "11.0.0-alpha.6",
|
|
53
|
+
"@skyux/core": "11.0.0-alpha.6",
|
|
54
|
+
"@skyux/data-manager": "11.0.0-alpha.6",
|
|
55
|
+
"@skyux/datetime": "11.0.0-alpha.6",
|
|
56
|
+
"@skyux/errors": "11.0.0-alpha.6",
|
|
57
|
+
"@skyux/flyout": "11.0.0-alpha.6",
|
|
58
|
+
"@skyux/forms": "11.0.0-alpha.6",
|
|
59
|
+
"@skyux/grids": "11.0.0-alpha.6",
|
|
60
|
+
"@skyux/help-inline": "11.0.0-alpha.6",
|
|
61
|
+
"@skyux/i18n": "11.0.0-alpha.6",
|
|
62
|
+
"@skyux/icons": "^7.5.0",
|
|
63
|
+
"@skyux/indicators": "11.0.0-alpha.6",
|
|
64
|
+
"@skyux/inline-form": "11.0.0-alpha.6",
|
|
65
|
+
"@skyux/layout": "11.0.0-alpha.6",
|
|
66
|
+
"@skyux/list-builder": "11.0.0-alpha.6",
|
|
67
|
+
"@skyux/list-builder-common": "11.0.0-alpha.6",
|
|
68
|
+
"@skyux/list-builder-view-checklist": "11.0.0-alpha.6",
|
|
69
|
+
"@skyux/list-builder-view-grids": "11.0.0-alpha.6",
|
|
70
|
+
"@skyux/lists": "11.0.0-alpha.6",
|
|
71
|
+
"@skyux/lookup": "11.0.0-alpha.6",
|
|
72
|
+
"@skyux/modals": "11.0.0-alpha.6",
|
|
73
|
+
"@skyux/navbar": "11.0.0-alpha.6",
|
|
74
|
+
"@skyux/omnibar-interop": "11.0.0-alpha.6",
|
|
75
|
+
"@skyux/pages": "11.0.0-alpha.6",
|
|
76
|
+
"@skyux/phone-field": "11.0.0-alpha.6",
|
|
77
|
+
"@skyux/popovers": "11.0.0-alpha.6",
|
|
78
|
+
"@skyux/progress-indicator": "11.0.0-alpha.6",
|
|
79
|
+
"@skyux/router": "11.0.0-alpha.6",
|
|
80
|
+
"@skyux/select-field": "11.0.0-alpha.6",
|
|
81
|
+
"@skyux/split-view": "11.0.0-alpha.6",
|
|
82
|
+
"@skyux/tabs": "11.0.0-alpha.6",
|
|
83
|
+
"@skyux/text-editor": "11.0.0-alpha.6",
|
|
84
|
+
"@skyux/theme": "11.0.0-alpha.6",
|
|
85
|
+
"@skyux/tiles": "11.0.0-alpha.6",
|
|
86
|
+
"@skyux/toast": "11.0.0-alpha.6",
|
|
87
|
+
"@skyux/validation": "11.0.0-alpha.6",
|
|
88
88
|
"ag-grid-angular": "^31.3.4",
|
|
89
89
|
"ag-grid-community": "^31.3.4",
|
|
90
90
|
"ag-grid-enterprise": "^31.3.4",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schematics": {
|
|
3
3
|
"noop": {
|
|
4
|
-
"version": "11.0.0-alpha.
|
|
4
|
+
"version": "11.0.0-alpha.6",
|
|
5
5
|
"factory": "./noop/noop.schematic",
|
|
6
6
|
"description": "Update all SKY UX component packages"
|
|
7
7
|
},
|
|
@@ -20,6 +20,11 @@
|
|
|
20
20
|
"factory": "./update-11/ng-wait-for-async-test/ng-wait-for-async-test.schematic",
|
|
21
21
|
"description": "Replace 'async()' with 'waitForAsync()' in tests."
|
|
22
22
|
},
|
|
23
|
+
"remove-nx-cache": {
|
|
24
|
+
"version": "11.0.0",
|
|
25
|
+
"factory": "./update-11/remove-nx-cache/remove-nx-cache.schematic",
|
|
26
|
+
"description": "Remove `.nx/cache` from git and add `.gitignore` entry."
|
|
27
|
+
},
|
|
23
28
|
"remove-old-compat-stylesheets": {
|
|
24
29
|
"version": "11.0.0",
|
|
25
30
|
"factory": "./update-11/remove-old-compat-stylesheets/remove-old-compat-stylesheets.schematic",
|
|
@@ -25,7 +25,14 @@ function default_1() {
|
|
|
25
25
|
const recorder = tree.beginUpdate(path);
|
|
26
26
|
const importSpecifier = (0, ast_utils_1.findNodes)(sourceFile, typescript_1.default.SyntaxKind.ImportSpecifier).filter((node) => typescript_1.default.isImportSpecifier(node) && node.name.text === 'async')[0];
|
|
27
27
|
recorder.remove(importSpecifier.getStart(sourceFile), importSpecifier.getWidth(sourceFile));
|
|
28
|
-
|
|
28
|
+
if (!(0, schematics_1.isImported)(sourceFile, 'waitForAsync', '@angular/core/testing')) {
|
|
29
|
+
recorder.insertLeft(importSpecifier.getStart(sourceFile), 'waitForAsync');
|
|
30
|
+
}
|
|
31
|
+
else if (content.charAt(importSpecifier.getStart(sourceFile) +
|
|
32
|
+
importSpecifier.getWidth(sourceFile)) === ',') {
|
|
33
|
+
recorder.remove(importSpecifier.getStart(sourceFile) +
|
|
34
|
+
importSpecifier.getWidth(sourceFile), 1);
|
|
35
|
+
}
|
|
29
36
|
const asyncCalls = (0, ast_utils_1.findNodes)(sourceFile, typescript_1.default.SyntaxKind.CallExpression, undefined, true).filter((node) => typescript_1.default.isCallExpression(node) &&
|
|
30
37
|
typescript_1.default.isIdentifier(node.expression) &&
|
|
31
38
|
node.expression.text === 'async');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ng-wait-for-async-test.schematic.js","sourceRoot":"","sources":["../../../../../../../../../libs/components/packages/src/schematics/migrations/update-11/ng-wait-for-async-test/ng-wait-for-async-test.schematic.ts"],"names":[],"mappings":";;AAKA,4BA+
|
|
1
|
+
{"version":3,"file":"ng-wait-for-async-test.schematic.js","sourceRoot":"","sources":["../../../../../../../../../libs/components/packages/src/schematics/migrations/update-11/ng-wait-for-async-test/ng-wait-for-async-test.schematic.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = default_1;
|
|
4
|
+
const remove_nx_cache_1 = require("../../../rules/remove-nx-cache/remove-nx-cache");
|
|
5
|
+
function default_1() {
|
|
6
|
+
return async () => {
|
|
7
|
+
return (0, remove_nx_cache_1.removeNxCache)({
|
|
8
|
+
rootDir: '.',
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=remove-nx-cache.schematic.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-nx-cache.schematic.js","sourceRoot":"","sources":["../../../../../../../../../libs/components/packages/src/schematics/migrations/update-11/remove-nx-cache/remove-nx-cache.schematic.ts"],"names":[],"mappings":";;AAIA,4BAMC;AARD,oFAA+E;AAE/E;IACE,OAAO,KAAK,IAAI,EAAE;QAChB,OAAO,IAAA,+BAAa,EAAC;YACnB,OAAO,EAAE,GAAG;SACb,CAAC,CAAC;IACL,CAAC,CAAC;AACJ,CAAC"}
|
|
@@ -17,24 +17,20 @@ function isGitPath(path) {
|
|
|
17
17
|
function removeNxCache(options) {
|
|
18
18
|
return (tree) => {
|
|
19
19
|
if (schematics_1.HostTree.isHostTree(tree) && isGitPath(options.rootDir)) {
|
|
20
|
-
(0, child_process_1.spawnSync)('git', [
|
|
21
|
-
'-C',
|
|
22
|
-
options.rootDir,
|
|
23
|
-
'rm',
|
|
24
|
-
'-rf',
|
|
25
|
-
'--cached',
|
|
26
|
-
'--quiet',
|
|
27
|
-
'.nx/cache',
|
|
28
|
-
], {
|
|
20
|
+
(0, child_process_1.spawnSync)('git', ['-C', options.rootDir, 'rm', '-rf', '--cached', '--quiet', '.nx'], {
|
|
29
21
|
stdio: 'ignore',
|
|
30
22
|
});
|
|
31
23
|
}
|
|
32
24
|
const gitIgnore = tree.readText('.gitignore');
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
25
|
+
const ignoreStatement = gitIgnore?.match(/^(\/?\.nx)\/cache$/m);
|
|
26
|
+
const recorder = tree.beginUpdate('.gitignore');
|
|
27
|
+
if (ignoreStatement?.index !== undefined) {
|
|
28
|
+
recorder.remove(ignoreStatement.index + ignoreStatement[1].length, 6);
|
|
37
29
|
}
|
|
30
|
+
else if (!gitIgnore?.match(/^\/?\.nx$/m)) {
|
|
31
|
+
recorder.insertLeft(0, `# Ignore cache directory used by @angular-eslint/builder\n/.nx\n\n`);
|
|
32
|
+
}
|
|
33
|
+
tree.commitUpdate(recorder);
|
|
38
34
|
};
|
|
39
35
|
}
|
|
40
36
|
//# sourceMappingURL=remove-nx-cache.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remove-nx-cache.js","sourceRoot":"","sources":["../../../../../../../../libs/components/packages/src/schematics/rules/remove-nx-cache/remove-nx-cache.ts"],"names":[],"mappings":";;AAmBA,
|
|
1
|
+
{"version":3,"file":"remove-nx-cache.js","sourceRoot":"","sources":["../../../../../../../../libs/components/packages/src/schematics/rules/remove-nx-cache/remove-nx-cache.ts"],"names":[],"mappings":";;AAmBA,sCAwBC;AA3CD,2DAAkE;AAElE,iDAA0C;AAM1C,SAAS,SAAS,CAAC,IAAY;IAC7B,IAAI,CAAC;QACH,IAAA,yBAAS,EAAC,KAAK,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,CAAC,EAAE;YACzE,KAAK,EAAE,QAAQ;SAChB,CAAC,CAAC;QACH,OAAO,IAAI,CAAC;IACd,CAAC;IAAC,OAAO,CAAC,EAAE,CAAC;QACX,OAAO,KAAK,CAAC;IACf,CAAC;AACH,CAAC;AAED,SAAgB,aAAa,CAAC,OAA6B;IACzD,OAAO,CAAC,IAAU,EAAE,EAAE;QACpB,IAAI,qBAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,SAAS,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE,CAAC;YAC5D,IAAA,yBAAS,EACP,KAAK,EACL,CAAC,IAAI,EAAE,OAAO,CAAC,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,KAAK,CAAC,EAClE;gBACE,KAAK,EAAE,QAAQ;aAChB,CACF,CAAC;QACJ,CAAC;QACD,MAAM,SAAS,GAAG,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAC;QAC9C,MAAM,eAAe,GAAG,SAAS,EAAE,KAAK,CAAC,qBAAqB,CAAC,CAAC;QAChE,MAAM,QAAQ,GAAG,IAAI,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC;QAChD,IAAI,eAAe,EAAE,KAAK,KAAK,SAAS,EAAE,CAAC;YACzC,QAAQ,CAAC,MAAM,CAAC,eAAe,CAAC,KAAK,GAAG,eAAe,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;QACxE,CAAC;aAAM,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC,YAAY,CAAC,EAAE,CAAC;YAC3C,QAAQ,CAAC,UAAU,CACjB,CAAC,EACD,oEAAoE,CACrE,CAAC;QACJ,CAAC;QACD,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC;IAC9B,CAAC,CAAC;AACJ,CAAC"}
|
package/src/version.js
CHANGED