Update all dependencies to latest versions across all languages - #271
Merged
Conversation
- 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates every dependency to its latest published version, following up on the merged dependabot bumps (#222, #224, #234, #235, #236, #252, #260).
Changes
js/): bun-types ^1.3.14, eslint ^10.8.1, peggy ^5.1.0; regeneratedparser-generated.js,bun.lock, andpackage-lock.json. typescript was already at latest (7.0.2).docs/website/): vite ^7.3.5 → ^8.2.1 (major), @linksplatform/protocols-lino ^0.6.0 → ^0.7.0; lockfile regenerated anddist/rebuilt. This also supersedes the esbuild/vite security bump in chore(deps): Bump esbuild and vite in /docs/website #256.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).csharp/): Microsoft.NETFramework.ReferenceAssemblies 1.0.2 → 1.0.3. All other NuGet packages already at latest (verified against nuget.org).Verification
🤖 Generated with Claude Code