ng-alain 13.3.0 → 13.4.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.
@@ -10,6 +10,7 @@
10
10
  "stylelint-declaration-block-no-ignored-properties"
11
11
  ],
12
12
  "rules": {
13
+ "function-no-unknown": null,
13
14
  "no-descending-specificity": null,
14
15
  "plugin/declaration-block-no-ignored-properties": true,
15
16
  "selector-type-no-unknown": [
@@ -123,10 +123,10 @@ function addCodeStylesToPackageJson() {
123
123
  }
124
124
  // dependencies
125
125
  (0, utils_1.addPackage)(tree, [
126
- `husky@^6.0.0`,
127
- `lint-staged@^12.3.5`,
128
- `prettier@^2.5.1`,
129
- `stylelint@^14.5.3`,
126
+ `husky@^7.0.4`,
127
+ `lint-staged@^12.3.7`,
128
+ `prettier@^2.6.0`,
129
+ `stylelint@^14.6.0`,
130
130
  `stylelint-config-prettier@^9.0.3`,
131
131
  `stylelint-config-rational-order@^0.1.2`,
132
132
  `stylelint-config-standard@^25.0.0`,
@@ -155,10 +155,10 @@ function addCodeStylesToPackageJson(): Rule {
155
155
  addPackage(
156
156
  tree,
157
157
  [
158
- `husky@^6.0.0`,
159
- `lint-staged@^12.3.5`,
160
- `prettier@^2.5.1`,
161
- `stylelint@^14.5.3`,
158
+ `husky@^7.0.4`,
159
+ `lint-staged@^12.3.7`,
160
+ `prettier@^2.6.0`,
161
+ `stylelint@^14.6.0`,
162
162
  `stylelint-config-prettier@^9.0.3`,
163
163
  `stylelint-config-rational-order@^0.1.2`,
164
164
  `stylelint-config-standard@^25.0.0`,
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../schematics/ng-update/data/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,wDAAsC;AACtC,gDAA8B;AAC9B,uDAAqC;AACrC,kDAAgC;AAChC,sDAAoC;AACpC,gDAA8B;AAC9B,uDAAqC;AACrC,iDAA+B;AAC/B,mDAAiC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../schematics/ng-update/data/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,gDAA8B;AAC9B,uDAAqC;AACrC,kDAAgC;AAChC,sDAAoC;AACpC,gDAA8B;AAC9B,uDAAqC;AACrC,iDAA+B;AAC/B,mDAAiC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-alain",
3
- "version": "13.3.0",
3
+ "version": "13.4.0",
4
4
  "description": "Schematics specific to ng-alain",
5
5
  "author": "cipchk<cipchk@qq.com>",
6
6
  "license": "MIT",
package/utils/index.js CHANGED
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../schematics/utils/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAAuB;AACvB,4CAA0B;AAC1B,yCAAuB;AACvB,8CAA4B;AAC5B,yCAAuB;AACvB,iDAA+B;AAC/B,wCAAsB;AACtB,wCAAsB;AACtB,0CAAwB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../schematics/utils/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,4CAA0B;AAC1B,yCAAuB;AACvB,8CAA4B;AAC5B,yCAAuB;AACvB,iDAA+B;AAC/B,wCAAsB;AACtB,wCAAsB;AACtB,0CAAwB"}
@@ -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 = '^13.3.0';
4
+ exports.VERSION = '^13.4.0';
5
5
  exports.ZORROVERSION = '^13.1.1';
6
6
  //# sourceMappingURL=lib-versions.js.map
@@ -1,2 +1,2 @@
1
- export const VERSION = '^13.3.0';
1
+ export const VERSION = '^13.4.0';
2
2
  export const ZORROVERSION = '^13.1.1';
package/utils/versions.js CHANGED
@@ -26,25 +26,25 @@ function UpgradeMainVersions(tree, version = lib_versions_1.VERSION) {
26
26
  `@angular-eslint/eslint-plugin-template@~13.1.0`,
27
27
  `@angular-eslint/schematics@~13.1.0`,
28
28
  `@angular-eslint/template-parser@~13.1.0`,
29
- `@typescript-eslint/eslint-plugin@~5.14.0`,
30
- `@typescript-eslint/parser@~5.14.0`,
31
- `eslint@^8.10.0`,
32
- `eslint-config-prettier@^2.5.1`,
29
+ `@typescript-eslint/eslint-plugin@~5.15.0`,
30
+ `@typescript-eslint/parser@~5.15.0`,
31
+ `eslint@^8.11.0`,
32
+ `eslint-config-prettier@^2.6.0`,
33
33
  `eslint-plugin-import@~2.25.4`,
34
- `eslint-plugin-jsdoc@~37.9.7`,
34
+ `eslint-plugin-jsdoc@~38.0.4`,
35
35
  `eslint-plugin-prefer-arrow@~1.2.3`,
36
- `eslint-plugin-prettier@^2.5.1`,
37
- `prettier@^2.5.1`,
38
- `husky@^6.0.0`,
36
+ `eslint-plugin-prettier@^2.6.0`,
37
+ `prettier@^2.6.0`,
38
+ `husky@^7.0.4`,
39
39
  `ng-alain@${version}`,
40
40
  `ng-alain-plugin-theme@^13.0.3`,
41
41
  `source-map-explorer@^2.5.2`,
42
- `@angular/language-service@~13.1.1`,
42
+ `@angular/language-service@~13.3.0`,
43
43
  `@delon/testing@${version}`
44
44
  ], 'devDependencies');
45
45
  (0, package_1.addPackage)(tree, [
46
46
  `ng-zorro-antd@^13.1.1`,
47
- 'ajv@^8.8.2',
47
+ 'ajv@^8.10.0',
48
48
  'ajv-formats@^2.1.1'
49
49
  ]);
50
50
  }
package/utils/versions.ts CHANGED
@@ -22,27 +22,27 @@ export function UpgradeMainVersions(tree: Tree, version: string = VERSION): void
22
22
  `@angular-eslint/eslint-plugin-template@~13.1.0`,
23
23
  `@angular-eslint/schematics@~13.1.0`,
24
24
  `@angular-eslint/template-parser@~13.1.0`,
25
- `@typescript-eslint/eslint-plugin@~5.14.0`,
26
- `@typescript-eslint/parser@~5.14.0`,
27
- `eslint@^8.10.0`,
28
- `eslint-config-prettier@^2.5.1`,
25
+ `@typescript-eslint/eslint-plugin@~5.15.0`,
26
+ `@typescript-eslint/parser@~5.15.0`,
27
+ `eslint@^8.11.0`,
28
+ `eslint-config-prettier@^2.6.0`,
29
29
  `eslint-plugin-import@~2.25.4`,
30
- `eslint-plugin-jsdoc@~37.9.7`,
30
+ `eslint-plugin-jsdoc@~38.0.4`,
31
31
  `eslint-plugin-prefer-arrow@~1.2.3`,
32
- `eslint-plugin-prettier@^2.5.1`,
33
- `prettier@^2.5.1`,
34
- `husky@^6.0.0`,
32
+ `eslint-plugin-prettier@^2.6.0`,
33
+ `prettier@^2.6.0`,
34
+ `husky@^7.0.4`,
35
35
  `ng-alain@${version}`,
36
36
  `ng-alain-plugin-theme@^13.0.3`,
37
37
  `source-map-explorer@^2.5.2`,
38
- `@angular/language-service@~13.1.1`,
38
+ `@angular/language-service@~13.3.0`,
39
39
  `@delon/testing@${version}`
40
40
  ],
41
41
  'devDependencies'
42
42
  );
43
43
  addPackage(tree, [
44
44
  `ng-zorro-antd@^13.1.1`,
45
- 'ajv@^8.8.2',
45
+ 'ajv@^8.10.0',
46
46
  'ajv-formats@^2.1.1'
47
47
  ]);
48
48
  }