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

Switch to NPM by default and away from a Yarn dependency #869

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jaredcwhite
Copy link
Member

@jaredcwhite jaredcwhite commented Mar 17, 2024

As previously announced, Bridgetown 2.0 is switching to NPM by default (included with Node of course) and away from an additional dependency on Yarn--though support for Yarn as well as pnpm are still provided for projects which use them.

This PR also tries to abstract out any automations (for bundled configurations, adding packages to match gems for plugins, etc.) so they work for NPM, Yarn, pnpm, and any other potential choices down the road. And we're now standardizing on Node v20 minimum.

For further context read: https://www.bridgetownrb.com/future/road-to-bridgetown-2.0-new-baselines/

We may also want to expose a customization option for new projects, see #609

@jaredcwhite jaredcwhite added process Improve the development process for the repo dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 17, 2024
@jaredcwhite jaredcwhite added this to the 2.0 milestone Mar 17, 2024
Copy link

render bot commented Mar 17, 2024

Copy link

render bot commented Mar 17, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code process Improve the development process for the repo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant