simonihmig / ember-cli-bundle-analyzer

Analyze the size and contents of your Ember app's bundles
MIT License
99 stars 2 forks source link

Bump tmp from 0.1.0 to 0.2.0 #65

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps tmp from 0.1.0 to 0.2.0.

Changelog

Sourced from tmp's changelog.

tmp v0.2.0

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

... (truncated)
Commits
  • 16acc7a 0.2.0
  • b6465b0 Merge pull request #234 from raszi/gh-233
  • c8823e5 fix #246: remove any double quotes or single quotes from os.tmpdir also sanit...
  • c7028f2 cleanup code
  • 2c80c6d regression - tmp name included a trailing hyphen if no postfix was given
  • 5110e94 fix regression - os.constants.errno are different from what WIN32 actually re...
  • 486205b fix #240
  • 0664e9a code cleanup - better error handling
  • 4a144b4 code cleanup - remove documentation on old node version error code and errno
  • 5cfca26 limit minimum node version to v8.17.0 - otherwise eslint will fail
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes an out-of-range update to a production dependency.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)