Skip to content

Comments

Bump github.com/bmatcuk/doublestar from 1.2.4 to 1.3.4#761

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/bmatcuk/doublestar-1.3.4
Open

Bump github.com/bmatcuk/doublestar from 1.2.4 to 1.3.4#761
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/bmatcuk/doublestar-1.3.4

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 7, 2021

Bumps github.com/bmatcuk/doublestar from 1.2.4 to 1.3.4.

Release notes

Sourced from github.com/bmatcuk/doublestar's releases.

Fixed Minor Recursion Bug

Thanks @​pavelbazika!

Close Directories Immediately

A small change to close directories immediately, rather than deferring. Thanks @​luhring!

Fixed bug clobbering results if Readdir fails

If Readdir failed, doublestar was returning nil instead of the accumulated results. Thanks for the bug report @​InfiniteTF!

Fixed bug matching files that started with a multi-byte unicode char

Thanks @​bnkai for the bug report!

Added "OS" interface to improve testability

Thanks to @​twpayne, doublestar now has exported versions of PathMatch and Glob (PathMatchOS and GlobOS respectively) that take an OS interface which can be used to abstract the underlying filesystem calls. Using something like go-vfs, you can then write unit tests for code that uses doublestar without depending on an actual filesystem.

Existing PathMatch and Glob are unchanged.

Commits
  • ec92414 🐛 fix small recursion error
  • eb4d9ac Add example executable entrypoint
  • fbc9ddc Close dir immediately after contents are read
  • 5cf9061 🐛 don't throw away results if Readdir fails
  • bcc22aa [fix #40] 🐛 filename starting with unicode doesn't match *
  • 1a01b95 README adjustments
  • 6611e8e build on linux + windows
  • 23e080d test last three golang versions
  • 39df92f return any error from Close if no other error has occurred
  • 28ecce1 don't ignore errors from Readdir
  • 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 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/bmatcuk/doublestar](https://github.com/bmatcuk/doublestar) from 1.2.4 to 1.3.4.
- [Release notes](https://github.com/bmatcuk/doublestar/releases)
- [Commits](bmatcuk/doublestar@v1.2.4...v1.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 7, 2021
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants