Skip to content

Commit 56eacef

Browse files
chore(deps): refresh 8 safe minor/patch deps (#250)
## Summary Nightly maintenance dependency refresh. Bumps the 8 minor/patch updates that are **independent of the held-back `astro` 6→7 major**. All version-range styles preserved (exact stays exact, caret stays caret). | Dep | From → To | Bump | Packages | |---|---|---|---| | `@aws-sdk/client-bedrock-runtime` | 3.1073.0 → 3.1075.0 | minor | cli, ingestion, summarizer, wiki | | `@aws-sdk/client-sagemaker-runtime` | 3.1073.0 → 3.1075.0 | minor | cli, embedder | | `@commitlint/cli` | 21.0.2 → 21.1.0 | minor | root | | `@commitlint/config-conventional` | 21.0.2 → 21.1.0 | minor | root | | `@chonkiejs/core` | 0.0.10 → 0.0.11 | patch | cli, pack | | `@biomejs/biome` | 2.5.0 → 2.5.1 | patch | root (+ `biome.json` `$schema` synced) | | `playwright` | 1.61.0 → 1.61.1 | patch | docs | | `sharp` | 0.35.1 → 0.35.2 | patch | docs | ## Held back (deliberately) - **`@astrojs/starlight` 0.40 → 0.41** — declares `peerDependencies: astro@^7.0.2` and pulls `@astrojs/mdx@^7.0.0`, which crashes the `@opencodehub/docs` build against `astro@6.4.8` (rollup `findVariable` error in mdx's `dist/server.js`). starlight is coupled to the astro major. The astro 6→7 upgrade is itself gated by the `devalue` (GHSA-77vg-94rm-hx3p) and `esbuild` (GHSA-g7r4-m6w7-qqqr) override pins in `pnpm-workspace.yaml`. Bump these together when astro 7 is unblocked. - **`@types/node` 25 → 26** — major; deferred. ## Verification Ran locally on the branch — all green: - `pnpm -r build` (including `@opencodehub/docs` astro build) - `tsc --noEmit` via the CI lane (`--filter '!@opencodehub/docs'`, matching `ci.yml` and the pre-push hook) - `biome check .` (clean, no info after `$schema` sync) - `scripts/check-banned-strings.sh` - `pnpm -r test` — 17 packages, **0 failures** (~1,721 tests; platform-lane tests skipped as designed) Pre-commit (pnpm-lock-sync, biome, banned-strings, commitlint) and pre-push (verdict, typecheck, test) hooks passed. 🤖 Generated during OpenCodeHub nightly maintenance.
1 parent a3d44ad commit 56eacef

10 files changed

Lines changed: 525 additions & 447 deletions

File tree

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.5.0/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.5.1/schema.json",
33
"root": true,
44
"vcs": {
55
"enabled": true,

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"commit": "cz"
2525
},
2626
"devDependencies": {
27-
"@biomejs/biome": "2.5.0",
28-
"@commitlint/cli": "21.0.2",
29-
"@commitlint/config-conventional": "21.0.2",
27+
"@biomejs/biome": "2.5.1",
28+
"@commitlint/cli": "21.1.0",
29+
"@commitlint/config-conventional": "21.1.0",
3030
"@types/node": "25.9.3",
3131
"commitizen": "4.3.2",
3232
"cz-conventional-changelog": "3.3.0",

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
"//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-web (prebuilt WASM, no native binding) is optional (lazy-loaded only when embeddings are enabled).",
4343
"dependencies": {
4444
"@apidevtools/swagger-parser": "12.1.0",
45-
"@aws-sdk/client-bedrock-runtime": "3.1073.0",
46-
"@aws-sdk/client-sagemaker-runtime": "3.1073.0",
47-
"@chonkiejs/core": "^0.0.10",
45+
"@aws-sdk/client-bedrock-runtime": "3.1075.0",
46+
"@aws-sdk/client-sagemaker-runtime": "3.1075.0",
47+
"@chonkiejs/core": "^0.0.11",
4848
"@cyclonedx/cyclonedx-library": "10.1.0",
4949
"@huggingface/tokenizers": "0.1.3",
5050
"@iarna/toml": "2.2.5",

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"dependencies": {
2020
"@astrojs/starlight": "^0.40.0",
2121
"astro": "^6.4.8",
22-
"sharp": "^0.35.1"
22+
"sharp": "^0.35.2"
2323
},
2424
"devDependencies": {
25-
"playwright": "^1.61.0",
25+
"playwright": "^1.61.1",
2626
"rehype-mermaid": "^3.0.0",
2727
"starlight-links-validator": "^0.24.1",
2828
"starlight-llms-txt": "^0.10.0",

packages/embedder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"clean": "rm -rf dist *.tsbuildinfo"
3939
},
4040
"dependencies": {
41-
"@aws-sdk/client-sagemaker-runtime": "3.1073.0",
41+
"@aws-sdk/client-sagemaker-runtime": "3.1075.0",
4242
"@huggingface/tokenizers": "0.1.3",
4343
"@opencodehub/core-types": "workspace:*"
4444
},

packages/ingestion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@apidevtools/swagger-parser": "12.1.0",
44-
"@aws-sdk/client-bedrock-runtime": "3.1073.0",
44+
"@aws-sdk/client-bedrock-runtime": "3.1075.0",
4545
"@cyclonedx/cyclonedx-library": "10.1.0",
4646
"@iarna/toml": "2.2.5",
4747
"@opencodehub/analysis": "workspace:*",

packages/pack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"clean": "rm -rf dist *.tsbuildinfo"
3939
},
4040
"dependencies": {
41-
"@chonkiejs/core": "^0.0.10",
41+
"@chonkiejs/core": "^0.0.11",
4242
"@opencodehub/analysis": "workspace:*",
4343
"@opencodehub/core-types": "workspace:*",
4444
"@opencodehub/ingestion": "workspace:*",

packages/summarizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"clean": "rm -rf dist *.tsbuildinfo"
4040
},
4141
"dependencies": {
42-
"@aws-sdk/client-bedrock-runtime": "3.1073.0",
42+
"@aws-sdk/client-bedrock-runtime": "3.1075.0",
4343
"zod": "4.4.3"
4444
},
4545
"devDependencies": {

packages/wiki/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"clean": "rm -rf dist *.tsbuildinfo"
3939
},
4040
"dependencies": {
41-
"@aws-sdk/client-bedrock-runtime": "3.1073.0",
41+
"@aws-sdk/client-bedrock-runtime": "3.1075.0",
4242
"@opencodehub/core-types": "workspace:*",
4343
"@opencodehub/storage": "workspace:*",
4444
"@opencodehub/summarizer": "workspace:*",

0 commit comments

Comments
 (0)