k1LoW / runn

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

chore(deps): bump the dependencies group with 7 updates #918

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the dependencies group with 7 updates:

Package From To
github.com/expr-lang/expr 1.16.5 1.16.7
github.com/k1LoW/grpcstub 0.22.0 0.22.1
github.com/k1LoW/httpstub 0.16.1 0.16.2
github.com/pb33f/libopenapi 0.16.5 0.16.6
github.com/xo/dburl 0.23.0 0.23.1
golang.org/x/crypto 0.22.0 0.23.0
google.golang.org/protobuf 1.34.0 1.34.1

Updates github.com/expr-lang/expr from 1.16.5 to 1.16.7

Release notes

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

v1.16.7

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

program, err := expr.Compile(`now() - created_at < duration("24h")`)

In this release:

  • Improved now() and date() type validation
  • Updated documentation

Expr Editor

The Expr Editor is an embeddable code editor written in JavaScript with full support of Expr language.

Expr Pro

Expr Pro is a set of extensions for Expr for advanced use cases. It includes expressions explanation, performance profiling, and more.

v1.16.6

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

program, err := expr.Compile(`now() - created_at < duration("24h")`)

In this release:

  • Added an option to set default timezone for date() and now() builtins with expr.Timezone("Europe/Zurich")
  • Added a new timezone("UTC") builtin
  • Fixed double-escaping of keys in map printing (#640)
  • Starting from this release, Expr has no dependencies go.mod (#618, #642)

Expr Editor

The Expr Editor is an embeddable code editor written in JavaScript with full support of Expr language.

Expr Pro

... (truncated)

Commits


Updates github.com/k1LoW/grpcstub from 0.22.0 to 0.22.1

Release notes

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

v0.22.1

What's Changed

Other Changes

Full Changelog: https://github.com/k1LoW/grpcstub/compare/v0.22.0...v0.22.1

Changelog

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

v0.22.1 - 2024-05-06

Other Changes

Commits
  • a7199c8 Merge pull request #91 from k1LoW/tagpr-from-v0.22.0
  • 7780a78 [tagpr] update CHANGELOG.md
  • 183feb2 [tagpr] prepare for the next release
  • e01821d Merge pull request #90 from k1LoW/dependabot/go_modules/dependencies-d070245dc6
  • 5de8e55 chore(deps): bump github.com/k1LoW/bufresolv in the dependencies group
  • See full diff in compare view


Updates github.com/k1LoW/httpstub from 0.16.1 to 0.16.2

Release notes

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

v0.16.2

What's Changed

Other Changes

Full Changelog: https://github.com/k1LoW/httpstub/compare/v0.16.1...v0.16.2

Changelog

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

v0.16.2 - 2024-05-06

Other Changes

Commits
  • c63298f Merge pull request #52 from k1LoW/tagpr-from-v0.16.1
  • a6a0666 [tagpr] update CHANGELOG.md
  • 10db1bf [tagpr] prepare for the next release
  • 1b352ed Merge pull request #51 from k1LoW/dependabot/go_modules/dependencies-86b8e97646
  • 69a6ac2 chore(deps): bump the dependencies group with 2 updates
  • See full diff in compare view


Updates github.com/pb33f/libopenapi from 0.16.5 to 0.16.6

Release notes

Sourced from github.com/pb33f/libopenapi's releases.

v0.16.6

Added MarshalJSON and MarshalJSONInline to base.Schema in high level model.

Addresses issue #289

Also handles error edge case with RenderAndReload on high level document

@​khart-twilio @​maboehm

Commits


Updates github.com/xo/dburl from 0.23.0 to 0.23.1

Commits


Updates golang.org/x/crypto from 0.22.0 to 0.23.0

Commits
  • 905d78a go.mod: update golang.org/x dependencies
  • ebb717d ssh: validate key type in SSH_MSG_USERAUTH_PK_OK response
  • 0da2a6a openpgp: fix function name in comment
  • 5defcc1 sha3: fix Sum results for SHAKE functions on s390x
  • See full diff in compare view


Updates google.golang.org/protobuf from 1.34.0 to 1.34.1

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