grokify / commonchat

CommonChat is an idealized message format with conversion to chat systems such as Glip and Slack.
MIT License
8 stars 2 forks source link

build(deps): bump github.com/grokify/mogo from 0.41.1 to 0.42.2 #43

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/grokify/mogo from 0.41.1 to 0.42.2.

Release notes

Sourced from github.com/grokify/mogo's releases.

v0.42.2

What's Changed

  1. feat: mime/mimeutil: add ErrUnknownMediaType

Full Changelog: https://github.com/grokify/mogo/compare/v0.42.1...v0.42.2

v0.42.1

What's Changed

  1. feat: mime/mimeutil: add IsType()

Full Changelog: https://github.com/grokify/mogo/compare/v0.42.0...v0.42.1

v0.42.0

What's Changed

  1. style: text/stringcase: update param name for `FuncToWantCaseOrDefa…
  2. enhance: text/stringcase: add additional string case mappings
  3. feat: math/bigint: add EncodeToString(), MustEncodeToString(), …
  4. feat: encoding/base62: add alphabets
  5. feat: crypto/hmacutil: add HMACSHA256(), HMACSHA256Base32(), `H…
  6. feat: crypto/hmacutil: add ValidateBase32(), ValidateHex()
  7. move: crypto/argon2: move from crypto/hash/argon2
  8. refactor: crypto/md5: update internally to use `bigint.MustEncodeTo…
  9. style: crypto/md5: move constant comment
  10. rename: crypto: crypto/argon2util from crypto/argon2, crypto/md…
  11. feat: math/mathutil: add DegreesMinutesSecondsToDecimal()
  12. feat: strconv/strconvutil: add FormatDecimal()
  13. feat: data/location: add LatLngString(), various location points
  14. dep: go mod: update
  15. lint: golangci: fix various

Full Changelog: https://github.com/grokify/mogo/compare/v0.41.10...v0.42.0

v0.41.10

What's Changed

  1. feat: text/stringcase: add ErrUnknownCaseString const and enhance Parse() error handling
  2. feat: text/stringcase: add FuncToWantCase(), FuncToWantCaseOrNoOp(), NoOp()
  3. feat: text/stringcase: add FuncToWantCaseOrDefault()

Full Changelog: https://github.com/grokify/mogo/compare/v0.41.9...v0.41.10

v0.41.9

What's Changed

  1. feat: net/http/pathmethod: add PathMethod(), ParsePathMethod(), PathMethodSet{}

Full Changelog: https://github.com/grokify/mogo/compare/v0.41.8...v0.41.9

... (truncated)

Commits
  • 99162eb feat: mime/mimeutil: add ErrUnknownMediaType
  • ddfb4ca feat: mime/mimeutil: add IsType()
  • 96a85d0 lint: golangci: fix various
  • 8116f28 dep: go mod: update
  • 511a33a dep: go mod: update
  • 337ba5f feat: data/location: add LatLngString(), various location points
  • cc01226 feat: strconv/strconvutil: add FormatDecimal()
  • f05b2dd feat: math/mathutil: add DegreesMinutesSecondsToDecimal()
  • 99ec015 rename: crypto: crypto/argon2util from crypto/argon2, crypto/md5util` f...
  • 1507ec1 dep: go mod: update
  • 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 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)
dependabot[bot] commented 1 year ago

Superseded by #45.