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,052 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
Sep 4, 2020 - JavaScript
-
Updated
Oct 4, 2020 - Swift
-
Updated
Sep 5, 2020 - Go
-
Updated
Oct 5, 2020 - Ruby
This issue was originally brought up by @sztomi in #858, see referenced comments.
When encountering a 30X error, requests library treats it as an "ok" response. And hence Poetry will not raise an error, but instead fail silently. We should report this error similar to any other HTTPError raised (#2285) and upload should fail.
Note that we do not want to explicitly allow redirects on POST
-
Updated
Oct 5, 2020 - C++
-
Updated
Oct 3, 2020 - C++
- /pnpm/packages/audit - #2862
- /pnpm/packages/package-store a86209b67fccc37c5b017dd9ce61d2b3f9a55789
- /pnpm/packages/cafs #2867
- /pnpm/packages/client pnpm/pnpm#2877
- /pnpm/packages/fetch pnpm/pnpm#2878
- /pnpm/packages/filter-lockfile #2887
- /pnpm/packages/filter-workspace-packages #2887
- /pnpm/packages/
-
Updated
Oct 3, 2020 - C#
Currently, the conan info command returns the recipe revision, but information about package revision is not available:
{
"revision": "a9d892fd37101b88578f17fbc04b9d60",
"reference": "boost/1.70.0",
"is_ref": true,
"display_name": "boost/1.70.0",
"id": "d45e2a7cc75163518ffbbda3fa886038ecaa8f54",
"build_id": null,
"remote"-
Updated
Sep 10, 2020 - TypeScript
-
Updated
Oct 5, 2020 - JavaScript
-
Updated
Sep 29, 2020
-
Updated
Oct 5, 2020 - C++
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
Oct 5, 2020 - C
- I'd be willing to implement this feature
- This feature can already be implemented through a plugin
Describe the user story
I was looking into patch and how it works, but the docs didnt give much info. The CLI also didnt. I had to look around to get an idea of it. I thought it worked similar like patch-package. However, it works differently.
**Describe the solution you'
-
Updated
Oct 5, 2020 - Python
-
Updated
Oct 5, 2020 - Rust
-
Updated
Aug 27, 2020 - Python
-
Updated
Sep 4, 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"