bombillazo
bombillazo3mo ago

How to upgrade `import_map.json` package versions?

Hello, in node I used ncu to check for new package versions and automatically update the versions. Is there any utility for deno to scna my packages and check if there are new versions?
3 Replies
bombillazo
bombillazo3mo ago
Perhaps something similar to this: https://github.com/hayd/deno-udd but actulally maintained and working for impot_map files.
GitHub
GitHub - hayd/deno-udd: Update Deno Dependencies - update dependenc...
Update Deno Dependencies - update dependency urls to their latest published versions - hayd/deno-udd
Deno AI Helper
Deno AI Helper3mo ago
I wasn't able to find the answer to your question in the official Deno documentation. However, based on your message, it seems like you're looking for a utility similar to ncu (npm-check-updates) for Deno to manage and update your dependencies in import_map.json. As of my last update, there isn't a built-in Deno utility that performs the exact same function as ncu. However, the Deno community might have developed third-party tools that could help with this task. You might want to explore Deno-related forums, GitHub, or other resources where the community shares such tools. Please note that this advice is not based on the Deno documentation, and I would recommend double-checking the accuracy of this information and the availability of any such tools within the Deno community.
Leokuma
Leokuma3mo ago
GitHub
GitHub - hasundue/molt: Update dependencies the Deno way
Update dependencies the Deno way. Contribute to hasundue/molt development by creating an account on GitHub.