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.41.10 #42

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

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

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

v0.41.8

What's Changed

  1. refactor: encoding/jsonpointer: move from encoding/jsonutil
  2. feat: encoding/jsonpointer: add JSONPointer{}
  3. enhance: encoding/jsonpointer: to support leading slashes

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

v0.41.7

What's Changed

  1. test: type/stringsutil: enhance TestEqualFoldFull() to handle caser.String()
  2. comment: type/stringsutil: add comment for equalFoldFullTests
  3. test: errors/errorsutil: add TestWrap()
  4. feat: errors/errorsutil: add Wrapf()

Full Changelog: https://github.com/grokify/mogo/compare/v0.41.6...v0.41.7

v0.41.6

What's Changed

  1. feat: encoding/jsonutil: add IndentReader()
  2. enhance: encoding/jsonutil: update IndentReader() to overwrite existing indenting

Full Changelog: https://github.com/grokify/mogo/compare/v0.41.5...v0.41.6

v0.41.5

What's Changed

  1. lint: golangci: fix comment typo
  2. enhance: ml/tok2vec: add deduplicate param to Tok2Vec.Toks2Vecs()
  3. rename: encoding/jsonutil: use more common names: IndentBytes() for PrettyPrint(), PrintReaderIndent() for PrettyPrintReader()
  4. feat: io/ioutilmore: add DirEntriesToFileInfos; remove `io/ioutil…

... (truncated)

Commits
  • 3d5ac6b feat: text/stringcase: add FuncToWantCaseOrDefault()
  • 28bce5b feat: text/stringcase: add FuncToWantCase(), FuncToWantCaseOrNoOp(), `N...
  • e1f69b6 feat: text/stringcase: add ErrUnknownCaseString const and enhance `Parse(...
  • 79437db feat: net/http/pathmethod: add PathMethod(), ParsePathMethod(), `PathMe...
  • 55171bf feat: net/http/pathmethod: add PathMethod(), ParsePathMethod(), `PathMe...
  • 6a238df enhance: encoding/jsonpointer to support leading slashes
  • 31b7113 feat: encoding/jsonpointer: add JSONPointer{}
  • 286c747 refactor: encoding/jsonpointer: move from encoding/jsonutil
  • 8d75aed feat: errors/errorsutil: add Wrapf()
  • 0156c82 test: errors/errorsutil: add TestWrap()
  • 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 #43.