@forge/lint 5.7.0-next.1 → 5.7.0-next.10

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,69 @@
1
1
  # @forge/lint
2
2
 
3
+ ## 5.7.0-next.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [385907a]
8
+ - Updated dependencies [87ae208]
9
+ - @forge/cli-shared@6.6.0-next.9
10
+ - @forge/manifest@8.6.1-next.2
11
+
12
+ ## 5.7.0-next.9
13
+
14
+ ### Patch Changes
15
+
16
+ - cad81f0: Corrected product name lookup.
17
+ - Updated dependencies [1a76049]
18
+ - @forge/cli-shared@6.6.0-next.8
19
+
20
+ ## 5.7.0-next.8
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [951f3f0]
25
+ - @forge/cli-shared@6.6.0-next.7
26
+
27
+ ## 5.7.0-next.7
28
+
29
+ ### Patch Changes
30
+
31
+ - @forge/cli-shared@6.6.0-next.6
32
+
33
+ ## 5.7.0-next.6
34
+
35
+ ### Patch Changes
36
+
37
+ - @forge/cli-shared@6.6.0-next.5
38
+
39
+ ## 5.7.0-next.5
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [0954fcd]
44
+ - @forge/cli-shared@6.6.0-next.4
45
+
46
+ ## 5.7.0-next.4
47
+
48
+ ### Patch Changes
49
+
50
+ - Updated dependencies [e5cca82]
51
+ - @forge/cli-shared@6.6.0-next.3
52
+
53
+ ## 5.7.0-next.3
54
+
55
+ ### Patch Changes
56
+
57
+ - Updated dependencies [f8e2503]
58
+ - @forge/cli-shared@6.6.0-next.2
59
+
60
+ ## 5.7.0-next.2
61
+
62
+ ### Patch Changes
63
+
64
+ - @forge/cli-shared@6.5.5-next.1
65
+ - @forge/manifest@8.6.1-next.1
66
+
3
67
  ## 5.7.0-next.1
4
68
 
5
69
  ### Patch Changes
@@ -36,7 +36,7 @@ class ProductVerifier extends verifier_interface_1.BaseLintIssueVerifier {
36
36
  for (const permission of missingScopes) {
37
37
  rules.push({
38
38
  class: this.getLintClass(),
39
- message: text_1.messages.verifiers.product.message((0, cli_shared_1.capitalise)(this.product), apiCall.method.toUpperCase(), this.pathMap.get(apiCall.regex)?.originalPath, permission),
39
+ message: text_1.messages.verifiers.product.message((0, cli_shared_1.productDisplayName)(this.product), apiCall.method.toUpperCase(), this.pathMap.get(apiCall.regex)?.originalPath, permission),
40
40
  reference: text_1.messages.verifiers.product.reference,
41
41
  line: apiCall.line,
42
42
  column: apiCall.column,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/lint",
3
- "version": "5.7.0-next.1",
3
+ "version": "5.7.0-next.10",
4
4
  "description": "Linting for forge apps",
5
5
  "main": "out/index.js",
6
6
  "license": "UNLICENSED",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "devDependencies": {
13
13
  "@atlassian/xen-test-util": "^4.2.0",
14
- "@forge/api": "^5.0.0",
14
+ "@forge/api": "^5.0.1-next.2",
15
15
  "@types/array.prototype.flatmap": "^1.2.6",
16
16
  "@types/cross-spawn": "^6.0.6",
17
17
  "@types/eslint": "8.56.2",
@@ -19,9 +19,9 @@
19
19
  "eslint-plugin-import": "^2.29.1"
20
20
  },
21
21
  "dependencies": {
22
- "@forge/cli-shared": "6.5.5-next.0",
22
+ "@forge/cli-shared": "6.6.0-next.9",
23
23
  "@forge/egress": "1.3.0",
24
- "@forge/manifest": "8.6.1-next.0",
24
+ "@forge/manifest": "8.6.1-next.2",
25
25
  "@typescript-eslint/typescript-estree": "^5.62.0",
26
26
  "array.prototype.flatmap": "^1.3.2",
27
27
  "atlassian-openapi": "^1.0.18",