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.2 #24

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

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

  • 0446725ea8a25400d5c95206242913d4429e0b5e: feat(nav): implement directory sampling (#369) (@​plastikfan)
  • dfa50885ea316c528734f47260dd5ff40ac3d8a3: feat(nav): implement directory sampling (#373) (@​plastikfan)

🐛 Bug fixes

  • fe9ee3961064767ed5362cbed086133fc5a7e609: fix(nav): traversal skip (#363) (@​plastikfan)

🥝 Others

  • aeb9bb4c279b62a4ffc92b7698d906502179c85c: chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1 (@​dependabot[bot])
  • fa956de168c3433ba523b3188d5787cd81861213: chore(deps): bump github.com/onsi/gomega from 1.29.0 to 1.30.0 (@​dependabot[bot])
  • e4bd3975d957371a465f7a06cf5a9423d4f40f79: chore(deps): bump golang.org/x/text from 0.13.0 to 0.14.0 (@​dependabot[bot])
  • 216e7ffdff52d1a29757307baebd0a85984229ba: ref(nav): make extendion mandatory (#375) (@​plastikfan)
  • 566d8c72bc8bdf4ae5f14e786e524494ae67f5d9: test(nav): add sampling tests for folders with files (#369) (@​plastikfan)
Commits
  • ae14253 feat(nav): set maximum traversal depth (#159)
  • 260c792 chore(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0
  • 8b3feb8 Bump version to v0.5.1
  • ba4f9ce feat(nav): add poly filter (#381)
  • 1007eb2 Bump version to v0.5.0
  • e8436be chore(deps): bump github.com/nicksnyder/go-i18n/v2 from 2.2.2 to 2.3.0
  • 0d7bca4 feat(collections): add runnable iterators (#385)
  • c6bcfcd ref(collections): rename BeginIt to ForwardIt (#384)
  • 457b6c1 chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2
  • cd8615a chore(deps): bump github.com/samber/lo from 1.38.1 to 1.39.0
  • 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/snivilised/extendio](https://github.com/snivilised/extendio) from 0.3.1 to 0.5.2.
- [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.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 8, 2024

Superseded by #25.

@dependabot dependabot bot closed this Jan 8, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/snivilised/extendio-0.5.2 branch January 8, 2024 10:04
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.

0 participants