Closed renovate[bot] closed 1 year ago
This PR contains the following updates:
^0.7.0
^3.0.0
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 Mend Renovate. View repository job log here.
This PR contains the following updates:
^0.7.0
->^3.0.0
Release Notes
sindresorhus/tempy (tempy)
### [`v3.1.0`](https://togithub.com/sindresorhus/tempy/releases/tag/v3.1.0) [Compare Source](https://togithub.com/sindresorhus/tempy/compare/v3.0.0...v3.1.0) - Make it more graceful by retrying directory removal [`58a90bf`](https://togithub.com/sindresorhus/tempy/commit/58a90bf) ### [`v3.0.0`](https://togithub.com/sindresorhus/tempy/releases/tag/v3.0.0) [Compare Source](https://togithub.com/sindresorhus/tempy/compare/v2.0.0...v3.0.0) ##### Breaking - Require Node.js 14 ([#41](https://togithub.com/sindresorhus/tempy/issues/41)) [`4b3e859`](https://togithub.com/sindresorhus/tempy/commit/4b3e859) - Changed from a default export to named exports: - `tempy.file` → `import {temporaryFile} from 'tempy'` - `tempy.file.task` → `import {temporaryFileTask} from 'tempy'` - `tempy.directory` → `import {temporaryDirectory} from 'tempy'` - `tempy.directory.task` → `import {temporaryDirectoryTask} from 'tempy'` - `tempy.write` → `import {temporaryWrite} from 'tempy'` - `tempy.write.task` → `import {temporaryWriteTask} from 'tempy'` - `tempy.writeSync` → `import {temporaryWriteSync} from 'tempy'` - `tempy.root` → `import {rootTemporaryDirectory} from 'tempy'` ### [`v2.0.0`](https://togithub.com/sindresorhus/tempy/releases/tag/v2.0.0) [Compare Source](https://togithub.com/sindresorhus/tempy/compare/v1.0.1...v2.0.0) ##### Breaking - Require Node.js 12.20 [`ca35430`](https://togithub.com/sindresorhus/tempy/commit/ca35430) - This package is now pure ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). ### [`v1.0.1`](https://togithub.com/sindresorhus/tempy/releases/tag/v1.0.1) [Compare Source](https://togithub.com/sindresorhus/tempy/compare/v1.0.0...v1.0.1) - Automatically clean up after an error is thrown ([#31](https://togithub.com/sindresorhus/tempy/issues/31)) [`d859280`](https://togithub.com/sindresorhus/tempy/commit/d859280) ### [`v1.0.0`](https://togithub.com/sindresorhus/tempy/releases/tag/v1.0.0) [Compare Source](https://togithub.com/sindresorhus/tempy/compare/v0.7.1...v1.0.0) - Make `.task` methods reflect return values from callbacks ([#29](https://togithub.com/sindresorhus/tempy/issues/29)) [`77a5091`](https://togithub.com/sindresorhus/tempy/commit/77a5091)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 Mend Renovate. View repository job log here.