[PR #615] [MERGED] fix(deps): update module github.com/ganigeorgiev/fexpr to v0.5.0 #792

Closed
opened 2025-11-01 21:04:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/615
Author: @renovate[bot]
Created: 4/2/2025
Status: Merged
Merged: 4/2/2025
Merged by: @kolaente

Base: mainHead: renovate/github.com-ganigeorgiev-fexpr-0.x


📝 Commits (1)

  • 8b780a9 fix(deps): update module github.com/ganigeorgiev/fexpr to v0.5.0

📊 Changes

2 files changed (+3 additions, -1 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -0)

📄 Description

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/ganigeorgiev/fexpr v0.4.1 -> v0.5.0 age adoption passing confidence

Release Notes

ganigeorgiev/fexpr (github.com/ganigeorgiev/fexpr)

v0.5.0: Release

Compare Source

  • Added support for function tokens.
    Function tokens are similar to identifiers but in addition accept a list of arguments enclosed in parenthesis (). The function arguments must be separated by comma (a single trailing comma is also allowed) and each argument can be an identifier, quoted text, number or another nested function (at the moment restricted up to 2 nested).
    Example: test(), test(a.b, 123, "abc"), @a.b.c:test(true), a(b(c(1, 2))).

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/615 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 4/2/2025 **Status:** ✅ Merged **Merged:** 4/2/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/github.com-ganigeorgiev-fexpr-0.x` --- ### 📝 Commits (1) - [`8b780a9`](https://github.com/go-vikunja/vikunja/commit/8b780a9415986b8bedca75c27756846d448b3332) fix(deps): update module github.com/ganigeorgiev/fexpr to v0.5.0 ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -0) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/ganigeorgiev/fexpr](https://redirect.github.com/ganigeorgiev/fexpr) | `v0.4.1` -> `v0.5.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fganigeorgiev%2ffexpr/v0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fganigeorgiev%2ffexpr/v0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fganigeorgiev%2ffexpr/v0.4.1/v0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fganigeorgiev%2ffexpr/v0.4.1/v0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ganigeorgiev/fexpr (github.com/ganigeorgiev/fexpr)</summary> ### [`v0.5.0`](https://redirect.github.com/ganigeorgiev/fexpr/releases/tag/v0.5.0): Release [Compare Source](https://redirect.github.com/ganigeorgiev/fexpr/compare/v0.4.1...v0.5.0) - Added support for `function` tokens. Function tokens are similar to identifiers but in addition accept a list of arguments enclosed in parenthesis `()`. The function arguments must be separated by comma (*a single trailing comma is also allowed*) and each argument can be an identifier, quoted text, number or another nested function (*at the moment restricted up to 2 nested*). *Example*: `test()`, `test(a.b, 123, "abc")`, `@a.b.c:test(true)`, `a(b(c(1, 2)))`. </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/go-vikunja/vikunja). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-01 21:04:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#792