Uh oh!
There was an error while loading. Please reload this page.
Bump @types/node and update lockfile dependencies - #593
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.
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.
Uh oh!
There was an error while loading. Please reload this page.
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.