Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the dependencies group with 3 updates #360

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2024

Bumps the dependencies group with 3 updates: github.com/expr-lang/expr, github.com/k1LoW/ghfs and google.golang.org/api.

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

Release notes

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

v1.16.5

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

output, err := expr.Eval("metric > 100", map[string]any{
    "metric": 200,
})

In this release:

  • Added compiler optimization for boolean operations between all, any, none functions (#626)
  • Added optional predicate to sum() builtin (#592)
  • Added sum() compiler optimization c2b609e edb1b5a
  • Improved WithContext to work for methods on env struct (#602)
  • Improved count() builtin: now predicate is optional 725b702
  • Fixed printing of combinations conditional with binary nodes 6157395
  • Fixed optional chaining to return proper nil 5804ccb

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.

Commits

Updates github.com/k1LoW/ghfs from 1.2.0 to 1.3.1

Release notes

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

v1.3.1

What's Changed

Full Changelog: k1LoW/ghfs@v1.3.0...v1.3.1

v1.3.0

What's Changed

Full Changelog: k1LoW/ghfs@v1.2.0...v1.3.0

Changelog

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

v1.3.1 - 2024-04-19

v1.3.0 - 2024-04-16

v1.1.1 - 2024-01-26

v1.0.2 - 2023-07-08

v1.0.1 (2023-02-19)

v1.0.0 (2023-02-19)

v0.9.0 (2023-02-12)

  • Bump up go-github-client version #9 (k1LoW)

v0.8.0 (2022-12-23)

  • Bump up go and pkgs version #8 (k1LoW)

v0.7.0 (2022-08-22)

v0.6.0 (2021-11-14)

  • Return an empty FS if the repository is a zero-commit repository and a default branch has been specified. #5 (k1LoW)

v0.5.0 (2021-11-08)

... (truncated)

Commits
  • 5b74507 Merge pull request #28 from k1LoW/tagpr-from-v1.3.0
  • 7c9c51b [tagpr] update CHANGELOG.md
  • 497f5f5 [tagpr] prepare for the next release
  • f2a9cfc Merge pull request #27 from k1LoW/dependabot/go_modules/example/golang.org/x/...
  • 7cf7b54 Bump golang.org/x/net from 0.17.0 to 0.23.0 in /example
  • f53ef7a Merge pull request #25 from k1LoW/tagpr-from-v1.2.0
  • f28e8af [tagpr] update CHANGELOG.md
  • d91c35b [tagpr] prepare for the next release
  • 9beb144 Merge pull request #26 from k1LoW/update-go-github-client
  • 84b1690 Update go-github-client ( and go version )
  • Additional commits viewable in compare view

Updates google.golang.org/api from 0.172.0 to 0.175.0

Release notes

Sourced from google.golang.org/api's releases.

v0.175.0

0.175.0 (2024-04-19)

Features

Bug Fixes

v0.174.0

0.174.0 (2024-04-17)

Features

Bug Fixes

v0.173.0

0.173.0 (2024-04-16)

Features

... (truncated)

Changelog

Sourced from google.golang.org/api's changelog.

0.175.0 (2024-04-19)

Features

Bug Fixes

0.174.0 (2024-04-17)

Features

Bug Fixes

0.173.0 (2024-04-16)

Features

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 3 updates: [github.com/expr-lang/expr](https://github.com/expr-lang/expr), [github.com/k1LoW/ghfs](https://github.com/k1LoW/ghfs) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `github.com/expr-lang/expr` from 1.16.4 to 1.16.5
- [Release notes](https://github.com/expr-lang/expr/releases)
- [Commits](expr-lang/expr@v1.16.4...v1.16.5)

Updates `github.com/k1LoW/ghfs` from 1.2.0 to 1.3.1
- [Release notes](https://github.com/k1LoW/ghfs/releases)
- [Changelog](https://github.com/k1LoW/ghfs/blob/main/CHANGELOG.md)
- [Commits](k1LoW/ghfs@v1.2.0...v1.3.1)

Updates `google.golang.org/api` from 0.172.0 to 0.175.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.172.0...v0.175.0)

---
updated-dependencies:
- dependency-name: github.com/expr-lang/expr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/k1LoW/ghfs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 21, 2024
@k1LoW k1LoW merged commit 2e56823 into main Apr 22, 2024
5 checks passed
@k1LoW k1LoW deleted the dependabot/go_modules/dependencies-1bb4dc1a1f branch April 22, 2024 00:46
@github-actions github-actions bot mentioned this pull request Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant