beeminder / blog

3 stars 2 forks source link

System for keeping package.json up to date #488

Open dreeves opened 4 months ago

dreeves commented 4 months ago
### Desiderata
- [ ] Pick something and get it in the README

Brainstorming:

  1. Import it into Glitch which has a nice tool for clicking on packages to upgrade them one by one
  2. VS Code extension: Version Lens (says ChatGPT)
  3. VS Code extension: npm Intellisense (says ChatGPT)
  4. npm-check (says ChatGPT; and npm-check -u should open an interactive dialog)
  5. Built-in npm outdated to see what you should upgrade, and yarn has a similar thing

Verbata: dev env, bumping versions, security upgrades, dev maintenance, package.json,

adamwolf commented 4 months ago
narthur commented 2 months ago

I propose that as a part of BM-2024-6 we address this issue by enabling dependabot on this repo and adding pnpm outdated as a CI check.