Skip to content

chore: update engines, dependencies & version for a release#432

Merged
mobilemind merged 4 commits intomainfrom
chore/update-engines-and-dependencies
May 8, 2026
Merged

chore: update engines, dependencies & version for a release#432
mobilemind merged 4 commits intomainfrom
chore/update-engines-and-dependencies

Conversation

@mobilemind
Copy link
Copy Markdown
Owner

@mobilemind mobilemind commented May 8, 2026

chore: update engines, dependencies & version for a release

  • node >= 26.0., npm >= 11.13
  • update dependencies: @types/node 25.6.2, terser 5.47.1

@mobilemind mobilemind self-assigned this May 8, 2026
Copilot AI review requested due to automatic review settings May 8, 2026 22:41
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the project for a release by bumping the minimum supported Node.js/npm toolchain, updating a couple of build-time dependencies, and incrementing the package version accordingly.

Changes:

  • Bump engines to Node >=26.0.0 and npm >=11.14.0 and increment version to 4.2.4.
  • Update dev dependencies (@types/node and terser) and refresh package-lock.json.
  • Add a 4.2.4 entry to README version notes.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 3 comments.

File Description
README.md Adds release note entry for 4.2.4.
package.json Raises required Node/npm engine minimums, updates dev deps, bumps package version.
package-lock.json Syncs lockfile versions/metadata to match updated deps, engines, and package version.

Comment thread README.md Outdated
Comment thread package.json Outdated
Comment on lines +24 to +25
"node": ">=26.0.0",
"npm": ">=11.14.0"
Comment thread package.json
Comment on lines 23 to 26
"engines": {
"node": ">=24.13.1",
"npm": ">=11.8.0"
"node": ">=26.0.0",
"npm": ">=11.14.0"
},
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 6 out of 7 changed files in this pull request and generated 3 comments.

Comment thread package.json
Comment on lines 23 to 26
"engines": {
"node": ">=24.13.1",
"npm": ">=11.8.0"
"node": ">=26.0",
"npm": ">=11.13"
},
Comment thread README.md Outdated
Comment thread .github/copilot-instructions.md
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@mobilemind mobilemind merged commit 8d7bb3e into main May 8, 2026
6 checks passed
@mobilemind mobilemind deleted the chore/update-engines-and-dependencies branch May 8, 2026 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants