Skip to content

Conversation

@hshoff
Copy link
Member

@hshoff hshoff commented Nov 11, 2025

These resolutions shouldn't be necessary anymore.

🏠 Internal

  • pkg: remove ANSI-related package resolutions

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR removes unnecessary ANSI-related package resolutions from the root package.json, allowing Yarn to naturally resolve to newer versions of these packages based on dependency requirements.

  • Removes 5 ANSI-related package resolutions (wrap-ansi, string-width, strip-ansi, ansi-regex, emoji-regex)
  • Allows Yarn to upgrade to newer versions (e.g., ansi-regex 6.2.2, string-width 5.1.2, strip-ansi 7.1.2)
  • Retains React-related resolutions which are still necessary

Reviewed Changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Removes 5 ANSI-related package resolutions from the resolutions field
yarn.lock Adds entries for newer versions of ANSI-related packages and their dependencies that are now resolved naturally

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@hshoff hshoff merged commit 33f8eaf into master Nov 11, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants