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 shell-quote to the latest version 🚀 #261

Merged
merged 1 commit into from
Aug 14, 2019

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Aug 13, 2019

The dependency shell-quote was updated from 1.6.3 to 1.7.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: goto-bus-stop
License: MIT

Release Notes for v1.7.0
  • Add support for parsing >> and >& redirection operators. (@forivall in #16)
  • Add support for parsing <( process substitution operator. (@cuonglm in #15)
Commits

The new version differs by 8 commits.

  • 09ed4df 1.7.0
  • 5183496 Add Process Substitution parsing (#36)
  • 2e9eecf Merge branch 'master' into pr-15
  • 4bd33ca Merge pull request #16 from forivall/improved-parsing
  • 7dee51c ci: add a bunch of node.js versions
  • 286e849 Clean up package.json
  • 8afbab1 Improve parsing of redirection operators
  • 5020f90 Add Process Substitution parsing

See the full diff


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@greenkeeper greenkeeper bot added the dependencies Pull requests that update a dependency file label Aug 13, 2019
@vweevers
Copy link
Member

We don't use (or support) operators, so good to merge.

greenkeeper bot added a commit that referenced this pull request Aug 13, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 13, 2019

  • The dependency shell-quote was updated from 1.6.3 to 1.7.1.

Update to this version instead 🚀

Release Notes for v1.7.1
  • Fix $ being removed when not part of an environment variable name. (@Adman in #32)
Commits

The new version differs by 7 commits.

  • c2950fb 1.7.1
  • 8f6a1cc fix: do not remove $ when env variable not found (#32)
  • 8b70a68 add tests
  • faaa452 Merge branch 'master' of github.com:Adman/node-shell-quote into Adman-master
  • 729a5a8 fix: updated parsing non existing var
  • 79f2932 Merge branch 'master' into Adman-master
  • 30f8c22 fix: do not remove $ when env variable not found

See the full diff

@vweevers vweevers merged commit 694f184 into master Aug 14, 2019
@vweevers vweevers deleted the greenkeeper/shell-quote-1.7.0 branch August 14, 2019 07:33
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.

1 participant