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

Bump env-cmd from 9.0.1 to 10.1.0 #20

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 9, 2023

Bumps env-cmd from 9.0.1 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

9.0.3

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

9.0.2

  • Fix: CLI will now exit with non-zero error code when an error is encountered (thanks to blagh)
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)

Bumps [env-cmd](https://github.com/toddbluhm/env-cmd) from 9.0.1 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.1...10.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 9, 2023
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