sake-outdated

Find and update outdated packages.

BSD-3-Clause 23 个版本
安装
npm install sake-outdated
yarn add sake-outdated
pnpm add sake-outdated
bun add sake-outdated
README

sake-outdated

npm build dependencies downloads license chat

Add outdated and outdated:update tasks to your Sakefile. Updates Node dependencies, package.json, lock files and automatically generates pretty git commits.

Features

  • Update dependencies in package.json automatically
  • Generate nicely formatted corresponding git commit
  • Automatically commit changes and corresponding updates to package.json and lock files
  • Integrates with npm and yarn

Install

$ npm install sake-outdated --save-dev

Usage

use('sake-outdated', {
    commit: true,       // automatically commit changes to git
    ignore: ['jquery'], // optionally ignore packages
})

License

BSD

版本列表
0.4.4 2018-06-19
0.4.3 2018-06-19
0.4.2 2018-06-19
0.4.1 2018-06-17
0.4.0 2018-06-17
0.3.1 2018-06-16
0.3.0 2018-04-25
0.2.6 2018-04-25
0.2.5 2018-04-25
0.2.4 2018-04-25
0.2.3 2018-04-25
0.2.2 2018-03-26
0.2.1 2018-03-15
0.1.28 2017-06-08
0.1.27 2017-05-07
0.1.26 2017-05-07
0.1.25 2017-05-07
0.1.24 2017-05-07
0.1.22 2017-05-04
0.1.21 2017-04-18
0.1.20 2017-04-11
0.1.19 2017-04-11
0.1.18 2017-04-07