coc-pyright 1.1.316 → 1.1.325

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coc-pyright",
3
- "version": "1.1.316",
3
+ "version": "1.1.325",
4
4
  "description": "Pyright extension for coc.nvim, static type checker for Python",
5
5
  "author": "Heyward Fann <fannheyward@gmail.com>",
6
6
  "license": "MIT",
@@ -28,7 +28,7 @@
28
28
  "workspaceContains:pyrightconfig.json"
29
29
  ],
30
30
  "scripts": {
31
- "schema": "curl -o schemas/pyrightconfig.schema.json https://raw.githubusercontent.com/microsoft/pyright/main/packages/vscode-pyright/schemas/pyrightconfig.schema.json && node diff.mjs",
31
+ "schema": "node diff.mjs",
32
32
  "clean": "rimraf lib",
33
33
  "lint": "eslint src --ext ts",
34
34
  "build": "node esbuild.mjs",
@@ -36,20 +36,18 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/diff-match-patch": "^1.0.32",
39
- "@types/fs-extra": "^11.0.1",
40
39
  "@types/md5": "^2.2.0",
41
40
  "@types/minimatch": "^5.1.2",
42
41
  "@types/node": "20",
43
42
  "@types/semver": "^7.3.9",
44
43
  "@types/which": "^3.0.0",
45
- "@typescript-eslint/eslint-plugin": "^5.6.0",
46
- "@typescript-eslint/parser": "^5.6.0",
47
- "@zzzen/pyright-internal": "^1.2.0-dev.20230625",
44
+ "@typescript-eslint/eslint-plugin": "^6.4.1",
45
+ "@typescript-eslint/parser": "^6.4.1",
46
+ "@zzzen/pyright-internal": "^1.2.0-dev.20230827",
48
47
  "coc.nvim": "^0.0.83-next.17",
49
48
  "diff-match-patch": "^1.0.5",
50
- "esbuild": "^0.17.10",
49
+ "esbuild": "^0.19.2",
51
50
  "eslint": "^8.4.1",
52
- "fs-extra": "^11.1.1",
53
51
  "get-port": "^6.1.2",
54
52
  "iconv-lite": "^0.6.2",
55
53
  "md5": "^2.3.0",
@@ -60,7 +58,6 @@
60
58
  "semver": "^7.3.2",
61
59
  "tree-kill": "^1.2.2",
62
60
  "typescript": "^5.0.3",
63
- "untildify": "^4.0.0",
64
61
  "which": "^3.0.1"
65
62
  },
66
63
  "prettier": {
@@ -87,7 +84,7 @@
87
84
  "jsonValidation": [
88
85
  {
89
86
  "fileMatch": "pyrightconfig.json",
90
- "url": "./schemas/pyrightconfig.schema.json"
87
+ "url": "https://raw.githubusercontent.com/microsoft/pyright/main/packages/vscode-pyright/schemas/pyrightconfig.schema.json"
91
88
  }
92
89
  ],
93
90
  "configuration": {
@@ -1589,6 +1586,6 @@
1589
1586
  ]
1590
1587
  },
1591
1588
  "dependencies": {
1592
- "pyright": "^1.1.316"
1589
+ "pyright": "^1.1.325"
1593
1590
  }
1594
1591
  }