ng-alain 20.0.0 → 20.0.1
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-zorro.module.ts +2 -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 +13 -13
- package/utils/versions.ts +13 -13
|
@@ -18,7 +18,7 @@ import { NzSelectModule } from 'ng-zorro-antd/select';
|
|
|
18
18
|
import { NzSpinModule } from 'ng-zorro-antd/spin';
|
|
19
19
|
import { NzTableModule } from 'ng-zorro-antd/table';
|
|
20
20
|
import { NzTabsModule } from 'ng-zorro-antd/tabs';
|
|
21
|
-
import {
|
|
21
|
+
import { NzTooltipModule } from 'ng-zorro-antd/tooltip';
|
|
22
22
|
|
|
23
23
|
export const SHARED_ZORRO_MODULES = [
|
|
24
24
|
NzFormModule,
|
|
@@ -38,7 +38,7 @@ export const SHARED_ZORRO_MODULES = [
|
|
|
38
38
|
NzDrawerModule,
|
|
39
39
|
NzModalModule,
|
|
40
40
|
NzTabsModule,
|
|
41
|
-
|
|
41
|
+
NzTooltipModule,
|
|
42
42
|
NzIconModule,
|
|
43
43
|
NzCheckboxModule,
|
|
44
44
|
NzSpinModule,
|
package/application/index.js
CHANGED
|
@@ -142,9 +142,9 @@ function addCodeStylesToPackageJson() {
|
|
|
142
142
|
// dependencies
|
|
143
143
|
(0, utils_1.addPackage)(tree, [
|
|
144
144
|
`husky@^9.1.7`,
|
|
145
|
-
`lint-staged@^16.1.
|
|
146
|
-
`prettier@^3.
|
|
147
|
-
`stylelint@^16.
|
|
145
|
+
`lint-staged@^16.1.2`,
|
|
146
|
+
`prettier@^3.6.2`,
|
|
147
|
+
`stylelint@^16.22.0`,
|
|
148
148
|
`stylelint-config-standard@^38.0.0`,
|
|
149
149
|
`stylelint-declaration-block-no-ignored-properties@^2.8.0`,
|
|
150
150
|
`stylelint-config-clean-order@^7.0.0`
|
package/application/index.ts
CHANGED
|
@@ -188,9 +188,9 @@ function addCodeStylesToPackageJson(): Rule {
|
|
|
188
188
|
tree,
|
|
189
189
|
[
|
|
190
190
|
`husky@^9.1.7`,
|
|
191
|
-
`lint-staged@^16.1.
|
|
192
|
-
`prettier@^3.
|
|
193
|
-
`stylelint@^16.
|
|
191
|
+
`lint-staged@^16.1.2`,
|
|
192
|
+
`prettier@^3.6.2`,
|
|
193
|
+
`stylelint@^16.22.0`,
|
|
194
194
|
`stylelint-config-standard@^38.0.0`,
|
|
195
195
|
`stylelint-declaration-block-no-ignored-properties@^2.8.0`,
|
|
196
196
|
`stylelint-config-clean-order@^7.0.0`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng-alain",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.1",
|
|
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.1.2"
|
|
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.
|
|
4
|
+
exports.VERSION = '^20.0.1';
|
|
5
|
+
exports.ZORROVERSION = '^20.1.0';
|
|
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
|
+
export const VERSION = '^20.0.1';
|
|
2
|
+
export const ZORROVERSION = '^20.1.0';
|
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.
|
|
29
|
-
`eslint-config-prettier@^10.1.
|
|
30
|
-
`eslint-plugin-import@~2.
|
|
31
|
-
`eslint-plugin-jsdoc@~51.
|
|
24
|
+
`angular-eslint@^20.1.1`,
|
|
25
|
+
`@typescript-eslint/eslint-plugin@^8.38.0`,
|
|
26
|
+
`@typescript-eslint/parser@^8.38.0`,
|
|
27
|
+
`@typescript-eslint/utils@^8.38.0`,
|
|
28
|
+
`eslint@^9.31.0`,
|
|
29
|
+
`eslint-config-prettier@^10.1.8`,
|
|
30
|
+
`eslint-plugin-import@~2.32.0`,
|
|
31
|
+
`eslint-plugin-jsdoc@~51.4.1`,
|
|
32
32
|
`eslint-plugin-prefer-arrow@~1.2.3`,
|
|
33
|
-
`eslint-plugin-prettier@~5.5.
|
|
33
|
+
`eslint-plugin-prettier@~5.5.3`,
|
|
34
34
|
`eslint-plugin-unused-imports@^4.1.4`,
|
|
35
|
-
`typescript-eslint@^8.
|
|
36
|
-
`prettier@^3.
|
|
35
|
+
`typescript-eslint@^8.38.0`,
|
|
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.0.3`,
|
|
43
43
|
`@delon/testing@${version}`
|
|
44
44
|
], 'devDependencies');
|
|
45
|
-
(0, package_1.addPackage)(tree, [`rxjs@~7.8.0`, `ng-zorro-antd@^20.
|
|
45
|
+
(0, package_1.addPackage)(tree, [`rxjs@~7.8.0`, `ng-zorro-antd@^20.1.0`]);
|
|
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.
|
|
24
|
-
`eslint-config-prettier@^10.1.
|
|
25
|
-
`eslint-plugin-import@~2.
|
|
26
|
-
`eslint-plugin-jsdoc@~51.
|
|
19
|
+
`angular-eslint@^20.1.1`,
|
|
20
|
+
`@typescript-eslint/eslint-plugin@^8.38.0`,
|
|
21
|
+
`@typescript-eslint/parser@^8.38.0`,
|
|
22
|
+
`@typescript-eslint/utils@^8.38.0`,
|
|
23
|
+
`eslint@^9.31.0`,
|
|
24
|
+
`eslint-config-prettier@^10.1.8`,
|
|
25
|
+
`eslint-plugin-import@~2.32.0`,
|
|
26
|
+
`eslint-plugin-jsdoc@~51.4.1`,
|
|
27
27
|
`eslint-plugin-prefer-arrow@~1.2.3`,
|
|
28
|
-
`eslint-plugin-prettier@~5.5.
|
|
28
|
+
`eslint-plugin-prettier@~5.5.3`,
|
|
29
29
|
`eslint-plugin-unused-imports@^4.1.4`,
|
|
30
|
-
`typescript-eslint@^8.
|
|
31
|
-
`prettier@^3.
|
|
30
|
+
`typescript-eslint@^8.38.0`,
|
|
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.0.3`,
|
|
38
38
|
`@delon/testing@${version}`
|
|
39
39
|
],
|
|
40
40
|
'devDependencies'
|
|
41
41
|
);
|
|
42
|
-
addPackage(tree, [`rxjs@~7.8.0`, `ng-zorro-antd@^20.
|
|
42
|
+
addPackage(tree, [`rxjs@~7.8.0`, `ng-zorro-antd@^20.1.0`]);
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
export function addESLintRule(projectName: string): Rule {
|