mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-11 17:48:44 -05:00
[PR #615] [MERGED] fix(deps): update module github.com/ganigeorgiev/fexpr to v0.5.0 #792
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:renovate/github.com-ganigeorgiev-fexpr-0.x📝 Commits (1)
8b780a9fix(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:
v0.4.1->v0.5.0Release Notes
ganigeorgiev/fexpr (github.com/ganigeorgiev/fexpr)
v0.5.0: ReleaseCompare Source
functiontokens.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.
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.