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
7 changes: 0 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"dompurify": "^3.4.0",
"lodash": "^4.18.1",
"lodash-es": "^4.18.1",
"serialize-javascript": "^7.0.5",
"uuid": "^14.0.0"
}
}
12 changes: 12 additions & 0 deletions docs/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# https://pnpm.io/supply-chain-security

allowBuilds:
core-js: false
core-js-pure: false
esbuild: false
puppeteer: false
blockExoticSubdeps: true
minimumReleaseAge: 10080 # 7 days

overrides:
dompurify: ^3.4.0
lodash: ^4.18.1
lodash-es: ^4.18.1
serialize-javascript: ^7.0.5
uuid: ^14.0.0
2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,4 @@ tools.cargo-insta = "1.46"
cargo-binstall = "1.17"
go = "1.26"
node = "24"
pnpm = "10"
pnpm = "11"
Comment thread
LesnyRumcajs marked this conversation as resolved.
12 changes: 12 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# https://pnpm.io/supply-chain-security
#
# Used by the Cloudflare Pages deploy CI step which runs `pnpm add wrangler`
# at the repo root. wrangler pulls in workerd (local runtime) and esbuild;
# both postinstalls are denied because `wrangler pages deploy` only uploads
# pre-built static files and does not need either.

blockExoticSubdeps: true

allowBuilds:
esbuild: false
workerd: false
Loading