@karmaniverous/jeeves 0.5.9 → 0.5.11

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
@@ -3,12 +3,6 @@
3
3
  "bin": {
4
4
  "jeeves": "./dist/cli/jeeves/index.js"
5
5
  },
6
- "auto-changelog": {
7
- "output": "CHANGELOG.md",
8
- "unreleased": true,
9
- "commitLimit": false,
10
- "hideCredit": true
11
- },
12
6
  "bugs": {
13
7
  "url": "https://github.com/karmaniverous/jeeves/issues"
14
8
  },
@@ -18,13 +12,13 @@
18
12
  "jsonpath-plus": "^10.4.0",
19
13
  "package-directory": "^8.2.0",
20
14
  "proper-lockfile": "^4.1.2",
21
- "semver": "^7.7.4",
22
- "zod": "^4.4.2"
15
+ "semver": "^7.8.1",
16
+ "zod": "^4.4.3"
23
17
  },
24
18
  "description": "Shared library and CLI for the Jeeves AI assistant platform.",
25
19
  "devDependencies": {
26
20
  "@commander-js/extra-typings": "^14.0.0",
27
- "@dotenvx/dotenvx": "^1.64.0",
21
+ "@dotenvx/dotenvx": "^1.69.1",
28
22
  "@eslint/js": "^10.0.1",
29
23
  "@rollup/plugin-alias": "^6.0.0",
30
24
  "@rollup/plugin-commonjs": "^29.0.2",
@@ -33,33 +27,33 @@
33
27
  "@rollup/plugin-replace": "^6.0.3",
34
28
  "@rollup/plugin-typescript": "^12.3.0",
35
29
  "@types/fs-extra": "^11.0.4",
36
- "@types/node": "^25.6.0",
30
+ "@types/node": "^25.9.1",
37
31
  "@types/proper-lockfile": "^4.1.4",
38
32
  "@types/semver": "^7.7.1",
39
- "@vitest/coverage-v8": "^4.1.5",
40
- "@vitest/eslint-plugin": "^1.6.16",
41
- "auto-changelog": "^2.5.0",
33
+ "@vitest/coverage-v8": "^4.1.7",
34
+ "@vitest/eslint-plugin": "^1.6.18",
42
35
  "cross-env": "^10.1.0",
43
- "eslint": "^10.3.0",
36
+ "eslint": "^10.4.0",
44
37
  "eslint-config-prettier": "^10.1.8",
45
- "eslint-plugin-prettier": "^5.5.5",
46
- "eslint-plugin-simple-import-sort": "^12.1.1",
38
+ "eslint-plugin-prettier": "^5.5.6",
39
+ "eslint-plugin-simple-import-sort": "^13.0.0",
47
40
  "eslint-plugin-tsdoc": "^0.5.2",
48
- "fs-extra": "^11.3.4",
49
- "knip": "^6.11.0",
50
- "lefthook": "^2.1.6",
41
+ "fs-extra": "^11.3.5",
42
+ "git-cliff": "^2.13.1",
43
+ "knip": "^6.14.2",
44
+ "lefthook": "^2.1.9",
51
45
  "prettier": "^3.8.3",
52
- "release-it": "^19.2.4",
46
+ "release-it": "^20.0.1",
53
47
  "rimraf": "^6.1.3",
54
- "rollup": "^4.60.2",
48
+ "rollup": "^4.60.4",
55
49
  "rollup-plugin-dts": "^6.4.1",
56
50
  "tslib": "^2.8.1",
57
51
  "typedoc": "^0.28.19",
58
52
  "typedoc-plugin-mdn-links": "^5.1.1",
59
53
  "typedoc-plugin-replace-text": "^4.2.0",
60
- "typescript": "^5.9.3",
61
- "typescript-eslint": "^8.59.1",
62
- "vitest": "^4.1.5"
54
+ "typescript": "^6.0.3",
55
+ "typescript-eslint": "^8.60.0",
56
+ "vitest": "^4.1.7"
63
57
  },
64
58
  "engines": {
65
59
  "node": ">=22"
@@ -92,7 +86,7 @@
92
86
  },
93
87
  "release-it": {
94
88
  "git": {
95
- "changelog": "npx auto-changelog --unreleased-only --stdout --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs",
89
+ "changelog": "npx git-cliff --unreleased --strip header",
96
90
  "commitMessage": "chore: release v${version}",
97
91
  "requireBranch": "main"
98
92
  },
@@ -106,15 +100,15 @@
106
100
  "npm run knip",
107
101
  "npm run build"
108
102
  ],
109
- "before:npm:release": [
110
- "npx auto-changelog -p",
111
- "npm run docs",
112
- "git add -A"
113
- ],
114
103
  "after:release": [
115
104
  "git switch -c release/${version}",
116
105
  "git push -u origin release/${version}",
117
106
  "git switch ${branchName}"
107
+ ],
108
+ "after:bump": [
109
+ "npx git-cliff -o CHANGELOG.md",
110
+ "npm run docs",
111
+ "git add CHANGELOG.md"
118
112
  ]
119
113
  },
120
114
  "npm": {
@@ -127,7 +121,7 @@
127
121
  },
128
122
  "scripts": {
129
123
  "build": "rimraf dist && cross-env NO_COLOR=1 rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
130
- "changelog": "auto-changelog",
124
+ "changelog": "git-cliff -o CHANGELOG.md",
131
125
  "diagrams": "cd diagrams/src && plantuml -tpng -o ../out -r .",
132
126
  "docs": "typedoc",
133
127
  "knip": "knip",
@@ -140,5 +134,5 @@
140
134
  },
141
135
  "type": "module",
142
136
  "types": "dist/index.d.ts",
143
- "version": "0.5.9"
137
+ "version": "0.5.11"
144
138
  }
File without changes