Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update module github.com/bmatcuk/doublestar/v4 to v4.4.0 (#1043)
[![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