Skip to content

Conversation

@caugner
Copy link
Contributor

@caugner caugner commented Dec 3, 2025

Description

Adds .npmrc enabling engine-strict and disabling audit.

Motivation

  1. Enabling engine-strict prevents npm install with npm 10, which changes the package-lock.json.
  2. Disabling audit suppresses the misleading audit message.

Note: With disabled audit, dependencies can still be audited via npm install --audit or npm audit.

Additional details

Related issues and pull requests

Part of:

1. Enabling `engine-strict` prevents `npm install` with npm 10.
2. Disabling `audit` suppresses the misleading audit message.
@caugner caugner requested a review from a team as a code owner December 3, 2025 11:13
@caugner caugner requested review from argl and removed request for a team December 3, 2025 11:13
@github-actions github-actions bot added system [PR only] Infrastructure and configuration for the project size/xs [PR only] 0-5 LoC changed labels Dec 3, 2025
@argl argl merged commit e935483 into main Dec 3, 2025
9 checks passed
@argl argl deleted the npmrc branch December 3, 2025 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/xs [PR only] 0-5 LoC changed system [PR only] Infrastructure and configuration for the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants