dependencies
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 760 public repositories matching this topic...
How are you running Renovate?
Self-hosted
Please select which platform you are using if self-hosting.
gitlab.com
If you're self-hosting Renovate, tell us what version of Renovate you run.
27.8.2
Describe the bug
Renovate fails to create MR because description is too long and GitLab API returns a 400 response. I'm using a custom regex manager with `datasource: d
-
Updated
Sep 13, 2021 - TypeScript
Is your feature request related to a problem? Please describe.
Not related to a problem
Describe the solution you'd like
We opened #808 to discuss how we might use GitHub actions. At the time, this repo didn't have actions enabled. Now that it does, we should try them out for some of the things in that thread.
_Edit from @arschles - we have focused this issue to just the twitte
-
Updated
Aug 27, 2021 - TypeScript
-
Updated
Sep 18, 2021 - JavaScript
-
Updated
Jan 11, 2021 - Python
-
Updated
Jul 11, 2021 - JavaScript
-
Updated
Sep 15, 2021 - Erlang
Description
These files need some review as there are some weird licenses detected:
-
Updated
Apr 2, 2021 - Scala
-
Updated
Sep 3, 2021 - Ruby
Originally posted by @fthomas in scala-steward-org/scala-steward#2216 (comment)
-
Updated
Sep 14, 2021 - Ruby
Add support for SPM (Swift Package Manager) when installed through Apple Xcode.
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
Apr 12, 2018 - Go
Description
This task is contingent on merging task #995 into main. Now that we have a list of tests to invoke, we will implement invoking them.
To Do
- Modify the file
ci/release_tests.pyto invoke each of the tests in the listtests.
import subprocess # nosec
tests = [...] <-- changes to be included in #995
for t in tests:
subprocess.check_output(t, shell=Tr
-
Updated
Oct 9, 2020 - TypeScript
The code at
can be simplified now that Stack 2.3.1 supports ls dependencies json.
-
Updated
Mar 17, 2019 - Swift
-
Updated
Aug 10, 2021 - TypeScript
-
Updated
Sep 15, 2021 - JavaScript
Package and Environment Details (include every applicable attribute)
- Package Name/Version: openssl/1.1.1d
- Operating System+version: Linux CentOS 7.7.1908
- Compiler+version: GCC 7.3.1 (devtoolset-7)
- Docker image: **centos:7.7.190
-
Updated
Aug 8, 2021 - TypeScript
-
Updated
Feb 24, 2020 - JavaScript
-
Updated
Sep 19, 2020 - Go
Describe the bug
When using an image URL like
https://bundlephobia.com/api/stats-image?name=convert&version=1.0.1&wide=truefor a version that isn't published the image returns a placeholder, but the placeholder gets cached. After the version is published the placeholder image stays cached.To Reproduce
Visit an image URL for a version that didn't exist at image generation time.