How do you keep up with NPM package updates?

This page summarizes the projects mentioned and recommended in the original post on /r/node

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • dependabot-core

    🤖 Dependabot's core logic for creating update PR's.

  • https://github.com/dependabot/dependabot-core is good.

  • renovate

    Universal dependency automation tool.

  • We set up Renovate in our GitHub repo at work which is OSS and fully customisable. I really rate it and would recommend it in a heart beat. All Dev deps minor and patch updates auto merge, we've rate limited to 3 PRs in a 3 hour period and split out major upgrades into separate PRs so we can increment slowly rather than jump from react 15 to 18 in one move. Definitely give it a go! https://github.com/renovatebot/renovate

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts