Skip to content

Commit 198976d

Browse files
committed
chore: upgrade pnpm to v11
Bumps `packageManager` to `pnpm@11.1.2`. pnpm 11 surfaced `@parcel/watcher` as a build-script candidate; pin it to `false` to preserve the prior pnpm 10 behaviour where the install script was implicitly ignored.
1 parent 17fbcfd commit 198976d

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Source layout:
1616
## Development
1717

1818
```sh
19-
pnpm install # requires pnpm@10.x
19+
pnpm install # requires pnpm@11.x
2020
pnpm build # tsdown
2121
pnpm dev # tsdown --watch
2222
pnpm test # pnpm build && vitest (api snapshot guards against stale dist)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.2.2",
55
"private": true,
6-
"packageManager": "pnpm@10.33.4",
6+
"packageManager": "pnpm@11.1.2",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
99
"funding": "https://github.com/sponsors/antfu",

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
allowBuilds:
2+
'@parcel/watcher': false
23
esbuild: true
34
simple-git-hooks: true
45
unrs-resolver: true

0 commit comments

Comments
 (0)