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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"license": "MIT",
"engines": {
"node": ">=22.0.0",
"pnpm": ">=11.8.0"
"pnpm": ">=11.11.0"
},
"packageManager": "pnpm@11.8.0",
"packageManager": "pnpm@11.11.0",
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
Expand Down
2 changes: 2 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ minimumReleaseAge: 1440
# Safe to delete from 2026-07-30 (2.1.3 clears the window 2026-07-29 ~10:17 UTC).
minimumReleaseAgeExclude:
- 'brace-expansion@2.1.3'
# Renovate security update: pnpm@11.11.0
- pnpm@11.11.0

# GHSA-mh99-v99m-4gvg's advisory data claims vulnerable <=5.0.7 / patched
# 5.0.8 only — a range that swallows the whole 2.x line and does not yet
Expand Down
Loading