@forge/lint 5.20.0-next.6 → 5.20.0-next.7-experimental-44b7a12
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 +34 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @forge/lint
|
|
2
2
|
|
|
3
|
+
## 5.20.0-next.7-experimental-44b7a12
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 6adb226: The Forge linter now reports an error (previously a warning) when the `@forge/sql` SDK is imported but no corresponding `sql` module is declared in the manifest. The autofix continues to add the missing `sql` module and now counts it as a fixed error.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [c3b96b3]
|
|
12
|
+
- Updated dependencies [2a03b88]
|
|
13
|
+
- Updated dependencies [814b8fe]
|
|
14
|
+
- Updated dependencies [561f8f4]
|
|
15
|
+
- Updated dependencies [6aeecd7]
|
|
16
|
+
- Updated dependencies [ab1dcaa]
|
|
17
|
+
- Updated dependencies [bb903a8]
|
|
18
|
+
- Updated dependencies [c1acc55]
|
|
19
|
+
- Updated dependencies [8ac7dd3]
|
|
20
|
+
- Updated dependencies [297d598]
|
|
21
|
+
- Updated dependencies [5b67e61]
|
|
22
|
+
- Updated dependencies [661b109]
|
|
23
|
+
- Updated dependencies [55c1371]
|
|
24
|
+
- Updated dependencies [1a461c3]
|
|
25
|
+
- Updated dependencies [2a1ec30]
|
|
26
|
+
- @forge/cli-shared@8.25.0-next.5-experimental-44b7a12
|
|
27
|
+
- @forge/manifest@12.10.0-next.1-experimental-44b7a12
|
|
28
|
+
- @forge/csp@5.9.0-next.2-experimental-44b7a12
|
|
29
|
+
|
|
30
|
+
## 5.20.0-next.7
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- Updated dependencies [2a1ec30]
|
|
35
|
+
- @forge/cli-shared@8.25.0-next.5
|
|
36
|
+
|
|
3
37
|
## 5.20.0-next.6
|
|
4
38
|
|
|
5
39
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/lint",
|
|
3
|
-
"version": "5.20.0-next.
|
|
3
|
+
"version": "5.20.0-next.7-experimental-44b7a12",
|
|
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": "^8.0.0-next.1",
|
|
14
|
+
"@forge/api": "^8.0.0-next.1-experimental-44b7a12",
|
|
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.25.0-next.
|
|
23
|
-
"@forge/csp": "5.9.0-next.2",
|
|
22
|
+
"@forge/cli-shared": "8.25.0-next.5-experimental-44b7a12",
|
|
23
|
+
"@forge/csp": "5.9.0-next.2-experimental-44b7a12",
|
|
24
24
|
"@forge/egress": "2.3.2",
|
|
25
|
-
"@forge/manifest": "12.10.0-next.1",
|
|
25
|
+
"@forge/manifest": "12.10.0-next.1-experimental-44b7a12",
|
|
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",
|