We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77fd1bf commit 806a827Copy full SHA for 806a827
1 file changed
pnpm-workspace.yaml
@@ -1,8 +1,12 @@
1
shellEmulator: true
2
3
-# trustPolicy: no-downgrade
4
-# trustPolicyExclude:
5
-# - chokidar@4.0.3
+trustPolicy: no-downgrade
+
+# Exclude specific packages from the trust policy while the ecosystem upgrades to new versions of these
6
+# Allows them to be downgraded if necessary.
7
+trustPolicyExclude:
8
+ - chokidar@4.0.3
9
+ - semver@6.3.1
10
11
onlyBuiltDependencies:
12
- "@parcel/watcher"
0 commit comments