Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"prettier": "^3.8.1"
},
"minimumReleaseAge": 4320,

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually not sure if it still reads this, pnpm 11 moved all pnpm configs to pnpm-workspace.yaml

v11 now uses a default value of 1440 though so we're still good.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure, they said

Moves settings out of package.json#pnpm into pnpm-workspace.yaml. In v11, pnpm no longer reads configuration from the pnpm field in package.json.

So technically not this field but who knows 😂

"packageManager": "pnpm@10.30.3"
"packageManager": "pnpm@11.13.0"
}
7 changes: 4 additions & 3 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ packages:
- examples/resources
- examples/file-associations

onlyBuiltDependencies:
- esbuild
- workerd
allowBuilds:
esbuild: true
sharp: true
workerd: true

overrides:
esbuild@>=0.27.3 <0.28.1: '>=0.28.1'
Expand Down
Loading