Skip to content

chore: reduce dependency resolutions#62

Open
jonathannorris wants to merge 1 commit into
mainfrom
chore/reduce-resolutions
Open

chore: reduce dependency resolutions#62
jonathannorris wants to merge 1 commit into
mainfrom
chore/reduce-resolutions

Conversation

@jonathannorris
Copy link
Copy Markdown
Member

Summary

  • reduces dependency resolutions where patched versions are now selected naturally
  • bumps remaining resolution floors or same-major package ranges where needed
  • updates yarn.lock

Testing

  • yarn install --immutable

@jonathannorris jonathannorris marked this pull request as ready for review May 29, 2026 18:47
@jonathannorris jonathannorris requested a review from a team as a code owner May 29, 2026 18:47
Copilot AI review requested due to automatic review settings May 29, 2026 18:47
Copy link
Copy Markdown

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 reduces dependency resolution overrides now that the lockfile naturally selects patched versions, while keeping explicit floors for remaining dependencies that still need them.

Changes:

  • Removes redundant brace-expansion and picomatch resolutions.
  • Bumps the remaining tar resolution floor from ^7.5.11 to ^7.5.15.
  • Updates yarn.lock to reflect the resolved package versions.

Reviewed changes

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

File Description
package.json Simplifies dependency resolutions and raises the tar floor.
yarn.lock Reconciles lockfile entries for brace-expansion, picomatch, and tar.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants