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: bump github.com/avfs/avfs from 0.33.0 to 0.34.0 #237

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2024

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

Release notes

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

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
  • 592a671 failfs: failfs is a file system adapter to test failures in a base file system.
  • 8f14994 mage: Set PATH when using sudo
  • 29f064c mage: Use env to preserve path
  • 71f262e memfs: Fix examples
  • d2b47fc memfs: Fix tests on Windows for Go 1.21
  • 8eb1a8d memfs: Use VFSFn, fix errors
  • 63d2693 memidm: Use FeatureFn and OSTypeFn
  • 490011c mountfs: Use VFSFn, fix errors
  • 5b7cd93 orefafs: Fix OpenFile return value when parent dir does not exist

... (truncated)

Commits
  • 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
  • 85606cd avfs: Update golangci-lint to 1.61.0
  • 8cbef40 orefafs: Fix test error, refactor
  • 3680757 basepathfs: Simplify Abs function
  • 73610c7 basepathfs: Refactor BasePathFS and fix errors
  • 325bde5 avfs: Add generic Abs function
  • bcc7879 avfs: Update Join from Go source
  • 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.34.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.34.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 11, 2024
@0xDEC0DE
Copy link
Contributor

0xDEC0DE commented Nov 8, 2024

This should be superseded by #238

Copy link
Contributor

@0xDEC0DE 0xDEC0DE left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be superseded by #238. Can close.

@retr0h retr0h closed this Nov 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 8, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/avfs/avfs-0.34.0 branch November 8, 2024 17:17
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 go Pull requests that update Go code v2.2.4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants