Skip to content
Closed
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 moon/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,4 @@ catalog:
material-file-icons: ^2.4.0
colord: ^2.9.3
merge-stream: ^2.0.0
picomatch: ^4.0.3
picomatch: ^2.3.2
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep picomatch on v4 in the shared catalog

This change downgrades the catalog entry from ^4.0.3 to ^2.3.2, which is a major-version rollback rather than a patch bump. Because catalog: versions are reused across the monorepo, any package that resolves picomatch through the catalog will now get the older API line, which can introduce incompatibilities and undermines the intent of a security-only update.

Useful? React with 👍 / 👎.

Loading