Skip to content

Commit 79ea2e9

Browse files
renovate[bot]FRSgitclaude
authored
chore(deps): update pnpm to v11 (#368)
* chore(deps): update pnpm to v11 * fix: approve esbuild build scripts for pnpm v11 compatibility pnpm v11 requires explicit approval of build scripts via pnpm-workspace.yaml. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jakub Freisler <jakub@frsource.org> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d700b1a commit 79ea2e9

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"author": "Jakub Freisler <FRSgit@users.noreply.github.com>",
3131
"license": "MIT",
32-
"packageManager": "pnpm@10.34.4",
32+
"packageManager": "pnpm@11.9.0",
3333
"bugs": {
3434
"url": "https://github.com/FRSOURCE/frs-replace/issues"
3535
},

pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
allowBuilds:
2+
esbuild: true
3+
onlyBuiltDependencies:
4+
- esbuild

0 commit comments

Comments
 (0)