@forge/lint 3.6.2-next.1 → 3.6.2-next.14

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.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d6ed0db]
8
+ - @forge/cli-shared@3.16.0-next.14
9
+
10
+ ## 3.6.2-next.13
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [f930f680]
15
+ - @forge/cli-shared@3.16.0-next.13
16
+
17
+ ## 3.6.2-next.12
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [9e15cc40]
22
+ - @forge/cli-shared@3.16.0-next.12
23
+ - @forge/manifest@4.16.1-next.5
24
+
25
+ ## 3.6.2-next.11
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies [a31a1f95]
30
+ - @forge/manifest@4.16.1-next.4
31
+ - @forge/cli-shared@3.16.0-next.11
32
+
33
+ ## 3.6.2-next.10
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [bdc1988d]
38
+ - @forge/cli-shared@3.16.0-next.10
39
+
40
+ ## 3.6.2-next.9
41
+
42
+ ### Patch Changes
43
+
44
+ - Updated dependencies [4a3a29ef]
45
+ - @forge/cli-shared@3.16.0-next.9
46
+
47
+ ## 3.6.2-next.8
48
+
49
+ ### Patch Changes
50
+
51
+ - Updated dependencies [5091f398]
52
+ - Updated dependencies [30b010d0]
53
+ - @forge/cli-shared@3.16.0-next.8
54
+
55
+ ## 3.6.2-next.7
56
+
57
+ ### Patch Changes
58
+
59
+ - Updated dependencies [06f8c70a]
60
+ - @forge/cli-shared@3.16.0-next.7
61
+
62
+ ## 3.6.2-next.6
63
+
64
+ ### Patch Changes
65
+
66
+ - Updated dependencies [a006df23]
67
+ - @forge/manifest@4.16.1-next.3
68
+ - @forge/cli-shared@3.16.0-next.6
69
+
70
+ ## 3.6.2-next.5
71
+
72
+ ### Patch Changes
73
+
74
+ - Updated dependencies [463e90b3]
75
+ - @forge/manifest@4.16.1-next.2
76
+ - @forge/cli-shared@3.16.0-next.5
77
+
78
+ ## 3.6.2-next.4
79
+
80
+ ### Patch Changes
81
+
82
+ - Updated dependencies [3c6c5460]
83
+ - @forge/cli-shared@3.16.0-next.4
84
+
85
+ ## 3.6.2-next.3
86
+
87
+ ### Patch Changes
88
+
89
+ - Updated dependencies [607ae91]
90
+ - @forge/manifest@4.16.1-next.1
91
+ - @forge/cli-shared@3.15.2-next.3
92
+
93
+ ## 3.6.2-next.2
94
+
95
+ ### Patch Changes
96
+
97
+ - 8cb8709: Bumping dependencies via Renovate:
98
+
99
+ - array.prototype.flatmap
100
+ - @types/array.prototype.flatmap
101
+
102
+ - Updated dependencies [8cb8709]
103
+ - @forge/cli-shared@3.15.2-next.2
104
+
3
105
  ## 3.6.2-next.1
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.1",
3
+ "version": "3.6.2-next.14",
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.1",
20
+ "@forge/cli-shared": "3.16.0-next.14",
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"