@angular-eslint/eslint-plugin 20.1.1-alpha.4 → 20.1.1-alpha.5

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.
@@ -3,4 +3,7 @@ export type MessageIds = 'noDeveloperPreview';
3
3
  export declare const RULE_NAME = "no-developer-preview";
4
4
  declare const _default: import("@typescript-eslint/utils/eslint-utils").RuleModule<"noDeveloperPreview", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/eslint-utils").RuleListener>;
5
5
  export default _default;
6
+ export declare const RULE_DOCS_EXTENSION: {
7
+ rationale: string;
8
+ };
6
9
  //# sourceMappingURL=no-developer-preview.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"no-developer-preview.d.ts","sourceRoot":"","sources":["../../src/rules/no-developer-preview.ts"],"names":[],"mappings":"AASA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,oBAAoB,CAAC;AAC9C,eAAO,MAAM,SAAS,yBAAyB,CAAC;;AAEhD,wBAsCG"}
1
+ {"version":3,"file":"no-developer-preview.d.ts","sourceRoot":"","sources":["../../src/rules/no-developer-preview.ts"],"names":[],"mappings":"AASA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,oBAAoB,CAAC;AAC9C,eAAO,MAAM,SAAS,yBAAyB,CAAC;;AAEhD,wBAsCG;AAEH,eAAO,MAAM,mBAAmB;;CAE/B,CAAC"}
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RULE_NAME = void 0;
3
+ exports.RULE_DOCS_EXTENSION = exports.RULE_NAME = void 0;
4
4
  const create_eslint_rule_1 = require("../utils/create-eslint-rule");
5
5
  const eslint_utils_1 = require("@typescript-eslint/utils/eslint-utils");
6
6
  const jsdoc_1 = require("../utils/jsdoc");
@@ -40,3 +40,6 @@ exports.default = (0, create_eslint_rule_1.createESLintRule)({
40
40
  };
41
41
  },
42
42
  });
43
+ exports.RULE_DOCS_EXTENSION = {
44
+ rationale: `Angular's [developer preview APIs](https://angular.dev/reference/releases#developer-preview) are fully functional and polished, but not yet covered by Angular's [breaking change policy](https://angular.dev/reference/releases#breaking-change-policy-and-update-paths). These APIs may change even in patch releases, making them risky for production applications.`,
45
+ };
@@ -3,4 +3,7 @@ export type MessageIds = 'noExperimental';
3
3
  export declare const RULE_NAME = "no-experimental";
4
4
  declare const _default: import("@typescript-eslint/utils/eslint-utils").RuleModule<"noExperimental", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/eslint-utils").RuleListener>;
5
5
  export default _default;
6
+ export declare const RULE_DOCS_EXTENSION: {
7
+ rationale: string;
8
+ };
6
9
  //# sourceMappingURL=no-experimental.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"no-experimental.d.ts","sourceRoot":"","sources":["../../src/rules/no-experimental.ts"],"names":[],"mappings":"AASA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,gBAAgB,CAAC;AAC1C,eAAO,MAAM,SAAS,oBAAoB,CAAC;;AAE3C,wBAsCG"}
1
+ {"version":3,"file":"no-experimental.d.ts","sourceRoot":"","sources":["../../src/rules/no-experimental.ts"],"names":[],"mappings":"AASA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,gBAAgB,CAAC;AAC1C,eAAO,MAAM,SAAS,oBAAoB,CAAC;;AAE3C,wBAsCG;AAEH,eAAO,MAAM,mBAAmB;;CAE/B,CAAC"}
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RULE_NAME = void 0;
3
+ exports.RULE_DOCS_EXTENSION = exports.RULE_NAME = void 0;
4
4
  const create_eslint_rule_1 = require("../utils/create-eslint-rule");
5
5
  const eslint_utils_1 = require("@typescript-eslint/utils/eslint-utils");
6
6
  const jsdoc_1 = require("../utils/jsdoc");
@@ -40,3 +40,6 @@ exports.default = (0, create_eslint_rule_1.createESLintRule)({
40
40
  };
41
41
  },
42
42
  });
43
+ exports.RULE_DOCS_EXTENSION = {
44
+ rationale: `Angular's [experimental APIs](https://angular.dev/reference/releases#experimental) are subject to significant changes or removal without notice and are not covered by Angular's [breaking change policy](https://angular.dev/reference/releases#breaking-change-policy-and-update-paths). These APIs may change even in patch releases, making them risky for production applications.`,
45
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-eslint/eslint-plugin",
3
- "version": "20.1.1-alpha.4",
3
+ "version": "20.1.1-alpha.5",
4
4
  "description": "ESLint plugin for Angular applications, following https://angular.dev/style-guide",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -19,11 +19,11 @@
19
19
  ],
20
20
  "dependencies": {
21
21
  "ts-api-utils": "^2.1.0",
22
- "@angular-eslint/bundled-angular-compiler": "20.1.1-alpha.4",
23
- "@angular-eslint/utils": "20.1.1-alpha.4"
22
+ "@angular-eslint/bundled-angular-compiler": "20.1.1-alpha.5",
23
+ "@angular-eslint/utils": "20.1.1-alpha.5"
24
24
  },
25
25
  "devDependencies": {
26
- "@angular-eslint/test-utils": "20.1.1-alpha.4"
26
+ "@angular-eslint/test-utils": "20.1.1-alpha.5"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "@typescript-eslint/utils": "^7.11.0 || ^8.0.0",