Skip to content

chore(deps): bump github.com/expr-lang/expr from 1.17.7 to 1.17.8 in the go-dependencies group#29

Merged
soderluk merged 1 commit intomainfrom
dependabot/go_modules/go-dependencies-2cdb25d9d5
Feb 15, 2026
Merged

chore(deps): bump github.com/expr-lang/expr from 1.17.7 to 1.17.8 in the go-dependencies group#29
soderluk merged 1 commit intomainfrom
dependabot/go_modules/go-dependencies-2cdb25d9d5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 15, 2026

Bumps the go-dependencies group with 1 update: github.com/expr-lang/expr.

Updates github.com/expr-lang/expr from 1.17.7 to 1.17.8

Release notes

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

v1.17.8

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)
Commits
  • 21f4f05 Fix impossible unsigned integer comparisons in Abs() function (#919)
  • 3461fbb perf(vm): optimize loop iteration with scope pool (#908)
  • 94ec86d fix(patcher): ctx into nested custom funcs and Env (#883)
  • 40bda0b Disable check for missing predicate during parseing
  • 552eb1b Disable check for missing predicate during parseing
  • 75a31bc fix(fuzz): skip json unsupported type errors (#928)
  • 391930f chore(ci): add Go 1.26 to test matrix (#929)
  • f0176e7 Update README.md: Added GlassFlow.dev in the list of companies using expr (#927)
  • 2aaa9aa fix(checker): detect $env() calls at compile time (#923)
  • 0785f19 fix(fuzz): skip reflect err for variadic calls (#921)
  • 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 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 go-dependencies group with 1 update: [github.com/expr-lang/expr](https://github.com/expr-lang/expr).


Updates `github.com/expr-lang/expr` from 1.17.7 to 1.17.8
- [Release notes](https://github.com/expr-lang/expr/releases)
- [Commits](expr-lang/expr@v1.17.7...v1.17.8)

---
updated-dependencies:
- dependency-name: github.com/expr-lang/expr
  dependency-version: 1.17.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 15, 2026
@dependabot dependabot Bot requested a review from soderluk as a code owner February 15, 2026 07:04
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 15, 2026
@soderluk soderluk merged commit 5a0737a into main Feb 15, 2026
6 checks passed
@soderluk soderluk deleted the dependabot/go_modules/go-dependencies-2cdb25d9d5 branch February 15, 2026 10:34
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