typescript-react-starter-kit
typescript-react-starter-kit copied to clipboard
Bump env-cmd from 9.0.3 to 10.1.0
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
-xflag. Note: only supports$varsyntax- Feature: Added support for
--silentflag that ignores env-cmd errors and missing files and only terminates on caught signals- Feature: Added a new
--verboseflag that prints additional debugging info toconsole.info- Upgrade: Upgraded dependency
commanderto4.x- Upgrade: Upgraded devDependencies
sinon,nyc, andts-standard- Fix: Handle case where the termination signal is the termination code
10.0.1
- Fix: Fixed bug introduced by strict equal checking for
undefinedwhen the value wasnull. This bug caused most executions ofenv-cmdto 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-standardinstead ofeslintfor linting
Commits
020998adocs(readme): added expand env and silent docs27a2705feat(flags): add silent flag to ignore errors500cf6achore: rebuild ts files9a6ff59Merge pull request #110 from elliottsj/version-fixa253a62chore(package): update devDependencies1b39ca1fix: print correct package versionf92f8b5feat(signal-termination): handle error codes in the signal valuefda2518chore(package): update dependenciesd15248bMerge pull request #103 from omeid/master8318637feat: Support env vars expansion in cmd and args- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)