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 tmp to v0.2.1 #178

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
tmp dependencies minor 0.0.33 -> 0.2.1

Release Notes

raszi/node-tmp ### [`v0.2.1`](https://togithub.com/raszi/node-tmp/blob/master/CHANGELOG.md#v021-2020-04-28) [Compare Source](https://togithub.com/raszi/node-tmp/compare/v0.2.0...7ae22ed2d56c10d425a66e99fe8bc10c925442e6) ##### :rocket: Enhancement - [#​252](https://togithub.com/raszi/node-tmp/pull/252) Closes [#​250](https://togithub.com/raszi/node-tmp/issues/250): introduce tmpdir option for overriding the system tmp dir ([@​silkentrance](https://togithub.com/silkentrance)) ##### :house: Internal - [#​253](https://togithub.com/raszi/node-tmp/pull/253) Closes [#​191](https://togithub.com/raszi/node-tmp/issues/191): generate changelog from pull requests using lerna-changelog ([@​silkentrance](https://togithub.com/silkentrance)) ##### Committers: 1 - Carsten Klein ([@​silkentrance](https://togithub.com/silkentrance)) ### [`v0.2.0`](https://togithub.com/raszi/node-tmp/blob/master/CHANGELOG.md#v020-2020-04-25) [Compare Source](https://togithub.com/raszi/node-tmp/compare/v0.1.0...v0.2.0) ##### :rocket: Enhancement - [#​234](https://togithub.com/raszi/node-tmp/pull/234) feat: stabilize tmp for v0.2.0 release ([@​silkentrance](https://togithub.com/silkentrance)) ##### :bug: Bug Fix - [#​231](https://togithub.com/raszi/node-tmp/pull/231) Closes [#​230](https://togithub.com/raszi/node-tmp/issues/230): regression after fix for [#​197](https://togithub.com/raszi/node-tmp/issues/197) ([@​silkentrance](https://togithub.com/silkentrance)) - [#​220](https://togithub.com/raszi/node-tmp/pull/220) Closes [#​197](https://togithub.com/raszi/node-tmp/issues/197): return sync callback when using the sync interface, otherwise return the async callback ([@​silkentrance](https://togithub.com/silkentrance)) - [#​193](https://togithub.com/raszi/node-tmp/pull/193) Closes [#​192](https://togithub.com/raszi/node-tmp/issues/192): tmp must not exit the process on its own ([@​silkentrance](https://togithub.com/silkentrance)) ##### :memo: Documentation - [#​221](https://togithub.com/raszi/node-tmp/pull/221) Gh 206 document name option ([@​silkentrance](https://togithub.com/silkentrance)) ##### :house: Internal - [#​226](https://togithub.com/raszi/node-tmp/pull/226) Closes [#​212](https://togithub.com/raszi/node-tmp/issues/212): enable direct name option test ([@​silkentrance](https://togithub.com/silkentrance)) - [#​225](https://togithub.com/raszi/node-tmp/pull/225) Closes [#​211](https://togithub.com/raszi/node-tmp/issues/211): existing tests must clean up after themselves ([@​silkentrance](https://togithub.com/silkentrance)) - [#​224](https://togithub.com/raszi/node-tmp/pull/224) Closes [#​217](https://togithub.com/raszi/node-tmp/issues/217): name tests must use tmpName ([@​silkentrance](https://togithub.com/silkentrance)) - [#​223](https://togithub.com/raszi/node-tmp/pull/223) Closes [#​214](https://togithub.com/raszi/node-tmp/issues/214): refactor tests and lib ([@​silkentrance](https://togithub.com/silkentrance)) - [#​198](https://togithub.com/raszi/node-tmp/pull/198) Update dependencies to latest versions ([@​matsev](https://togithub.com/matsev)) ##### Committers: 2 - Carsten Klein ([@​silkentrance](https://togithub.com/silkentrance)) - Mattias Severson ([@​matsev](https://togithub.com/matsev)) ### [`v0.1.0`](https://togithub.com/raszi/node-tmp/blob/master/CHANGELOG.md#v010-2019-03-20) [Compare Source](https://togithub.com/raszi/node-tmp/compare/v0.0.33...v0.1.0) ##### :rocket: Enhancement - [#​177](https://togithub.com/raszi/node-tmp/pull/177) fix: fail early if there is no tmp dir specified ([@​silkentrance](https://togithub.com/silkentrance)) - [#​159](https://togithub.com/raszi/node-tmp/pull/159) Closes [#​121](https://togithub.com/raszi/node-tmp/issues/121) ([@​silkentrance](https://togithub.com/silkentrance)) - [#​161](https://togithub.com/raszi/node-tmp/pull/161) Closes [#​155](https://togithub.com/raszi/node-tmp/issues/155) ([@​silkentrance](https://togithub.com/silkentrance)) - [#​166](https://togithub.com/raszi/node-tmp/pull/166) fix: avoid relying on Node’s internals ([@​addaleax](https://togithub.com/addaleax)) - [#​144](https://togithub.com/raszi/node-tmp/pull/144) prepend opts.dir || tmpDir to template if no path is given ([@​silkentrance](https://togithub.com/silkentrance)) ##### :bug: Bug Fix - [#​183](https://togithub.com/raszi/node-tmp/pull/183) Closes [#​182](https://togithub.com/raszi/node-tmp/issues/182) fileSync takes empty string postfix option ([@​gutte](https://togithub.com/gutte)) - [#​130](https://togithub.com/raszi/node-tmp/pull/130) Closes [#​129](https://togithub.com/raszi/node-tmp/issues/129) install process listeners safely ([@​silkentrance](https://togithub.com/silkentrance)) ##### :memo: Documentation - [#​188](https://togithub.com/raszi/node-tmp/pull/188) HOTCloses [#​187](https://togithub.com/raszi/node-tmp/issues/187): restore behaviour for [#​182](https://togithub.com/raszi/node-tmp/issues/182) ([@​silkentrance](https://togithub.com/silkentrance)) - [#​180](https://togithub.com/raszi/node-tmp/pull/180) fix [gh-179](https://togithub.com/raszi/node-tmp/issues/179): template no longer accepts arbitrary paths ([@​silkentrance](https://togithub.com/silkentrance)) - [#​175](https://togithub.com/raszi/node-tmp/pull/175) docs: add `unsafeCleanup` option to jsdoc ([@​kerimdzhanov](https://togithub.com/kerimdzhanov)) - [#​151](https://togithub.com/raszi/node-tmp/pull/151) docs: fix link to tmp-promise ([@​silkentrance](https://togithub.com/silkentrance)) ##### :house: Internal - [#​184](https://togithub.com/raszi/node-tmp/pull/184) test: add missing tests for [#​182](https://togithub.com/raszi/node-tmp/issues/182) ([@​silkentrance](https://togithub.com/silkentrance)) - [#​171](https://togithub.com/raszi/node-tmp/pull/171) chore: drop old NodeJS support ([@​poppinlp](https://togithub.com/poppinlp)) - [#​170](https://togithub.com/raszi/node-tmp/pull/170) chore: update dependencies ([@​raszi](https://togithub.com/raszi)) - [#​165](https://togithub.com/raszi/node-tmp/pull/165) test: add missing tests ([@​raszi](https://togithub.com/raszi)) - [#​163](https://togithub.com/raszi/node-tmp/pull/163) chore: add lint npm task ([@​raszi](https://togithub.com/raszi)) - [#​107](https://togithub.com/raszi/node-tmp/pull/107) chore: add coverage report ([@​raszi](https://togithub.com/raszi)) - [#​141](https://togithub.com/raszi/node-tmp/pull/141) test: refactor tests for mocha ([@​silkentrance](https://togithub.com/silkentrance)) - [#​154](https://togithub.com/raszi/node-tmp/pull/154) chore: change Travis configuration ([@​raszi](https://togithub.com/raszi)) - [#​152](https://togithub.com/raszi/node-tmp/pull/152) fix: drop Node v0.6.0 ([@​raszi](https://togithub.com/raszi)) ##### Committers: 6 - Anna Henningsen ([@​addaleax](https://togithub.com/addaleax)) - Carsten Klein ([@​silkentrance](https://togithub.com/silkentrance)) - Dan Kerimdzhanov ([@​kerimdzhanov](https://togithub.com/kerimdzhanov)) - Gustav Klingstedt ([@​gutte](https://togithub.com/gutte)) - KARASZI István ([@​raszi](https://togithub.com/raszi)) - PoppinL ([@​poppinlp](https://togithub.com/poppinlp))

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.

renovate[bot] commented 4 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (0.2.1). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.