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 273 public repositories matching this topic...
-
Updated
Sep 5, 2020 - Go
-
Updated
Sep 10, 2020 - Ruby
Today, the editable installer (poetry>1.0.10), does not handle removals of files (includes, console scripts etc.) cleanly. This needs to be improved.
There are two potential approaches,
- Handle the delta manually by using the
*.dist-info/RECORDcsv file. We could load the list prior to new install and then identify the delta after installation. - Uninstall editable package explicitly
-
Updated
May 17, 2020 - Ruby
-
Updated
Sep 10, 2020 - TypeScript
What would you like Renovate to be able to do?
I would like Renovate to renovate the .bazelversion file, which is a file that says what Bazel version the project is using. This file is consumed by Bazelisk to fetch and run the correct Bazel version.
Did you already have any implementation ideas?
- Check what the [latest releas
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
May 30, 2020 - JavaScript
-
Updated
Sep 2, 2020 - CMake
-
Updated
Aug 25, 2020 - Swift
-
Updated
Jul 21, 2020 - Python
-
Updated
Sep 10, 2020
-
Updated
Feb 5, 2019 - C#
-
Updated
May 18, 2020 - Ruby
-
Updated
Dec 20, 2019 - Python
-
Updated
Jul 3, 2020 - Python
-
Updated
May 16, 2020 - Python
-
Updated
Sep 8, 2020 - CMake
fury layer init --git should initialize a Git repo in the layer directory, and fury layer init --github-actions should set up CI for the repo with Github Actions. We can add support for Travis, Jenkins and anything else later.
-
Updated
Apr 23, 2018 - Python
-
Updated
Aug 30, 2020 - TypeScript
stefanmaric / g
-
Updated
May 11, 2020 - Shell
-
Updated
Sep 7, 2020 - PowerShell
-
Updated
Sep 4, 2020 - Python
Currently build agents run mbt version command at the end of the build. We should add a smoke test for each command (mbt describe | build | apply) to this list for release builds.
So if you happen to insert invalid version string when requiring package, it will still write it into
composer.jsonand nothing works after that. So for example;composer require phpunit/phpunit:"8.3.3 as ^8.3"My
composer.json:{ "require": { "phpunit/phpunit": "8.3.3 as ^8.3" } }Output of
composer diagnose: