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
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
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.Helpful Links:
Deno 1.31: package.json support
Deno 1.30: Built-in Node modules
Updating Fresh | Fresh docs
Deno 1.32: Enhanced Node.js Compatibility
Deno 1.17 Release Notes
Deno 1.28: Featuring 1.3 Million New Modules
Why We Added package.json Support to Deno
deno.json configuration file | Deno Docs
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.