Giter Site home page Giter Site logo

Comments (3)

silverwind avatar silverwind commented on June 11, 2024 1

One concern, thought: While updating dependencies, I'm primarily interested in changelogs or if those do not exist, the commit history. Often, the homepage does not offer the information, but a link to the repository would.

Now this is a bit tricky because the repository field in package.json is usually a git:// url, but I guess with a bit work, we could make it work for public hosting services like GitHub, GitLab or Bitbucket. Ideally, a direct link to the commit history would be nice.

Edit: One issue will be that we don't know which branch the version was released off, so a link to a commit history might turn out wrong. Probably better to just link to the repo main page instead.

from updates.

silverwind avatar silverwind commented on June 11, 2024

Yes, this seems like a good idea. I often have to check for changelogs while updating.

from updates.

jgierer12 avatar jgierer12 commented on June 11, 2024

That is a valid concern. We can get the repo URL from the repository field with hosted-git-info. Since some packages don't specify a repository field, I think we should still fall back to homepage though.

If you're OK with adding an extra dep (hosted-git-info), I will implement it like this in my PR.

from updates.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.