cli-error-notifier
cli-error-notifier copied to clipboard
Sends native desktop notifications if CLI apps fail
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 4.4.0 to 8.0.1. Release notes Sourced from standard-version's releases. standard-version v8.0.1 Bug Fixes deps: update dependency conventional-changelog to v3.1.21 (#586) (fd456c9) deps: update dependency conventional-changelog-conventionalcommits to v4.3.0...
As suggested. Related to #7.
It would be useful if there where a possibility to refer to the `stderr` in the notifier message. It could be archived with some replacement variable like `${error}` or something...
It'd be nice if there was an option not to quote the command, i.e. use -- like [onchange](https://github.com/Qard/onchange) does. via @RyanZim
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [ava](https://github.com/avajs/ava) from 4.3.3 to 5.3.1. Release notes Sourced from ava's releases. v5.3.1 What's Changed Update t.like() to support Symbol keys and ignore non-enumerable properties by @gibson042 in avajs/ava#3209 Fix...
Bumps [eslint](https://github.com/eslint/eslint) from 8.37.0 to 8.44.0. Release notes Sourced from eslint's releases. v8.44.0 Features 1766771 feat: add es2023 and es2024 environments (#17328) (Milos Djermanovic) 4c50400 feat: add ecmaVersion: 2024, regexp...
Bumps [execa](https://github.com/sindresorhus/execa) from 6.1.0 to 7.1.1. Release notes Sourced from execa's releases. v7.1.1 Features Improve error message when $.sync(options)`command` is used instead of $(options).sync`command` (#551) Bug fixes Fix argument concatenation...
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.42.0 to 0.43.1. Release notes Sourced from eslint-config-xo's releases. v0.43.1 Disable logical-assignment-operators rule until we target Node.js 16 ffb7d6e https://github.com/xojs/eslint-config-xo/compare/v0.43.0...v0.43.1 v0.43.0 Add no-empty-static-block rule 3dcb71e Add no-new-native-nonconstructor...