Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/adrg/xdg to v0.5.3 #133

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/adrg/xdg v0.4.0 -> v0.5.3 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

adrg/xdg (github.com/adrg/xdg)

v0.5.3

Compare Source

Changelog
  • Updated xdg.SearchRuntimeFile to also look in the operating system's temporary directory for runtime files.
    This covers unlikely cases in which runtime files cannot be written relative to the base runtime directory either because it does not exist or it is not accessible, so xdg.RuntimeFile suggests the operating system's temporary directory as a suitable fallback location.
Internal
  • Improved package testing.

v0.5.2

Compare Source

Changelog
  • Updated logic of xdg.RuntimeFile: due to the special nature of the runtime directory, the function no longer attempts to create it if it does not exist. If that's the case, the function uses the operating system's temporary directory as a fallback. The function still creates subdirectories relative to the base runtime directory or its fallback.

    Justification: the creation of the runtime directory is not in the scope of this package as it has special requirements defined by the XDG Base Directory Specification. Relevant excerpt:

    The lifetime of the directory MUST be bound to the user being logged in. It MUST be created when the user first logs in and if the user fully logs out the directory MUST be removed. If the user logs in more than once they should get pointed to the same directory, and it is mandatory that the directory continues to exist from their first login to their last logout on the system, and not removed in between. Files in the directory MUST not survive reboot or a full logout/login cycle.

    Also, on Linux, the parent directories of the default user runtime directory are owned by the root user so they cannot be created by a regular user. pam_systemd is usually responsible for creating the runtime directory (/run/user/$UID).

v0.5.1

Compare Source

Changelog
  • Added support for the non-standard XDG_BIN_HOME base directory.
    See XDG base directories README section for more details.
  • Added more config and data search locations on macOS.
    • Added ~/.config at the end of the list of default locations for XDG_CONFIG_DIRS.
    • Added ~/.local/share at the end of the list of default locations for XDG_DATA_DIRS.
  • Added more application search locations on Windows:
    • %ProgramFiles%
    • %ProgramFiles%\Common Files
    • %LOCALAPPDATA%\Programs
    • %LOCALAPPDATA%\Programs\Common
Internal
  • Updated golang.org/x/sys dependency to the latest version.
  • Improved package testing.

v0.5.0

Compare Source

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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 11, 2024
@renovate renovate bot force-pushed the renovate/github.com-adrg-xdg-0.x branch from 130b75f to 7c4b961 Compare August 27, 2024 14:23
@renovate renovate bot force-pushed the renovate/github.com-adrg-xdg-0.x branch from 7c4b961 to f42c724 Compare September 18, 2024 19:22
@renovate renovate bot force-pushed the renovate/github.com-adrg-xdg-0.x branch from f42c724 to 4561fb3 Compare October 2, 2024 07:04
@renovate renovate bot enabled auto-merge (rebase) October 2, 2024 09:39
@renovate renovate bot force-pushed the renovate/github.com-adrg-xdg-0.x branch 3 times, most recently from 8c5fb63 to a405235 Compare October 8, 2024 15:33
@renovate renovate bot force-pushed the renovate/github.com-adrg-xdg-0.x branch 3 times, most recently from d29d6c0 to 76c03fa Compare October 23, 2024 09:37
@renovate renovate bot force-pushed the renovate/github.com-adrg-xdg-0.x branch from 76c03fa to 6c855fc Compare October 29, 2024 16:45
@renovate renovate bot changed the title fix(deps): update module github.com/adrg/xdg to v0.5.0 fix(deps): update module github.com/adrg/xdg to v0.5.1 Oct 29, 2024
@renovate renovate bot force-pushed the renovate/github.com-adrg-xdg-0.x branch from 6c855fc to d3cbdee Compare November 1, 2024 16:56
@renovate renovate bot changed the title fix(deps): update module github.com/adrg/xdg to v0.5.1 fix(deps): update module github.com/adrg/xdg to v0.5.2 Nov 1, 2024
@renovate renovate bot force-pushed the renovate/github.com-adrg-xdg-0.x branch from d3cbdee to 8541a82 Compare November 3, 2024 16:40
@renovate renovate bot changed the title fix(deps): update module github.com/adrg/xdg to v0.5.2 fix(deps): update module github.com/adrg/xdg to v0.5.3 Nov 3, 2024
@renovate renovate bot force-pushed the renovate/github.com-adrg-xdg-0.x branch from 8541a82 to b1154d9 Compare November 7, 2024 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants