@forge/lint 5.7.0 → 5.7.1-next.1

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 +17 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @forge/lint
2
2
 
3
+ ## 5.7.1-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6b8b6e2]
8
+ - @forge/manifest@8.6.2-next.0
9
+ - @forge/cli-shared@6.6.1-next.1
10
+
11
+ ## 5.7.1-next.0
12
+
13
+ ### Patch Changes
14
+
15
+ - 091886c: prepare installations product field to accept multiple products
16
+ - Updated dependencies [091886c]
17
+ - Updated dependencies [29e8c8b]
18
+ - @forge/cli-shared@6.6.1-next.0
19
+
3
20
  ## 5.7.0
4
21
 
5
22
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/lint",
3
- "version": "5.7.0",
3
+ "version": "5.7.1-next.1",
4
4
  "description": "Linting for forge apps",
5
5
  "main": "out/index.js",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "devDependencies": {
13
13
  "@atlassian/xen-test-util": "^4.2.0",
14
- "@forge/api": "^5.0.1",
14
+ "@forge/api": "^5.0.2-next.0",
15
15
  "@types/array.prototype.flatmap": "^1.2.6",
16
16
  "@types/cross-spawn": "^6.0.6",
17
17
  "@types/eslint": "8.56.2",
@@ -19,10 +19,10 @@
19
19
  "eslint-plugin-import": "^2.29.1"
20
20
  },
21
21
  "dependencies": {
22
- "@forge/cli-shared": "6.6.0",
22
+ "@forge/cli-shared": "6.6.1-next.1",
23
23
  "@forge/csp": "3.6.1",
24
24
  "@forge/egress": "1.3.1",
25
- "@forge/manifest": "8.6.1",
25
+ "@forge/manifest": "8.6.2-next.0",
26
26
  "@typescript-eslint/typescript-estree": "^5.62.0",
27
27
  "array.prototype.flatmap": "^1.3.2",
28
28
  "atlassian-openapi": "^1.0.18",