4.6.6 • Published 10 months ago

up-npm v4.6.6

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

up-npm

CLI tool written in Go to review and update your NPM dependencies, easy and fast.

npm.io

built with Codeium

Features

  • 🔍 Easily identify the update type for each package, whether it's a patch, minor, or major update.
  • 📃 Review the release notes for each package to see "what's new" before deciding whether to update.
  • 🦘 Selectively skip updates for specific packages.
  • 🛡️ Back up your package.json file before updating, ensuring you always have a fallback option if something goes wrong.
  • Supports .npmrc _authToken (read more here)

Installation

npm install -g up-npm

Usage

Go where your package.json is located and run:

up-npm

or

up-npm [flags]
FlagDescription
-h, --helpDisplay help information for up-npm.
--allow-downgradeAllows downgrading a if latest version is older than current.
--file stringDefault package.json.
-f, --filter stringFilter dependencies by package name
--no-devExclude dev dependencies. Default false.
--update-patchesUpdate patch versions automatically. Default false.
-v, --versionDisplay the version number for up-npm.

Examples

# Update dependencies
npm-up

# Excluding dev dependencies
npm-up --no-dev

# Update only packages containing "lint"
npm-up --filter lint
npm-up -f lint

# Update some specific .json
npm-up --file my-project/package.json

How to upgrade version

image

npm install -g up-npm

Build yourself

.npmrc support

from https://docs.npmjs.com/cli/v10/configuring-npm/npmrc

Detects _authToken inside .npmrc file. The four relevant files are:

  • (✅ supported) per-project config file (/path/to/my/project/.npmrc)
  • (✅ supported) per-user config file (~/.npmrc)
  • (❌ unsupported) global config file ($PREFIX/etc/npmrc)
  • (❌ unsupported) npm builtin config file (/path/to/npm/npmrc)

This feature allows to fetch private packages.

Badge

npm.io

![](https://img.shields.io/badge/up--npm-%20?style=flat&logo=rocket&logoColor=rgb(56%2C%20167%2C%20205)&label=updated%20with&color=rgb(74%2C%20100%2C%20206)&link=https%3A%2F%2Fgithub.com%2FIcaruk%2Fup-npm)
4.6.6

10 months ago

4.6.1

1 year ago

4.6.0

1 year ago

4.6.3

12 months ago

4.6.2

1 year ago

4.6.5

11 months ago

4.6.4

11 months ago

4.5.0

1 year ago

4.3.1

1 year ago

4.3.0

1 year ago

4.2.0

1 year ago

4.1.2

1 year ago

4.1.0

1 year ago

4.1.1

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago

4.0.3

1 year ago

4.0.2

1 year ago

3.1.5

2 years ago

3.1.4

2 years ago

0.1.10

2 years ago

0.1.11

2 years ago

0.1.12

2 years ago

0.1.13

2 years ago

0.1.14

2 years ago

2.2.1

2 years ago

2.0.3

2 years ago

2.2.0

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

2.3.0

2 years ago

2.1.1

2 years ago

2.3.2

2 years ago

2.3.1

2 years ago

0.0.15

2 years ago

0.0.16

2 years ago

2.1.0

2 years ago

3.1.3

2 years ago

3.1.2

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.1

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago