@forge/lint 3.6.7-next.1 → 3.6.7-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 +84 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,89 @@
1
1
  # @forge/lint
2
2
 
3
+ ## 3.6.7-next.11
4
+
5
+ ### Patch Changes
6
+
7
+ - 641b0551: Bumping dependencies via Renovate:
8
+
9
+ - @types/node-fetch
10
+
11
+ - Updated dependencies [641b0551]
12
+ - @forge/cli-shared@3.19.0-next.11
13
+ - @forge/manifest@4.20.1-next.5
14
+
15
+ ## 3.6.7-next.10
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [feb7bf63]
20
+ - @forge/cli-shared@3.19.0-next.10
21
+
22
+ ## 3.6.7-next.9
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies [cbba9bd4]
27
+ - @forge/cli-shared@3.19.0-next.9
28
+
29
+ ## 3.6.7-next.8
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies [4ccdaa4e]
34
+ - @forge/manifest@4.20.1-next.4
35
+ - @forge/cli-shared@3.19.0-next.8
36
+
37
+ ## 3.6.7-next.7
38
+
39
+ ### Patch Changes
40
+
41
+ - Updated dependencies [b6d6adbe]
42
+ - @forge/manifest@4.20.1-next.3
43
+ - @forge/cli-shared@3.19.0-next.7
44
+
45
+ ## 3.6.7-next.6
46
+
47
+ ### Patch Changes
48
+
49
+ - Updated dependencies [c02dfc6e]
50
+ - @forge/manifest@4.20.1-next.2
51
+ - @forge/cli-shared@3.19.0-next.6
52
+
53
+ ## 3.6.7-next.5
54
+
55
+ ### Patch Changes
56
+
57
+ - Updated dependencies [bd192806]
58
+ - @forge/cli-shared@3.19.0-next.5
59
+
60
+ ## 3.6.7-next.4
61
+
62
+ ### Patch Changes
63
+
64
+ - Updated dependencies [c1c5fb5]
65
+ - @forge/cli-shared@3.18.1-next.4
66
+ - @forge/egress@1.2.5-next.0
67
+ - @forge/manifest@4.20.1-next.1
68
+
69
+ ## 3.6.7-next.3
70
+
71
+ ### Patch Changes
72
+
73
+ - Updated dependencies [6ec038fe]
74
+ - @forge/cli-shared@3.18.1-next.3
75
+
76
+ ## 3.6.7-next.2
77
+
78
+ ### Patch Changes
79
+
80
+ - 4268a819: Bumping dependencies via Renovate:
81
+
82
+ - array.prototype.flatmap
83
+
84
+ - Updated dependencies [4268a819]
85
+ - @forge/cli-shared@3.18.1-next.2
86
+
3
87
  ## 3.6.7-next.1
4
88
 
5
89
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/lint",
3
- "version": "3.6.7-next.1",
3
+ "version": "3.6.7-next.11",
4
4
  "description": "Linting for forge apps",
5
5
  "main": "out/index.js",
6
6
  "license": "UNLICENSED",
@@ -14,14 +14,14 @@
14
14
  "@types/array.prototype.flatmap": "^1.2.2",
15
15
  "@types/cross-spawn": "^6.0.3",
16
16
  "@types/eslint": "8.44.2",
17
- "@types/node-fetch": "^2.6.4"
17
+ "@types/node-fetch": "^2.6.5"
18
18
  },
19
19
  "dependencies": {
20
- "@forge/cli-shared": "3.18.1-next.1",
21
- "@forge/egress": "1.2.4",
22
- "@forge/manifest": "4.20.1-next.0",
20
+ "@forge/cli-shared": "3.19.0-next.11",
21
+ "@forge/egress": "1.2.5-next.0",
22
+ "@forge/manifest": "4.20.1-next.5",
23
23
  "@typescript-eslint/typescript-estree": "^5.62.0",
24
- "array.prototype.flatmap": "^1.3.1",
24
+ "array.prototype.flatmap": "^1.3.2",
25
25
  "atlassian-openapi": "^1.0.17",
26
26
  "cross-spawn": "^7.0.3",
27
27
  "node-fetch": "2.7.0"