Commit 56eacef
authored
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
- packages
- cli
- docs
- embedder
- ingestion
- pack
- summarizer
- wiki
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments