Skip to content

Commit 5ec7d2f

Browse files
committed
refactor: tweak pnpm settings
If packages can't work with this, then they should get fixed.
1 parent c1c854a commit 5ec7d2f

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"version": "^10.6.4"
4040
}
4141
},
42-
"packageManager": "pnpm@10.6.4+sha512.da3d715bfd22a9a105e6e8088cfc7826699332ded60c423b14ec613a185f1602206702ff0fe4c438cb15c979081ce4cb02568e364b15174503a63c7a8e2a5f6c",
42+
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f",
4343
"manypkg": {
4444
"workspaceProtocol": "require"
4545
}

patches/eslint-config-sheriff.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/dist/index.js b/dist/index.js
2-
index 2b83747e0517c5883b6cadc86a6bf3b78d5abfae..b8865ef3baa146e9eef1548510e15bf76ad70f66 100644
2+
index 2b83747e0517c5883b6cadc86a6bf3b78d5abfae..a24325a7c8e63d9b30299e81dd43d6d2ec024335 100644
33
--- a/dist/index.js
44
+++ b/dist/index.js
55
@@ -16,7 +16,8 @@ var tsExtensions = "ts,mts,cts";

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,25 @@ autoInstallPeers: false
22
strictPeerDependencies: true
33
disallowWorkspaceCycles: true
44
engineStrict: true
5+
strictDepBuilds: true
6+
shellEmulator: true
7+
verifyDepsBeforeRun: warn
8+
enablePrePostScripts: false
9+
ignorePatchFailures: false
10+
11+
hoist: false
512

613
peerDependencyRules:
7-
allowAny:
8-
- eslint
14+
allowedVersions:
15+
eslint: ^9.0.0
916

1017
onlyBuiltDependencies:
18+
- "@swc/core"
1119
- esbuild
1220
- sharp
1321

1422
ignoredBuiltDependencies:
15-
- eslint-config-sheriff
16-
- mws
23+
- msw
1724
- svelte-preprocess
1825

1926
overrides:

0 commit comments

Comments
 (0)