This repository was archived by the owner on Mar 17, 2026. It is now read-only.
chore(deps): update dependency tmp to ^0.2.0#984
Merged
gcf-merge-on-green[bot] merged 1 commit intogoogleapis:masterfrom Apr 27, 2020
Merged
chore(deps): update dependency tmp to ^0.2.0#984gcf-merge-on-green[bot] merged 1 commit intogoogleapis:masterfrom
gcf-merge-on-green[bot] merged 1 commit intogoogleapis:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #984 +/- ##
=======================================
Coverage 95.29% 95.29%
=======================================
Files 22 22
Lines 10618 10618
Branches 508 508
=======================================
Hits 10118 10118
Misses 497 497
Partials 3 3 Continue to review full report at Codecov.
|
bcoe
approved these changes
Apr 27, 2020
feywind
pushed a commit
to feywind/nodejs-pubsub
that referenced
this pull request
Nov 12, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.1.0->^0.2.0Release Notes
raszi/node-tmp
v0.2.0Compare Source
drop support for node version < v8.17.0
BREAKING CHANGE
node versions < v8.17.0 are no longer supported.
#216
BREAKING CHANGE
SIGINT handler has been removed.
Users must install their own SIGINT handler and call process.exit() so that tmp's process
exit handler can do the cleanup.
A simple handler would be
#156
BREAKING CHANGE
template option no longer accepts arbitrary paths. all paths must be relative to os.tmpdir().
the template option can point to an absolute path that is located under os.tmpdir().
this can now be used in conjunction with the dir option.
#207
BREAKING CHANGE
dir option no longer accepts arbitrary paths. all paths must be relative to os.tmpdir().
the dir option can point to an absolute path that is located under os.tmpdir().
#218
BREAKING CHANGE
name option no longer accepts arbitrary paths. name must no longer contain a path and will always be made relative
to the current os.tmpdir() and the optional dir option.
#197
BUG FIX
sync cleanup callback must be returned when using the sync API functions.
fs.rmdirSync() must not be called with a second parameter that is a function.
#176
BUG FIX
fail early if no os.tmpdir() was specified.
previous versions of Electron did return undefined when calling os.tmpdir().
_getTmpDir() now tries to resolve the path returned by os.tmpdir().
now using rimraf for removing directory trees.
#246
BUG FIX
os.tmpdir() might return a value that includes single or double quotes,
similarly so the dir option, the template option and the name option
#240
DOCUMENTATION
better documentation for
tmp.setGracefulCleanup().#206
DOCUMENTATION
document name option.
#236
DOCUMENTATION
document discardDescriptor option.
#237
DOCUMENTATION
document detachDescriptor option.
#238
DOCUMENTATION
document mode option.
#175
DOCUMENTATION
document unsafeCleanup option.
Miscellaneous
Renovate configuration
📅 Schedule: "after 9am and before 3pm" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR is behind base branch, 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 WhiteSource Renovate. View repository job log here.