lightglitch / seekerr

Tool to add new movies to Radarr based on RSS, IMDB and Trakt lists filtering by ratings.
MIT License
60 stars 2 forks source link

Bump github.com/antonmedv/expr from 1.9.0 to 1.10.3 #63

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/antonmedv/expr from 1.9.0 to 1.10.3.

Release notes

Sourced from github.com/antonmedv/expr's releases.

v1.10.3

  • Fixed nil type check.

v1.10.2

  • Added more typed call signatures.
  • Fixed: correctly check error type of func return types.
  • Fixed: use CallTyped for methods as well.

v1.10.1

  • Fixed: CallFastTyped kind detection.
  • Fixed type checker: allow to use any as key in maps.
  • Fixed: put operator check after env is set (#309).

v1.10.0

Expr – expression language and expression evaluation for Go.

out, err := expr.Eval(`all(Tweets, {.Len <= 240})`, tweets)

In this release

  • Performance improved up to 50%-100%.
  • Added native support for times and duration.
Commits
  • 0675733 Fix nil type checks
  • bbf30b4 Update Language-Definition.md
  • 30d6ead Update Language-Definition.md
  • 5a2e18d Update Language-Definition.md
  • 76cf095 Update Language-Definition.md
  • 6070193 Update Language-Definition.md
  • a92921a Update Language-Definition.md
  • 7fba10a Update Language-Definition.md
  • c2b6f32 Add more typed call signatures
  • b062494 Fix: correctly check error type of func return types
  • 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 #65.