dependency-manager
A package manager or package management system is a collection of software tools that automate the process of installing, upgrading, configuring, or removing computer programs for a computer's operating system in a consistent manner.
Here are 327 public repositories matching this topic...
-
Updated
Jan 31, 2022 - Ruby
-
Updated
Sep 5, 2020 - Go
@zharinov We should use uppercase for i
in a follow up PR.
function replaceSecretsInObject(
Originally posted by @viceice in renovatebot/renovate#13445 (comment)
-
Updated
Jan 2, 2022 - TypeScript
-
Updated
Mar 19, 2021 - Ruby
Describe the bug
CodeQL show that we are logging paths directly. We should instead escape and then log them.
To Reproduce
Results are shown here: https://github.com/gomods/athens/pull/1748/checks?check_run_id=4567576462
Expected behavior
We can simply log escaped paths provided by net/url: https://pkg.go.dev/net/url#URL.EscapedPath
Additional context
Add an
-
Updated
Oct 22, 2021 - CMake
-
Updated
Dec 29, 2021 - Swift
-
Updated
Jul 11, 2021 - JavaScript
If CPM_SOURCE_CACHE
is set to an empty string, CPM fails with file DOWNLOAD error: cannot create directory '/cpm' - Specify file by full
.
-
Updated
Dec 17, 2021 - Python
-
Updated
Jan 3, 2022 - TypeScript
-
Updated
Feb 1, 2022
-
Updated
Mar 18, 2021 - Ruby
-
Updated
Feb 5, 2019 - C#
-
Updated
Jan 24, 2022 - Python
-
Updated
Dec 21, 2021 - Shell
-
Updated
Jun 24, 2021 - Python
-
Updated
Oct 25, 2021 - Python
We currently don't support compiler options which are two parameters, like -encoding UTF-8
, and commas also seem to be invalid in parameters, presumably excluded by some regex...
-
Updated
Apr 23, 2018 - Python
-
Updated
Nov 29, 2021 - Go
-
Updated
Dec 15, 2021 - PowerShell
-
Updated
Jan 2, 2022 - Go
Looking at the code, it looks like autoload files are loaded in the order of packages given by PackageSorter::sortPackages().
This should be documented in https://getcomposer.org/doc/04-schema.md#files. (Also, I have no idea what the sorting done by PackageSorter::sortPackages() actually is. It says 'dependency weight' but what does that mean?)