Update module spf13/afero to v1.3.0 #588

Merged
konrad merged 1 commits from renovate/github.com-spf13-afero-1.x into master 2020-06-17 16:52:52 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/spf13/afero require minor v1.2.2 -> v1.3.0

Release Notes

spf13/afero

v1.3.0

Compare Source

Notable changes:

  • Add AIX support
  • Add zipfs, an archive/zip-based read-only filesystem
  • Add an optional interface for Symlink and Readlink

Other enhancements:

  • TempFile support for wildcards instead of only prefixes
  • Implement sftpfs.OpenFile method
  • Add support for os.O_EXCL in MemMapFs

Bugfixes:

  • Fixed the mem.File implementation to respect the io.ReaderAt contract by storing the original offset before the Read and restoring the offset after the Read.
  • Return closed error in mem.File.Write() after mem.File.Close() has been called
  • Add missing error check in RegexpFs.Open()

Renovate configuration

📅 Schedule: 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.

👻 Immortal: This PR will be recreated if closed unmerged, as Gitea does not support ignoring PRs.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/spf13/afero](https://github.com/spf13/afero) | require | minor | `v1.2.2` -> `v1.3.0` | --- ### Release Notes <details> <summary>spf13/afero</summary> ### [`v1.3.0`](https://github.com/spf13/afero/releases/v1.3.0) [Compare Source](https://github.com/spf13/afero/compare/v1.2.2...v1.3.0) Notable changes: - Add AIX support - Add zipfs, an archive/zip-based read-only filesystem - Add an optional interface for Symlink and Readlink Other enhancements: - TempFile support for wildcards instead of only prefixes - Implement sftpfs.OpenFile method - Add support for os.O_EXCL in MemMapFs Bugfixes: - Fixed the mem.File implementation to respect the io.ReaderAt contract by storing the original offset before the Read and restoring the offset after the Read. - Return closed error in mem.File.Write() after mem.File.Close() has been called - Add missing error check in RegexpFs.Open() </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :ghost: **Immortal**: This PR will be recreated if closed unmerged, as Gitea does not support ignoring PRs. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2020-06-17 14:00:57 +00:00
konrad merged commit bf41b2ed9f into master 2020-06-17 16:52:49 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#588
No description provided.