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

chore(deps-dev): bump tempy from 1.0.1 to 3.0.0 #988

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps tempy from 1.0.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

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team April 19, 2022 04:04
@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 2 times, most recently from 13e56e0 to b24dfd7 Compare April 27, 2022 04:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tempy-3.0.0 branch from b24dfd7 to 6ec4025 Compare April 29, 2022 04:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tempy-3.0.0 branch 3 times, most recently from 943d3de to 39222eb Compare May 25, 2022 04:13
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tempy-3.0.0 branch 8 times, most recently from 993e2a9 to 2df9b3d Compare June 6, 2022 04:24
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tempy-3.0.0 branch 3 times, most recently from ba70810 to 821f67c Compare June 15, 2022 04:08
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tempy-3.0.0 branch 4 times, most recently from 1178364 to 31978d6 Compare June 20, 2022 04:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tempy-3.0.0 branch from 31978d6 to e607945 Compare June 27, 2022 04:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tempy-3.0.0 branch from e607945 to 26966cb Compare July 4, 2022 04:09
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tempy-3.0.0 branch 2 times, most recently from 6cc4d30 to 6fed678 Compare July 14, 2022 04:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tempy-3.0.0 branch 2 times, most recently from d4b3f9b to 9e6370f Compare August 26, 2022 04:08
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tempy-3.0.0 branch 4 times, most recently from 75eccb8 to 6aa3fee Compare March 2, 2023 04:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tempy-3.0.0 branch 4 times, most recently from 413563e to d7d0c96 Compare March 7, 2023 05:00
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tempy-3.0.0 branch 7 times, most recently from 523fe0f to 6c13f2d Compare March 15, 2023 05:09
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tempy-3.0.0 branch 6 times, most recently from a6733cc to 681a790 Compare March 24, 2023 05:00
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tempy-3.0.0 branch 4 times, most recently from c22f464 to 75bb20b Compare March 29, 2023 05:02
Bumps [tempy](https://github.com/sindresorhus/tempy) from 1.0.1 to 3.0.0.
- [Release notes](https://github.com/sindresorhus/tempy/releases)
- [Commits](sindresorhus/tempy@v1.0.1...v3.0.0)

---
updated-dependencies:
- dependency-name: tempy
  dependency-type: direct:development
  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 75bb20b to 9c3384a Compare April 10, 2023 05:07
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 11, 2023

Superseded by #1383.

@dependabot dependabot bot closed this Jul 11, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tempy-3.0.0 branch July 11, 2023 04:45
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.

0 participants