[READ-ONLY] Mirror of https://github.com/danielroe/page-speed.dev. See and share Core Web Vitals and PageSpeed Insights results simply and easily. page-speed.dev
core-web-vitals pagespeed performance
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: migrate to pnpm v11 (#214)

author
Daniel Roe
committer
GitHub
date (May 17, 2026, 9:27 PM +0200) commit 1ad44e99 parent 656a5542
+6 -8
+1 -1
package.json
··· 43 43 "simple-git-hooks": { 44 44 "pre-commit": "npx nano-staged" 45 45 }, 46 - "packageManager": "pnpm@10.21.0", 46 + "packageManager": "pnpm@11.1.2", 47 47 "nano-staged": { 48 48 "*.{js,ts,mjs,cjs,json,.*rc}": [ 49 49 "npx eslint --fix"
+5 -7
pnpm-workspace.yaml
··· 1 - ignoredBuiltDependencies: 2 - - '@parcel/watcher' 3 - - esbuild 4 - 5 - onlyBuiltDependencies: 6 - - simple-git-hooks 7 - 1 + allowBuilds: 2 + '@parcel/watcher': false 3 + esbuild: false 4 + simple-git-hooks: true 5 + unrs-resolver: false