typescript-react-starter-kit icon indicating copy to clipboard operation
typescript-react-starter-kit copied to clipboard

Bump env-cmd from 9.0.3 to 10.1.0

Open dependabot[bot] opened this issue 4 years ago • 0 comments

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[bot] avatar Jul 01 '21 04:07 dependabot[bot]