JSR support #29559
Replies: 3 comments
-
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. To get started, please read our guide on creating a minimal reproduction. Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
Seemed like it might be helpful to post another possible solution, although it doesn't look fantastic. Add a nodeLinker: node-modules
npmScopes:
jsr:
npmRegistryServer: 'https://npm.jsr.io' Then install packages from JSR where with the format where the As a heads up, this does require imports from the package to match the weird name. But VS Code still auto-completes just fine it looks like. So import { SomeClass } from '@jsr/someorg__somepackage'; |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Tell us more.
It would be awesome if Renovate supported JSR, the JavaScript Registry. It's been working flawlessly for my projects, both in terms of installing and publishing packages. The only drawback is the lack of automatic updates through Renovate.
Beta Was this translation helpful? Give feedback.
All reactions