@forge/lint 3.6.2-next.0 → 3.6.2-next.13

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 +102 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,107 @@
1
1
  # @forge/lint
2
2
 
3
+ ## 3.6.2-next.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f930f680]
8
+ - @forge/cli-shared@3.16.0-next.13
9
+
10
+ ## 3.6.2-next.12
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [9e15cc40]
15
+ - @forge/cli-shared@3.16.0-next.12
16
+ - @forge/manifest@4.16.1-next.5
17
+
18
+ ## 3.6.2-next.11
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [a31a1f95]
23
+ - @forge/manifest@4.16.1-next.4
24
+ - @forge/cli-shared@3.16.0-next.11
25
+
26
+ ## 3.6.2-next.10
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [bdc1988d]
31
+ - @forge/cli-shared@3.16.0-next.10
32
+
33
+ ## 3.6.2-next.9
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [4a3a29ef]
38
+ - @forge/cli-shared@3.16.0-next.9
39
+
40
+ ## 3.6.2-next.8
41
+
42
+ ### Patch Changes
43
+
44
+ - Updated dependencies [5091f398]
45
+ - Updated dependencies [30b010d0]
46
+ - @forge/cli-shared@3.16.0-next.8
47
+
48
+ ## 3.6.2-next.7
49
+
50
+ ### Patch Changes
51
+
52
+ - Updated dependencies [06f8c70a]
53
+ - @forge/cli-shared@3.16.0-next.7
54
+
55
+ ## 3.6.2-next.6
56
+
57
+ ### Patch Changes
58
+
59
+ - Updated dependencies [a006df23]
60
+ - @forge/manifest@4.16.1-next.3
61
+ - @forge/cli-shared@3.16.0-next.6
62
+
63
+ ## 3.6.2-next.5
64
+
65
+ ### Patch Changes
66
+
67
+ - Updated dependencies [463e90b3]
68
+ - @forge/manifest@4.16.1-next.2
69
+ - @forge/cli-shared@3.16.0-next.5
70
+
71
+ ## 3.6.2-next.4
72
+
73
+ ### Patch Changes
74
+
75
+ - Updated dependencies [3c6c5460]
76
+ - @forge/cli-shared@3.16.0-next.4
77
+
78
+ ## 3.6.2-next.3
79
+
80
+ ### Patch Changes
81
+
82
+ - Updated dependencies [607ae91]
83
+ - @forge/manifest@4.16.1-next.1
84
+ - @forge/cli-shared@3.15.2-next.3
85
+
86
+ ## 3.6.2-next.2
87
+
88
+ ### Patch Changes
89
+
90
+ - 8cb8709: Bumping dependencies via Renovate:
91
+
92
+ - array.prototype.flatmap
93
+ - @types/array.prototype.flatmap
94
+
95
+ - Updated dependencies [8cb8709]
96
+ - @forge/cli-shared@3.15.2-next.2
97
+
98
+ ## 3.6.2-next.1
99
+
100
+ ### Patch Changes
101
+
102
+ - Updated dependencies [8d84db4]
103
+ - @forge/cli-shared@3.15.2-next.1
104
+
3
105
  ## 3.6.2-next.0
4
106
 
5
107
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/lint",
3
- "version": "3.6.2-next.0",
3
+ "version": "3.6.2-next.13",
4
4
  "description": "Linting for forge apps",
5
5
  "main": "out/index.js",
6
6
  "license": "UNLICENSED",
@@ -11,17 +11,17 @@
11
11
  },
12
12
  "devDependencies": {
13
13
  "@atlassian/xen-test-util": "^1.16.0",
14
- "@types/array.prototype.flatmap": "^1.2.1",
14
+ "@types/array.prototype.flatmap": "^1.2.2",
15
15
  "@types/cross-spawn": "^6.0.2",
16
16
  "@types/eslint": "8.2.2",
17
17
  "@types/node-fetch": "^2.6.4"
18
18
  },
19
19
  "dependencies": {
20
- "@forge/cli-shared": "3.15.2-next.0",
20
+ "@forge/cli-shared": "3.16.0-next.13",
21
21
  "@forge/egress": "1.2.1",
22
- "@forge/manifest": "4.16.1-next.0",
22
+ "@forge/manifest": "4.16.1-next.5",
23
23
  "@typescript-eslint/typescript-estree": "^5.40.0",
24
- "array.prototype.flatmap": "^1.2.3",
24
+ "array.prototype.flatmap": "^1.3.1",
25
25
  "atlassian-openapi": "^1.0.17",
26
26
  "cross-spawn": "^7.0.3",
27
27
  "node-fetch": "2.6.12"