@versatiles/release-tool 2.7.2 → 2.7.4

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 (1) hide show
  1. package/package.json +14 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versatiles/release-tool",
3
- "version": "2.7.2",
3
+ "version": "2.7.4",
4
4
  "description": "VersaTiles release and documentation tools",
5
5
  "bin": {
6
6
  "vrt": "./dist/index.js"
@@ -13,7 +13,7 @@
13
13
  "build": "npm run build-node && npm run doc",
14
14
  "prepare": "husky",
15
15
  "build-node": "rm -rf dist && tsc -p tsconfig.build.json && chmod +x dist/index.js",
16
- "check": "npm run lint && npm run build && npm run test && npm run format:check",
16
+ "check": "npm run lint && npm run typecheck && npm run build && npm run test && npm run format:check",
17
17
  "dev": "tsx src/index.ts",
18
18
  "doc": "npm run doc-command && npm run doc-graph",
19
19
  "doc-command": "tsx src/index.ts doc-command vrt | tsx src/index.ts doc-insert README.md '# Command'",
@@ -23,6 +23,7 @@
23
23
  "lint": "eslint . --color",
24
24
  "prepack": "npm run build",
25
25
  "release": "tsx src/index.ts release-npm",
26
+ "typecheck": "tsc --noEmit",
26
27
  "test-coverage": "vitest --run --coverage",
27
28
  "test": "vitest --run",
28
29
  "upgrade": "tsx src/index.ts deps-upgrade"
@@ -41,26 +42,29 @@
41
42
  "devDependencies": {
42
43
  "@eslint/js": "^10.0.1",
43
44
  "@schemastore/package": "^0.0.10",
44
- "@types/node": "^25.2.3",
45
- "@typescript-eslint/eslint-plugin": "^8.56.0",
46
- "@typescript-eslint/parser": "^8.56.0",
45
+ "@types/mdast": "^4.0.4",
46
+ "@types/node": "^25.3.3",
47
+ "@typescript-eslint/eslint-plugin": "^8.56.1",
48
+ "@typescript-eslint/parser": "^8.56.1",
47
49
  "@vitest/coverage-v8": "^4.0.18",
48
- "eslint": "^10.0.0",
50
+ "eslint": "^10.0.2",
49
51
  "husky": "^9.1.7",
50
- "lint-staged": "^16.2.7",
52
+ "lint-staged": "^16.3.1",
51
53
  "prettier": "^3.8.1",
52
54
  "tsx": "^4.21.0",
53
55
  "typescript": "^5.9.3",
54
- "typescript-eslint": "^8.56.0",
56
+ "typescript-eslint": "^8.56.1",
55
57
  "vitest": "^4.0.18"
56
58
  },
57
59
  "dependencies": {
58
- "@inquirer/select": "^5.0.7",
60
+ "@inquirer/select": "^5.1.0",
59
61
  "commander": "^14.0.3",
60
62
  "dependency-cruiser": "^17.3.8",
61
- "npm-check-updates": "^19.3.2",
63
+ "mdast-util-to-markdown": "^2.1.2",
64
+ "npm-check-updates": "^19.6.3",
62
65
  "remark": "^15.0.1",
63
66
  "remark-gfm": "^4.0.1",
67
+ "remark-stringify": "^11.0.0",
64
68
  "typedoc": "^0.28.17",
65
69
  "typedoc-github-theme": "^0.4.0",
66
70
  "typedoc-github-wiki-theme": "^2.1.0",