Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 1, 2021

Bumps env-cmd from 9.0.3 to 10.1.0.

Changelog

Sourced from env-cmd's changelog.

10.1.0

  • Feature: Added support for expanding vars using the -x flag. Note: only supports $var syntax
  • Feature: Added support for --silent flag that ignores env-cmd errors and missing files and only terminates on caught signals
  • Feature: Added a new --verbose flag that prints additional debugging info to console.info
  • Upgrade: Upgraded dependency commander to 4.x
  • Upgrade: Upgraded devDependencies sinon, nyc, and ts-standard
  • Fix: Handle case where the termination signal is the termination code

10.0.1

  • Fix: Fixed bug introduced by strict equal checking for undefined when the value was null. This bug caused most executions of env-cmd to fail with an error, when in fact no error had occurred.

10.0.0

  • BREAKING: Typescript now targets ES2017
  • Fix: Default RC files will now properly be searched
  • Change: Fixed some documentation issues
  • Change: Use ts-standard instead of eslint for linting
Commits
  • 020998a docs(readme): added expand env and silent docs
  • 27a2705 feat(flags): add silent flag to ignore errors
  • 500cf6a chore: rebuild ts files
  • 9a6ff59 Merge pull request #110 from elliottsj/version-fix
  • a253a62 chore(package): update devDependencies
  • 1b39ca1 fix: print correct package version
  • f92f8b5 feat(signal-termination): handle error codes in the signal value
  • fda2518 chore(package): update dependencies
  • d15248b Merge pull request #103 from omeid/master
  • 8318637 feat: Support env vars expansion in cmd and args
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 1, 2021
Bumps [env-cmd](https://github.com/toddbluhm/env-cmd) from 9.0.3 to 10.1.0.
- [Release notes](https://github.com/toddbluhm/env-cmd/releases)
- [Changelog](https://github.com/toddbluhm/env-cmd/blob/master/CHANGELOG.md)
- [Commits](toddbluhm/env-cmd@9.0.3...10.1.0)

---
updated-dependencies:
- dependency-name: env-cmd
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/env-cmd-10.1.0 branch from 72844d6 to 190f0c1 Compare October 4, 2021 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants