chore(deps): remove obsolete qix blocklist + cluster pins (resolutions 28 -> 10)
The Sept-2025 qix-hack lockdown is no longer needed: all 18 malicious releases have been unpublished from npm (404: [email protected], [email protected], [email protected], ...), so they can neither match a constraint nor be resolved. - .yarn/constraints.pro: dropped the ForbidMaliciousReleases blocklist, kept as a documented placeholder. The constraints plugin and the CI `yarn constraints` check are retained for future supply-chain rules. - resolutions: removed the 18 color/ansi/debug cluster pins. Yarn now resolves them to clean current versions, verified to exclude every previously-blocked release (ansi-regex 6.2.2 not 6.2.1, debug 4.4.3 not 4.4.2, ansi-styles 6.2.3 not 6.2.2). Build green; yarn install --immutable clean; yarn constraints passes. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>