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(deps): bump github.com/snivilised/extendio from 0.3.1 to 0.5.4 #26

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Bumps github.com/snivilised/extendio from 0.3.1 to 0.5.4.

Release notes

Sourced from github.com/snivilised/extendio's releases.

v0.5.4

Changelog

🚀 Features

  • 92d9ec402ab04d924e5466c1daf76aa7a5b34630: feat(nav): add extended glob filter (#400) (@​plastikfan)
  • 4541bc35bcbb75c62f048199b6d60d1631fc9ae3: feat(utils): add ensure-path-at (#403) (@​plastikfan)

🐛 Bug fixes

  • 431fb2b374081fc841c1f2bc7060cd4a3f1b9421: fix(utils): use permission in ensure-path-at (#403) (@​plastikfan)

v0.5.3

Changelog

🥝 Others

  • 8a5f35f67a07c60f19aa6792ea715f5b17dd7523: ref(nav): migrate to slog (#354) (@​plastikfan)
  • c9cf7c59810df9fa23052222f1e5c5999938e186: test(nav): use slog with boost (#396) (@​plastikfan)

v0.5.2

Changelog

🚀 Features

  • ae14253cd205f90670cda2fa5f3824e4c7e746c2: feat(nav): set maximum traversal depth (#159) (@​plastikfan)

🥝 Others

  • 260c792a51e1fee5d52317047d36dc4df4ec8d83: chore(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 (@​dependabot[bot])

v0.5.1

Changelog

🚀 Features

  • ba4f9ce7c0498419c0d4e7b19b59cc686b6a2f73: feat(nav): add poly filter (#381) (@​plastikfan)

v0.5.0

Changelog

🚀 Features

  • 0d7bca4848ea5d80a15e3f647951c226ebac05c6: feat(collections): add runnable iterators (#385) (@​plastikfan)

🥝 Others

  • e8436beb09826346ac9e0a707dfa10995cbbc101: chore(deps): bump github.com/nicksnyder/go-i18n/v2 from 2.2.2 to 2.3.0 (@​dependabot[bot])
  • 457b6c10433afc9c2eab3333d3811c22ff568cc6: chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2 (@​dependabot[bot])
  • cd8615a13d23a9bd9d3fd7dc74cc3fa5b936dfa8: chore(deps): bump github.com/samber/lo from 1.38.1 to 1.39.0 (@​dependabot[bot])
  • c6bcfcdc27dd68c6d1f8c667c83d8b8cc3faeaa8: ref(collections): rename BeginIt to ForwardIt (#384) (@​plastikfan)
  • eb5504c7411f37ec169a5f00bd4e772dd9c232ee: ref(nav): define local isNil method on sampling-while-iterator (#378) (@​plastikfan)

v0.4.0

Changelog

⚠️ BREAKING CHANGE

  • DoExtend on TraverseOptions has been removed. All TraverseItems now include the fully populated Extension

✨ Introducing:

  • Sampling: a partial traversal can now be run where by a sample is taken for each directory navigated. This will be useful in those situations where a relatively long running process (eg invoking an external command which may take a few seconds or more as oppossed to micro seconds to complete, is invoked for every file encountered). So a client may wish to perform a preview operation where the command to invoke per file file, only runs on a reduced set. This reduce set an be defined 1 of 3 ways: 📌 slice: take slice of directory contents. The slice may be the first or last n entries (as defined in Options/Store/Sampling.NoOf). By default, the first entries are taken as the sample, but this can be changed to take the last, by setting Options/Store/Sampling.SamplingInReverse to true. 📌 filter: requires a filter to be defined. The sampler will use the filter to create the sample set and will also use the NoOf (mentioned above), to quantify the number of files/folders or both (for universal). 📌 custom: requires the client to define 2 new predicates in Options/Sampler.Custom, each and where. Together, they allow to client to customise how encountered directory's sample is taken
  • New filter scope: 2 new scopes have been introduced, for files and directories. This means the client can now target file or directory types for filtering.

🚀 Features

... (truncated)

Commits

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/snivilised/extendio](https://github.com/snivilised/extendio) from 0.3.1 to 0.5.4.
- [Release notes](https://github.com/snivilised/extendio/releases)
- [Changelog](https://github.com/snivilised/extendio/blob/master/.goreleaser.yaml)
- [Commits](snivilised/extendio@v0.3.1...v0.5.4)

---
updated-dependencies:
- dependency-name: github.com/snivilised/extendio
  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 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2024

Superseded by #29.

@dependabot dependabot bot closed this Jan 22, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/snivilised/extendio-0.5.4 branch January 22, 2024 11:00
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.

None yet

0 participants