Skip to content

Update dependency cross-spawn to v7

renovate-bot requested to merge renovate/cross-spawn-7.x into develop

This MR contains the following updates:

Package Type Update Change
cross-spawn devDependencies major 4.0.2 -> 7.0.3

Release Notes

moxystudio/node-cross-spawn

v7.0.3

Compare Source

v7.0.2

Compare Source

v7.0.1

Compare Source

v7.0.0

Compare Source

BREAKING CHANGES
  • drop support for Node.js < 8

  • drop support for versions below Node.js 8 (#​125) (16feb53)

v6.0.5

Compare Source

Bug Fixes

v6.0.4

Compare Source

Bug Fixes
  • fix paths being incorrectly normalized on unix (06ee3c6), closes #​90

v6.0.3

Compare Source

6.0.3 (2018-01-23)

v6.0.2

Compare Source

6.0.2 (2018-01-23)

v6.0.1

Compare Source

6.0.1 (2018-01-23)

v6.0.0

Compare Source

Bug Fixes
  • fix certain arguments not being correctly escaped or causing batch syntax error (900cf10), closes #​82 #​51
  • fix commands as posix relatixe paths not working correctly, e.g.: ./my-command (900cf10)
  • fix options argument being mutated (900cf10)
  • fix commands resolution when PATH was actually Path (900cf10)
Features
  • improve compliance with node's ENOENT errors (900cf10)
  • improve detection of node's shell option support (900cf10)
Chores
  • upgrade tooling
  • upgrate project to es6 (node v4)
BREAKING CHANGES
  • remove support for older nodejs versions, only node >= 4 is supported

5.1.0 (2017-02-26)

Bug Fixes
  • fix options.shell support for NodeJS v4.8

5.0.1 (2016-11-04)

Bug Fixes
  • fix options.shell support for NodeJS v7

v5.1.0

Compare Source

Bug Fixes
  • fix options.shell support for NodeJS v4.8

v5.0.1

Compare Source

Bug Fixes
  • fix options.shell support for NodeJS v7

v5.0.0

Compare Source

Features

  • add support for options.shell
  • improve parsing of shebangs by using shebang-command module

Chores

  • refactor some code to make it more clear
  • update README caveats

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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

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


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

This MR has been generated by Renovate Bot.

Merge request reports