Skip to content
Merged
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
4 changes: 2 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.4.15/schema.json",
"$schema": "https://biomejs.dev/schemas/2.5.0/schema.json",
"root": true,
"vcs": {
"enabled": true,
Expand Down Expand Up @@ -31,7 +31,7 @@
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"preset": "recommended",
"correctness": {
"noUnusedVariables": "error",
"noUnusedImports": "error"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"commit": "cz"
},
"devDependencies": {
"@biomejs/biome": "2.4.16",
"@biomejs/biome": "2.5.0",
"@commitlint/cli": "21.0.2",
"@commitlint/config-conventional": "21.0.2",
"@types/node": "25.9.2",
"commitizen": "4.3.1",
"@types/node": "25.9.3",
"commitizen": "4.3.2",
"cz-conventional-changelog": "3.3.0",
"lefthook": "2.1.9",
"license-checker-rseidelsohn": "4.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"write-file-atomic": "7.0.1"
},
"devDependencies": {
"@types/node": "25.9.2",
"@types/node": "25.9.3",
"@types/write-file-atomic": "4.0.3",
"typescript": "6.0.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"//deps": "The 14 @opencodehub/* workspace libs are INLINED into the bundle at build time (tsup noExternal) — they are devDependencies, not runtime deps. `dependencies` below is exactly the third-party set the bundle imports at runtime (kept `external`), plus the two @sourcegraph/scip-* indexers the parse pipeline spawns as subprocesses. onnxruntime-node is optional (lazy-loaded only when embeddings are enabled).",
"dependencies": {
"@apidevtools/swagger-parser": "12.1.0",
"@aws-sdk/client-bedrock-runtime": "3.1064.0",
"@aws-sdk/client-sagemaker-runtime": "3.1064.0",
"@aws-sdk/client-bedrock-runtime": "3.1068.0",
"@aws-sdk/client-sagemaker-runtime": "3.1068.0",
"@chonkiejs/core": "^0.0.10",
"@cyclonedx/cyclonedx-library": "10.1.0",
"@duckdb/node-api": "1.5.3-r.3",
Expand All @@ -58,7 +58,7 @@
"fast-xml-parser": "5.8.0",
"listr2": "10.2.1",
"lru-cache": "11.5.1",
"piscina": "5.1.4",
"piscina": "5.2.0",
"snyk-nodejs-lockfile-parser": "2.8.0",
"web-tree-sitter": "0.26.9",
"write-file-atomic": "7.0.1",
Expand All @@ -82,7 +82,7 @@
"@opencodehub/search": "workspace:*",
"@opencodehub/storage": "workspace:*",
"@opencodehub/wiki": "workspace:*",
"@types/node": "25.9.2",
"@types/node": "25.9.3",
"@types/write-file-atomic": "4.0.3",
"tsup": "^8.5.1",
"typescript": "6.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/cobol-proleap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@opencodehub/ingestion": "workspace:*"
},
"devDependencies": {
"@types/node": "25.9.2",
"@types/node": "25.9.3",
"typescript": "6.0.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"clean": "rm -rf dist *.tsbuildinfo"
},
"devDependencies": {
"@types/node": "25.9.2",
"@types/node": "25.9.3",
"typescript": "6.0.3"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"clean": "rm -rf dist .astro"
},
"dependencies": {
"@astrojs/starlight": "^0.39.3",
"astro": "^6.4.4",
"sharp": "^0.34.5"
"@astrojs/starlight": "^0.40.0",
"astro": "^6.4.6",
"sharp": "^0.35.1"
},
"devDependencies": {
"playwright": "^1.60.0",
"rehype-mermaid": "^3.0.0",
"starlight-links-validator": "^0.24.0",
"starlight-links-validator": "^0.24.1",
"starlight-llms-txt": "^0.10.0",
"starlight-page-actions": "^0.6.0"
"starlight-page-actions": "^0.6.1"
}
}
4 changes: 2 additions & 2 deletions packages/embedder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"clean": "rm -rf dist *.tsbuildinfo"
},
"dependencies": {
"@aws-sdk/client-sagemaker-runtime": "3.1064.0",
"@aws-sdk/client-sagemaker-runtime": "3.1068.0",
"@huggingface/tokenizers": "0.1.3",
"@opencodehub/core-types": "workspace:*"
},
"optionalDependencies": {
"onnxruntime-node": "1.26.0"
},
"devDependencies": {
"@types/node": "25.9.2",
"@types/node": "25.9.3",
"typescript": "6.0.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"yaml": "2.9.0"
},
"devDependencies": {
"@types/node": "25.9.2",
"@types/node": "25.9.3",
"typescript": "6.0.3"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/ingestion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@apidevtools/swagger-parser": "12.1.0",
"@aws-sdk/client-bedrock-runtime": "3.1064.0",
"@aws-sdk/client-bedrock-runtime": "3.1068.0",
"@cyclonedx/cyclonedx-library": "10.1.0",
"@iarna/toml": "2.2.5",
"@opencodehub/analysis": "workspace:*",
Expand All @@ -54,14 +54,14 @@
"fast-xml-parser": "5.8.0",
"graphology": "0.26.0",
"graphology-dag": "0.4.1",
"piscina": "5.1.4",
"piscina": "5.2.0",
"snyk-nodejs-lockfile-parser": "2.8.0",
"spdx-correct": "^3.2.0",
"web-tree-sitter": "0.26.9",
"write-file-atomic": "7.0.1"
},
"devDependencies": {
"@types/node": "25.9.2",
"@types/node": "25.9.3",
"@types/spdx-correct": "^3.1.3",
"@types/write-file-atomic": "4.0.3",
"ajv": "8.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"zod": "4.4.3"
},
"devDependencies": {
"@types/node": "25.9.2",
"@types/node": "25.9.3",
"typescript": "6.0.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@opencodehub/storage": "workspace:*"
},
"devDependencies": {
"@types/node": "25.9.2",
"@types/node": "25.9.3",
"typescript": "6.0.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/policy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"zod": "4.4.3"
},
"devDependencies": {
"@types/node": "25.9.2",
"@types/node": "25.9.3",
"typescript": "6.0.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sarif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"zod": "4.4.3"
},
"devDependencies": {
"@types/node": "25.9.2",
"@types/node": "25.9.3",
"typescript": "6.0.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/scanners/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@opencodehub/sarif": "workspace:*"
},
"devDependencies": {
"@types/node": "25.9.2",
"@types/node": "25.9.3",
"typescript": "6.0.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/scip-ingest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@sourcegraph/scip-typescript": "0.4.0"
},
"devDependencies": {
"@types/node": "25.9.2",
"@types/node": "25.9.3",
"typescript": "6.0.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@opencodehub/storage": "workspace:*"
},
"devDependencies": {
"@types/node": "25.9.2",
"@types/node": "25.9.3",
"typescript": "6.0.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@opencodehub/core-types": "workspace:*"
},
"devDependencies": {
"@types/node": "25.9.2",
"@types/node": "25.9.3",
"typescript": "6.0.3"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/summarizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"clean": "rm -rf dist *.tsbuildinfo"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "3.1064.0",
"@aws-sdk/client-bedrock-runtime": "3.1068.0",
"zod": "4.4.3"
},
"devDependencies": {
"@types/node": "25.9.2",
"@types/node": "25.9.3",
"typescript": "6.0.3"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/wiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"clean": "rm -rf dist *.tsbuildinfo"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "3.1064.0",
"@aws-sdk/client-bedrock-runtime": "3.1068.0",
"@opencodehub/core-types": "workspace:*",
"@opencodehub/storage": "workspace:*",
"@opencodehub/summarizer": "workspace:*",
"write-file-atomic": "7.0.1"
},
"devDependencies": {
"@types/node": "25.9.2",
"@types/node": "25.9.3",
"@types/write-file-atomic": "4.0.3",
"typescript": "6.0.3"
},
Expand Down
Loading
Loading