Skip to content

Fix yallist dependency conflict#1106

Merged
danielballan merged 1 commit intobluesky:mainfrom
AditiChikkali:fix/upadte-ui-deps
Aug 27, 2025
Merged

Fix yallist dependency conflict#1106
danielballan merged 1 commit intobluesky:mainfrom
AditiChikkali:fix/upadte-ui-deps

Conversation

@AditiChikkali
Copy link
Contributor

Attempt to fix, failing CI because it tried to download yallist@3.1.1 and got a 403 Forbidden error.
New Dependency Tree: With lru-cache@6.x.x, the dependency chain no longer requires yallist@3.1.1

@AditiChikkali AditiChikkali requested a review from Copilot August 26, 2025 20:30
Copy link
Contributor

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 resolves a CI dependency conflict by updating package versions and adding a dependency override to prevent the download of the problematic yallist@3.1.1 package.

  • Updates several dependencies including Vite, MUI Lab, and Babel-related packages
  • Adds a package override to force lru-cache to use version 6.x.x instead of a version that depends on yallist@3.1.1
  • Includes explicit Babel dependencies to ensure compatibility
Files not reviewed (1)
  • web-frontend/package-lock.json: Language not supported

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@danielballan danielballan merged commit d98cde2 into bluesky:main Aug 27, 2025
11 checks passed
ZohebShaikh pushed a commit that referenced this pull request Feb 21, 2026
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.

3 participants