@forge/lint 3.7.5-next.1 → 3.7.5-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 +83 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,88 @@
1
1
  # @forge/lint
2
2
 
3
+ ## 3.7.5-next.11
4
+
5
+ ### Patch Changes
6
+
7
+ - 4783ea7: Bumping dependencies via Renovate:
8
+
9
+ - @types/cross-spawn
10
+
11
+ - Updated dependencies [4783ea7]
12
+ - @forge/cli-shared@3.21.0-next.11
13
+
14
+ ## 3.7.5-next.10
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [5679e91]
19
+ - @forge/cli-shared@3.21.0-next.10
20
+
21
+ ## 3.7.5-next.9
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [570db55]
26
+ - @forge/cli-shared@3.21.0-next.9
27
+
28
+ ## 3.7.5-next.8
29
+
30
+ ### Patch Changes
31
+
32
+ - 61e60fc: Bumping dependencies via Renovate:
33
+
34
+ - @types/array.prototype.flatmap
35
+
36
+ - Updated dependencies [61e60fc]
37
+ - @forge/cli-shared@3.21.0-next.8
38
+
39
+ ## 3.7.5-next.7
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [59bac39]
44
+ - @forge/cli-shared@3.21.0-next.7
45
+
46
+ ## 3.7.5-next.6
47
+
48
+ ### Patch Changes
49
+
50
+ - Updated dependencies [e633c10]
51
+ - @forge/manifest@5.1.0-next.4
52
+ - @forge/cli-shared@3.21.0-next.6
53
+
54
+ ## 3.7.5-next.5
55
+
56
+ ### Patch Changes
57
+
58
+ - Updated dependencies [c35ad15]
59
+ - Updated dependencies [b91f922]
60
+ - @forge/manifest@5.1.0-next.3
61
+ - @forge/cli-shared@3.21.0-next.5
62
+
63
+ ## 3.7.5-next.4
64
+
65
+ ### Patch Changes
66
+
67
+ - Updated dependencies [e241f90]
68
+ - @forge/cli-shared@3.21.0-next.4
69
+ - @forge/manifest@5.1.0-next.2
70
+
71
+ ## 3.7.5-next.3
72
+
73
+ ### Patch Changes
74
+
75
+ - Updated dependencies [ee296e3]
76
+ - @forge/manifest@5.0.2-next.1
77
+ - @forge/cli-shared@3.20.5-next.3
78
+
79
+ ## 3.7.5-next.2
80
+
81
+ ### Patch Changes
82
+
83
+ - Updated dependencies [0d639c4]
84
+ - @forge/cli-shared@3.20.5-next.2
85
+
3
86
  ## 3.7.5-next.1
4
87
 
5
88
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/lint",
3
- "version": "3.7.5-next.1",
3
+ "version": "3.7.5-next.11",
4
4
  "description": "Linting for forge apps",
5
5
  "main": "out/index.js",
6
6
  "license": "UNLICENSED",
@@ -11,15 +11,15 @@
11
11
  },
12
12
  "devDependencies": {
13
13
  "@atlassian/xen-test-util": "^3.1.2",
14
- "@types/array.prototype.flatmap": "^1.2.4",
15
- "@types/cross-spawn": "^6.0.4",
14
+ "@types/array.prototype.flatmap": "^1.2.5",
15
+ "@types/cross-spawn": "^6.0.5",
16
16
  "@types/eslint": "8.44.6",
17
17
  "@types/node-fetch": "^2.6.8"
18
18
  },
19
19
  "dependencies": {
20
- "@forge/cli-shared": "3.20.5-next.1",
20
+ "@forge/cli-shared": "3.21.0-next.11",
21
21
  "@forge/egress": "1.2.8",
22
- "@forge/manifest": "5.0.2-next.0",
22
+ "@forge/manifest": "5.1.0-next.4",
23
23
  "@typescript-eslint/typescript-estree": "^5.62.0",
24
24
  "array.prototype.flatmap": "^1.3.2",
25
25
  "atlassian-openapi": "^1.0.17",