Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"preview": "astro preview"
},
"dependencies": {
"@astrojs/starlight": "^0.37.6",
"@astrojs/vercel": "^9.0.4",
"@astrojs/starlight": "^0.39.2",
"@astrojs/vercel": "^10.0.6",
"@fontsource-variable/inter": "^5.0.0",
"@fontsource/jetbrains-mono": "^5.0.0",
"@upstash/ratelimit": "^2.0.0",
"@upstash/redis": "^1.37.0",
"astro": "^5.18.1"
"@upstash/redis": "^1.38.0",
"astro": "^6.3.1"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"typescript": "^5.7.3"
"@astrojs/check": "^0.9.9",
"typescript": "^6.0.3"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
},
"devDependencies": {
"@agntk/config-eslint": "workspace:*",
"@changesets/cli": "^2.30.0",
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@changesets/cli": "^2.31.0",
"@commitlint/cli": "^21.0.0",

@augmentcode augmentcode Bot May 12, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@commitlint/cli@^21.0.0 requires Node >=22 (upstream breaking change), but this repo’s engines.node is >=20 and multiple workflows still run Node 20 (e.g., release/codeql/deploy). This is likely to break CI/tooling for the Node 20 jobs and for local devs on Node 20.

Severity: high

Other Locations
  • package.json:32

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

"@commitlint/config-conventional": "^21.0.0",
"@eslint/js": "^10.0.1",
"@size-limit/preset-small-lib": "^12.0.1",
"@types/node": "^25.5.0",
"@vitest/coverage-v8": "^4.1.2",
"eslint": "^10.1.0",
"size-limit": "^12.0.1",
"turbo": "^2.8.21",
"typescript-eslint": "^8.57.2"
"@size-limit/preset-small-lib": "^12.1.0",
"@types/node": "^25.7.0",
"@vitest/coverage-v8": "^4.1.6",
"eslint": "^10.3.0",
"size-limit": "^12.1.0",
"turbo": "^2.9.12",
"typescript-eslint": "^8.59.3"
},
"keywords": [
"ai",
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
},
"dependencies": {
"@agntk/core": "workspace:*",
"dotenv": "^17.2.3"
"dotenv": "^17.4.2"
},
"devDependencies": {
"@agntk/config-typescript": "workspace:*",
"@types/node": "^25.5.0",
"ai": "6.0.141",
"typescript": "^5.7.3",
"vitest": "^4.1.2"
"@types/node": "^25.7.0",
"ai": "6.0.177",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
},
"files": [
"dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/config-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"*.js"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^8.57.2",
"@typescript-eslint/parser": "^8.57.2",
"@typescript-eslint/eslint-plugin": "^8.59.3",

@augmentcode augmentcode Bot May 12, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@agntk/config-eslint still declares peerDependencies of eslint: ^9.0.0 and typescript: ^5.0.0, but this PR bumps the repo to eslint@^10.3.0 and typescript@^6.0.3. That mismatch can cause peer-resolution warnings or unexpected lint behavior for consumers of this config.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

"@typescript-eslint/parser": "^8.59.3",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^62.8.1"
"eslint-plugin-jsdoc": "^62.9.0"
},
"peerDependencies": {
"eslint": "^9.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"devDependencies": {
"@agntk/config-typescript": "workspace:*",
"typescript": "^5.7.3",
"vitest": "^4.1.2",
"@types/node": "^25.5.0"
"typescript": "^6.0.3",
"vitest": "^4.1.6",
"@types/node": "^25.7.0"
},
"files": [
"dist",
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
},
"dependencies": {
"@agntk/logger": "workspace:*",
"ai": "6.0.141"
"ai": "6.0.177"
},
"devDependencies": {
"@agntk/config-typescript": "workspace:*",
"typescript": "^5.7.3",
"vitest": "^4.1.2",
"@types/node": "^25.5.0"
"typescript": "^6.0.3",
"vitest": "^4.1.6",
"@types/node": "^25.7.0"
},
"files": [
"dist",
Expand Down
12 changes: 6 additions & 6 deletions packages/sdk-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"dependencies": {
"@agntk/logger": "workspace:*",
"@agntk/core": "workspace:*",
"@hono/node-server": "^1.19.12",
"@hono/node-ws": "^1.3.0",
"hono": "^4.12.9"
"@hono/node-server": "^2.0.2",
"@hono/node-ws": "^1.3.1",
"hono": "^4.12.18"
},
"devDependencies": {
"@agntk/config-typescript": "workspace:*",
"@types/node": "^25.5.0",
"typescript": "^5.7.3",
"vitest": "^4.1.2"
"@types/node": "^25.7.0",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
},
"files": [
"dist",
Expand Down
14 changes: 7 additions & 7 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
"dependencies": {
"@agntk/logger": "workspace:*",
"@agntk/search": "workspace:*",
"@ai-sdk/openai-compatible": "^2.0.37",
"ai": "6.0.141",
"yaml": "^2.8.3",
"zod": "^4.3.6"
"@ai-sdk/openai-compatible": "^2.0.47",
"ai": "6.0.177",
"yaml": "^2.9.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@agntk/config-typescript": "workspace:*",
"@types/node": "^25.5.0",
"typescript": "^5.7.3",
"vitest": "^4.1.2"
"@types/node": "^25.7.0",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
},
"peerDependencies": {
"@opentelemetry/sdk-trace-node": "*",
Expand Down
8 changes: 4 additions & 4 deletions packages/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"@agntk/logger": "workspace:*",
"cheerio": "^1.2.0",
"duck-duck-scrape": "^2.2.7",
"zod": "^4.3.6"
"zod": "^4.4.3"
},
"devDependencies": {
"@agntk/config-typescript": "workspace:*",
"@types/node": "^25.5.0",
"typescript": "^5.7.3",
"vitest": "^4.1.2"
"@types/node": "^25.7.0",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
},
"files": [
"dist",
Expand Down
Loading
Loading