[PR #2398] [MERGED] build(deps): bump github.com/adrg/xdg from 0.4.0 to 0.5.0 #2427

Closed
opened 2026-03-01 21:55:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2398
Author: @dependabot[bot]
Created: 7/15/2024
Status: Merged
Merged: 7/15/2024
Merged by: @mergify[bot]

Base: masterHead: dependabot/go_modules/github.com/adrg/xdg-0.5.0


📝 Commits (1)

  • 8a90dd6 build(deps): bump github.com/adrg/xdg from 0.4.0 to 0.5.0

📊 Changes

2 files changed (+6 additions, -7 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+4 -5)

📄 Description

Bumps github.com/adrg/xdg from 0.4.0 to 0.5.0.

Release notes

Sourced from github.com/adrg/xdg's releases.

v0.5.0

Changelog

  • user-dirs.dirs config file is now parsed on Unix-like operating systems (except for macOS and Plan 9). See XDG user directories README section for more details.
  • Updated golang.org/x/sys dependency to the latest version.

Internal

  • Moved all path related functionality in internal pathutil package.
  • Added internal userdirs package:
    • Moved xdg.UserDirectories to userdirs.Directories.
    • Added parsing functions for user-dirs.dirs config file.
  • Improved package testing.
Commits
  • 1356827 Change definition of userdirs.ParseConfigFile and userdirs.ParseConfig
  • d48cee0 Merge pull request #86 from adrg/dependabot/go_modules/golang.org/x/sys-0.22.0
  • c53b5d9 Add Codecov token in Github actions tests workflow
  • fe619a1 Merge pull request #87 from adrg/parse-user-dirs
  • ed625ee Minor README.md update
  • ac2d468 Improve user directories README.md section
  • 27a1554 Move UserDirectories struct in userdirs package
  • e72f914 Update XDG user directories README.md section
  • e9e51ac Remove xdgPath and xdgPaths functions
  • 28fbf4c Replace xdgPath and xdgPaths calls with pathutil equivalents
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 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/nektos/act/pull/2398 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/15/2024 **Status:** ✅ Merged **Merged:** 7/15/2024 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/adrg/xdg-0.5.0` --- ### 📝 Commits (1) - [`8a90dd6`](https://github.com/nektos/act/commit/8a90dd6ae87832979c1146b0045505c5ef8f486a) build(deps): bump github.com/adrg/xdg from 0.4.0 to 0.5.0 ### 📊 Changes **2 files changed** (+6 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+4 -5) </details> ### 📄 Description Bumps [github.com/adrg/xdg](https://github.com/adrg/xdg) from 0.4.0 to 0.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/adrg/xdg/releases">github.com/adrg/xdg's releases</a>.</em></p> <blockquote> <h2>v0.5.0</h2> <h3>Changelog</h3> <ul> <li><code>user-dirs.dirs</code> config file is now parsed on Unix-like operating systems (except for macOS and Plan 9). See <a href="https://github.com/adrg/xdg?tab=readme-ov-file#xdg-user-directories">XDG user directories</a> README section for more details.</li> <li>Updated <code>golang.org/x/sys</code> dependency to the latest version.</li> </ul> <h4>Internal</h4> <ul> <li>Moved all path related functionality in internal <code>pathutil</code> package.</li> <li>Added internal <code>userdirs</code> package: <ul> <li>Moved <code>xdg.UserDirectories</code> to <code>userdirs.Directories</code>.</li> <li>Added parsing functions for <code>user-dirs.dirs</code> config file.</li> </ul> </li> <li>Improved package testing.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/adrg/xdg/commit/1356827f670c5da79144804c529f5272fe440f30"><code>1356827</code></a> Change definition of userdirs.ParseConfigFile and userdirs.ParseConfig</li> <li><a href="https://github.com/adrg/xdg/commit/d48cee010558c0df84aba43cd7874802639c3ec2"><code>d48cee0</code></a> Merge pull request <a href="https://redirect.github.com/adrg/xdg/issues/86">#86</a> from adrg/dependabot/go_modules/golang.org/x/sys-0.22.0</li> <li><a href="https://github.com/adrg/xdg/commit/c53b5d94118699e74d867137ee86083adec329b8"><code>c53b5d9</code></a> Add Codecov token in Github actions tests workflow</li> <li><a href="https://github.com/adrg/xdg/commit/fe619a1270fce35fe780daefed23f9c12c96a747"><code>fe619a1</code></a> Merge pull request <a href="https://redirect.github.com/adrg/xdg/issues/87">#87</a> from adrg/parse-user-dirs</li> <li><a href="https://github.com/adrg/xdg/commit/ed625ee4643a8fb03105e9cb83682e1730f9e435"><code>ed625ee</code></a> Minor README.md update</li> <li><a href="https://github.com/adrg/xdg/commit/ac2d4688144cbcd0a846d9550518a3f54f090d65"><code>ac2d468</code></a> Improve user directories README.md section</li> <li><a href="https://github.com/adrg/xdg/commit/27a1554438c306c96f0d234700482e6f19ec1e76"><code>27a1554</code></a> Move UserDirectories struct in userdirs package</li> <li><a href="https://github.com/adrg/xdg/commit/e72f91494270909abb5a600bd191fb7c110c758f"><code>e72f914</code></a> Update XDG user directories README.md section</li> <li><a href="https://github.com/adrg/xdg/commit/e9e51acd87716cb096abcf183e96b1042d3ee326"><code>e9e51ac</code></a> Remove xdgPath and xdgPaths functions</li> <li><a href="https://github.com/adrg/xdg/commit/28fbf4c23a3cb4a7c95ab182dd0e242c71a81f88"><code>28fbf4c</code></a> Replace xdgPath and xdgPaths calls with pathutil equivalents</li> <li>Additional commits viewable in <a href="https://github.com/adrg/xdg/compare/v0.4.0...v0.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/adrg/xdg&package-manager=go_modules&previous-version=0.4.0&new-version=0.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:55:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2427
No description provided.