ng-alain 20.0.0 → 20.0.2

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.
@@ -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, ResultModule<% if (form) { %>, DelonFormModule<% } %>];
7
+ export const SHARED_DELON_MODULES = [PageHeaderModule, STModule, SEModule, SVModule<% if (form) { %>, DelonFormModule<% } %>];
@@ -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 { NzToolTipModule } from 'ng-zorro-antd/tooltip';
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
- NzToolTipModule,
41
+ NzTooltipModule,
42
42
  NzIconModule,
43
43
  NzCheckboxModule,
44
44
  NzSpinModule,
@@ -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.0`,
146
- `prettier@^3.5.3`,
147
- `stylelint@^16.18.0`,
148
- `stylelint-config-standard@^38.0.0`,
145
+ `lint-staged@^16.1.6`,
146
+ `prettier@^3.6.2`,
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');
@@ -188,10 +188,10 @@ function addCodeStylesToPackageJson(): Rule {
188
188
  tree,
189
189
  [
190
190
  `husky@^9.1.7`,
191
- `lint-staged@^16.1.0`,
192
- `prettier@^3.5.3`,
193
- `stylelint@^16.18.0`,
194
- `stylelint-config-standard@^38.0.0`,
191
+ `lint-staged@^16.1.6`,
192
+ `prettier@^3.6.2`,
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.0",
3
+ "version": "20.0.2",
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.0.2"
28
+ "@angular/cdk": "^20.2.3"
29
29
  },
30
30
  "ng-update": {
31
31
  "migrations": "./migration.json",
@@ -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.0';
5
- exports.ZORROVERSION = '^20.0.0';
4
+ exports.VERSION = '^20.0.2';
5
+ exports.ZORROVERSION = '^20.3.1';
6
6
  //# sourceMappingURL=lib-versions.js.map
@@ -1,2 +1,2 @@
1
- export const VERSION = '^20.0.0';
2
- export const ZORROVERSION = '^20.0.0';
1
+ export const VERSION = '^20.0.2';
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.0.0`,
25
- `@typescript-eslint/eslint-plugin@^8.29.1`,
26
- `@typescript-eslint/parser@^8.29.1`,
27
- `@typescript-eslint/utils@^8.29.1`,
28
- `eslint@^9.28.0`,
29
- `eslint-config-prettier@^10.1.2`,
30
- `eslint-plugin-import@~2.31.0`,
31
- `eslint-plugin-jsdoc@~51.0.3`,
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
+ `eslint-config-prettier@^10.1.8`,
30
+ `eslint-plugin-import@~2.32.0`,
31
+ `eslint-plugin-jsdoc@~58.1.0`,
32
32
  `eslint-plugin-prefer-arrow@~1.2.3`,
33
- `eslint-plugin-prettier@~5.5.0`,
34
- `eslint-plugin-unused-imports@^4.1.4`,
35
- `typescript-eslint@^8.34.1`,
36
- `prettier@^3.5.3`,
33
+ `eslint-plugin-prettier@~5.5.4`,
34
+ `eslint-plugin-unused-imports@^4.2.0`,
35
+ `typescript-eslint@^8.44.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.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.0.0`]);
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.0.0`,
20
- `@typescript-eslint/eslint-plugin@^8.29.1`,
21
- `@typescript-eslint/parser@^8.29.1`,
22
- `@typescript-eslint/utils@^8.29.1`,
23
- `eslint@^9.28.0`,
24
- `eslint-config-prettier@^10.1.2`,
25
- `eslint-plugin-import@~2.31.0`,
26
- `eslint-plugin-jsdoc@~51.0.3`,
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
+ `eslint-config-prettier@^10.1.8`,
25
+ `eslint-plugin-import@~2.32.0`,
26
+ `eslint-plugin-jsdoc@~58.1.0`,
27
27
  `eslint-plugin-prefer-arrow@~1.2.3`,
28
- `eslint-plugin-prettier@~5.5.0`,
29
- `eslint-plugin-unused-imports@^4.1.4`,
30
- `typescript-eslint@^8.34.1`,
31
- `prettier@^3.5.3`,
28
+ `eslint-plugin-prettier@~5.5.4`,
29
+ `eslint-plugin-unused-imports@^4.2.0`,
30
+ `typescript-eslint@^8.44.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.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.0.0`]);
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 {