How do you keep FE dependencies up to date?

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

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

    Smart Monorepos ยท Fast CI

  • We use a monorepo environment framework that manages most dependencies for us - https://nx.dev/. It supports React, Angular, Vue, Next, Nest, Cypress, Jest, Storybook, and quite a few others. For the Angular community, it's standard for third parties to release a version along with Angular's release cycle whether there are changes or not, so all dependencies are in the same version, and there is little confusion about which dependency supports which angular version. And tooling for third parties to adapt is supported to automatically update versions and run refactoring schematics for any code changes to minimize breaking changes.

  • renovate

    Universal dependency automation tool.

  • 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