nice-registry / ghub.io

🤸‍♀️ Redirect to an npm package's repository page
https://ghub.io
MIT License
81 stars 7 forks source link

Outdated information #892

Closed fregante closed 3 months ago

fregante commented 3 months ago

See:

Should open repos from Sondra Sorhus and Vercel respectively, but point to their original repos.

Also a package I published last week does not open GitHub at all:

fregante commented 3 months ago

This seems to be because the underlying package hasn’t been updated in 3 years:

@zeke can you restart dependabot? They stop sending PRs if the repo is inactive I think

zeke commented 3 months ago

Yep it was stalled:

Screenshot 2024-08-08 at 10 25 29

I merged one of Dependabot's PRs to wake it back up.

I also went ahead and manually updated all-the-package-repos: https://github.com/nice-registry/ghub.io/commit/8ab8d54462a8f049058f34cf5a6a127b531e94b6

Ummm.. now I have to remember how and where this app is deployed. 🙈

fregante commented 3 months ago

You might also want to enable auto-merge on that specific dependency, so it doesn't fall out of date again:

zeke commented 3 months ago

Okay got it deployed. For future reference. the app is still running on Heroku. It's called https://package-land.herokuapp.com/

zeke commented 3 months ago

Closing this. Opened #898 and #899 as followups.