k1LoW / runn

runn is a package/tool for running operations following a scenario.
https://runn.run
MIT License
404 stars 30 forks source link

chore(deps): bump the dependencies group with 5 updates #949

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the dependencies group with 5 updates:

Package From To
github.com/expr-lang/expr 1.16.8 1.16.9
github.com/go-playground/validator/v10 10.20.0 10.21.0
github.com/googleapis/go-sql-spanner 1.3.1 1.4.0
github.com/k1LoW/donegroup 1.6.0 1.8.1
modernc.org/sqlite 1.29.10 1.30.0

Updates github.com/expr-lang/expr from 1.16.8 to 1.16.9

Release notes

Sourced from github.com/expr-lang/expr's releases.

v1.16.9

Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy, safety, and speed.

In this release:

Commits


Updates github.com/go-playground/validator/v10 from 10.20.0 to 10.21.0

Release notes

Sourced from github.com/go-playground/validator/v10's releases.

Release 10.21.0

What's Changed

New Contributors

Full Changelog: https://github.com/go-playground/validator/compare/v10.20.0...v10.21.0

Commits


Updates github.com/googleapis/go-sql-spanner from 1.3.1 to 1.4.0

Release notes

Sourced from github.com/googleapis/go-sql-spanner's releases.

v1.4.0

1.4.0 (2024-05-30)

Features

  • Add exclude_txn_from_change_streams variable (#236) (ad95d85)

Bug Fixes

  • deps: Update google.golang.org/genproto/googleapis/rpc digest to 5315273 (#239) (a39bb8f)
  • deps: Update module cloud.google.com/go to v0.113.0 (#232) (c2dd030)
  • deps: Update module cloud.google.com/go/longrunning to v0.5.7 (#228) (cf3cafc)
  • deps: Update module github.com/googleapis/go-sql-spanner to v1.3.1 (#226) (6ffc02d)
  • deps: Update module google.golang.org/api to v0.180.0 (#227) (926f621)
  • deps: Update module google.golang.org/genproto to v0.0.0-20240509183442-62759503f434 (#229) (42744bc)
  • deps: Update module google.golang.org/genproto/googleapis/rpc to v0.0.0-20240509183442-62759503f434 (#230) (778aa45)
  • deps: Update module google.golang.org/protobuf to v1.34.1 (#233) (72c5b71)
  • Support reusing named parameters (#240) (c7140a2)
Changelog

Sourced from github.com/googleapis/go-sql-spanner's changelog.

1.4.0 (2024-05-30)

Features

  • Add exclude_txn_from_change_streams variable (#236) (ad95d85)

Bug Fixes

  • deps: Update google.golang.org/genproto/googleapis/rpc digest to 5315273 (#239) (a39bb8f)
  • deps: Update module cloud.google.com/go to v0.113.0 (#232) (c2dd030)
  • deps: Update module cloud.google.com/go/longrunning to v0.5.7 (#228) (cf3cafc)
  • deps: Update module github.com/googleapis/go-sql-spanner to v1.3.1 (#226) (6ffc02d)
  • deps: Update module google.golang.org/api to v0.180.0 (#227) (926f621)
  • deps: Update module google.golang.org/genproto to v0.0.0-20240509183442-62759503f434 (#229) (42744bc)
  • deps: Update module google.golang.org/genproto/googleapis/rpc to v0.0.0-20240509183442-62759503f434 (#230) (778aa45)
  • deps: Update module google.golang.org/protobuf to v1.34.1 (#233) (72c5b71)
  • Support reusing named parameters (#240) (c7140a2)
Commits
  • 062bca0 chore(main): release 1.4.0 (#234)
  • a39bb8f fix(deps): update google.golang.org/genproto/googleapis/rpc digest to 5315273...
  • c7140a2 fix: support reusing named parameters (#240)
  • ad95d85 feat: add exclude_txn_from_change_streams variable (#236)
  • 926f621 fix(deps): update module google.golang.org/api to v0.180.0 (#227)
  • 42744bc fix(deps): update module google.golang.org/genproto to v0.0.0-20240509183442-...
  • 6ffc02d fix(deps): update module github.com/googleapis/go-sql-spanner to v1.3.1 (#226)
  • 778aa45 fix(deps): update module google.golang.org/genproto/googleapis/rpc to v0.0.0-...
  • cf3cafc fix(deps): update module cloud.google.com/go/longrunning to v0.5.7 (#228)
  • c2dd030 fix(deps): update module cloud.google.com/go to v0.113.0 (#232)
  • Additional commits viewable in compare view


Updates github.com/k1LoW/donegroup from 1.6.0 to 1.8.1

Release notes

Sourced from github.com/k1LoW/donegroup's releases.

v1.8.1

What's Changed

Fix bug 🐛

Other Changes

Full Changelog: https://github.com/k1LoW/donegroup/compare/v1.8.0...v1.8.1

v1.8.0

What's Changed

Breaking Changes 🛠

Other Changes

Full Changelog: https://github.com/k1LoW/donegroup/compare/v1.7.0...v1.8.0

v1.7.0

What's Changed

New Features 🎉

Fix bug 🐛

Other Changes

Full Changelog: https://github.com/k1LoW/donegroup/compare/v1.6.0...v1.7.0

Changelog

Sourced from github.com/k1LoW/donegroup's changelog.

v1.8.1 - 2024-06-02

Fix bug 🐛

Other Changes

v1.8.0 - 2024-06-02

Breaking Changes 🛠

Other Changes

v1.7.0 - 2024-06-02

New Features 🎉

Fix bug 🐛

Other Changes

Commits
  • 6c7464a Merge pull request #43 from k1LoW/tagpr-from-v1.8.0
  • 03f92de [tagpr] update CHANGELOG.md
  • 99803ad [tagpr] prepare for the next release
  • 9c89c33 Merge pull request #45 from k1LoW/unuse-dg.ctxw
  • 417675e doneGroup.ctxw is not used anymore, so remove it.
  • a04645e Merge pull request #44 from k1LoW/done
  • 48ffc9e Cleanup functions should be executed immediately when the context is done.
  • 66bd5cf bonsai
  • d9bc35e Merge pull request #40 from k1LoW/tagpr-from-v1.7.0
  • 0094219 [tagpr] update CHANGELOG.md
  • Additional commits viewable in compare view


Updates modernc.org/sqlite from 1.29.10 to 1.30.0

Commits


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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions