I am feeling really scared of upgrading so many packages at once, Any tips?

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

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • npm-check

    Check for outdated, incorrect, and unused dependencies.

  • What I do; - run https://www.npmjs.com/package/npm-check with the -u command - select all libs that are relatively safe (minor, patch upgrades) and that are unrelated - upgrade those first and check the app; run it and prod build plus any tests you might have - commit; this is your save point - then upgrade clusters; sets of dependencies that are related (I.e. all test dependencies in one go, all webpack, or all react dependencies in one go) - build, run, test and save again. - Repeat previous two steps until done. - if some dependency requires a major change through the whole app; skip it / revert and safe for another day. Upgrading is sometimes as much about information gathering as it is about upgrading.

  • renovate

    Universal dependency automation tool.

  • Use something like Renovate (https://github.com/renovatebot/renovate) and update them a little by a little. Have fun! 🍀

  • 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

  • How use Renovate Bot on self-hosted GitLab

    3 projects | dev.to | 22 Apr 2024
  • Understanding Mend Renovate's Pull Request Workflow

    2 projects | dev.to | 25 Mar 2024
  • Evaluating New Software Forges

    2 projects | news.ycombinator.com | 17 Dec 2023
  • Automatically Updating Helm Chart Referenced in Argo CD Using Renovate - Part 2

    3 projects | dev.to | 5 May 2023
  • Anyone maintaining a large application (with many developers), how do you maintain your npm packages?

    1 project | /r/reactjs | 13 Apr 2023