@forge/lint 5.11.6-next.1 → 5.11.6-next.11

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 +79 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,84 @@
1
1
  # @forge/lint
2
2
 
3
+ ## 5.11.6-next.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4a9136d]
8
+ - @forge/cli-shared@8.8.1-next.7
9
+
10
+ ## 5.11.6-next.10
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [8183db5]
15
+ - @forge/cli-shared@8.8.1-next.6
16
+
17
+ ## 5.11.6-next.9
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [fae0e71]
22
+ - Updated dependencies [15a3a17]
23
+ - Updated dependencies [4718346]
24
+ - @forge/manifest@10.8.0-next.5
25
+ - @forge/csp@5.2.0-next.5
26
+ - @forge/cli-shared@8.8.1-next.5
27
+
28
+ ## 5.11.6-next.8
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [9cb69da]
33
+ - Updated dependencies [dcd46a4]
34
+ - @forge/cli-shared@8.8.1-next.4
35
+ - @forge/manifest@10.8.0-next.4
36
+
37
+ ## 5.11.6-next.7
38
+
39
+ ### Patch Changes
40
+
41
+ - Updated dependencies [bafc49d]
42
+ - @forge/csp@5.2.0-next.4
43
+
44
+ ## 5.11.6-next.6
45
+
46
+ ### Patch Changes
47
+
48
+ - Updated dependencies [f751b9b]
49
+ - Updated dependencies [0ef937d]
50
+ - @forge/cli-shared@8.8.1-next.3
51
+ - @forge/manifest@10.8.0-next.3
52
+
53
+ ## 5.11.6-next.5
54
+
55
+ ### Patch Changes
56
+
57
+ - Updated dependencies [b3792e4]
58
+ - @forge/manifest@10.8.0-next.2
59
+ - @forge/cli-shared@8.8.1-next.2
60
+
61
+ ## 5.11.6-next.4
62
+
63
+ ### Patch Changes
64
+
65
+ - Updated dependencies [f45e95a]
66
+ - @forge/csp@5.2.0-next.3
67
+
68
+ ## 5.11.6-next.3
69
+
70
+ ### Patch Changes
71
+
72
+ - Updated dependencies [6864e48]
73
+ - @forge/csp@5.2.0-next.2
74
+
75
+ ## 5.11.6-next.2
76
+
77
+ ### Patch Changes
78
+
79
+ - Updated dependencies [5403345]
80
+ - @forge/csp@5.2.0-next.1
81
+
3
82
  ## 5.11.6-next.1
4
83
 
5
84
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/lint",
3
- "version": "5.11.6-next.1",
3
+ "version": "5.11.6-next.11",
4
4
  "description": "Linting for forge apps",
5
5
  "main": "out/index.js",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -19,10 +19,10 @@
19
19
  "eslint-plugin-import": "^2.29.1"
20
20
  },
21
21
  "dependencies": {
22
- "@forge/cli-shared": "8.8.1-next.1",
23
- "@forge/csp": "5.1.2-next.0",
22
+ "@forge/cli-shared": "8.8.1-next.7",
23
+ "@forge/csp": "5.2.0-next.5",
24
24
  "@forge/egress": "2.1.1-next.0",
25
- "@forge/manifest": "10.8.0-next.1",
25
+ "@forge/manifest": "10.8.0-next.5",
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",