Upgrade NPM packages with GH Actions

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • badge-generator

    Magically generate Markdown badges for your docs 🛡️ 🦡 🧙

    I use a workflow similar to the one above that is implemented in my Badge Generator web app, which is built in Vue and Yarn.

  • snyk

    Discontinued Snyk CLI scans and monitors your projects for security vulnerabilities. [Moved to: https://github.com/snyk/cli]

    GitHub already supports code scanning for vulnerabilities. And I enjoy using snyk.io as a similar external 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.

  • create-pull-request

    A GitHub action to create a pull request for changes to your repository in the actions workspace

    Unfortunately, due to security limitations, the automated PR that your new upgrade workflow generates will not have GH Actions checks run against it. See issue on the Create PR action discussing this.

  • node-project-template

    Template for creating Node.js projects including docs and a deploy pipeline

    main.yml in my Node Project Template. This workflow tests and builds the app but does not deploy anything.

  • react-quickstart

    Starter template for a React app - including docs, CI, and hosting ⚛ 📦 (by MichaelCurrin)

    main.yml in my React Quickstart to test and build the app and commit the build output to GitHub Actions, to be served as a GH Pages site. main.yml in my Badge Generator, using Yarn. This is a GH Pages site too.

  • explore

    Community-curated topic and collection pages on GitHub

    Icons from github/explore repo.

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