developit / snarkdown

:smirk_cat: A snarky 1kb Markdown parser written in JavaScript
http://jsfiddle.net/developit/828w6t1x/
MIT License
2.29k stars 109 forks source link

Update cross-env to the latest version 🚀 #26

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 5.0.1 of cross-env just got published.

Dependency cross-env
Current Version 3.2.4
Type devDependency

The version 5.0.1 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of cross-env. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v5.0.1

<a name"5.0.1">

5.0.1 (2017-06-08)

Bug Fixes

Commits

The new version differs by 13 commits.

  • b10de51 fix: Change splitter regex to use .* instead of .+ (#117)
  • c9908f3 test(JSON): add JSON value tests that work on both Windows and UNIX (#112)
  • 9c4f346 fix(bin): add a bin entry for cross-env-shell
  • d7b48d5 feat(bin): two bins (shell, non-shell) (#104)
  • 3881423 feat: don't change colons on non-PATH/NODE_PATH on win32 (#107)
  • 6994a24 docs(contributors): add amilajack to contributors (#98)
  • e8a1614 fix: Resolve value of env variables before invoking cross-spawn (#95)
  • 9e0ea05 docs(engine): revert support to node 4 (#96)
  • 0a846e6 fix: Remove Windows => UNIX variable conversion (#94)
  • ea0ac4b feat: Convert list delimiters for PATH-style env variables (#93)
  • ea80021 feat(spawn): add support for quoted scripts
  • 22d1c80 fix(module): Add export for commonjs (#88)
  • 1b172fe feat(args): convert embedded and braced variables in command args (#86)

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 5.0.2 just got published.

Update to this version instead 🚀

Release Notes v5.0.2

<a name"5.0.2">

5.0.2 (2017-08-01)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 487241d fix: Handle relative path in cmd on windows (#130)
  • f83a163 chore(deps): updated package babel-cli from 6.23.0 to 6.24.1 (#119)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 5.0.3 just got published.

Update to this version instead 🚀

Release Notes v5.0.3

<a name"5.0.3">

5.0.3 (2017-08-03)

Bug Fixes

  • Normalize command only and not command args(windows) (#134) (277cf075)
Commits

The new version differs by 3 commits.

  • 277cf07 fix: Normalize command only and not command args(windows) (#134)
  • 601632d test: Fix EventEmitter.MaxListenersExceededWarning warning (#132)
  • 0fe3482 chore: rm yarn.lock, add lock files to .gitignore (#131)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 5.0.4 just got published.

Update to this version instead 🚀

Release Notes v5.0.4

<a name"5.0.4">

5.0.4 (2017-08-06)

Bug Fixes

  • Don't pass fn reference(commandConvert) to commandArgs.map (#135) (c03ec7a2)
Commits

The new version differs by 1 commits.

  • c03ec7a fix: Don't pass fn reference(commandConvert) to commandArgs.map (#135)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 5.0.5 just got published.

Update to this version instead 🚀

Release Notes v5.0.5

<a name"5.0.5">

5.0.5 (2017-08-08)

Bug Fixes

  • docs: add malware warning to README (44b37dd1)
Commits

The new version differs by 1 commits.

  • 44b37dd fix(docs): add malware warning to README

See the full diff

greenkeeper[bot] commented 7 years ago

Version 5.1.0 just got published.

Update to this version instead 🚀

Release Notes v5.1.0

5.1.0 (2017-10-16)

Features

Commits

The new version differs by 7 commits.

  • 36b009e feat: introduce dollar sign escaping (#147)
  • 7719fb2 docs(README): reformat things
  • 72e29f0 docs: Update README.md (#144)
  • 4242490 docs: ISSUE_TEMPLATE fix
  • dd7b1fe chore(build): switch to kcd-scripts (#142)
  • da1e821 docs: update Code Sponsor link position (#141)
  • d398341 chore(package): Bump dev dependencies (#137)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 5.1.1 just got published.

Update to this version instead 🚀

Release Notes v5.1.1

5.1.1 (2017-10-27)

Bug Fixes

  • remove env variables that don't exist from the converted commands in Windows. (#149) (50299d9)
Commits

The new version differs by 1 commits.

  • 50299d9 fix: remove env variables that don't exist from the converted commands in Windows. (#149)

See the full diff