chore(deps): greenkeep pnpm, Node, and Python dependencies - #710
Merged
Conversation
Bump pnpm to 11.21.0, keep Node on LTS Krypton via .nvmrc, refresh frontend packages, and upgrade Ruff to 0.16.3 while retaining the pre-0.16 default lint rule set. Co-authored-by: Stackie Jia <jsq2627@gmail.com>
Contributor
Documentation previewThe documentation preview has been deployed for this pull request. |
stackia
marked this pull request as ready for review
August 13, 2026 16:33
Adopt Ruff 0.16's expanded default rule set instead of pinning the pre-0.16 selectors. Convert remaining printf formatting to f-strings and fix the new BLE/SIM/EXE/PLW findings. Keep vitepress-plugin-llms at 1.13.4 so pnpm's 1-day minimumReleaseAge gate is satisfied without an exclude list. Co-authored-by: Stackie Jia <jsq2627@gmail.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.
Summary
Refresh the JavaScript and Python toolchains and migrate Python code onto Ruff 0.16's default rule set.
11.9.0→11.21.0(packageManager+ Corepack)..nvmrc:lts/krypton, currently 24.19.0). The docs workflow now reads.nvmrcinstead of a hardcoded24.lucide-react1.31.0, Biome 2.5.8, Vite 8.2.1, VitePress2.0.0-alpha.19, and updated React/Node types.0.15.21→0.16.3, packaging26.2→26.3. Other direct Python packages were already current.select). Python tests/helpers/tools now use f-strings and the other new default rules.vitepress-plugin-llmsis locked at 1.13.4. 1.13.5 is newer than pnpm 11's default 1-dayminimumReleaseAge, so an exclude list is unnecessary.src/embedded_web_data.his intentionally unchanged.pnpm 12 is still an RC, Python 3.15 is still an RC, and Node 26 is Current rather than LTS, so those majors are left alone.
Validation
pnpm install --frozen-lockfileuv sync --frozen --group devpnpm run lintpnpm run type-checkpnpm run web-ui:buildpnpm run docs:buildENABLE_AGGRESSIVE_OPT=ON)