@forge/lint 5.3.0-next.1 → 5.3.0

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 +20 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @forge/lint
2
2
 
3
+ ## 5.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 8cf085b: Improve linting to check for invokeRemote compute classification
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [71be471]
12
+ - Updated dependencies [0261f2b]
13
+ - @forge/cli-shared@5.3.1
14
+ - @forge/manifest@7.5.2
15
+
16
+ ## 5.3.0-next.2
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [71be471]
21
+ - @forge/cli-shared@5.3.1-next.1
22
+
3
23
  ## 5.3.0-next.1
4
24
 
5
25
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/lint",
3
- "version": "5.3.0-next.1",
3
+ "version": "5.3.0",
4
4
  "description": "Linting for forge apps",
5
5
  "main": "out/index.js",
6
6
  "license": "UNLICENSED",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "devDependencies": {
13
13
  "@atlassian/xen-test-util": "^4.2.0",
14
- "@forge/api": "^3.8.1",
14
+ "@forge/api": "^3.9.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,9 +19,9 @@
19
19
  "eslint-plugin-import": "^2.29.1"
20
20
  },
21
21
  "dependencies": {
22
- "@forge/cli-shared": "5.3.1-next.0",
22
+ "@forge/cli-shared": "5.3.1",
23
23
  "@forge/egress": "1.2.13",
24
- "@forge/manifest": "7.5.2-next.0",
24
+ "@forge/manifest": "7.5.2",
25
25
  "@typescript-eslint/typescript-estree": "^5.62.0",
26
26
  "array.prototype.flatmap": "^1.3.2",
27
27
  "atlassian-openapi": "^1.0.18",