From f947d1de2375f9513a0c9d42ac3d49e96b3f9dd3 Mon Sep 17 00:00:00 2001 From: Pete Gonzalez <4673363+octogonz@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:32:59 -0800 Subject: [PATCH] Enable strict lockfile checks --- common/config/rush/pnpm-config.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/common/config/rush/pnpm-config.json b/common/config/rush/pnpm-config.json index d1690d6..648ab7d 100644 --- a/common/config/rush/pnpm-config.json +++ b/common/config/rush/pnpm-config.json @@ -41,7 +41,7 @@ * Possible values are: `highest`, `time-based`, and `lowest-direct`. * The default is `highest`. */ - // "resolutionMode": "time-based", + "resolutionMode": "time-based", /** * This setting determines whether PNPM will automatically install (non-optional) @@ -74,7 +74,7 @@ * The default value is false to avoid legacy compatibility issues. * It is strongly recommended to set `strictPeerDependencies=true`. */ - // "strictPeerDependencies": true, + "strictPeerDependencies": true, /** * Environment variables that will be provided to PNPM. @@ -214,7 +214,6 @@ // "request": "*" }, - /** * (THIS FIELD IS MACHINE GENERATED) The "globalPatchedDependencies" field is updated automatically * by the `rush-pnpm patch-commit` command. It is a dictionary, where the key is an NPM package name @@ -222,7 +221,7 @@ * * PNPM documentation: https://pnpm.io/package_json#pnpmpatcheddependencies */ - "globalPatchedDependencies": { }, + "globalPatchedDependencies": {}, /** * (USE AT YOUR OWN RISK) This is a free-form property bag that will be copied into