@forge/lint 3.7.5-next.0 → 3.7.5-next.10

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 +79 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,84 @@
1
1
  # @forge/lint
2
2
 
3
+ ## 3.7.5-next.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [5679e91]
8
+ - @forge/cli-shared@3.21.0-next.10
9
+
10
+ ## 3.7.5-next.9
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [570db55]
15
+ - @forge/cli-shared@3.21.0-next.9
16
+
17
+ ## 3.7.5-next.8
18
+
19
+ ### Patch Changes
20
+
21
+ - 61e60fc: Bumping dependencies via Renovate:
22
+
23
+ - @types/array.prototype.flatmap
24
+
25
+ - Updated dependencies [61e60fc]
26
+ - @forge/cli-shared@3.21.0-next.8
27
+
28
+ ## 3.7.5-next.7
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [59bac39]
33
+ - @forge/cli-shared@3.21.0-next.7
34
+
35
+ ## 3.7.5-next.6
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [e633c10]
40
+ - @forge/manifest@5.1.0-next.4
41
+ - @forge/cli-shared@3.21.0-next.6
42
+
43
+ ## 3.7.5-next.5
44
+
45
+ ### Patch Changes
46
+
47
+ - Updated dependencies [c35ad15]
48
+ - Updated dependencies [b91f922]
49
+ - @forge/manifest@5.1.0-next.3
50
+ - @forge/cli-shared@3.21.0-next.5
51
+
52
+ ## 3.7.5-next.4
53
+
54
+ ### Patch Changes
55
+
56
+ - Updated dependencies [e241f90]
57
+ - @forge/cli-shared@3.21.0-next.4
58
+ - @forge/manifest@5.1.0-next.2
59
+
60
+ ## 3.7.5-next.3
61
+
62
+ ### Patch Changes
63
+
64
+ - Updated dependencies [ee296e3]
65
+ - @forge/manifest@5.0.2-next.1
66
+ - @forge/cli-shared@3.20.5-next.3
67
+
68
+ ## 3.7.5-next.2
69
+
70
+ ### Patch Changes
71
+
72
+ - Updated dependencies [0d639c4]
73
+ - @forge/cli-shared@3.20.5-next.2
74
+
75
+ ## 3.7.5-next.1
76
+
77
+ ### Patch Changes
78
+
79
+ - Updated dependencies [c3b0968]
80
+ - @forge/cli-shared@3.20.5-next.1
81
+
3
82
  ## 3.7.5-next.0
4
83
 
5
84
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/lint",
3
- "version": "3.7.5-next.0",
3
+ "version": "3.7.5-next.10",
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",
14
+ "@types/array.prototype.flatmap": "^1.2.5",
15
15
  "@types/cross-spawn": "^6.0.4",
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.0",
20
+ "@forge/cli-shared": "3.21.0-next.10",
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",