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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"devDependencies": {
"@biomejs/biome": "2.5.1",
"@commitlint/cli": "21.1.0",
"@commitlint/config-conventional": "21.1.0",
"@commitlint/cli": "21.2.0",
"@commitlint/config-conventional": "21.2.0",
"@types/node": "26.0.1",
"commitizen": "4.3.2",
"cz-conventional-changelog": "3.3.0",
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 15 @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-web (prebuilt WASM, no native binding) is optional (lazy-loaded only when embeddings are enabled).",
"dependencies": {
"@apidevtools/swagger-parser": "12.1.0",
"@aws-sdk/client-bedrock-runtime": "3.1075.0",
"@aws-sdk/client-sagemaker-runtime": "3.1075.0",
"@aws-sdk/client-bedrock-runtime": "3.1076.0",
"@aws-sdk/client-sagemaker-runtime": "3.1076.0",
"@chonkiejs/core": "^0.0.11",
"@cyclonedx/cyclonedx-library": "10.1.0",
"@huggingface/tokenizers": "0.1.3",
Expand All @@ -55,10 +55,10 @@
"commander": "15.0.0",
"fast-xml-parser": "5.9.3",
"gpt-tokenizer": "^3.4.0",
"listr2": "10.2.1",
"listr2": "10.2.2",
"lru-cache": "11.5.1",
"piscina": "5.2.0",
"web-tree-sitter": "0.26.9",
"web-tree-sitter": "0.26.10",
"write-file-atomic": "8.0.0",
"yaml": "2.9.0",
"zod": "4.4.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
},
"dependencies": {
"@astrojs/starlight": "^0.41.1",
"astro": "^7.0.3",
"astro": "^7.0.4",
"sharp": "^0.35.2"
},
"devDependencies": {
"playwright": "^1.61.1",
"rehype-mermaid": "^3.0.0",
"starlight-links-validator": "^0.25.1",
"starlight-links-validator": "^0.25.2",
"starlight-llms-txt": "^0.10.0",
"starlight-page-actions": "^0.6.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/embedder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"clean": "rm -rf dist *.tsbuildinfo"
},
"dependencies": {
"@aws-sdk/client-sagemaker-runtime": "3.1075.0",
"@aws-sdk/client-sagemaker-runtime": "3.1076.0",
"@huggingface/tokenizers": "0.1.3",
"@opencodehub/core-types": "workspace:*"
},
Expand Down
4 changes: 2 additions & 2 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.1075.0",
"@aws-sdk/client-bedrock-runtime": "3.1076.0",
"@cyclonedx/cyclonedx-library": "10.1.0",
"@iarna/toml": "2.2.5",
"@opencodehub/analysis": "workspace:*",
Expand All @@ -56,7 +56,7 @@
"graphology-dag": "0.4.1",
"piscina": "5.2.0",
"spdx-correct": "^3.2.0",
"web-tree-sitter": "0.26.9",
"web-tree-sitter": "0.26.10",
"write-file-atomic": "8.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/summarizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"clean": "rm -rf dist *.tsbuildinfo"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "3.1075.0",
"@aws-sdk/client-bedrock-runtime": "3.1076.0",
"zod": "4.4.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"clean": "rm -rf dist *.tsbuildinfo"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "3.1075.0",
"@aws-sdk/client-bedrock-runtime": "3.1076.0",
"@opencodehub/core-types": "workspace:*",
"@opencodehub/storage": "workspace:*",
"@opencodehub/summarizer": "workspace:*",
Expand Down
1,396 changes: 547 additions & 849 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading