Skip to content

Bump github.com/avfs/avfs from 0.33.0 to 0.35.0#1

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/avfs/avfs-0.35.0
Open

Bump github.com/avfs/avfs from 0.33.0 to 0.35.0#1
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/avfs/avfs-0.35.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 16, 2025

Copy link
Copy Markdown

Bumps github.com/avfs/avfs from 0.33.0 to 0.35.0.

Release notes

Sourced from github.com/avfs/avfs's releases.

v0.35.0

Changelog

  • 5f0a033 avfs: Fix OpenFile() test on non existing file
  • 749a9b1 failfs: OpenFile() returns a typed nil file on error
  • c68d2fe memfs: OpenFile() returns a typed nil file on error
  • a42fde3 orefafs: OpenFile() returns a typed nil file on error
  • 5ae484c osidm: Replace name by userName or groupName where appropriate
  • 5735d2a rofs: OpenFile() returns a typed nil file on error

v0.34.0

Changelog

  • a7aa908 Remove VFSFn
  • 8212d5c avfs: Add CurDir to manage the current directory
  • 3386ee3 avfs: Add CurUser to manage the current user
  • 8c368c3 avfs: Add Go 1.23 to CI
  • b1483bd avfs: Add Idm to manage the identity manager
  • 35b998d avfs: Add TempDir, SplitAbs functions to vfs_utils.go
  • abd855c avfs: Add VolumeName function
  • 325bde5 avfs: Add generic Abs function
  • 366dc16 avfs: Fix HomeDir() basepath handling
  • 7e769df avfs: Fix SetIdm when idm is nil
  • 5fae0bc avfs: Fix Tests for MemFS and OrefaFS
  • 614029c avfs: Fix VolumeNameLen go:linkname for Go versions >= 1.23
  • 244043a avfs: Fix golangci-lint errors
  • 4e47d07 avfs: Make functions MkHomeDir, HomeDir, SystemDirs, TempDirUser use basePath
  • f7a561f avfs: Move DummyIdm to avfs
  • 5ad18b7 avfs: Move Getwd, IsSlash functions
  • 2862c5f avfs: Move OSType related functions to ostype.go
  • 1301f4b avfs: Move UMask related functions to umask*.go
  • 116c3c1 avfs: Move features related functions to features.go
  • 9568592 avfs: Move vfs internal functions to vfs_utils.go
  • e508f47 avfs: Refactor Utils to VFSFn
  • 56f9f2a avfs: Remove MountFS
  • 2336a5d avfs: Remove avfs.FeatSystemDirs
  • c6ba67c avfs: Rename avfs.New() to DummyIdmNew()
  • d69ff90 avfs: Set Go minimal version to 1.21, add Go 1.22 to CI
  • b88ea38 avfs: Update CI - disable Go 1.20 tests
  • 07171fa avfs: Update Clean from Go source code
  • 71d0e40 avfs: Update Github actions and Go version to 1.22
  • 40e72ee avfs: Update Go to 1.21 and golangci-lint to 1.54.2
  • bcc7879 avfs: Update Join from Go source
  • c9e6fe8 avfs: Update golangci-lint to 1.58.1
  • 85606cd avfs: Update golangci-lint to 1.61.0
  • 746dd70 avfs: Use VolumeNameLen native implementation vhen possible
  • 2666d72 avfs: Use golangci-lint-action@v4
  • 55a3f82 avfs: Use range for ints
  • 870ed2b avfs: add Tree function to display human-readable trees
  • 73610c7 basepathfs: Refactor BasePathFS and fix errors
  • 3680757 basepathfs: Simplify Abs function
  • cd34dc5 basepathfs: Use FeatureFn, fix errors

... (truncated)

Commits
  • 749a9b1 failfs: OpenFile() returns a typed nil file on error
  • 5735d2a rofs: OpenFile() returns a typed nil file on error
  • c68d2fe memfs: OpenFile() returns a typed nil file on error
  • a42fde3 orefafs: OpenFile() returns a typed nil file on error
  • 5f0a033 avfs: Fix OpenFile() test on non existing file
  • 5ae484c osidm: Replace name by userName or groupName where appropriate
  • 614029c avfs: Fix VolumeNameLen go:linkname for Go versions >= 1.23
  • 5db300b test: Disable File.Stat() test for FileStatClosed with Go version >= 1.23
  • 56f9f2a avfs: Remove MountFS
  • 8c368c3 avfs: Add Go 1.23 to CI
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [github.com/avfs/avfs](https://github.com/avfs/avfs) from 0.33.0 to 0.35.0.
- [Release notes](https://github.com/avfs/avfs/releases)
- [Changelog](https://github.com/avfs/avfs/blob/master/.goreleaser.yml)
- [Commits](avfs/avfs@v0.33.0...v0.35.0)

---
updated-dependencies:
- dependency-name: github.com/avfs/avfs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jan 16, 2025
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants