upm icon indicating copy to clipboard operation
upm copied to clipboard

⠕ Universal Package Manager - Python, Node.js, Ruby, Emacs Lisp.

Results 30 upm issues
Sort by recently updated
recently updated
newest added

Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.30.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
go
minor

I am trying to install UPM, and the install instructions in the readme specify .deb and .rpm files that have not been updated since v1.0. similarly the docker image is...

good first issue
question

Astral.sh makes an incredibly fast python package installer / resolver, that would be potentially very beneficial: https://github.com/astral-sh/uv , with > [10-100x faster](https://github.com/astral-sh/uv/blob/main/BENCHMARKS.md) than pip and pip-tools (pip-compile and pip-sync). Potentially...

Resolves #17 This PR adds [WebAssembly WAPM](https://wapm.io/) integration into UPM in the simplest way possible. It's built upon the [new version of Wasmer/wapm](https://github.com/wasmerio/wasmer/releases/tag/0.10.0) (0.10.0) with new features in the WAPM...

I have some packages like: ``` ..., "dependencies": { "@nuxtjs/auth": "^4.9.1", "@nuxtjs/axios": "^5.12.0", "@nuxtjs/proxy": "^2.0.1", "@nuxtjs/pwa": "^3.0.0-beta.20", } ``` `upm` read them as: ``` some-project on  master [!?] is...

bug

Ruby guess is broken: ``` $ upm guess --> ruby -e '' :85:in `require': cannot load such file -- parser/current (LoadError) from :85:in `require' from -e:1:in `' exit status 1...

bug

I'm working on haskell(stack) support on [my repo](https://github.com/LordPos/upm). Stack works differently than most other package management tools. Instead of giving a version to each dependency, Stack uses curated sets to...

question

It'd be nice to have support for Nix.

enhancement
help wanted

Hi! Love the project and statically analyzing python code for imports would be SUPER valuable for our project - is there any chance you're thinking about creating a 'upm guess'...

enhancement
help wanted

AFAIK there is no way to add nuget packages to C# repls currently.

enhancement