Skip to content

Commit

Permalink
chore: Update module github.com/bmatcuk/doublestar/v4 to v4.4.0 (#1043)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/bmatcuk/doublestar/v4](https://togithub.com/bmatcuk/doublestar) | require | minor | `v4.3.0` -> `v4.4.0` |

---

### Release Notes

<details>
<summary>bmatcuk/doublestar</summary>

### [`v4.4.0`](https://togithub.com/bmatcuk/doublestar/releases/tag/v4.4.0): Added WithFailOnPatternNotExist

[Compare Source](https://togithub.com/bmatcuk/doublestar/compare/v4.3.2...v4.4.0)

Added the option `WithFailOnPatternNotExist` to Glob, GlobWalk, and FilepathGlob. This option will cause doublestar to abort if the pattern references a path that does not exist, for example, `nonexistent/path/*`.

### [`v4.3.2`](https://togithub.com/bmatcuk/doublestar/compare/v4.3.1...v4.3.2)

[Compare Source](https://togithub.com/bmatcuk/doublestar/compare/v4.3.1...v4.3.2)

### [`v4.3.1`](https://togithub.com/bmatcuk/doublestar/releases/tag/v4.3.1): Fixed Glob Bug With Pattern That Has Nonexistent Path And WithFailOnIOErrors

[Compare Source](https://togithub.com/bmatcuk/doublestar/compare/v4.3.0...v4.3.1)

If the `WithFailOnIOErrors` option was set and the pattern contained a reference to a nonexistent path (such as `nonexistent/path/*`), Glob would return `ErrNotExist`. It now returns an empty result with no error as expected.

For anyone that would prefer that doublestar returned an error, I'll be adding that as a feature (and a separate option) later.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- 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://app.renovatebot.com/dashboard#github/googleapis/api-linter).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9-->
  • Loading branch information
renovate-bot authored Nov 7, 2022
1 parent 8976ff8 commit 228fe9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
bitbucket.org/creachadair/stringset v0.0.10
cloud.google.com/go/longrunning v0.3.0
github.com/bmatcuk/doublestar/v4 v4.3.0
github.com/bmatcuk/doublestar/v4 v4.4.0
github.com/gertd/go-pluralize v0.2.1
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.9
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ cloud.google.com/go/longrunning v0.3.0 h1:NjljC+FYPV3uh5/OwWT6pVU+doBqMg2x/rZlE+
cloud.google.com/go/longrunning v0.3.0/go.mod h1:qth9Y41RRSUE69rDcOn6DdK3HfQfsUI0YSmW3iIlLJc=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/toml v0.4.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/bmatcuk/doublestar/v4 v4.3.0 h1:Ct0GphHCZaXvUh2Gqtk37Mzj1qWvXcW9XnXQs1GL9S0=
github.com/bmatcuk/doublestar/v4 v4.3.0/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc=
github.com/bmatcuk/doublestar/v4 v4.4.0 h1:LmAwNwhjEbYtyVLzjcP/XeVw4nhuScHGkF/XWXnvIic=
github.com/bmatcuk/doublestar/v4 v4.4.0/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
Expand Down

0 comments on commit 228fe9a

Please sign in to comment.