Skip to content

Update all dependencies to latest versions across all languages - #271

Merged
konard merged 2 commits into
mainfrom
update-all-deps
Aug 10, 2026
Merged

Update all dependencies to latest versions across all languages#271
konard merged 2 commits into
mainfrom
update-all-deps

Conversation

@konard

@konard konard commented Aug 10, 2026

Copy link
Copy Markdown
Member

Updates every dependency to its latest published version, following up on the merged dependabot bumps (#222, #224, #234, #235, #236, #252, #260).

Changes

  • JS (js/): bun-types ^1.3.14, eslint ^10.8.1, peggy ^5.1.0; regenerated parser-generated.js, bun.lock, and package-lock.json. typescript was already at latest (7.0.2).
  • Docs website (docs/website/): vite ^7.3.5 → ^8.2.1 (major), @linksplatform/protocols-lino ^0.6.0 → ^0.7.0; lockfile regenerated and dist/ rebuilt. This also supersedes the esbuild/vite security bump in chore(deps): Bump esbuild and vite in /docs/website #256.
  • Python (python/): raised dev-tool floors to current majors — pytest>=9.0, pytest-timeout>=2.4, black>=26.0, isort>=8.0, flake8>=7.3 (CI runs Python 3.13, so all resolve).
  • C# (csharp/): Microsoft.NETFramework.ReferenceAssemblies 1.0.2 → 1.0.3. All other NuGet packages already at latest (verified against nuget.org).
  • Rust: nom 8.0, syn 3.0, quote 1.0, proc-macro2 1.0 ranges already cover the latest releases — no manifest changes needed.
  • GitHub Actions: all workflows already on latest majors after the dependabot merges.

Verification

  • JS: 188 tests pass (bun test), build OK
  • Python: 176 tests pass (pytest 9.1.1)
  • Rust: 279 tests + doctests pass
  • C#: 180 tests pass
  • Website: vite 8 production build succeeds

🤖 Generated with Claude Code

konard and others added 2 commits August 11, 2026 06:42
- js: bun-types ^1.3.14, eslint ^10.8.1, peggy ^5.1.0 (regenerated parser and lockfiles)
- docs/website: vite ^8.2.1 (major), @linksplatform/protocols-lino ^0.7.0; rebuilt dist
- python: raise dev tool floors (pytest>=9.0, pytest-timeout>=2.4, black>=26.0, isort>=8.0, flake8>=7.3)
- csharp: Microsoft.NETFramework.ReferenceAssemblies 1.0.3

All test suites pass: JS 188, Python 176, Rust 279+, C# 180; vite 8 build verified.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@konard
konard merged commit d0bf2dd into main Aug 10, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant