update-notifier

Update notifications for your CLI app

BSD-2-CLAUSE License

Downloads
26M
Stars
1.7K
Committers
50

Bot releases are hidden (Show)

update-notifier - Latest Release

Published by sindresorhus 3 months ago

update-notifier -

Published by sindresorhus 3 months ago

update-notifier -

Published by sindresorhus 12 months ago

Breaking

  • Require Node.js 18 431dac4
  • Drop Yarn install commands in update message a1d8d9d

https://github.com/yeoman/update-notifier/compare/v6.0.2...v7.0.0

update-notifier -

Published by sindresorhus over 2 years ago

update-notifier -

Published by sindresorhus over 2 years ago

update-notifier -

Published by sindresorhus over 2 years ago

Breaking

  • Require Node.js 14 9183541
  • This package is now pure ESM. Please read this.

https://github.com/yeoman/update-notifier/compare/v5.1.0...v6.0.0

update-notifier -

Published by sindresorhus over 3 years ago

update-notifier -

Published by sindresorhus almost 4 years ago

update-notifier -

Published by sindresorhus about 4 years ago

Breaking

  • Require Node.js 10 5b440c2

Fixes

  • Don't suggest to upgrade to lower version (#192) 3dfe42d

https://github.com/yeoman/update-notifier/compare/v4.1.1...v5.0.0

update-notifier -

Published by sindresorhus about 4 years ago

  • Improve vertical alignment of the notifier output (#183) f42fc8f

https://github.com/yeoman/update-notifier/compare/v4.1.0...v4.1.1

update-notifier -

Published by sindresorhus over 4 years ago

  • Add template support for the message option (#175) adbeb6e

https://github.com/yeoman/update-notifier/compare/v4.0.0...v4.1.0

update-notifier -

Published by sindresorhus almost 5 years ago

  • Remove object spread to support node >=8.0.0 <8.6.0
update-notifier -

Published by sindresorhus almost 5 years ago

Breaking

  • Remove the callback option (#158) fb5161c
    Use the new .fetchInfo() method instead.
  • Rename the boxenOpts option to boxenOptions 39682de
  • Update boxen dependency
    This may affect your boxenOptions values.
  • Disable update notifications when NODE_ENV is test (#173) b1525e6

Fixes

  • Avoid showing update notification if current version is the latest (#174) bc1721a
  • Fix the presented install command for globally installed npm packages (#165) bf73119

https://github.com/yeoman/update-notifier/compare/v3.0.1...v4.0.0

update-notifier -

Published by SBoudrias over 5 years ago

  • Add supports for yarn
  • Drop support for Node 6
update-notifier -

Published by SBoudrias over 6 years ago

Add ability to bypass isNpm check with shouldNotifyInNpmScript option.

update-notifier -

Published by SBoudrias over 7 years ago

updater-notifier now skip configuration initialization when instructed to skip checks. This can prevent permission issues in some environment where you'd prefer to just skip any update checks.

update-notifier - 2.0.0

Published by sindresorhus over 7 years ago

update-notifier -

Published by SBoudrias almost 8 years ago

  • Fix SIGINT handler preventing process exit.
update-notifier - 1.0.2

Published by SBoudrias over 8 years ago

  • Lazy load dependencies to reduce the impact update-notifier has on the start up time of your packages.
update-notifier - 1.0.1

Published by SBoudrias over 8 years ago

  • Fix the defer option.