[PR #605] [MERGED] fix(deps): update module github.com/arran4/golang-ical to v0.3.2 #782

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

📋 Pull Request Information

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

Base: mainHead: renovate/github.com-arran4-golang-ical-0.x


📝 Commits (1)

  • 5c4abfd fix(deps): update module github.com/arran4/golang-ical to v0.3.2

📊 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/arran4/golang-ical v0.3.1 -> v0.3.2 age adoption passing confidence

Release Notes

arran4/golang-ical (github.com/arran4/golang-ical)

v0.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/arran4/golang-ical/compare/v0.3.1...v0.3.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/605 **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-arran4-golang-ical-0.x` --- ### 📝 Commits (1) - [`5c4abfd`](https://github.com/go-vikunja/vikunja/commit/5c4abfdd96304470627cab456029625fa2f74a15) fix(deps): update module github.com/arran4/golang-ical to v0.3.2 ### 📊 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/arran4/golang-ical](https://redirect.github.com/arran4/golang-ical) | `v0.3.1` -> `v0.3.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2farran4%2fgolang-ical/v0.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2farran4%2fgolang-ical/v0.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2farran4%2fgolang-ical/v0.3.1/v0.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2farran4%2fgolang-ical/v0.3.1/v0.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>arran4/golang-ical (github.com/arran4/golang-ical)</summary> ### [`v0.3.2`](https://redirect.github.com/arran4/golang-ical/releases/tag/v0.3.2) [Compare Source](https://redirect.github.com/arran4/golang-ical/compare/v0.3.1...v0.3.2) #### What's Changed - Should be able to distinguish unset from invalid time properties by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [https://github.com/arran4/golang-ical/pull/98](https://redirect.github.com/arran4/golang-ical/pull/98) - Add method to remove property by [@&#8203;quite](https://redirect.github.com/quite) in [https://github.com/arran4/golang-ical/pull/96](https://redirect.github.com/arran4/golang-ical/pull/96) - Renamed interface as it's useful own it's own. Made it public. Added … by [@&#8203;arran4](https://redirect.github.com/arran4) in [https://github.com/arran4/golang-ical/pull/59](https://redirect.github.com/arran4/golang-ical/pull/59) - Add leaks and vunerability checks by [@&#8203;arran4](https://redirect.github.com/arran4) in [https://github.com/arran4/golang-ical/pull/58](https://redirect.github.com/arran4/golang-ical/pull/58) - Fix allday events by [@&#8203;arran4](https://redirect.github.com/arran4) in [https://github.com/arran4/golang-ical/pull/101](https://redirect.github.com/arran4/golang-ical/pull/101) - fix: omit zone in "AllDay" event helpers by [@&#8203;dnwe](https://redirect.github.com/dnwe) in [https://github.com/arran4/golang-ical/pull/67](https://redirect.github.com/arran4/golang-ical/pull/67) - refactor: remove unnecessary named return values, harmonizing code base by [@&#8203;quite](https://redirect.github.com/quite) in [https://github.com/arran4/golang-ical/pull/103](https://redirect.github.com/arran4/golang-ical/pull/103) - refactor: rename var to reflect what it is by [@&#8203;quite](https://redirect.github.com/quite) in [https://github.com/arran4/golang-ical/pull/104](https://redirect.github.com/arran4/golang-ical/pull/104) - refactor: fix some readability nits by [@&#8203;quite](https://redirect.github.com/quite) in [https://github.com/arran4/golang-ical/pull/105](https://redirect.github.com/arran4/golang-ical/pull/105) - URL-support-for-parsing-78 by [@&#8203;arran4](https://redirect.github.com/arran4) in [https://github.com/arran4/golang-ical/pull/102](https://redirect.github.com/arran4/golang-ical/pull/102) - URL support for parsing (issue [#&#8203;77](https://redirect.github.com/arran4/golang-ical/issues/77)) by [@&#8203;Courtcircuits](https://redirect.github.com/Courtcircuits) in [https://github.com/arran4/golang-ical/pull/78](https://redirect.github.com/arran4/golang-ical/pull/78) - Addition of some multiple Component Properties functionality and basis for later sanity checking by [@&#8203;arran4](https://redirect.github.com/arran4) in [https://github.com/arran4/golang-ical/pull/108](https://redirect.github.com/arran4/golang-ical/pull/108) - Issue 97: Support for Alternative Representations by [@&#8203;arran4](https://redirect.github.com/arran4) in [https://github.com/arran4/golang-ical/pull/106](https://redirect.github.com/arran4/golang-ical/pull/106) - Optimize serialization by decreasing buffer allocations by [@&#8203;gabe565](https://redirect.github.com/gabe565) in [https://github.com/arran4/golang-ical/pull/114](https://redirect.github.com/arran4/golang-ical/pull/114) #### New Contributors - [@&#8203;dnwe](https://redirect.github.com/dnwe) made their first contribution in [https://github.com/arran4/golang-ical/pull/67](https://redirect.github.com/arran4/golang-ical/pull/67) - [@&#8203;Courtcircuits](https://redirect.github.com/Courtcircuits) made their first contribution in [https://github.com/arran4/golang-ical/pull/78](https://redirect.github.com/arran4/golang-ical/pull/78) - [@&#8203;gabe565](https://redirect.github.com/gabe565) made their first contribution in [https://github.com/arran4/golang-ical/pull/114](https://redirect.github.com/arran4/golang-ical/pull/114) **Full Changelog**: https://github.com/arran4/golang-ical/compare/v0.3.1...v0.3.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:06 -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#782