discourse/bin
David Taylor 80b9c280ba
DEV: Switch to pnpm for JS dependencies (#28671)
This will bring significant improvements to install speed & storage requirements. For information on how it may affect you, see https://meta.discourse.org/t/324521

This commit:
- removes the `yarn.lock` and replaces with `pnpm-lock.yaml`
- updates workspaces to pnpm format
- adjusts package dependencies to work with pnpm's stricter resolution strategy
- updates Rails app to load modules from more specific node_modules directories
- adds a `.pnpmfile` which automatically cleans up old yarn-managed `node_modules` directories
- updates various scripts to call `pnpm` instead of `yarn`
- updates patches to use pnpm's native patch system instead of patch-package
- adds a patch for licensee to support pnpm
2024-09-03 10:51:07 +01:00
..
docker DEV: Switch to pnpm for JS dependencies (#28671) 2024-09-03 10:51:07 +01:00
annotate
bundle
dev DEV: Add basic bin/dev script for launching in development (#23254) 2023-08-25 12:07:16 +08:00
ember-cli DEV: Switch to pnpm for JS dependencies (#28671) 2024-09-03 10:51:07 +01:00
notify_file_change
rails
rake
rspec
rubocop
system_rspec
turbo_rspec DEV: Only retry and log flaky tests on the main branch (#24889) 2023-12-14 09:41:30 +08:00
unicorn DEV: Don't warn about clearing tmp/cache (#24602) 2023-11-28 18:02:27 +01:00