claude-autopm 2.12.1 → 2.12.2

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.
@@ -12,6 +12,10 @@ updates:
12
12
  prefix: "deps"
13
13
  prefix-development: "deps-dev"
14
14
  include: "scope"
15
+ ignore:
16
+ # ora 9.x is pure ESM, incompatible with our CommonJS codebase
17
+ - dependency-name: "ora"
18
+ update-types: ["version-update:semver-major"]
15
19
 
16
20
  # Enable version updates for GitHub Actions
17
21
  - package-ecosystem: "github-actions"
@@ -28,7 +28,7 @@ jobs:
28
28
  fetch-depth: 0
29
29
 
30
30
  - name: Setup Node.js
31
- uses: actions/setup-node@v4
31
+ uses: actions/setup-node@v6
32
32
  with:
33
33
  node-version: 20
34
34
  cache: npm
@@ -20,7 +20,7 @@ jobs:
20
20
  uses: actions/checkout@v4
21
21
 
22
22
  - name: Setup Node.js ${{ matrix.node-version }}
23
- uses: actions/setup-node@v4
23
+ uses: actions/setup-node@v6
24
24
  with:
25
25
  node-version: ${{ matrix.node-version }}
26
26
  cache: 'npm'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-autopm",
3
- "version": "2.12.1",
3
+ "version": "2.12.2",
4
4
  "description": "Autonomous Project Management Framework for Claude Code - Advanced AI-powered development automation",
5
5
  "main": "bin/autopm.js",
6
6
  "workspaces": [
@@ -125,7 +125,7 @@
125
125
  "README.md"
126
126
  ],
127
127
  "dependencies": {
128
- "@anthropic-ai/sdk": "^0.65.0",
128
+ "@anthropic-ai/sdk": "^0.67.0",
129
129
  "@octokit/rest": "^22.0.0",
130
130
  "azure-devops-node-api": "^15.1.1",
131
131
  "chalk": "4.1.2",
@@ -139,7 +139,7 @@
139
139
  "markdown-it": "^14.1.0",
140
140
  "marked": "^16.4.0",
141
141
  "moment": "^2.29.4",
142
- "ora": "^5.4.1",
142
+ "ora": "~5.4.1",
143
143
  "simple-git": "^3.20.0",
144
144
  "table": "^6.8.1",
145
145
  "which": "^5.0.0",
@@ -165,7 +165,7 @@
165
165
  "sinon": "^21.0.0"
166
166
  },
167
167
  "optionalDependencies": {
168
- "@playwright/mcp": "^0.0.42",
168
+ "@playwright/mcp": "^0.0.43",
169
169
  "@upstash/context7-mcp": "^1.0.0"
170
170
  },
171
171
  "publishConfig": {