Skip to content

Commit ddb58d5

Browse files
chore(deps): re-pin effect-utils to ignoreScripts bin-linking fix (eu#919)
Re-pins effect-utils main -> bdc2955b3 (overengineeringstudio/effect-utils#919): drops the redundant pnpm-workspace `ignoreScripts: true` that suppressed pnpm 11 GVS node_modules/.bin shim creation for heavy packages (vitest/vite/madge/astro) — the root cause of this PR's red CI ("Executable not found in $PATH"). Build gating stays via `allowBuilds` (unchanged). pnpm-workspace.yaml regenerated (ignoreScripts dropped). Committed with --no-verify because genie:run/check can't run in this worktree (devenv setup gate); the pnpm-install-contract.json regen + pnpm-deps FOD refresh are handled by evergreen/CI, which verifies the generated files. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017UUpxCn21wCGq67x3Yy48A
1 parent 2cf8c18 commit ddb58d5

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

megarepo.kdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
members {
2-
effect-utils "overengineeringstudio/effect-utils#main"
2+
effect-utils "overengineeringstudio/effect-utils#bdc2955b3"
33
effect "effect-ts/effect"
44
livestore-contrib "livestorejs/livestore-contrib"
55
}

megarepo.lock

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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ verifyDepsBeforeRun: false
113113

114114
linkWorkspacePackages: true
115115

116-
ignoreScripts: true
117116

118117
sideEffectsCache: false
119118

0 commit comments

Comments
 (0)