ng-alain 20.0.1 → 20.1.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/application/files/src/app/shared/shared-delon.module.ts +1 -2
- package/application/index.js +3 -3
- package/application/index.ts +3 -3
- package/package.json +2 -2
- package/utils/lib-versions.js +2 -2
- package/utils/lib-versions.ts +2 -2
- package/utils/versions.js +11 -11
- package/utils/versions.ts +11 -11
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { PageHeaderModule } from '@delon/abc/page-header';
|
|
2
|
-
import { ResultModule } from '@delon/abc/result';
|
|
3
2
|
import { SEModule } from '@delon/abc/se';
|
|
4
3
|
import { STModule } from '@delon/abc/st';
|
|
5
4
|
import { SVModule } from '@delon/abc/sv';<% if (form) { %>
|
|
6
5
|
import { DelonFormModule } from '@delon/form';<% } %>
|
|
7
6
|
|
|
8
|
-
export const SHARED_DELON_MODULES = [PageHeaderModule, STModule, SEModule, SVModule
|
|
7
|
+
export const SHARED_DELON_MODULES = [PageHeaderModule, STModule, SEModule, SVModule<% if (form) { %>, DelonFormModule<% } %>];
|
package/application/index.js
CHANGED
|
@@ -142,10 +142,10 @@ function addCodeStylesToPackageJson() {
|
|
|
142
142
|
// dependencies
|
|
143
143
|
(0, utils_1.addPackage)(tree, [
|
|
144
144
|
`husky@^9.1.7`,
|
|
145
|
-
`lint-staged@^16.1.
|
|
145
|
+
`lint-staged@^16.1.6`,
|
|
146
146
|
`prettier@^3.6.2`,
|
|
147
|
-
`stylelint@^16.
|
|
148
|
-
`stylelint-config-standard@^
|
|
147
|
+
`stylelint@^16.24.0`,
|
|
148
|
+
`stylelint-config-standard@^39.0.0`,
|
|
149
149
|
`stylelint-declaration-block-no-ignored-properties@^2.8.0`,
|
|
150
150
|
`stylelint-config-clean-order@^7.0.0`
|
|
151
151
|
], 'devDependencies');
|
package/application/index.ts
CHANGED
|
@@ -188,10 +188,10 @@ function addCodeStylesToPackageJson(): Rule {
|
|
|
188
188
|
tree,
|
|
189
189
|
[
|
|
190
190
|
`husky@^9.1.7`,
|
|
191
|
-
`lint-staged@^16.1.
|
|
191
|
+
`lint-staged@^16.1.6`,
|
|
192
192
|
`prettier@^3.6.2`,
|
|
193
|
-
`stylelint@^16.
|
|
194
|
-
`stylelint-config-standard@^
|
|
193
|
+
`stylelint@^16.24.0`,
|
|
194
|
+
`stylelint-config-standard@^39.0.0`,
|
|
195
195
|
`stylelint-declaration-block-no-ignored-properties@^2.8.0`,
|
|
196
196
|
`stylelint-config-clean-order@^7.0.0`
|
|
197
197
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng-alain",
|
|
3
|
-
"version": "20.0
|
|
3
|
+
"version": "20.1.0",
|
|
4
4
|
"description": "Schematics specific to NG-ALAIN",
|
|
5
5
|
"author": "cipchk<cipchk@qq.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"swagger-typescript-api": "^12.0.4",
|
|
26
26
|
"ng-alain-sts": "^0.0.2",
|
|
27
27
|
"ng-alain-plugin-theme": "^18.0.0",
|
|
28
|
-
"@angular/cdk": "^20.
|
|
28
|
+
"@angular/cdk": "^20.2.3"
|
|
29
29
|
},
|
|
30
30
|
"ng-update": {
|
|
31
31
|
"migrations": "./migration.json",
|
package/utils/lib-versions.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ZORROVERSION = exports.VERSION = void 0;
|
|
4
|
-
exports.VERSION = '^20.0
|
|
5
|
-
exports.ZORROVERSION = '^20.1
|
|
4
|
+
exports.VERSION = '^20.1.0';
|
|
5
|
+
exports.ZORROVERSION = '^20.3.1';
|
|
6
6
|
//# sourceMappingURL=lib-versions.js.map
|
package/utils/lib-versions.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '^20.0
|
|
2
|
-
export const ZORROVERSION = '^20.1
|
|
1
|
+
export const VERSION = '^20.1.0';
|
|
2
|
+
export const ZORROVERSION = '^20.3.1';
|
package/utils/versions.js
CHANGED
|
@@ -21,28 +21,28 @@ const workspace_2 = require("./workspace");
|
|
|
21
21
|
function UpgradeMainVersions(tree, version = lib_versions_1.VERSION) {
|
|
22
22
|
(0, package_1.addPackage)(tree, ['abc', 'acl', 'auth', 'cache', 'form', 'mock', 'theme', 'util', 'chart'].map(name => `@delon/${name}@${version}`));
|
|
23
23
|
(0, package_1.addPackage)(tree, [
|
|
24
|
-
`angular-eslint@^20.
|
|
25
|
-
`@typescript-eslint/eslint-plugin@^8.
|
|
26
|
-
`@typescript-eslint/parser@^8.
|
|
27
|
-
`@typescript-eslint/utils@^8.
|
|
28
|
-
`eslint@^9.
|
|
24
|
+
`angular-eslint@^20.3.0`,
|
|
25
|
+
`@typescript-eslint/eslint-plugin@^8.44.0`,
|
|
26
|
+
`@typescript-eslint/parser@^8.44.0`,
|
|
27
|
+
`@typescript-eslint/utils@^8.44.0`,
|
|
28
|
+
`eslint@^9.35.0`,
|
|
29
29
|
`eslint-config-prettier@^10.1.8`,
|
|
30
30
|
`eslint-plugin-import@~2.32.0`,
|
|
31
|
-
`eslint-plugin-jsdoc@~
|
|
31
|
+
`eslint-plugin-jsdoc@~61.1.4`,
|
|
32
32
|
`eslint-plugin-prefer-arrow@~1.2.3`,
|
|
33
|
-
`eslint-plugin-prettier@~5.5.
|
|
34
|
-
`eslint-plugin-unused-imports@^4.
|
|
35
|
-
`typescript-eslint@^8.
|
|
33
|
+
`eslint-plugin-prettier@~5.5.4`,
|
|
34
|
+
`eslint-plugin-unused-imports@^4.2.0`,
|
|
35
|
+
`typescript-eslint@^8.44.0`,
|
|
36
36
|
`prettier@^3.6.2`,
|
|
37
37
|
`husky@^9.1.7`,
|
|
38
38
|
`ng-alain@${version}`,
|
|
39
39
|
`ng-alain-plugin-theme@^18.0.0`,
|
|
40
40
|
`source-map-explorer@^2.5.3`,
|
|
41
41
|
`ngx-tinymce@^20.0.0`,
|
|
42
|
-
`@ng-util/monaco-editor@^20.0
|
|
42
|
+
`@ng-util/monaco-editor@^20.1.0`,
|
|
43
43
|
`@delon/testing@${version}`
|
|
44
44
|
], 'devDependencies');
|
|
45
|
-
(0, package_1.addPackage)(tree, [`rxjs@~7.8.0`, `ng-zorro-antd@^20.1
|
|
45
|
+
(0, package_1.addPackage)(tree, [`rxjs@~7.8.0`, `ng-zorro-antd@^20.3.1`]);
|
|
46
46
|
}
|
|
47
47
|
function addESLintRule(projectName) {
|
|
48
48
|
return (0, workspace_1.updateWorkspace)((workspace) => __awaiter(this, void 0, void 0, function* () {
|
package/utils/versions.ts
CHANGED
|
@@ -16,30 +16,30 @@ export function UpgradeMainVersions(tree: Tree, version: string = VERSION): void
|
|
|
16
16
|
addPackage(
|
|
17
17
|
tree,
|
|
18
18
|
[
|
|
19
|
-
`angular-eslint@^20.
|
|
20
|
-
`@typescript-eslint/eslint-plugin@^8.
|
|
21
|
-
`@typescript-eslint/parser@^8.
|
|
22
|
-
`@typescript-eslint/utils@^8.
|
|
23
|
-
`eslint@^9.
|
|
19
|
+
`angular-eslint@^20.3.0`,
|
|
20
|
+
`@typescript-eslint/eslint-plugin@^8.44.0`,
|
|
21
|
+
`@typescript-eslint/parser@^8.44.0`,
|
|
22
|
+
`@typescript-eslint/utils@^8.44.0`,
|
|
23
|
+
`eslint@^9.35.0`,
|
|
24
24
|
`eslint-config-prettier@^10.1.8`,
|
|
25
25
|
`eslint-plugin-import@~2.32.0`,
|
|
26
|
-
`eslint-plugin-jsdoc@~
|
|
26
|
+
`eslint-plugin-jsdoc@~61.1.4`,
|
|
27
27
|
`eslint-plugin-prefer-arrow@~1.2.3`,
|
|
28
|
-
`eslint-plugin-prettier@~5.5.
|
|
29
|
-
`eslint-plugin-unused-imports@^4.
|
|
30
|
-
`typescript-eslint@^8.
|
|
28
|
+
`eslint-plugin-prettier@~5.5.4`,
|
|
29
|
+
`eslint-plugin-unused-imports@^4.2.0`,
|
|
30
|
+
`typescript-eslint@^8.44.0`,
|
|
31
31
|
`prettier@^3.6.2`,
|
|
32
32
|
`husky@^9.1.7`,
|
|
33
33
|
`ng-alain@${version}`,
|
|
34
34
|
`ng-alain-plugin-theme@^18.0.0`,
|
|
35
35
|
`source-map-explorer@^2.5.3`,
|
|
36
36
|
`ngx-tinymce@^20.0.0`,
|
|
37
|
-
`@ng-util/monaco-editor@^20.0
|
|
37
|
+
`@ng-util/monaco-editor@^20.1.0`,
|
|
38
38
|
`@delon/testing@${version}`
|
|
39
39
|
],
|
|
40
40
|
'devDependencies'
|
|
41
41
|
);
|
|
42
|
-
addPackage(tree, [`rxjs@~7.8.0`, `ng-zorro-antd@^20.1
|
|
42
|
+
addPackage(tree, [`rxjs@~7.8.0`, `ng-zorro-antd@^20.3.1`]);
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
export function addESLintRule(projectName: string): Rule {
|