alpha
Login
or
Join now
danielroe.dev
/
page-speed.dev
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/page-speed.dev. See and share Core Web Vitals and PageSpeed Insights results simply and easily.
page-speed.dev
core-web-vitals
pagespeed
performance
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 (#214)
author
Daniel Roe
committer
GitHub
date
2 months ago
(May 17, 2026, 9:27 PM +0200)
commit
1ad44e99
1ad44e99747736ae6fe9eb69ac01385b301509cf
parent
656a5542
656a5542d73bfa24a8955249aa6659df135d2808
+6
-8
2 changed files
Expand all
Collapse all
Unified
Split
package.json
pnpm-workspace.yaml
+1
-1
package.json
View file
Reviewed
···
43
43
"simple-git-hooks": {
44
44
"pre-commit": "npx nano-staged"
45
45
},
46
46
-
"packageManager": "pnpm@10.21.0",
46
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
View file
Reviewed
···
1
1
-
ignoredBuiltDependencies:
2
2
-
- '@parcel/watcher'
3
3
-
- esbuild
4
4
-
5
5
-
onlyBuiltDependencies:
6
6
-
- simple-git-hooks
7
7
-
1
1
+
allowBuilds:
2
2
+
'@parcel/watcher': false
3
3
+
esbuild: false
4
4
+
simple-git-hooks: true
5
5
+
unrs-resolver: false