Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] Evaluate package managers for this project to use #2224

Open
brandonlenz opened this issue Nov 30, 2022 · 1 comment
Open

[chore] Evaluate package managers for this project to use #2224

brandonlenz opened this issue Nov 30, 2022 · 1 comment
Labels
topic: build tooling Relates to build and bundler tools type: development Enhancements to the development workflow

Comments

@brandonlenz
Copy link
Contributor

brandonlenz commented Nov 30, 2022

Is your feature request related to a problem? Please describe.

We use yarn classic, but there's a newer version of yarn, or things like pnpm, or just npm that are always competing in the package manager space.

Also not this PR for context: #1583. Is there a way for us to support other package managers when the dependency is pulled in directly by projects using other package managers?

Describe the solution you'd like

  • An ADR for which package manager this project should use
  • An issue or PR updating to use the chosen package manager

Describe alternatives you've considered

  • Just stick with what we've got until its a bigger problem (not highly recommended though)
  • Use "universally compatible" scripts for build lifecycle to see if that alleviates consumer issues who use different package managers

Additional context

Relates to: #1359

@brandonlenz brandonlenz added the type: feature New feature or request label Nov 30, 2022
@haworku haworku added type: development Enhancements to the development workflow topic: build tooling Relates to build and bundler tools and removed type: feature New feature or request labels Oct 2, 2023
@werdnanoslen
Copy link
Contributor

werdnanoslen commented Feb 20, 2024

I want to elevate this, as our outdated yarn version (i.e. pre-Berry/PNP) is now blocking package upgrades (#3491, #2773, #2748, #2734) and requiring at least one workaround to make this upgrade function.

If we go with Yarn PNP (Berry), they have a nice migration guide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: build tooling Relates to build and bundler tools type: development Enhancements to the development workflow
Projects
None yet
Development

No branches or pull requests

3 participants