Upgrade NPM packages with GH Actions

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. 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.

  4. 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.

  5. 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.

  6. 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.

  7. 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

  • Meta's create-react-app unofficially officially deprecated

    1 project | news.ycombinator.com | 13 Jan 2025
  • Monorepo and Micro-Frontends Using Module Federation + Vite

    2 projects | dev.to | 8 Jan 2025
  • Design to Demo: Accelerating App Development with AI Tooling

    3 projects | dev.to | 16 Dec 2024
  • Nx 20: Exploring the new TS preset and TypeScript project references

    1 project | dev.to | 23 Nov 2024
  • Retro Games React App

    1 project | dev.to | 21 Nov 2024