@forge/lint 5.7.2-next.1 → 5.7.2-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 +77 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,82 @@
1
1
  # @forge/lint
2
2
 
3
+ ## 5.7.2-next.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4879128]
8
+ - @forge/cli-shared@6.7.0-next.11
9
+
10
+ ## 5.7.2-next.10
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [cf5bc5c]
15
+ - Updated dependencies [4c15b3a]
16
+ - @forge/cli-shared@6.7.0-next.10
17
+ - @forge/manifest@8.8.0-next.5
18
+
19
+ ## 5.7.2-next.9
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [9471e5d]
24
+ - @forge/cli-shared@6.7.0-next.9
25
+
26
+ ## 5.7.2-next.8
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [2712852]
31
+ - @forge/manifest@8.8.0-next.4
32
+ - @forge/cli-shared@6.6.2-next.8
33
+
34
+ ## 5.7.2-next.7
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [009ab70]
39
+ - Updated dependencies [34db0f6]
40
+ - @forge/manifest@8.7.1-next.3
41
+ - @forge/cli-shared@6.6.2-next.7
42
+
43
+ ## 5.7.2-next.6
44
+
45
+ ### Patch Changes
46
+
47
+ - Updated dependencies [dbc077f]
48
+ - @forge/cli-shared@6.6.2-next.6
49
+
50
+ ## 5.7.2-next.5
51
+
52
+ ### Patch Changes
53
+
54
+ - Updated dependencies [01ca857]
55
+ - @forge/manifest@8.7.1-next.2
56
+ - @forge/cli-shared@6.6.2-next.5
57
+
58
+ ## 5.7.2-next.4
59
+
60
+ ### Patch Changes
61
+
62
+ - Updated dependencies [359756b]
63
+ - @forge/manifest@8.7.1-next.1
64
+ - @forge/cli-shared@6.6.2-next.4
65
+
66
+ ## 5.7.2-next.3
67
+
68
+ ### Patch Changes
69
+
70
+ - Updated dependencies [78a006f]
71
+ - @forge/cli-shared@6.6.2-next.3
72
+
73
+ ## 5.7.2-next.2
74
+
75
+ ### Patch Changes
76
+
77
+ - Updated dependencies [272d770]
78
+ - @forge/cli-shared@6.6.2-next.2
79
+
3
80
  ## 5.7.2-next.1
4
81
 
5
82
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/lint",
3
- "version": "5.7.2-next.1",
3
+ "version": "5.7.2-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": "6.6.2-next.1",
22
+ "@forge/cli-shared": "6.7.0-next.11",
23
23
  "@forge/csp": "3.6.2",
24
24
  "@forge/egress": "1.4.0",
25
- "@forge/manifest": "8.7.1-next.0",
25
+ "@forge/manifest": "8.8.0-next.5",
26
26
  "@typescript-eslint/typescript-estree": "^5.62.0",
27
27
  "array.prototype.flatmap": "^1.3.2",
28
28
  "atlassian-openapi": "^1.0.18",