Enforcing Node version update in package.json#316
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the monorepo’s declared minimum supported Node.js version to Node 22 across the workspace packages, aligning engines.node and related Node typings.
Changes:
- Bump
engines.nodefrom>=12to>=22in the root and multiple packagepackage.jsonfiles. - Update
@types/nodeconstraints from>=12.0.0to>=22.0.0in affected packages. - Minor whitespace-only adjustments in committed
dist/artifacts for placeholder packages.
Reviewed changes
Copilot reviewed 9 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json | Raises root engines.node to >=22. |
| packages/examples/package.json | Raises examples package Node engine requirement to >=22. |
| packages/placeholder-pdfkit010/package.json | Raises Node engine requirement and Node typings floor to 22. |
| packages/placeholder-pdfkit010/dist/pdfkitAddPlaceholder.js | Whitespace-only change in generated dist output. |
| packages/placeholder-pdfkit/package.json | Raises Node engine requirement and Node typings floor to 22. |
| packages/placeholder-pdf-lib/package.json | Raises Node engine requirement and Node typings floor to 22. |
| packages/placeholder-pdf-lib/dist/pdflibAddPlaceholder.js | Whitespace-only change in generated dist output. |
| packages/placeholder-plain/package.json | Raises Node engine requirement and Node typings floor to 22. |
| packages/signpdf/package.json | Raises Node engine requirement and Node typings floor to 22. |
| packages/signer-p12/package.json | Raises Node engine requirement and Node typings floor to 22. |
| packages/utils/package.json | Raises Node engine requirement and Node typings floor to 22. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Pull request created by AI Agent