🔧 (repo) [NO-ISSUE]: Update toolchain#1570
Closed
ldg-github-ci wants to merge 0 commit into
Closed
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repository toolchain versions (via proto) and refreshes the dependency lockfile as part of a “toolchain update + dedupe” automation flow.
Changes:
- Bumped pinned tool versions in
.prototools(node/npm/pnpm). - Regenerated
pnpm-lock.yaml, updating dependency resolutions and recording new deprecation metadata from upstream packages.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
.prototools |
Updates pinned toolchain versions used by CI/local setup via proto use. |
pnpm-lock.yaml |
Refreshes the dependency graph and captures updated resolutions/deprecation metadata after toolchain/dedupe. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+1
to
+3
| node = "20.20.2" | ||
| npm = "11.17.0" | ||
| pnpm = "10.34.4" |
Comment on lines
+516
to
+524
| ts-node: | ||
| specifier: 'catalog:' | ||
| version: 10.9.2(@types/node@24.3.0)(typescript@5.9.2) | ||
| version: 10.9.2(@types/node@22.10.1)(typescript@5.9.2) | ||
| tsx: | ||
| specifier: 'catalog:' | ||
| version: 4.19.2 | ||
| vitest: | ||
| specifier: 'catalog:' | ||
| version: 3.2.4(@types/debug@4.1.12)(@types/node@24.3.0)(jiti@1.21.6)(jsdom@26.0.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(terser@5.43.1)(tsx@4.19.2)(yaml@2.7.0) | ||
| version: 3.2.4(@types/debug@4.1.12)(@types/node@22.10.1)(jiti@1.21.6)(jsdom@26.0.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(terser@5.43.1)(tsx@4.19.2)(yaml@2.7.0) |
Comment on lines
+6305
to
+6307
| '@ungap/structured-clone@1.2.0': | ||
| resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} | ||
| deprecated: Potential CWE-502 - Update to 1.3.1 or higher |
Comment on lines
+6429
to
+6432
| '@xmldom/xmldom@0.8.11': | ||
| resolution: {integrity: sha512-cQzWCtO6C8TQiYl1ruKNn2U6Ao4o4WBBcbL61yJl84x+j5sOWWFU9X7DpND8XZG3daDppSsigMdfAIl2upQBRw==} | ||
| engines: {node: '>=10.0.0'} | ||
| deprecated: this version has critical issues, please update to the latest version |
Comment on lines
+6844
to
+6847
| basic-ftp@5.0.4: | ||
| resolution: {integrity: sha512-8PzkB0arJFV4jJWSGOYR+OEic6aeKMu/osRhBULN6RY0ykby6LKhbmuQ5ublvaas5BOwboah5D87nrHyuh8PPA==} | ||
| engines: {node: '>=10.0.0'} | ||
| deprecated: Security vulnerability fixed in 5.2.1, please upgrade |
Comment on lines
+12735
to
+12742
| uuid@8.3.2: | ||
| resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} | ||
| deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). | ||
| hasBin: true | ||
|
|
||
| uuid@9.0.1: | ||
| resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} | ||
| deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). |
Contributor
|
github-actions
Bot
force-pushed
the
chore/no-issue-update-toolchain
branch
from
June 28, 2026 01:12
482ed96 to
9cffe79
Compare
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.



This PR updates the toolchain (node, npm, pnpm) to the newest versions and deduplicates packages