Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tempy from 0.2.1 to 3.0.0 #56

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2022

Bumps tempy from 0.2.1 to 3.0.0.

Release notes

Sourced from tempy's releases.

v3.0.0

Breaking

  • Require Node.js 14 (#41) 4b3e859
  • Changed from a default export to named exports:
    • tempy.fileimport {temporaryFile} from 'tempy'
    • tempy.file.taskimport {temporaryFileTask} from 'tempy'
    • tempy.directoryimport {temporaryDirectory} from 'tempy'
    • tempy.directory.taskimport {temporaryDirectoryTask} from 'tempy'
    • tempy.writeimport {temporaryWrite} from 'tempy'
    • tempy.write.taskimport {temporaryWriteTask} from 'tempy'
    • tempy.writeSyncimport {temporaryWriteSync} from 'tempy'
    • tempy.rootimport {rootTemporaryDirectory} from 'tempy'

sindresorhus/tempy@v2.0.0...v3.0.0

v2.0.0

Breaking

  • Require Node.js 12.20 ca35430
  • This package is now pure ESM. Please read this.

sindresorhus/tempy@v1.0.1...v2.0.0

v1.0.1

  • Automatically clean up after an error is thrown (#31) d859280

sindresorhus/tempy@v1.0.0...v1.0.1

v1.0.0

  • Make .task methods reflect return values from callbacks (#29) 77a5091

sindresorhus/tempy@v0.7.1...v1.0.0

v0.7.1

  • Update dependencies 709bd3d

sindresorhus/tempy@v0.7.0...v0.7.1

v0.7.0

  • Add cleanup methods (#25) 96592fe

sindresorhus/tempy@v0.6.0...v0.7.0

v0.6.0

  • Allow setting a prefix for temp directory (#20) f7fc51f

sindresorhus/tempy@v0.5.0...v0.6.0

v0.5.0

... (truncated)

Commits

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 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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 19, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tempy-3.0.0 branch from f8b4ff2 to cc898bb Compare June 22, 2022 13:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tempy-3.0.0 branch from cc898bb to 3b7736a Compare July 28, 2022 12:11
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tempy-3.0.0 branch from 3b7736a to efb7887 Compare November 11, 2022 13:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tempy-3.0.0 branch from efb7887 to eb743ed Compare December 14, 2022 14:24
Bumps [tempy](https://github.com/sindresorhus/tempy) from 0.2.1 to 3.0.0.
- [Release notes](https://github.com/sindresorhus/tempy/releases)
- [Commits](sindresorhus/tempy@v0.2.1...v3.0.0)

---
updated-dependencies:
- dependency-name: tempy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tempy-3.0.0 branch from eb743ed to 3faa60a Compare January 27, 2023 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant