Commit 63f1eb3
build(deps): merge the nine open dependency updates (#979)
Nine dependabot pull requests were open. Five of them touched `uv.lock`
and two touched
`package-lock.json`, so landing them one at a time meant a rebase and a
fresh CI run per
collision. This branch carries all nine and regenerates both lockfiles
from the merged
manifests.
Closes #970, #971, #972, #973, #974, #975, #976, #977, #978.
**Python.** The seven-package group (#973) brings its own `uv.lock`. The
four single bumps
(#975 types-pyyaml, #976 hatchling, #977 uvicorn, #978 pwdlib) are one
line of
`pyproject.toml` each, and `uv lock` resolved them together. Two floors
resolved above what
dependabot asked for, because a release landed since it opened the PR:
uvicorn to 0.52.4 and
typescript-eslint to 8.68.0.
**Frontend.** The three-package group (#972) brings its own lock.
typescript-eslint (#971) is
one line of `package.json`, resolved by `npm install
--package-lock-only`.
**Actions and image.** The actions group (#974) and the node digest
(#970) touch no lockfile
and came across unchanged, with one correction. Dependabot moved
`claude.yml`'s checkout from
`@v4` to `@v7` and left it on a floating tag. It was the only unpinned
action in the tree, so
it now carries the same digest the other thirteen do.
Tested: `ruff check`, `ruff format --check`, `mypy src/reaper tests/`,
`pytest -n 4`
(4907 passed, 1 skipped), `alembic upgrade head` then `alembic check`,
and the frontend's
lint, format check, test (1661 passed) and build. All green.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 30047bb commit 63f1eb3
9 files changed
Lines changed: 403 additions & 384 deletions
File tree
- .github/workflows
- frontend
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
| 347 | + | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments