snivilised / pixa

🧙 Directory tree based bulk image processor (Also serves as a working example of how to use extendio, cobrass and arcadia)
MIT License
0 stars 0 forks source link

chore(deps): bump github.com/snivilised/lorax from 0.4.4 to 0.5.1 #189

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps github.com/snivilised/lorax from 0.4.4 to 0.5.1.

Release notes

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

v0.5.1

Changelog

🚀 Features

  • 647cd9ea6aa09c9577d631674b3a965bfb01c75a: feat(rx): add Amb (#136) (@​plastikfan)
  • f8a65ed09a4437bb40a376aa6d039266b981e7bc: feat(rx): add RxAssert with SendItems (#123) (@​plastikfan)
  • 7857fc0914665cf1cb919916230e932a67b9473c: feat(rx): add all operator (#152) (@​plastikfan)
  • f68b9cd270a506ab7d271de89f948cbeb35cf90a: feat(rx): add backoff-retry operator (#156) (@​plastikfan)
  • 96f328ba9ca95436efb4eca8d0a8339f07096925: feat(rx): add count operator (#160) (@​plastikfan)
  • 754ec360ff6b2be7f82dbdaaac72c8a565883198: feat(rx): add default if empty operator (#162) (@​plastikfan)
  • c8aa638ffcbcc103d6585d8a6040b66c30c1e4d7: feat(rx): add distinct operator (#164) (@​plastikfan)
  • c9130def0c3e3ace91756ccc0236829f6dabb910: feat(rx): add distinct operator (#166) (@​plastikfan)
  • c31f9b2daddf40b6983328df6d8590eec0543338: feat(rx): add element at operator (#168) (@​plastikfan)
  • 1153d0b90fe9ccbd857e97c180ae804200c2fd72: feat(rx): add error/errors operators (#170) (@​plastikfan)
  • 8a8da81140a7b038bc3d3c6a13ba375815cf094a: feat(rx): add filter operator (#172) (@​plastikfan)
  • b302d80a90cd11cd6d45d46833a2c7c255f12545: feat(rx): add find operator (#174) (@​plastikfan)
  • e08753828a7a3b01389e70de7a86c5035f839811: feat(rx): add first/first-or-default operators (#176) (@​plastikfan)
  • 25a89b807f9e49fa66602ec23c7e68cf1d86244c: feat(rx): add flatmap, foreach, ignore-elements, groupby and last operators (#178) (@​plastikfan)
  • cd2dffd18597cf758fe2ea2ed03aed3662acca7a: feat(rx): add map, max and min operators (#181) (@​plastikfan)
  • 7b9765d6b94ad6fc4dd5345284ff1a224f7a875a: feat(rx): add on error xxx and observe operators (#184) (@​plastikfan)
  • 0c3fa3127121371d07638298ecd638805a8acd8a: feat(rx): add optional single (#125) (@​plastikfan)
  • d1ebe83df34377dafee27e5597ddf159ee961faf: feat(rx): add reduce operator (#186) (@​plastikfan)
  • 9984e1bd747a3b03c5be9c6e42d8fd6b23541ccc: feat(rx): add repeat operator (#189) (#191) (@​plastikfan)
  • 8ddd6db60b6b16f22c0596cb495b46197f2f63f4: feat(rx): add repeat operator (#192) (@​plastikfan)
  • 310c245ed482e5c77f95d8bb48d2ebe8ca0e38b0: feat(rx): add sample operator (#196) (@​plastikfan)
  • ac4a77bb9d5bc6445ef84a29aac59576700533c4: feat(rx): add scan operator (#198) (@​plastikfan)
  • 8f328c2eb0c4510cb13d8f901be967aee5972679: feat(rx): add send operator (#202) (@​plastikfan)
  • 038923ad8789a6cc857ce1aab02ced75f4242646: feat(rx): add sequence equal operator (#200) (@​plastikfan)
  • 47d5f66c29465e437e5fcebdfb0ddbe4b0e6f939: feat(rx): add serialize operator (#204) (@​plastikfan)
  • a7e0d3e6f4829028a8c30ee24bc7dc4dcab2bb64: feat(rx): add skip operators (#206) (@​plastikfan)
  • 798d90557bf8d1e7a2c87ba012bc29e45cbc238a: feat(rx): add start-with operator (#208) (@​plastikfan)
  • 531b1ccaf2c2ebaaf5b4c978b621c37c1420bef3: feat(rx): add sum operator (#210) (@​plastikfan)
  • 47af0dd809e7798bd862ef3cd962cd96b2da94fb: feat(rx): add take operators (#212) (@​plastikfan)
  • 7b1d8114fd8db3d0018425ae857e53bd024105e9: feat(rx): add time operators (#214) (@​plastikfan)
  • afb32b65c708d809fe6f7fcf9cebb65c408858c3: feat(rx): add toslice operator (#216) (@​plastikfan)
  • ffd50b0c21e6f1fa4751fc5b3c81ffd48fdb6302: feat(rx): add try/must item helpers (#227) (@​plastikfan)
  • 43ebec2882b70ea08bed8f2f881958372a613372: feat(rx): add zip from iterable operator (#220) (@​plastikfan)
  • bc0cdf511bd7cf0d26258a3b2aa19d96700451f4: feat(rx): average operator (#154) (@​plastikfan)
  • 08ba0dae7e700d3956477544d89882be6130f46f: feat(rx): contains operator (#158) (@​plastikfan)
  • cb083706edecfe722a3af022173eab83f68adc7c: feat(rx): optimise Item struct (#221) (@​plastikfan)
  • b53eaaa62d043c2c69c753494a51c4ba35c53813: feat(rx): range over item values (#232) (@​plastikfan)
  • 04cb3e55599a4a7e2e531728f03abb9a00a1ac0b: feat(rx): remove un used type (#238) (@​plastikfan)
  • f008dc2bc6d2370170103be25163b3deff222e84: feat(rx): rename generic parameter (#129) (@​plastikfan)
  • 90b77881c632999136e5c7ed209cf77613cfd2fe: feat(rx): reset reduce acc with native 0 (#231) (@​plastikfan)
  • 0937cae080c3269f24cd08520d54d9d1e04958e1: feat(rx): run operator (#194) (@​plastikfan)
  • ce1d0a1aa0468c71bd5ae5283aee537616626d5d: feat(rx): tidy type and variable names (#238) (@​plastikfan)
  • ad4607c4539af250752d24143211484f816444a8: feat(rx): window with operators (#218) (@​plastikfan)

🐛 Bug fixes

  • 1fd4af263f2c5bf2e2dc841ca1b301f6616b2e1b: fix(rx): fix average op gather next (#240) (@​plastikfan)
  • 04598479d447b6e0f2e2b2996b89199e00ee9001: fix(rx): parallel (#226) (@​plastikfan)

🥝 Others

... (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 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)
coveralls commented 3 weeks ago

Pull Request Test Coverage Report for Build 8859480584

Details


Totals Coverage Status
Change from base Build 8859478925: 0.0%
Covered Lines: 1829
Relevant Lines: 3130

💛 - Coveralls
coveralls commented 3 weeks ago

Pull Request Test Coverage Report for Build 8859480584

Details


Totals Coverage Status
Change from base Build 8859478925: 0.0%
Covered Lines: 1829
Relevant Lines: 3130

💛 - Coveralls