denoland / dotland

[Archived] deno.land website
https://deno.land
MIT License
957 stars 626 forks source link

fix: remove latest wording from modules #2466

Closed sigmaSd closed 2 years ago

sigmaSd commented 2 years ago

Latest is not accurate especially with deno that tends to cache responses, this can lead to misleading warnings see https://github.com/denoland/deno/issues/14933

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

sigmaSd commented 2 years ago

The site is correct that the response is latest, but because of deno caching this response will get outdated.

This is just a workaround idea, it might also be considered as unneeded hack

kitsonk commented 2 years ago

It will be the latest at the time the error message is displayed in the CLI. Thanks, but I prefer not to change it.