@forge/lint 5.17.0-next.8 → 5.17.1-next.0
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 +30 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @forge/lint
|
|
2
2
|
|
|
3
|
+
## 5.17.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [399ae7d]
|
|
8
|
+
- @forge/manifest@12.6.0-next.0
|
|
9
|
+
- @forge/cli-shared@8.19.1-next.0
|
|
10
|
+
|
|
11
|
+
## 5.17.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- 594a6b9: Added new FunctionTimeoutLinter that detects a conflict where the same function is referenced by both a trigger and a consumer module, but has a timeoutSeconds exceeding the trigger maximum.
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 2120a35: When customer-managed egress is enabled, lint errors that refer to `permissions.external` have been updated to warnings and have an updated message
|
|
20
|
+
- Updated dependencies [9b1b31a]
|
|
21
|
+
- Updated dependencies [c94dead]
|
|
22
|
+
- Updated dependencies [47a8b98]
|
|
23
|
+
- Updated dependencies [5adff35]
|
|
24
|
+
- Updated dependencies [11472b4]
|
|
25
|
+
- Updated dependencies [b47fe98]
|
|
26
|
+
- Updated dependencies [b5fbcf4]
|
|
27
|
+
- Updated dependencies [296a58d]
|
|
28
|
+
- Updated dependencies [747866d]
|
|
29
|
+
- Updated dependencies [a02af38]
|
|
30
|
+
- @forge/manifest@12.5.0
|
|
31
|
+
- @forge/cli-shared@8.19.0
|
|
32
|
+
|
|
3
33
|
## 5.17.0-next.8
|
|
4
34
|
|
|
5
35
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/lint",
|
|
3
|
-
"version": "5.17.
|
|
3
|
+
"version": "5.17.1-next.0",
|
|
4
4
|
"description": "Linting for forge apps",
|
|
5
5
|
"main": "out/index.js",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@atlassian/xen-test-util": "^4.2.0",
|
|
14
|
-
"@forge/api": "^7.1.
|
|
14
|
+
"@forge/api": "^7.1.4-next.0",
|
|
15
15
|
"@types/array.prototype.flatmap": "^1.2.6",
|
|
16
16
|
"@types/cross-spawn": "^6.0.6",
|
|
17
17
|
"@types/eslint": "8.56.12",
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"eslint-plugin-import": "^2.29.1"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@forge/cli-shared": "8.19.
|
|
22
|
+
"@forge/cli-shared": "8.19.1-next.0",
|
|
23
23
|
"@forge/csp": "5.6.1",
|
|
24
24
|
"@forge/egress": "2.3.2",
|
|
25
|
-
"@forge/manifest": "12.
|
|
25
|
+
"@forge/manifest": "12.6.0-next.0",
|
|
26
26
|
"@typescript-eslint/typescript-estree": "^5.62.0",
|
|
27
27
|
"array.prototype.flatmap": "^1.3.3",
|
|
28
28
|
"@atlassian/atlassian-openapi": "^1.0.6",
|