Skip to content
Merged
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
1 change: 1 addition & 0 deletions workspace.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@
"lru-cache": "10.4.3",
"memoizee": "0.4.15",
"mime": "2.5.2",
"micromatch": "^4.0.5",
Copy link

Copilot AI Feb 4, 2026

Choose a reason for hiding this comment

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

micromatch is being added to the workspace dependency policy, but pnpm-lock.yaml (importer "." dependencies) currently doesn’t list micromatch as a direct dependency. With pnpm, that can mean it won’t be linked at the workspace root on a clean install, which undermines the intended fix. Regenerate and commit the lockfile changes so micromatch appears as a direct dependency for the root importer.

Suggested change
"micromatch": "^4.0.5",

Copilot uses AI. Check for mistakes.
"mini-css-extract-plugin": "2.2.2",
"minimatch": "3.0.5",
"mocha": "11.1.0",
Expand Down