@angular-eslint/eslint-plugin-template 16.1.1-alpha.1 → 16.1.1-alpha.12

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.
@@ -53,13 +53,13 @@ const DEFAULT_OPTIONS = {
53
53
  ignoreAttributes: [...DEFAULT_ALLOWED_ATTRIBUTES],
54
54
  };
55
55
  const STYLE_GUIDE_LINK = 'https://angular.io/guide/i18n';
56
- const STYLE_GUIDE_LINK_ATTRIBUTES = `${STYLE_GUIDE_LINK}#mark-element-attributes-for-translations`;
57
- const STYLE_GUIDE_LINK_ICU = `${STYLE_GUIDE_LINK}#mark-plurals-and-alternates-for-translation`;
58
- const STYLE_GUIDE_LINK_TEXTS = `${STYLE_GUIDE_LINK}#mark-text-for-translations`;
59
- const STYLE_GUIDE_LINK_CUSTOM_IDS = `${STYLE_GUIDE_LINK}#manage-marked-text-with-custom-ids`;
60
- const STYLE_GUIDE_LINK_UNIQUE_CUSTOM_IDS = `${STYLE_GUIDE_LINK}#define-unique-custom-ids`;
61
56
  const STYLE_GUIDE_LINK_COMMON_PREPARE = `${STYLE_GUIDE_LINK}-common-prepare`;
57
+ const STYLE_GUIDE_LINK_ATTRIBUTES = `${STYLE_GUIDE_LINK_COMMON_PREPARE}#mark-element-attributes-for-translations`;
58
+ const STYLE_GUIDE_LINK_ICU = `${STYLE_GUIDE_LINK_COMMON_PREPARE}#icu-expressions`;
59
+ const STYLE_GUIDE_LINK_TEXTS = `${STYLE_GUIDE_LINK_COMMON_PREPARE}#mark-text-in-component-template`;
62
60
  const STYLE_GUIDE_LINK_METADATA_FOR_TRANSLATION = `${STYLE_GUIDE_LINK_COMMON_PREPARE}#i18n-metadata-for-translation`;
61
+ const STYLE_GUIDE_LINK_CUSTOM_IDS = `${STYLE_GUIDE_LINK}-optional-manage-marked-text`;
62
+ const STYLE_GUIDE_LINK_UNIQUE_CUSTOM_IDS = `${STYLE_GUIDE_LINK_CUSTOM_IDS}#define-unique-custom-ids`;
63
63
  exports.default = (0, create_eslint_rule_1.createESLintRule)({
64
64
  name: exports.RULE_NAME,
65
65
  meta: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-eslint/eslint-plugin-template",
3
- "version": "16.1.1-alpha.1+e3dc936",
3
+ "version": "16.1.1-alpha.12+20404ed",
4
4
  "description": "ESLint plugin for Angular Templates",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -17,8 +17,8 @@
17
17
  "LICENSE"
18
18
  ],
19
19
  "dependencies": {
20
- "@angular-eslint/bundled-angular-compiler": "16.1.1-alpha.1+e3dc936",
21
- "@angular-eslint/utils": "16.1.1-alpha.1+e3dc936",
20
+ "@angular-eslint/bundled-angular-compiler": "16.1.1-alpha.12+20404ed",
21
+ "@angular-eslint/utils": "16.1.1-alpha.12+20404ed",
22
22
  "@typescript-eslint/type-utils": "5.62.0",
23
23
  "@typescript-eslint/utils": "5.62.0",
24
24
  "aria-query": "5.3.0",
@@ -31,5 +31,5 @@
31
31
  "eslint": "^7.20.0 || ^8.0.0",
32
32
  "typescript": "*"
33
33
  },
34
- "gitHead": "e3dc9366a8f0c56c7637228e340d2b51c8297448"
34
+ "gitHead": "20404ed78e2d12bad03827c11fdd112adafce771"
35
35
  }