srijanone / vega

Vega (वेग) is a project scaffolding tool to speed up development process.
Apache License 2.0
9 stars 7 forks source link

Update module blang/semver to v4 #86

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
github.com/blang/semver require major v3.5.1+incompatible -> v4.0.0

Release Notes

blang/semver ### [`v4.0.0`](https://togithub.com/blang/semver/releases/v4.0.0) [Compare Source](https://togithub.com/blang/semver/compare/v3.8.0...v4.0.0) This release introduces the new [v4](v4/) directory as the base for all v4 versions. This change makes all v4 versions go module compatible. For stability reasons, the root of the repository keeps all v1-v3 versions but will only receive bug fixes. If possible upgrade to v4, it is fully backward-compatible with v3, but resides in its own module. go get github.com/blang/semver/v4@​v4.0.0 ... import github.com/blang/semver/v4 v1, err := semver.Make("1.0.0-beta") v2, err := semver.Make("2.0.0-beta") v1.Compare(v2) Thanks for all the contributions and the patience for this release ### [`v3.8.0`](https://togithub.com/blang/semver/compare/v3.7.0...v3.8.0) [Compare Source](https://togithub.com/blang/semver/compare/v3.7.0...v3.8.0) ### [`v3.7.0`](https://togithub.com/blang/semver/compare/v3.6.1...v3.7.0) [Compare Source](https://togithub.com/blang/semver/compare/v3.6.1...v3.7.0) ### [`v3.6.1`](https://togithub.com/blang/semver/compare/v3.6.0...v3.6.1) [Compare Source](https://togithub.com/blang/semver/compare/v3.6.0...v3.6.1) ### [`v3.6.0`](https://togithub.com/blang/semver/compare/v3.5.1...v3.6.0) [Compare Source](https://togithub.com/blang/semver/compare/v3.5.1...v3.6.0)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

vs4vijay commented 4 years ago

@renovate-bot Do Not Merge this, as V4 is not compatible with self-github-update module....

vs4vijay commented 4 years ago

DO NOT MERGE!

renovate[bot] commented 4 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 4.x releases. However, if you upgrade to 4.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.