penguin-statistics / backend-next

The refactored Penguin Statistics v3 Backend. Built with Go, fiber, bun and go.uber.org/fx. Uses NATS as MQ and Redis as state synchronization.
MIT License
171 stars 19 forks source link

fix(deps): update module github.com/antonmedv/expr to v1.12.7 #471

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/antonmedv/expr require patch v1.12.5 -> v1.12.7

Release Notes

antonmedv/expr (github.com/antonmedv/expr) ### [`v1.12.7`](https://togithub.com/antonmedv/expr/releases/tag/v1.12.7) [Compare Source](https://togithub.com/antonmedv/expr/compare/v1.12.6...v1.12.7) **Expr** is a Go package that offers a fast, simple, and safe engine for compiling and evaluating expressions. Ideal for implementing complex logic in configuration, it serves as a foundation for a dynamic business rule engine without the need for recompiling the program. - Added new opcode `OpInvalid` for debugging purposes. ### [`v1.12.6`](https://togithub.com/antonmedv/expr/releases/tag/v1.12.6) [Compare Source](https://togithub.com/antonmedv/expr/compare/v1.12.5...v1.12.6) #### What's Changed - Churn: remove duplicate codes by [@​Schneizelw](https://togithub.com/Schneizelw) in [https://github.com/antonmedv/expr/pull/356](https://togithub.com/antonmedv/expr/pull/356) - Fix: fixed a compilation error. by [@​PranavPeshwe](https://togithub.com/PranavPeshwe) in [https://github.com/antonmedv/expr/pull/355](https://togithub.com/antonmedv/expr/pull/355) - Doc: update Visitor-and-Patch.md by [@​mdmcconnell](https://togithub.com/mdmcconnell) in [https://github.com/antonmedv/expr/pull/369](https://togithub.com/antonmedv/expr/pull/369) - Feature: env\[] keyword implemented in parser by [@​mdmcconnell](https://togithub.com/mdmcconnell) in [https://github.com/antonmedv/expr/pull/382](https://togithub.com/antonmedv/expr/pull/382) #### New Contributors - [@​Schneizelw](https://togithub.com/Schneizelw) made their first contribution in [https://github.com/antonmedv/expr/pull/356](https://togithub.com/antonmedv/expr/pull/356) - [@​PranavPeshwe](https://togithub.com/PranavPeshwe) made their first contribution in [https://github.com/antonmedv/expr/pull/355](https://togithub.com/antonmedv/expr/pull/355) - [@​mdmcconnell](https://togithub.com/mdmcconnell) made their first contribution in [https://github.com/antonmedv/expr/pull/369](https://togithub.com/antonmedv/expr/pull/369) **Full Changelog**: https://github.com/antonmedv/expr/compare/v1.12.5...v1.12.6

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.



This PR has been generated by Mend Renovate. View repository job log here.