Package manager
A package manager is a set of tools that automates and manages computer software. They deal with packages, or collections, of bundled files. Package managers make it easy to install, upgrade, or remove software for a computer's operating system.
Here are 1,011 public repositories matching this topic...
So if you happen to insert invalid version string when requiring package, it will still write it into composer.json and 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:
$ composer diagnose
Homebrew/livecheck provides various automated ways of detecting formulae updates.
Repology provides an API that provides details on whether a Homebrew package is outdated e.g. https://repology.org/metapackage/boost/versions
A separate Ruby application that can be trivially deployed on e
-
Updated
Jun 5, 2020 - JavaScript
-
Updated
Aug 12, 2020 - Swift
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 17, 2020 - Ruby
-
Updated
Aug 18, 2020 - Python
-
Updated
Aug 18, 2020 - C++
-
Updated
Aug 14, 2020 - C++
-
Updated
Aug 7, 2020 - C#
The self.options object inside a main recipe has .get_safe attribute to get the value of a option or a default value if it does not exist.
But in a test package conanfile.py, this does not exist.
I believe options object in the main and test recipe should have the same options.
Environment Details (include every applicable attribute)
- Operating System+version: Linux+Windows
-
Updated
Aug 6, 2020 - TypeScript
-
Updated
Aug 14, 2020
-
Updated
Aug 18, 2020 - C++
-
Updated
Aug 17, 2020 - JavaScript
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 15, 2020 - C
Hi everyone
I found out an issue related to bundle exec which set the RUBYOPT env variables to something like: -r/opt/rubies/2.7.1/lib/ruby/2.7.0/bundler/setup
When using Bundler.with_unbundled_env, bundler is supposed is to strip out the -r bundler/setup part but the regex is incorrect and assume the path is relative wherea
Describe the user story
Currently when running yarn upgrade-interactive it lists all installed packages and lazily displays new packages. When working on a project that has many dependencies (>20) this can get out of hand easily where you're scrolling for a while until you've "found" the first package with a new available version.
Describe the solution you'd like
I suggest
-
Updated
Aug 17, 2020 - Python
-
Updated
Aug 17, 2020 - Rust
-
Updated
Oct 21, 2019 - Python
-
Updated
Jul 16, 2020 - JavaScript
- Wikipedia
- Wikipedia
Do you want to request a feature or report a bug?
feature request
What is the current behavior?
Currently
yarn whywon't indicate any package info in the resolutions fieldIf the current behavior is a bug, please provide the steps to reproduce.
"pkg": "^1.0.0"resolutionsfield in package.json,pkg: "1.0.0"