[READ-ONLY] Mirror of https://github.com/danielroe/roe.dev. This is the code and content for my personal website, built in Nuxt. roe.dev
0

Configure Feed

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

chore(deps): update pnpm to v11 (#1880)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>

author
renovate[bot]
co-author
renovate[bot]
co-author
Daniel Roe
committer
GitHub
date (May 15, 2026, 10:10 AM +0300) commit 0c212215 parent da444a75
+12 -12
+1 -1
package.json
··· 115 115 "commit-msg": "npx commitlint --edit $1", 116 116 "pre-commit": "npx nano-staged" 117 117 }, 118 - "packageManager": "pnpm@10.33.0" 118 + "packageManager": "pnpm@11.1.2" 119 119 }
+11 -11
pnpm-workspace.yaml
··· 5 5 6 6 ignoreWorkspaceRootCheck: true 7 7 8 - ignoredBuiltDependencies: 9 - - '@parcel/watcher' 10 - - esbuild 11 - - unrs-resolver 12 - - workerd 13 - 14 - onlyBuiltDependencies: 15 - - better-sqlite3 16 - - sharp 17 - - simple-git-hooks 18 - 8 + allowBuilds: 9 + # -> ignore these builds 10 + '@parcel/watcher': false 11 + esbuild: false 12 + unrs-resolver: false 13 + workerd: false 14 + # -> build these 15 + better-sqlite3: true 16 + sharp: true 17 + simple-git-hooks: true 18 + 19 19 savePrefix: '' 20 20 21 21 shellEmulator: true