Commit 674d2c3
committed
chore: task upgrade — bump deps + fix kotlin_android + python pyproject
`task upgrade` ran end-to-end. Two issues surfaced and were patched in
the run:
- `crates/html-to-markdown-py/src/pyproject.toml` pointed maturin at
`../../crates/html-to-markdown-py/Cargo.toml` (which resolves to
`crates/crates/…` from the pyproject's own directory). Corrected to
`../Cargo.toml`. `uv sync --all-packages --all-extras --upgrade`
now completes; this had been broken silently — the publish workflow
builds via `maturin build` with explicit paths, so the bug only fired
on local `uv sync` / `task upgrade`.
- `com.github.ben-manes.versions` plugin (0.52.0 / latest 0.53.0)
throws `java.util.ConcurrentModificationException` under Gradle 9.5.1
on every `:dependencyUpdates` invocation. The plugin has not shipped
since 2024-11. Both `alef update --latest` and `task kotlin_android:upgrade`
consequently failed the rest of the upgrade chain. Inert-echo the probe
in both alef.toml (`[crates.update.kotlin_android]`) and
`.task/languages/kotlin_android.yml` until upstream lands a Gradle 9
fix or we swap to `nl.littlerobots.version-catalog-update`.
Remaining diffs are the upgrade-chain outputs: gau-driven GitHub Actions
pins, Cargo workspace deps, pnpm/uv/composer/Gemfile lockfile bumps,
alef docs regen triggered by the version sync, and per-language README
re-renders.1 parent 4d5618b commit 674d2c3
39 files changed
Lines changed: 11125 additions & 6195 deletions
File tree
- .github/workflows
- .task/languages
- crates
- html-to-markdown-php/src
- html-to-markdown-py/src
- docs/reference
- packages
- csharp
- elixir
- go/v3
- java
- php
- python
- ruby
- r
- typescript
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1016 | 1016 | | |
1017 | 1017 | | |
1018 | 1018 | | |
1019 | | - | |
| 1019 | + | |
1020 | 1020 | | |
1021 | 1021 | | |
1022 | 1022 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
4 | 11 | | |
5 | 12 | | |
6 | | - | |
| 13 | + | |
7 | 14 | | |
8 | 15 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | | - | |
| 19 | + | |
15 | 20 | | |
16 | 21 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
314 | 326 | | |
315 | 327 | | |
316 | 328 | | |
| |||
0 commit comments