Bump @types/node and update lockfile dependencies#593
Merged
Conversation
Updated @types/node from 20.19.25 to 20.19.30 in package.json. Refreshed pnpm-lock.yaml to reflect this and other related dependency updates.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the TypeScript Node.js type definitions and refreshes the pnpm lockfile for the typeid-js package.
Changes:
- Bumped
@types/nodefrom20.19.25to20.19.30intypeid/typeid-js/package.json. - Regenerated
typeid/typeid-js/pnpm-lock.yaml, updating resolved versions for@types/nodeand related transitive tooling dependencies.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| typeid/typeid-js/package.json | Bumps @types/node devDependency version. |
| typeid/typeid-js/pnpm-lock.yaml | Updates lockfile resolutions to match the new @types/node and refreshed dependency graph. |
Files not reviewed (1)
- typeid/typeid-js/pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "@jest/globals": "^29.7.0", | ||
| "@tsconfig/strictest": "^2.0.8", | ||
| "@types/node": "^20.19.25", | ||
| "@types/node": "^20.19.30", |
There was a problem hiding this comment.
The PR description lists only pnpm audit under testing, but this change refreshes the lockfile and updates build/test toolchain dependencies (e.g., rollup/esbuild/babel in pnpm-lock.yaml). Please also run the same checks CI runs for this package (devbox run build and devbox run test, see .github/workflows/typeid-js.yml) and update the PR’s testing notes accordingly.
mohsenari
approved these changes
Jan 26, 2026
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
Updated @types/node from 20.19.25 to 20.19.30 in package.json. Refreshed pnpm-lock.yaml to reflect this and other related dependency updates.
How was it tested?
pnpm auditCommunity Contribution License
All community contributions in this pull request are licensed to the project maintainers under the terms of the Apache 2 License.
By creating this pull request I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the Community Contribution License.