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 271 public repositories matching this topic...
I often forget the exact syntax and semantics of the version constraints.
It would be great to have that readily accessible from the command line
with (for example) dep help constraints.
-
Updated
Aug 21, 2020 - Ruby
-
Updated
Aug 20, 2020 - Python
-
Updated
May 17, 2020 - Ruby
-
Updated
Aug 6, 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
Aug 2, 2020 - Swift
-
Updated
Aug 20, 2020 - CMake
-
Updated
Jul 21, 2020 - Python
-
Updated
Jun 7, 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
They should be. It might be possible to do this by returning something like _files as a single tab completion in order to trigger shell-level file completions.
-
Updated
Aug 20, 2020 - CMake
-
Updated
Apr 23, 2018 - Python
-
Updated
Aug 9, 2020 - TypeScript
stefanmaric / g
-
Updated
May 11, 2020 - Shell
-
Updated
Jul 5, 2020 - PowerShell
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.
-
Updated
Jul 9, 2020 - Python
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: