Skip to content

chore: pin npm engine range to prevent unintended npm 12 upgrade#497

Merged
tp-abtion merged 1 commit into
mainfrom
upgrade/pin-npm-engine-range
Jul 9, 2026
Merged

chore: pin npm engine range to prevent unintended npm 12 upgrade#497
tp-abtion merged 1 commit into
mainfrom
upgrade/pin-npm-engine-range

Conversation

@tp-abtion

Copy link
Copy Markdown
Contributor

npm 12 has just been released and Scalingo's build environment is not confirmed to handle it yet. This project's engines.npm was an unbounded >=11.10.0 range, which would silently allow npm 12 to be resolved during a build even though the packageManager corepack pin already guards against it.

Changes:

  • Tighten engines.npm to a caret range ^11.10.0 (excludes npm 12 until deliberately bumped), matching the existing packageManager pin

No dependency or behavior changes — purely bounding the npm version range to what's already installed.

@tp-abtion
tp-abtion marked this pull request as ready for review July 9, 2026 10:11

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates the npm engine version constraint from '>=11.10.0' to '^11.10.0' in both package.json and package-lock.json. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@tp-abtion
tp-abtion merged commit 69d4aff into main Jul 9, 2026
7 checks passed
@tp-abtion
tp-abtion deleted the upgrade/pin-npm-engine-range branch July 9, 2026 10:12
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.

1 participant