amtrack / force-dev-tool

[DEPRECATED] Command line tool supporting the Force.com development lifecycle
MIT License
108 stars 37 forks source link

fix(deps): update dependency vinyl-fs to v3 #151

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 6 years ago

This PR contains the following updates:

Package Type Update Change
vinyl-fs dependencies major ^2.4.3 -> ^3.0.0

Release Notes

gulpjs/vinyl-fs ### [`v3.0.3`](https://togithub.com/gulpjs/vinyl-fs/releases/v3.0.3) [Compare Source](https://togithub.com/gulpjs/vinyl-fs/compare/v3.0.2...v3.0.3) ##### Fix - Call the correct callback within symlink ([13390dd](https://togithub.com/gulpjs/vinyl-fs/commit/13390dd)) - Closes [#​298](https://togithub.com/gulpjs/vinyl-fs/issues/298) [#​299](https://togithub.com/gulpjs/vinyl-fs/issues/299) ### [`v3.0.2`](https://togithub.com/gulpjs/vinyl-fs/releases/v3.0.2) [Compare Source](https://togithub.com/gulpjs/vinyl-fs/compare/v3.0.1...v3.0.2) ##### Fix - Avoid node internals for our WriteStream ([167d8ff](https://togithub.com/gulpjs/vinyl-fs/commit/167d8ff)) - Closes [#​295](https://togithub.com/gulpjs/vinyl-fs/issues/295) ##### Build - Add node 9 to CI matrices ([62d1969](https://togithub.com/gulpjs/vinyl-fs/commit/62d1969)) ### [`v3.0.1`](https://togithub.com/gulpjs/vinyl-fs/releases/v3.0.1) [Compare Source](https://togithub.com/gulpjs/vinyl-fs/compare/v3.0.0...v3.0.1) ##### Fix - Temporarily marshall old Vinyl objects to latest version in dest/symlink ([bbfb50c](https://togithub.com/gulpjs/vinyl-fs/commit/bbfb50c)) ##### Docs - Update badges ([2143060](https://togithub.com/gulpjs/vinyl-fs/commit/2143060)) - Closes [#​285](https://togithub.com/gulpjs/vinyl-fs/issues/285) - Move changelog to ([3b4ab64](https://togithub.com/gulpjs/vinyl-fs/commit/3b4ab64)) ### [`v3.0.0`](https://togithub.com/gulpjs/vinyl-fs/releases/v3.0.0) [Compare Source](https://togithub.com/gulpjs/vinyl-fs/compare/v2.4.4...v3.0.0) ##### Breaking - Utilize vinyl-prepare & vinyl-sourcemap dependencies ([af035a5](https://togithub.com/gulpjs/vinyl-fs/commit/af035a5)) - Closes [#​193](https://togithub.com/gulpjs/vinyl-fs/issues/193) - Consistent modules names ([7fd3190](https://togithub.com/gulpjs/vinyl-fs/commit/7fd3190)) - Improve symlink/junction behaviour ([4b15227](https://togithub.com/gulpjs/vinyl-fs/commit/4b15227)) - Rename `relative` option to `relativeSymlinks` ([09379ba](https://togithub.com/gulpjs/vinyl-fs/commit/09379ba)) - Closes [#​251](https://togithub.com/gulpjs/vinyl-fs/issues/251) - Rename stripBOM option to removeBOM ([bfb56cd](https://togithub.com/gulpjs/vinyl-fs/commit/bfb56cd)) - Remove `flag` property leakage on Vinyl objects ([de1eced](https://togithub.com/gulpjs/vinyl-fs/commit/de1eced)) - Handle overwrite option in symlink to be consistent with dest ([08d33fb](https://togithub.com/gulpjs/vinyl-fs/commit/08d33fb)) - Remove ability to pass options to through2 ([5fcdf3a](https://togithub.com/gulpjs/vinyl-fs/commit/5fcdf3a)) - Remove passthrough option & infer readable or passthrough ([325a784](https://togithub.com/gulpjs/vinyl-fs/commit/325a784)) - Replace flag option with append option ([e739f6c](https://togithub.com/gulpjs/vinyl-fs/commit/e739f6c)) - Default to using Junctions on Windows ([40ac6e9](https://togithub.com/gulpjs/vinyl-fs/commit/40ac6e9)) - Closes [#​210](https://togithub.com/gulpjs/vinyl-fs/issues/210) [#​231](https://togithub.com/gulpjs/vinyl-fs/issues/231) - Rename option `followSymlinks` to `resolveSymlinks` ([20fc47c](https://togithub.com/gulpjs/vinyl-fs/commit/20fc47c)) - Closes [#​205](https://togithub.com/gulpjs/vinyl-fs/issues/205) - Consistent directory layout ([8dfe08b](https://togithub.com/gulpjs/vinyl-fs/commit/8dfe08b)) - Upgrade Vinyl to 2.0.0 ([5dc079c](https://togithub.com/gulpjs/vinyl-fs/commit/5dc079c)) - Added support for changing uid/gid on disk ([7fc8509](https://togithub.com/gulpjs/vinyl-fs/commit/7fc8509)) - Closes [#​157](https://togithub.com/gulpjs/vinyl-fs/issues/157) [#​188](https://togithub.com/gulpjs/vinyl-fs/issues/188) - Remove `base` option from dest/symlink options, use functions for folder instead ([7abaf4d](https://togithub.com/gulpjs/vinyl-fs/commit/7abaf4d)) - Closes [#​141](https://togithub.com/gulpjs/vinyl-fs/issues/141) - Remove superfluous argument from write-xxx modules & use file.path instead ([501673b](https://togithub.com/gulpjs/vinyl-fs/commit/501673b)) - Throw when `dest()`/`symlink()` is called with invalid folder argument & unskip tests ([462fee5](https://togithub.com/gulpjs/vinyl-fs/commit/462fee5)) ##### Fix - Use explicit chmod to ensure setgid permission can be set & account for umask with default mode ([8eb33dc](https://togithub.com/gulpjs/vinyl-fs/commit/8eb33dc)) - Closes [#​183](https://togithub.com/gulpjs/vinyl-fs/issues/183) [#​185](https://togithub.com/gulpjs/vinyl-fs/issues/185) - Avoid `file.isDirectory` in `useJunctions` default ([a741486](https://togithub.com/gulpjs/vinyl-fs/commit/a741486)) - Closes [#​247](https://togithub.com/gulpjs/vinyl-fs/issues/247) [#​252](https://togithub.com/gulpjs/vinyl-fs/issues/252) - Remove lodash.isequal dependency due to changed behavior ([94f7ac7](https://togithub.com/gulpjs/vinyl-fs/commit/94f7ac7)) - Use the sink stream utility to sink symlink stream ([7a16a0b](https://togithub.com/gulpjs/vinyl-fs/commit/7a16a0b)) - Closes [#​195](https://togithub.com/gulpjs/vinyl-fs/issues/195) - Use custom implementation of fs.WriteStream that supports flush ([483d1cc](https://togithub.com/gulpjs/vinyl-fs/commit/483d1cc)) - Closes [#​189](https://togithub.com/gulpjs/vinyl-fs/issues/189) - Avoid setting a position in custom write stream ([81f343b](https://togithub.com/gulpjs/vinyl-fs/commit/81f343b)) - Closes [#​202](https://togithub.com/gulpjs/vinyl-fs/issues/202) [#​203](https://togithub.com/gulpjs/vinyl-fs/issues/203) - Properly handle file in mkdirp path ([3087b78](https://togithub.com/gulpjs/vinyl-fs/commit/3087b78)) - Closes [#​181](https://togithub.com/gulpjs/vinyl-fs/issues/181) - Don't rely on undocumented Stream.fd property ([c7798bb](https://togithub.com/gulpjs/vinyl-fs/commit/c7798bb)) - Increase offset in futimes test timestamps ([12f92f8](https://togithub.com/gulpjs/vinyl-fs/commit/12f92f8)) - Make tests aware of umask & use octal strings for expected results ([31b0a66](https://togithub.com/gulpjs/vinyl-fs/commit/31b0a66)) - Closes [#​166](https://togithub.com/gulpjs/vinyl-fs/issues/166) - Support setting setuid/setgid/sticky in updateMetadata ([799b057](https://togithub.com/gulpjs/vinyl-fs/commit/799b057)) - Closes [#​156](https://togithub.com/gulpjs/vinyl-fs/issues/156) ##### New - Add relative symlink support ([ec182e5](https://togithub.com/gulpjs/vinyl-fs/commit/ec182e5)) - Closes [#​177](https://togithub.com/gulpjs/vinyl-fs/issues/177) [#​187](https://togithub.com/gulpjs/vinyl-fs/issues/187) ##### Update - Avoid realpath calls & use stat instead ([e060d2e](https://togithub.com/gulpjs/vinyl-fs/commit/e060d2e)) - Reorganize symlinks options to match API docs ([710122a](https://togithub.com/gulpjs/vinyl-fs/commit/710122a)) - Test cleanup ([b8318dd](https://togithub.com/gulpjs/vinyl-fs/commit/b8318dd)) - Add failing tests for symlink behavior ([e0e4b4b](https://togithub.com/gulpjs/vinyl-fs/commit/e0e4b4b)) - Support Node 8 by adding `._destroy` to WriteStream ([3178606](https://togithub.com/gulpjs/vinyl-fs/commit/3178606)) - Invoke callback with error or result, not both, when reading contents ([5fcb6ee](https://togithub.com/gulpjs/vinyl-fs/commit/5fcb6ee)) - When testing utime-related cases, check \`fs.futimes ([97649a6](https://togithub.com/gulpjs/vinyl-fs/commit/97649a6)) - Closes [#​208](https://togithub.com/gulpjs/vinyl-fs/issues/208) - Attach symlink property when passed through `dest` or `symlink` ([1665b38](https://togithub.com/gulpjs/vinyl-fs/commit/1665b38)) - Closes [#​249](https://togithub.com/gulpjs/vinyl-fs/issues/249) - Mirror `symlink` logic in `dest` ([971accb](https://togithub.com/gulpjs/vinyl-fs/commit/971accb)) - Replace del devDependency with rimraf ([d5014e4](https://togithub.com/gulpjs/vinyl-fs/commit/d5014e4)) - Replace strip-bom/strip-bom-stream dependencies with remove-bom-buffer/remove-bom-stream ([9bf2927](https://togithub.com/gulpjs/vinyl-fs/commit/9bf2927)) - Replace object-assign dependency with object.assign ([df044c6](https://togithub.com/gulpjs/vinyl-fs/commit/df044c6)) - Resolve options based on definition ([19004c7](https://togithub.com/gulpjs/vinyl-fs/commit/19004c7)) - Remove vinyl-prepare & embed logic once again ([a751c41](https://togithub.com/gulpjs/vinyl-fs/commit/a751c41)) - Revive wrap-vinyl as separate stream stage in src ([8cd5aff](https://togithub.com/gulpjs/vinyl-fs/commit/8cd5aff)) - Swap mkdirp/mkdirpStream for fs-mkdirp-stream dependency ([33ee92a](https://togithub.com/gulpjs/vinyl-fs/commit/33ee92a)) - De-duplicate error handling into file-operations ([cb9f0c8](https://togithub.com/gulpjs/vinyl-fs/commit/cb9f0c8)) - Use new mkdirpStream in dest & symlink ([743d216](https://togithub.com/gulpjs/vinyl-fs/commit/743d216)) - Make constant match file contents ([00b6f88](https://togithub.com/gulpjs/vinyl-fs/commit/00b6f88)) - Add a better error message if a non-Vinyl is received by .dest/.symlink ([fdc6fe5](https://togithub.com/gulpjs/vinyl-fs/commit/fdc6fe5)) - Closes [#​281](https://togithub.com/gulpjs/vinyl-fs/issues/281) - Refactor dest with makeDirs & streaming writeContents ([6043981](https://togithub.com/gulpjs/vinyl-fs/commit/6043981)) - Make variable/argument names consistent across project ([e699278](https://togithub.com/gulpjs/vinyl-fs/commit/e699278)) - Use lead as stream sinking utility ([3a23cb8](https://togithub.com/gulpjs/vinyl-fs/commit/3a23cb8)) - Remove unused dependencies ([ef021b8](https://togithub.com/gulpjs/vinyl-fs/commit/ef021b8)) - Handle dates consistently ([c11dcbd](https://togithub.com/gulpjs/vinyl-fs/commit/c11dcbd)) - Closes [#​191](https://togithub.com/gulpjs/vinyl-fs/issues/191) - Replace lodash.defaultto with koalas ([b12eca9](https://togithub.com/gulpjs/vinyl-fs/commit/b12eca9)) - Closes [#​220](https://togithub.com/gulpjs/vinyl-fs/issues/220) [#​221](https://togithub.com/gulpjs/vinyl-fs/issues/221) - Use lodash.defaultto instead of our custom method ([4b9a692](https://togithub.com/gulpjs/vinyl-fs/commit/4b9a692)) - Use flush-write-stream for sink instead of readable-stream ([84cebfc](https://togithub.com/gulpjs/vinyl-fs/commit/84cebfc)) - Refactor and reword tests ([e7191c1](https://togithub.com/gulpjs/vinyl-fs/commit/e7191c1)) - Make internals consistent ([0cec736](https://togithub.com/gulpjs/vinyl-fs/commit/0cec736)) - Add test for not setting directory mode ([79c7216](https://togithub.com/gulpjs/vinyl-fs/commit/79c7216)) - Add mkdirp Windows tests & improve mkdirp tests ([e63dd97](https://togithub.com/gulpjs/vinyl-fs/commit/e63dd97)) - Closes [#​180](https://togithub.com/gulpjs/vinyl-fs/issues/180) - Make consistent internal callback names ([3c5d319](https://togithub.com/gulpjs/vinyl-fs/commit/3c5d319)) - Introduce module for constants ([e8be746](https://togithub.com/gulpjs/vinyl-fs/commit/e8be746)) - Implement custom mkdirp ([a8ab60b](https://togithub.com/gulpjs/vinyl-fs/commit/a8ab60b)) - Closes [#​165](https://togithub.com/gulpjs/vinyl-fs/issues/165) [#​169](https://togithub.com/gulpjs/vinyl-fs/issues/169) - Avoid passing fd to updateMetadata callback ([a273d3c](https://togithub.com/gulpjs/vinyl-fs/commit/a273d3c)) - Support functions for all options ([5aa245b](https://togithub.com/gulpjs/vinyl-fs/commit/5aa245b)) - Change source filenames to kebab-case ([cb4a6ff](https://togithub.com/gulpjs/vinyl-fs/commit/cb4a6ff)) - Closes [#​152](https://togithub.com/gulpjs/vinyl-fs/issues/152) ##### Docs - API Review ([3af7b1c](https://togithub.com/gulpjs/vinyl-fs/commit/3af7b1c)) - Add caveats about dangling links on Windows ([47f8f06](https://togithub.com/gulpjs/vinyl-fs/commit/47f8f06)) - Rephrase note about 32-bit timestamp precision issue ([b5e62da](https://togithub.com/gulpjs/vinyl-fs/commit/b5e62da)) - Notes about precision lost of `mtime` in 32bit Node.js ([3d52dda](https://togithub.com/gulpjs/vinyl-fs/commit/3d52dda)) - Bring options documentation inline with changes ([a1a06f4](https://togithub.com/gulpjs/vinyl-fs/commit/a1a06f4)) - Correct `dot` option in README.md ([5ef6ef6](https://togithub.com/gulpjs/vinyl-fs/commit/5ef6ef6)) - Add `dot` option surfaced from node-glob ([3665a1b](https://togithub.com/gulpjs/vinyl-fs/commit/3665a1b)) ##### Upgrade - Update value-or-function, resolve-options & vinyl-sourcemap dependencies ([d6a56d0](https://togithub.com/gulpjs/vinyl-fs/commit/d6a56d0)) - Update mocha ([921863d](https://togithub.com/gulpjs/vinyl-fs/commit/921863d)) - Update is-valid-glob, remove-bom-buffer & remove-bom-stream dependencies ([75c8cb5](https://togithub.com/gulpjs/vinyl-fs/commit/75c8cb5)) - Update vinyl-sourcemap dependency ([9f0ec1d](https://togithub.com/gulpjs/vinyl-fs/commit/9f0ec1d)) - Update glob-stream ([4e682c1](https://togithub.com/gulpjs/vinyl-fs/commit/4e682c1)) ##### Build - Enforce consistent line endings ([f702cde](https://togithub.com/gulpjs/vinyl-fs/commit/f702cde)) - Closes [#​268](https://togithub.com/gulpjs/vinyl-fs/issues/268) [#​269](https://togithub.com/gulpjs/vinyl-fs/issues/269) - Adapt not-owned fixture to [`481e746`](https://togithub.com/gulpjs/vinyl-fs/commit/481e746) ([07c5eab](https://togithub.com/gulpjs/vinyl-fs/commit/07c5eab)) - Check mode of not-owned.txt & avoid repeated notices ([3ca7e0c](https://togithub.com/gulpjs/vinyl-fs/commit/3ca7e0c)) - Add space to not-owned notices ([21ed5df](https://togithub.com/gulpjs/vinyl-fs/commit/21ed5df)) ##### Scaffold - Remove executable flag from LICENSE ([6e45dc9](https://togithub.com/gulpjs/vinyl-fs/commit/6e45dc9)) - Update license year range ([4790576](https://togithub.com/gulpjs/vinyl-fs/commit/4790576)) - Normalize project ([77c09e3](https://togithub.com/gulpjs/vinyl-fs/commit/77c09e3)) - Generate updated changelog ([261205d](https://togithub.com/gulpjs/vinyl-fs/commit/261205d))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

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

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

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



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

amtrack commented 4 years ago

:tada: This PR is included in version 2.7.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: