Skip to content
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
renovate-bot:renovate/tmp-0.x
Apr 27, 2020
Merged

chore(deps): update dependency tmp to ^0.2.0#984
gcf-merge-on-green[bot] merged 1 commit intogoogleapis:masterfrom
renovate-bot:renovate/tmp-0.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
tmp devDependencies minor ^0.1.0 -> ^0.2.0

Release Notes

raszi/node-tmp

v0.2.0

Compare 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

    process.on('SIGINT', process.exit);
    
  • #​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
  • stabilized tests
  • general clean up
  • update jsdoc

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.


  • If you want to rebase/retry this PR, check this box

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

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 25, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 25, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 25, 2020
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 25, 2020

Codecov Report

Merging #984 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 512ba37...cdc36f7. Read the comment docs.

@bcoe bcoe added the automerge Merge the pull request once unit tests and other checks pass. label Apr 27, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit 2e973a5 into googleapis:master Apr 27, 2020
@renovate-bot renovate-bot deleted the renovate/tmp-0.x branch April 27, 2020 17:56
feywind pushed a commit to feywind/nodejs-pubsub that referenced this pull request Nov 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants