@forge/lint 5.17.0-next.8 → 5.17.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @forge/lint
2
2
 
3
+ ## 5.17.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 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.
8
+
9
+ ### Patch Changes
10
+
11
+ - 2120a35: When customer-managed egress is enabled, lint errors that refer to `permissions.external` have been updated to warnings and have an updated message
12
+ - Updated dependencies [9b1b31a]
13
+ - Updated dependencies [c94dead]
14
+ - Updated dependencies [47a8b98]
15
+ - Updated dependencies [5adff35]
16
+ - Updated dependencies [11472b4]
17
+ - Updated dependencies [b47fe98]
18
+ - Updated dependencies [b5fbcf4]
19
+ - Updated dependencies [296a58d]
20
+ - Updated dependencies [747866d]
21
+ - Updated dependencies [a02af38]
22
+ - @forge/manifest@12.5.0
23
+ - @forge/cli-shared@8.19.0
24
+
3
25
  ## 5.17.0-next.8
4
26
 
5
27
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/lint",
3
- "version": "5.17.0-next.8",
3
+ "version": "5.17.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.3-next.1",
14
+ "@forge/api": "^7.1.3",
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.0-next.8",
22
+ "@forge/cli-shared": "8.19.0",
23
23
  "@forge/csp": "5.6.1",
24
24
  "@forge/egress": "2.3.2",
25
- "@forge/manifest": "12.5.0-next.6",
25
+ "@forge/manifest": "12.5.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",