@angular-eslint/eslint-plugin
Advanced tools
Comparing version
@@ -6,2 +6,5 @@ export type Options = []; | ||
export default _default; | ||
export declare const RULE_DOCS_EXTENSION: { | ||
rationale: string; | ||
}; | ||
//# sourceMappingURL=no-developer-preview.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.RULE_NAME = void 0; | ||
exports.RULE_DOCS_EXTENSION = exports.RULE_NAME = void 0; | ||
const create_eslint_rule_1 = require("../utils/create-eslint-rule"); | ||
@@ -43,1 +43,4 @@ const eslint_utils_1 = require("@typescript-eslint/utils/eslint-utils"); | ||
}); | ||
exports.RULE_DOCS_EXTENSION = { | ||
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.`, | ||
}; |
@@ -6,2 +6,5 @@ export type Options = []; | ||
export default _default; | ||
export declare const RULE_DOCS_EXTENSION: { | ||
rationale: string; | ||
}; | ||
//# sourceMappingURL=no-experimental.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.RULE_NAME = void 0; | ||
exports.RULE_DOCS_EXTENSION = exports.RULE_NAME = void 0; | ||
const create_eslint_rule_1 = require("../utils/create-eslint-rule"); | ||
@@ -43,1 +43,4 @@ const eslint_utils_1 = require("@typescript-eslint/utils/eslint-utils"); | ||
}); | ||
exports.RULE_DOCS_EXTENSION = { | ||
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.`, | ||
}; |
{ | ||
"name": "@angular-eslint/eslint-plugin", | ||
"version": "20.1.1-alpha.4", | ||
"version": "20.1.1-alpha.5", | ||
"description": "ESLint plugin for Angular applications, following https://angular.dev/style-guide", | ||
@@ -22,7 +22,7 @@ "license": "MIT", | ||
"ts-api-utils": "^2.1.0", | ||
"@angular-eslint/bundled-angular-compiler": "20.1.1-alpha.4", | ||
"@angular-eslint/utils": "20.1.1-alpha.4" | ||
"@angular-eslint/bundled-angular-compiler": "20.1.1-alpha.5", | ||
"@angular-eslint/utils": "20.1.1-alpha.5" | ||
}, | ||
"devDependencies": { | ||
"@angular-eslint/test-utils": "20.1.1-alpha.4" | ||
"@angular-eslint/test-utils": "20.1.1-alpha.5" | ||
}, | ||
@@ -29,0 +29,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
234812
0.47%4062
0.35%+ Added
+ Added
- Removed
- Removed
Updated