microsoft / microsoft/fluentui

[Feature]: package manager switch

Open
#29,179 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Area: Build System CI dependencies Resolution: Soft Close Type: Feature
Dominant language
TypeScript
Stars
20.3k
Forks
2.9k
Avg merge
2d 9h
Merged PRs (30d)
46

Description

Describe the feature that you would like added

ATM we use yarn midgard (msft fork of yarn v1 ) - it seems it doesn't have much traction from both feature additions/supporting the package.

"outside of fluent" family of packages maintained by core team uses yarn v3. It would be nice to unify on what package manager is used across our scope of projects.

"on paper" yarn 3 / pnpm should be faster and provide more richer feature set for our needs.

Features we are looking for:
  • fastest possible installs
    • cold cache
    • switching branches
  • proper dependency deduplication
  • lowest disk size usage
  • ability to patch installed packages
  • workspaces support
  • stricter dependency enforcement to avoid ghost dependencies and potential bugs/security issues
  • compatibility with single version policy approach
Have you discussed this feature with our team

v-build

Additional context

No response

Validations
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Priority

None

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points. Begin by comparing the current Yarn Midgard setup with Yarn 3 and pnpm against the listed requirements; done requires an agreed package manager and a migration plan.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
build-system, tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.