Skip to content

Enforcing Node version update in package.json#316

Merged
vbuch merged 2 commits into
developfrom
copilot/update-node-version-to-22
Jul 7, 2026
Merged

Enforcing Node version update in package.json#316
vbuch merged 2 commits into
developfrom
copilot/update-node-version-to-22

Conversation

Copilot AI commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Pull request created by AI Agent

@vbuch vbuch marked this pull request as ready for review July 6, 2026 14:00
Copilot AI review requested due to automatic review settings July 6, 2026 14:00

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.node from >=12 to >=22 in the root and multiple package package.json files.
  • Update @types/node constraints from >=12.0.0 to >=22.0.0 in 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.

Comment thread package.json
@vbuch vbuch merged commit ed3a144 into develop Jul 7, 2026
3 checks passed
@vbuch vbuch deleted the copilot/update-node-version-to-22 branch July 7, 2026 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants