@forge/lint 5.7.0-next.7-experimental-62518dd → 5.7.0-next.9
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,22 +1,19 @@
|
|
|
1
1
|
# @forge/lint
|
|
2
2
|
|
|
3
|
-
## 5.7.0-next.
|
|
3
|
+
## 5.7.0-next.9
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- cad81f0: Corrected product name lookup.
|
|
8
|
+
- Updated dependencies [1a76049]
|
|
9
|
+
- @forge/cli-shared@6.6.0-next.8
|
|
10
|
+
|
|
11
|
+
## 5.7.0-next.8
|
|
8
12
|
|
|
9
13
|
### Patch Changes
|
|
10
14
|
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
- Updated dependencies [e5cca82]
|
|
14
|
-
- Updated dependencies [0954fcd]
|
|
15
|
-
- Updated dependencies [cd0e244]
|
|
16
|
-
- Updated dependencies [62518dd]
|
|
17
|
-
- @forge/cli-shared@6.6.0-next.6-experimental-62518dd
|
|
18
|
-
- @forge/manifest@8.6.1-next.1-experimental-62518dd
|
|
19
|
-
- @forge/egress@1.3.0-experimental-62518dd
|
|
15
|
+
- Updated dependencies [951f3f0]
|
|
16
|
+
- @forge/cli-shared@6.6.0-next.7
|
|
20
17
|
|
|
21
18
|
## 5.7.0-next.7
|
|
22
19
|
|
|
@@ -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.
|
|
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,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/lint",
|
|
3
|
-
"version": "5.7.0-next.
|
|
3
|
+
"version": "5.7.0-next.9",
|
|
4
4
|
"description": "Linting for forge apps",
|
|
5
5
|
"main": "out/index.js",
|
|
6
|
-
"license": "
|
|
6
|
+
"license": "UNLICENSED",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"build": "yarn run clean && yarn run compile",
|
|
9
9
|
"compile": "tsc -b -v",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@atlassian/xen-test-util": "^4.2.0",
|
|
14
|
-
"@forge/api": "^5.0.1-next.2
|
|
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.6.0-next.
|
|
23
|
-
"@forge/egress": "1.3.0
|
|
24
|
-
"@forge/manifest": "8.6.1-next.1
|
|
22
|
+
"@forge/cli-shared": "6.6.0-next.8",
|
|
23
|
+
"@forge/egress": "1.3.0",
|
|
24
|
+
"@forge/manifest": "8.6.1-next.1",
|
|
25
25
|
"@typescript-eslint/typescript-estree": "^5.62.0",
|
|
26
26
|
"array.prototype.flatmap": "^1.3.2",
|
|
27
27
|
"atlassian-openapi": "^1.0.18",
|
package/LICENSE.txt
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
Copyright (c) 2024 Atlassian
|
|
2
|
-
Permission is hereby granted to use this software in accordance with the terms
|
|
3
|
-
and conditions outlined in the Atlassian Developer Terms, which can be found
|
|
4
|
-
at the following URL:
|
|
5
|
-
https://developer.atlassian.com/platform/marketplace/atlassian-developer-terms/
|
|
6
|
-
By using this software, you agree to comply with these terms and conditions.
|
|
7
|
-
If you do not agree with these terms, you are not permitted to use this software.
|