Skip to content

fix(deps): update module github.com/expr-lang/expr to v1.17.8#27

Merged
ncode merged 1 commit intomainfrom
renovate/github.com-expr-lang-expr-1.x
Feb 14, 2026
Merged

fix(deps): update module github.com/expr-lang/expr to v1.17.8#27
ncode merged 1 commit intomainfrom
renovate/github.com-expr-lang-expr-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 14, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/expr-lang/expr v1.17.7v1.17.8 age confidence

Release Notes

expr-lang/expr (github.com/expr-lang/expr)

v1.17.8

Compare Source

Expr is an expression language designed to deliver dynamic configurations with unparalleled accuracy,
safety, and speed.

program, err := expr.Compile(`let foo = bar(); baz(foo, foo)`)

In this release:

  • New feature: added bytes literal syntax (#​894)
  • Improved performance: count comparisons to any (#​897)
  • Improved performance: added sum range optimization (#​896)
  • Improved performance: added count threshold comparisons (#​898)
  • Improved performance: optimize loop iteration with scope pool (#​908)
  • Improved performance: added fast paths for min, max, mean, and median (#​909)
  • Fixed: ctx into nested custom funcs and Env (#​883)
  • Fixed: disable check for missing predicate during parseing (#​924)
  • Fixed: detect $env() calls at compile time (#​923)
  • Fixed: bounds check to get() (#​918)
  • Fixed: validate sortBy order argument type (#​912)
  • Fixed: reduce empty array without init val (#​911)
  • Fixed: validate arg count before OpCall (#​904)
  • Fixed: correct variadic method arg type (#​889)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov-commenter
Copy link

codecov-commenter commented Feb 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.07%. Comparing base (b2bcdbc) to head (649c974).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #27   +/-   ##
=======================================
  Coverage   96.07%   96.07%           
=======================================
  Files          10       10           
  Lines         611      611           
=======================================
  Hits          587      587           
  Misses         19       19           
  Partials        5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/github.com-expr-lang-expr-1.x branch from 7a56729 to 649c974 Compare February 14, 2026 19:07
@ncode ncode merged commit 7b04ca2 into main Feb 14, 2026
5 checks passed
@ncode ncode deleted the renovate/github.com-expr-lang-expr-1.x branch February 14, 2026 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants