Skip to content
Open
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 @@ -40,5 +40,5 @@
"playwright": "1.50.1",
"semver": "^6.3.1"
},
"packageManager": "pnpm@9.15.9"
"packageManager": "pnpm@10.16.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 security Two policies remain unsupported

When dependency installation selects the declared pnpm@10.16.0, trustPolicy and blockExoticSubdeps are not supported, leaving those two intended supply-chain protections inactive.

How this was verified: The pinned version was compared with the pnpm versions that introduced trustPolicy and blockExoticSubdeps.

Suggested change
"packageManager": "pnpm@10.16.0"
"packageManager": "pnpm@10.26.0"

}
6 changes: 5 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
packages:
- 'packages/*'
- 'packages/*'

minimumReleaseAge: 10080
blockExoticSubdeps: true
trustPolicy: no-downgrade
Loading