alpha
Login
or
Join now
danielroe.dev
/
carpenter
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/danielroe/carpenter. LLM-powered automations for triaging Nuxt issues
github.com/nuxt/nuxt
bot
cloudflare-pages
llm
webhook
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: migrate to pnpm v11 (#285)
author
Daniel Roe
committer
GitHub
date
2 months ago
(May 17, 2026, 2:53 PM +0300)
commit
4f489dc1
4f489dc1c920e28ea3ebd3f6170c9d63af3415d5
parent
7c5e45cd
7c5e45cd6aa572ac97a05ca9c323a7a8f82ad70c
+7
-9
2 changed files
Expand all
Collapse all
Unified
Split
package.json
pnpm-workspace.yaml
+1
-1
package.json
View file
Reviewed
···
33
33
"vue-tsc": "^3.2.8",
34
34
"wrangler": "^4.90.0"
35
35
},
36
36
-
"packageManager": "pnpm@10.33.4"
36
36
+
"packageManager": "pnpm@11.1.2"
37
37
}
+6
-8
pnpm-workspace.yaml
View file
Reviewed
···
1
1
-
ignoredBuiltDependencies:
2
2
-
- '@parcel/watcher'
3
3
-
- esbuild
4
4
-
- sharp
5
5
-
- unrs-resolver
6
6
-
onlyBuiltDependencies:
7
7
-
- workerd
8
8
-
1
1
+
allowBuilds:
2
2
+
'@parcel/watcher': false
3
3
+
esbuild: false
4
4
+
sharp: false
5
5
+
unrs-resolver: false
6
6
+
workerd: true