feat: enforce strict engines for template - #49
Merged
Conversation
Matthew-Mallimo
approved these changes
Dec 4, 2025
smackfu
force-pushed
the
enforce-strict-engines
branch
from
December 4, 2025 14:27
0d88690 to
7ea7ccf
Compare
smackfu
force-pushed
the
enforce-strict-engines
branch
from
December 4, 2025 14:37
7ea7ccf to
763bf30
Compare
smackfu
enabled auto-merge (squash)
December 4, 2025 14:37
alnaranjo
approved these changes
Dec 4, 2025
dominic-farquharson
approved these changes
Dec 4, 2025
oneamexbot
added a commit
that referenced
this pull request
Dec 4, 2025
# [1.12.0](v1.11.2...v1.12.0) (2025-12-04) ### Features * enforce strict engines for template ([#49](#49)) ([cfb4628](cfb4628))
Contributor
|
🎉 This PR is included in version 1.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
code-forger
added a commit
that referenced
this pull request
Dec 9, 2025
This reverts commit cfb4628.
smackfu
pushed a commit
that referenced
this pull request
Dec 9, 2025
oneamexbot
added a commit
that referenced
this pull request
Dec 9, 2025
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.
Add the strict engine enforcement to the template install step.
https://docs.npmjs.com/cli/v11/using-npm/config/#engine-strict
This allows templates to specify an engines field and have it be enforced rather than silently ignored.