Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Update git-url-parse to the latest version 🚀 #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Apr 12, 2018

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 9.0.0 of git-url-parse was just published.

Dependency git-url-parse
Current Version 8.3.1
Type dependency

The version 9.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of git-url-parse.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 9.0.0

🚢 9.0.0 🎉

New features:

  • Default the git_suffix by making it true/false based on the input url (whether it ends with .git or not). Fixes #69. /cc #72. Thanks @pvdlg! 🍰
    Probably, a potential breaking change.

Bug fixes:

  • trim the url before processing it. Fixes #72. Fixed in the parse-path module.
  • Improve parsing and stringifying of VSTS urls. Fixes #67. /cc #71. Thanks to @roger199585 and @pvdlg for their contributions! 🍎

Enjoy & Happy git-url-parsing!

Commits

The new version differs by 6 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request May 28, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 28, 2018

Version 9.0.1 just got published.

Update to this version instead 🚀

Release Notes 9.0.1

Fix the name property parsing /cc #77

Fix #75

When the path is relative the urlInfo.pathname does not start with / so substring(1) removed the first character. The fix is to remove the first character only if it is a /.

Thanks, @pvdlg! 🍰

Commits

The new version differs by 5 commits.

See the full diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants