Updated my Sudoku game to v0.2.5
- Added theme (which I just realised I should have bump minor version rather than patch but anyway...)
- Updated environment from vue-cli + npm to vite + pnpm
- Refactors
sudoku.mkpo.li/
In the latest pnpm version (7.1.3 or 6.32.16) you may set "auto-install-peers=true" to have non-optional peer dependencies automatically installed.
This makes pnpm handle peer dependencies the same way as npm v7.
There is no consensus on whether autoinstallation of peer deps is a good idea. But npm has changed the expectations of many users. So I decided to implement it in @pnpmjs and make it an opt-in feature. It is easier than to reply to dozens of confused users a day.
🚨We've released @pnpmjs support!
⚡️Now you can choose #pnpm when creating #Refine project with #superplate!
If you haven't tried #pNpM yet, you're missing out!😅
We liked the easter egg you used for naming and we integrated it into the #superplate!
PnPM, pnpm, PNpm🤣
I just published a brilliant update to my npm extension for @raycast. There's now more info on the search list, added @pnpmjs option for default package manager, added a link to @skypackjs for each package & a few other under the hood improvements
🔗 raycast.com/mrmartineau/sear…
Switching from @npmjs to @pnpmjs reduces installation time as well as preventing developers to accidentally access the packages which is not in your package.json dependency list. @kissflow we made a switch and enjoying benefits.
@ThePracticalDev
We were running into this hoisting issue: nitter.catsarch.com/dan_abramov/status/951…. If we kept NPM, every team would have needed to maintain an understanding of dependency versions across the monorepo. We went with PNPM because it gave developers autonomy without adding overhead + it's fast.
After a couple months of work, I'm super excited to say that @disneyplus and parts of @hulu will be running in a JavaScript monorepo powered by @pnpmjs. We'll be adding @turborepo in the coming months too!