graphql-boilerplates / graphql-boilerplate-install

5 stars 2 forks source link

fix(deps): update dependency cross-spawn to v7 #33

Open renovate[bot] opened 5 years ago

renovate[bot] commented 5 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cross-spawn 5.1.0 -> 7.0.3 age adoption passing confidence

Release Notes

moxystudio/node-cross-spawn ### [`v7.0.3`](https://togithub.com/moxystudio/node-cross-spawn/blob/HEAD/CHANGELOG.md#​703-httpsgithubcommoxystudionode-cross-spawncomparev702v703-2020-05-25) [Compare Source](https://togithub.com/moxystudio/node-cross-spawn/compare/v7.0.2...v7.0.3) ### [`v7.0.2`](https://togithub.com/moxystudio/node-cross-spawn/blob/HEAD/CHANGELOG.md#​702-httpsgithubcommoxystudionode-cross-spawncomparev701v702-2020-04-04) [Compare Source](https://togithub.com/moxystudio/node-cross-spawn/compare/v7.0.1...v7.0.2) ### [`v7.0.1`](https://togithub.com/moxystudio/node-cross-spawn/blob/HEAD/CHANGELOG.md#​701-httpsgithubcommoxystudionode-cross-spawncomparev700v701-2019-10-07) [Compare Source](https://togithub.com/moxystudio/node-cross-spawn/compare/v7.0.0...v7.0.1) ### [`v7.0.0`](https://togithub.com/moxystudio/node-cross-spawn/blob/HEAD/CHANGELOG.md#​700-httpsgithubcommoxystudionode-cross-spawncomparev605v700-2019-09-03) [Compare Source](https://togithub.com/moxystudio/node-cross-spawn/compare/v6.0.5...v7.0.0) ##### ⚠ BREAKING CHANGES - drop support for Node.js < 8 - drop support for versions below Node.js 8 ([#​125](https://togithub.com/moxystudio/node-cross-spawn/issues/125)) ([16feb53](https://togithub.com/moxystudio/node-cross-spawn/commit/16feb53)) ### [`v6.0.5`](https://togithub.com/moxystudio/node-cross-spawn/blob/HEAD/CHANGELOG.md#​605-httpsgithubcommoxystudionode-cross-spawncomparev604v605-2018-03-02) [Compare Source](https://togithub.com/moxystudio/node-cross-spawn/compare/v6.0.4...v6.0.5) ##### Bug Fixes - avoid using deprecated Buffer constructor ([#​94](https://togithub.com/moxystudio/node-cross-spawn/issues/94)) ([d5770df](https://togithub.com/moxystudio/node-cross-spawn/commit/d5770df)), closes [/nodejs.org/api/deprecations.html#deprecations_dep0005](https://togithub.com//nodejs.org/api/deprecations.html/issues/deprecations_dep0005) ### [`v6.0.4`](https://togithub.com/moxystudio/node-cross-spawn/blob/HEAD/CHANGELOG.md#​604-httpsgithubcommoxystudionode-cross-spawncomparev603v604-2018-01-31) [Compare Source](https://togithub.com/moxystudio/node-cross-spawn/compare/v6.0.3...v6.0.4) ##### Bug Fixes - fix paths being incorrectly normalized on unix ([06ee3c6](https://togithub.com/moxystudio/node-cross-spawn/commit/06ee3c6)), closes [#​90](https://togithub.com/moxystudio/node-cross-spawn/issues/90) ### [`v6.0.3`](https://togithub.com/moxystudio/node-cross-spawn/blob/HEAD/CHANGELOG.md#​603-httpsgithubcommoxystudionode-cross-spawncomparev602v603-2018-01-23) [Compare Source](https://togithub.com/moxystudio/node-cross-spawn/compare/v6.0.2...v6.0.3) #### [6.0.3](https://togithub.com/moxystudio/node-cross-spawn/compare/v6.0.2...v6.0.3) (2018-01-23) ### [`v6.0.2`](https://togithub.com/moxystudio/node-cross-spawn/blob/HEAD/CHANGELOG.md#​602-httpsgithubcommoxystudionode-cross-spawncomparev601v602-2018-01-23) [Compare Source](https://togithub.com/moxystudio/node-cross-spawn/compare/v6.0.1...v6.0.2) #### [6.0.2](https://togithub.com/moxystudio/node-cross-spawn/compare/v6.0.1...v6.0.2) (2018-01-23) ### [`v6.0.1`](https://togithub.com/moxystudio/node-cross-spawn/blob/HEAD/CHANGELOG.md#​601-httpsgithubcommoxystudionode-cross-spawncomparev600v601-2018-01-23) [Compare Source](https://togithub.com/moxystudio/node-cross-spawn/compare/v6.0.0...v6.0.1) #### [6.0.1](https://togithub.com/moxystudio/node-cross-spawn/compare/v6.0.0...v6.0.1) (2018-01-23) ### [`v6.0.0`](https://togithub.com/moxystudio/node-cross-spawn/blob/HEAD/CHANGELOG.md#​600-httpsgithubcommoxystudionode-cross-spawncompare510600-2018-01-23) [Compare Source](https://togithub.com/moxystudio/node-cross-spawn/compare/5.1.0...v6.0.0) ##### Bug Fixes - fix certain arguments not being correctly escaped or causing batch syntax error ([900cf10](https://togithub.com/moxystudio/node-cross-spawn/commit/900cf10)), closes [#​82](https://togithub.com/moxystudio/node-cross-spawn/issues/82) [#​51](https://togithub.com/moxystudio/node-cross-spawn/issues/51) - fix commands as posix relatixe paths not working correctly, e.g.: `./my-command` ([900cf10](https://togithub.com/moxystudio/node-cross-spawn/commit/900cf10)) - fix `options` argument being mutated ([900cf10](https://togithub.com/moxystudio/node-cross-spawn/commit/900cf10)) - fix commands resolution when PATH was actually Path ([900cf10](https://togithub.com/moxystudio/node-cross-spawn/commit/900cf10)) ##### Features - improve compliance with node's ENOENT errors ([900cf10](https://togithub.com/moxystudio/node-cross-spawn/commit/900cf10)) - improve detection of node's shell option support ([900cf10](https://togithub.com/moxystudio/node-cross-spawn/commit/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](https://togithub.com/moxystudio/node-cross-spawn/compare/5.0.1...5.1.0) (2017-02-26) ##### Bug Fixes - fix `options.shell` support for NodeJS [v4.8](https://togithub.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V4.md#​4.8.0) #### [5.0.1](https://togithub.com/moxystudio/node-cross-spawn/compare/5.0.0...5.0.1) (2016-11-04) ##### Bug Fixes - fix `options.shell` support for NodeJS v7

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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.