Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency env-cmd to v10 #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 30, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
env-cmd 8.0.2 -> 10.1.0 age adoption passing confidence

Release Notes

toddbluhm/env-cmd

v10.1.0

Compare Source

  • 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

v10.0.1

Compare Source

  • 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.

v10.0.0

Compare Source

  • 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

v9.0.3

Compare Source

  • Fix: Use global flag on regex when parsing and preserving newline characters in env values (thanks to MaximTovstashev)

v9.0.2

Compare Source

  • Fix: CLI will now exit with non-zero error code when an error is encountered (thanks to blagh)

v9.0.1

Compare Source

  • BREAKING: Fixed major bug that required passing -- in order to pass flags to the command.
    Normally I release major breaking changes as major versions, but this was a bug and no documentation
    anywhere states using -- as intended or official behavior.
  • Change: Fixed some documentation issues
  • Change: npm run lint command now includes calling tsc to check for typescript errors

v9.0.0

Compare Source

  • BREAKING: Converted project to Typescript
  • BREAKING: Changes to all option flags, see docs for new options
  • BREAKING: Dropping support for node v4 and v6
  • Change: Updated all dependencies
  • Change: Update package-lock.json file
  • Feature: Added support for asynchronous .env and .rc files
  • Feature: Added support for a programmatic API
  • Feature: Added --use-shell option (thanks to nidkil)
  • Fix: Keep newline (\n) characters intact when parsing env files
  • Change: Added node v10 and v12 to build automation
  • Change: Updated Readme file to reflect new options and CLI changes

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/env-cmd-10.x branch 2 times, most recently from 7ad873f to b4219c4 Compare September 3, 2019 14:44
@renovate renovate bot force-pushed the renovate/env-cmd-10.x branch from b4219c4 to 4f40cda Compare February 21, 2020 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant