Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.19.2
v22.18.0
Copy link
Contributor

Choose a reason for hiding this comment

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

Is using Node.js 22 (Current) intentional? Node.js 22 is not an LTS version. For production applications, it's typically recommended to use LTS versions for stability. Node.js 20 is the current LTS and will be supported until April 2026. Could we consider sticking with Node.js 20 LTS instead?

12 changes: 6 additions & 6 deletions apps/vscode-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"@roo-code/config-typescript": "workspace:^",
"@roo-code/types": "workspace:^",
"@types/mocha": "^10.0.10",
"@types/node": "20.x",
"@types/vscode": "^1.95.0",
"@types/node": "22.18.0",
"@types/vscode": "^1.104.0",
"@vscode/test-cli": "^0.0.11",
"@vscode/test-electron": "^2.4.0",
"glob": "^11.0.1",
"mocha": "^11.1.0",
"@vscode/test-electron": "^2.5.2",
"glob": "^11.0.3",
"mocha": "^11.7.2",
"rimraf": "^6.0.1",
"typescript": "5.8.3"
"typescript": "^5.9.2"
}
}
4 changes: 2 additions & 2 deletions apps/vscode-e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"module": "CommonJS",
"moduleResolution": "Node",
"esModuleInterop": true,
"target": "ES2022",
"lib": ["ES2022", "ESNext.Disposable", "DOM"],
"target": "esnext",
"lib": ["ESNext", "ESNext.Disposable", "DOM"],
"sourceMap": true,
"strict": true,
"skipLibCheck": true,
Expand Down
2 changes: 1 addition & 1 deletion apps/vscode-nightly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@roo-code/vscode-nightly",
"description": "Nightly build for the Roo Code VSCode extension.",
"private": true,
"packageManager": "pnpm@10.8.1",
"packageManager": "pnpm@10.16.1",
"scripts": {
"bundle:nightly": "node esbuild.mjs",
"vsix:nightly": "cd build && mkdirp ../../../bin && npx vsce package --no-dependencies --out ../../../bin",
Expand Down
52 changes: 26 additions & 26 deletions apps/web-evals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,49 +12,49 @@
"clean": "rimraf tsconfig.tsbuildinfo .next .turbo"
},
"dependencies": {
"@hookform/resolvers": "^5.1.1",
"@radix-ui/react-alert-dialog": "^1.1.7",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.7",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slider": "^1.2.4",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.3",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@roo-code/evals": "workspace:^",
"@roo-code/types": "workspace:^",
"@tanstack/react-query": "^5.69.0",
"@tanstack/react-query": "^5.89.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.0",
"cmdk": "^1.1.1",
"fuzzysort": "^3.1.0",
"lucide-react": "^0.518.0",
"next": "^15.2.5",
"lucide-react": "^0.544.0",
"next": "^15.5.3",
"next-themes": "^0.4.6",
"p-map": "^7.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.57.0",
"react-hook-form": "^7.62.0",
"react-use": "^17.6.0",
"redis": "^5.5.5",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.0",
"redis": "^5.8.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"zod": "^3.25.61"
"zod": "^3.25.76"
},
"devDependencies": {
"@roo-code/config-eslint": "workspace:^",
"@roo-code/config-typescript": "workspace:^",
"@tailwindcss/postcss": "^4",
"@tailwindcss/postcss": "^4.1.13",
"@types/ps-tree": "^1.1.6",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.5",
"tailwindcss": "^4",
"vitest": "^3.2.3"
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7",
"tailwindcss": "^4.1.13",
"vitest": "^3.2.4"
}
}
24 changes: 12 additions & 12 deletions apps/web-roo-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,41 +12,41 @@
"clean": "rimraf .next .turbo"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-slot": "^1.2.3",
"@roo-code/evals": "workspace:^",
"@roo-code/types": "workspace:^",
"@tanstack/react-query": "^5.79.0",
"@tanstack/react-query": "^5.89.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-auto-scroll": "^8.6.0",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "12.15.0",
"lucide-react": "^0.518.0",
"next": "^15.2.5",
"framer-motion": "12.23.12",
"lucide-react": "^0.544.0",
"next": "^15.5.3",
"next-themes": "^0.4.6",
"posthog-js": "^1.248.1",
"posthog-js": "^1.266.0",
"react": "^18.3.1",
"react-cookie-consent": "^9.0.0",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"recharts": "^2.15.3",
"tailwind-merge": "^3.3.0",
"recharts": "^2.15.4",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"tldts": "^6.1.86",
"zod": "^3.25.61"
"zod": "^3.25.76"
},
"devDependencies": {
"@roo-code/config-eslint": "workspace:^",
"@roo-code/config-typescript": "workspace:^",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "20.x",
"@types/react": "^18.3.23",
"@types/node": "22.18.0",
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7",
"autoprefixer": "^10.4.21",
"next-sitemap": "^4.2.3",
"postcss": "^8.5.4",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17"
}
}
40 changes: 24 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "roo-code",
"packageManager": "pnpm@10.8.1",
"packageManager": "pnpm@10.16.1",
"engines": {
"node": "20.19.2"
"node": "22.18.0"
},
"scripts": {
"preinstall": "node scripts/bootstrap.mjs",
Expand All @@ -27,26 +27,25 @@
"npm:publish:types": "pnpm --filter @roo-code/types npm:publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@dotenvx/dotenvx": "^1.34.0",
"@changesets/cli": "^2.29.7",
"@dotenvx/dotenvx": "^1.49.1",
"@roo-code/config-typescript": "workspace:^",
"@types/glob": "^9.0.0",
"@types/node": "^24.1.0",
"@vscode/vsce": "3.3.2",
"esbuild": "^0.25.0",
"eslint": "^9.27.0",
"@types/node": "22.18.0",
"@vscode/vsce": "3.6.0",
"esbuild": "^0.25.10",
"eslint": "^9.35.0",
"glob": "^11.0.3",
"husky": "^9.1.7",
"knip": "^5.44.4",
"lint-staged": "^16.0.0",
"knip": "^5.63.1",
"lint-staged": "^16.1.6",
"mkdirp": "^3.0.1",
"only-allow": "^1.2.1",
"ovsx": "0.10.4",
"prettier": "^3.4.2",
"ovsx": "0.10.5",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"tsx": "^4.19.3",
"tsx": "^4.20.5",
"turbo": "^2.5.6",
"typescript": "^5.4.5"
"typescript": "^5.9.2"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,css,md}": [
Expand All @@ -61,6 +60,15 @@
"brace-expansion": ">=2.0.2",
"form-data": ">=4.0.4",
"bluebird": ">=3.7.2"
}
},
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"@vscode/vsce-sign",
"better-sqlite3",
"core-js",
"oxc-resolver",
"puppeteer-chromium-resolver",
"sharp"
]
}
}
6 changes: 3 additions & 3 deletions packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"clean": "rimraf dist .turbo"
},
"dependencies": {
"zod": "^3.25.61"
"zod": "^3.25.76"
},
"devDependencies": {
"@roo-code/config-eslint": "workspace:^",
"@roo-code/config-typescript": "workspace:^",
"@types/node": "20.x",
"vitest": "^3.2.3"
"@types/node": "~22.18.5",
"vitest": "^3.2.4"
}
}
8 changes: 4 additions & 4 deletions packages/cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@roo-code/types": "workspace:^",
"ioredis": "^5.6.1",
"ioredis": "^5.7.0",
"jwt-decode": "^4.0.0",
"p-wait-for": "^5.0.2",
"socket.io-client": "^4.8.1",
Expand All @@ -21,9 +21,9 @@
"devDependencies": {
"@roo-code/config-eslint": "workspace:^",
"@roo-code/config-typescript": "workspace:^",
"@types/node": "^24.1.0",
"@types/vscode": "^1.102.0",
"globals": "^16.3.0",
"@types/node": "22.18.0",
"@types/vscode": "^1.104.0",
"globals": "^16.4.0",
"vitest": "^3.2.4"
}
}
16 changes: 8 additions & 8 deletions packages/config-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"./next-js": "./next.js"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@next/eslint-plugin-next": "^15.2.1",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.1",
"@eslint/js": "^9.35.0",
"@next/eslint-plugin-next": "^15.5.3",
"eslint": "^9.35.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-turbo": "^2.4.4",
"globals": "^16.0.0",
"typescript-eslint": "^8.26.0"
"eslint-plugin-turbo": "^2.5.6",
"globals": "^16.4.0",
"typescript-eslint": "^8.44.0"
}
}
4 changes: 2 additions & 2 deletions packages/config-typescript/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"esModuleInterop": true,
"incremental": false,
"isolatedModules": true,
"lib": ["es2022", "DOM", "DOM.Iterable"],
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"module": "NodeNext",
"moduleDetection": "force",
"moduleResolution": "NodeNext",
"noUncheckedIndexedAccess": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "ES2022",
"target": "esnext",
"types": ["node"]
}
}
4 changes: 2 additions & 2 deletions packages/config-typescript/cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"module": "CommonJS",
"moduleResolution": "Node",
"esModuleInterop": true,
"target": "ES2022",
"lib": ["ES2022", "ESNext.Disposable", "DOM"],
"target": "esnext",
"lib": ["ESNext", "ESNext.Disposable", "DOM"],
"sourceMap": true,
"strict": true,
"skipLibCheck": true,
Expand Down
18 changes: 9 additions & 9 deletions packages/evals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,26 @@
"dependencies": {
"@roo-code/ipc": "workspace:^",
"@roo-code/types": "workspace:^",
"cmd-ts": "^0.13.0",
"drizzle-orm": "^0.44.1",
"cmd-ts": "^0.14.1",
"drizzle-orm": "^0.44.5",
"execa": "^9.6.0",
"node-ipc": "^12.0.0",
"p-map": "^7.0.3",
"p-queue": "^8.1.0",
"p-queue": "^8.1.1",
"p-wait-for": "^5.0.2",
"postgres": "^3.4.7",
"ps-tree": "^1.2.0",
"redis": "^5.5.5",
"zod": "^3.25.61"
"redis": "^5.8.2",
"zod": "^3.25.76"
},
"devDependencies": {
"@roo-code/config-eslint": "workspace:^",
"@roo-code/config-typescript": "workspace:^",
"@types/node": "20.x",
"@types/node": "22.18.0",
"@types/node-ipc": "^9.2.3",
"@types/ps-tree": "^1.1.6",
"drizzle-kit": "^0.31.1",
"tsx": "^4.19.3",
"vitest": "^3.2.3"
"drizzle-kit": "^0.31.4",
"tsx": "^4.20.5",
"vitest": "^3.2.4"
}
}
4 changes: 2 additions & 2 deletions packages/ipc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"devDependencies": {
"@roo-code/config-eslint": "workspace:^",
"@roo-code/config-typescript": "workspace:^",
"@types/node": "20.x",
"@types/node": "22.18.0",
"@types/node-ipc": "^9.2.3",
"vitest": "^3.2.3"
"vitest": "^3.2.4"
}
}
10 changes: 5 additions & 5 deletions packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
},
"dependencies": {
"@roo-code/types": "workspace:^",
"posthog-node": "^5.0.0",
"zod": "^3.25.61"
"posthog-node": "^5.8.4",
"zod": "^3.25.76"
},
"devDependencies": {
"@roo-code/config-eslint": "workspace:^",
"@roo-code/config-typescript": "workspace:^",
"@types/node": "20.x",
"@types/vscode": "^1.84.0",
"vitest": "^3.2.3"
"@types/node": "22.18.0",
"@types/vscode": "^1.104.0",
"vitest": "^3.2.4"
}
}
Loading
Loading