Merged
Conversation
kelunik
approved these changes
May 1, 2023
renovate bot
referenced
this pull request
in ben-challis/sql-migrations
Aug 19, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [amphp/file](https://togithub.com/amphp/file) | require | patch | `3.0.0-beta.6` -> `3.0.1` | | [amphp/sync](https://togithub.com/amphp/sync) | require | minor | `2.0.0` -> `2.1.0` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>amphp/file (amphp/file)</summary> ### [`v3.0.1`](https://togithub.com/amphp/file/releases/tag/v3.0.1): 3.0.1 [Compare Source](https://togithub.com/amphp/file/compare/v3.0.0...v3.0.1) #### What's Changed - Fix `touch()` on non-existent files in ext-uv and ext-eio by [@​kelunik](https://togithub.com/kelunik) ([#​73](https://togithub.com/amphp/file/issues/73)) - Fix `write()` truncation with ext-uv and ext-eio by [@​danog](https://togithub.com/danog) in ([#​76](https://togithub.com/amphp/file/issues/76)) **Full Changelog**: amphp/file@v3.0.0...v3.0.1 ### [`v3.0.0`](https://togithub.com/amphp/file/releases/tag/v3.0.0): 3.0.0 [Compare Source](https://togithub.com/amphp/file/compare/v3.0.0-beta.6...v3.0.0) Stable release compatible with AMPHP v3 and fibers! 🎉 As with other libraries compatible with AMPHP v3, most cases of parameters or returns of `Promise<ResolutionType>` have been replaced with `ResolutionType`. - Renamed `BlockingDriver` to `BlockingFilesystemDriver` - Renamed `EioDriver` to `EioFilesystemDriver` - Renamed `ParallelDriver` to `ParallelFilesystemDriver` - Renamed `StatusCachingDriver` to `StatusCachingFilesystemDriver` - Renamed `UvDriver` to `UvFilesystemDriver` - Renamed `Amp\File\Sync\AsyncFileMutex` to `Amp\File\FileMutex` - Added `?Cancellation` as first parameter of `File::read()` - Added `File::isSeekable()` - Removed `File::SEEK_SET`, `File::SEEK_CUR`, and `File::SEEK_END` - Added `Amp\File\Whence` for seeking instead </details> <details> <summary>amphp/sync (amphp/sync)</summary> ### [`v2.1.0`](https://togithub.com/amphp/sync/releases/tag/v2.1.0): 2.1.0 [Compare Source](https://togithub.com/amphp/sync/compare/v2.0.0...v2.1.0) #### What's Changed - Added re-entry support to `synchronized()` by [@​kelunik](https://togithub.com/kelunik) in [https://github.com/amphp/sync/pull/26](https://togithub.com/amphp/sync/pull/26) - Fixed error handling in `SharedMemoryParcel` - Fixed a typo by [@​thgs](https://togithub.com/thgs) in [https://github.com/amphp/sync/pull/25](https://togithub.com/amphp/sync/pull/25) #### New Contributors - [@​thgs](https://togithub.com/thgs) made their first contribution in [https://github.com/amphp/sync/pull/25](https://togithub.com/amphp/sync/pull/25) **Full Changelog**: amphp/sync@v2.0.0...v2.1.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ben-challis/sql-migrations). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I think I found another typo here.