Skip to content

chore(deps): bump github.com/package-url/packageurl-go from 0.1.4 to 0.1.5#252

Merged
codacybeta merged 1 commit intomasterfrom
dependabot/go_modules/github.com/package-url/packageurl-go-0.1.5
Mar 9, 2026
Merged

chore(deps): bump github.com/package-url/packageurl-go from 0.1.4 to 0.1.5#252
codacybeta merged 1 commit intomasterfrom
dependabot/go_modules/github.com/package-url/packageurl-go-0.1.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps github.com/package-url/packageurl-go from 0.1.4 to 0.1.5.

Release notes

Sourced from github.com/package-url/packageurl-go's releases.

v0.1.5

What's Changed

New Contributors

Full Changelog: package-url/packageurl-go@v0.1.4...v0.1.5

Commits
  • 53d197f TestRoundtrip: complements parsing/toString tests in purl-spec
  • b33c146 parsing should support slashes in version names
  • 2c7e350 Merge pull request #90 from Talgarr/master
  • ccaaf70 Remove version requirement for TypeSwift
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 9, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 9, 2026 11:28
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 9, 2026
codacybeta
codacybeta previously approved these changes Mar 9, 2026
@codacybeta codacybeta enabled auto-merge (squash) March 9, 2026 11:28
@codacy-production
Copy link

codacy-production bot commented Mar 9, 2026

Codacy's Analysis Summary

0 new issue (≤ 1 medium issue)
0 new security issue (≤ 0 issue)
0 complexity
0 duplications
More details

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes. Give us feedback

Copy link

@codacy-production codacy-production bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

The PR correctly bumps the github.com/package-url/packageurl-go dependency to version 0.1.5 in the go.mod file. However, the update is currently incomplete because the go.sum file was not updated. This mismatch will lead to checksum verification errors during builds. Please include the updated go.sum file to meet the requirements for a valid Go dependency change.

About this PR

  • The go.sum file update is missing from this PR. Updating a dependency in go.mod without the corresponding checksum update in go.sum will cause build failures in Go. Please run go mod tidy or go mod download and commit the changes to go.sum.

Suggestions for missing tests

  • Verify that existing functionality using packageurl-go remains stable after the upgrade.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that existing functionality using packageurl-go remains stable after the upgrade.

🗒️ Improve review quality by adding custom instructions

Bumps [github.com/package-url/packageurl-go](https://github.com/package-url/packageurl-go) from 0.1.4 to 0.1.5.
- [Release notes](https://github.com/package-url/packageurl-go/releases)
- [Commits](package-url/packageurl-go@v0.1.4...v0.1.5)

---
updated-dependencies:
- dependency-name: github.com/package-url/packageurl-go
  dependency-version: 0.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/package-url/packageurl-go-0.1.5 branch from 73fdcc4 to 87882bb Compare March 9, 2026 11:44
@codacybeta codacybeta merged commit 4ac3bec into master Mar 9, 2026
8 checks passed
@codacybeta codacybeta deleted the dependabot/go_modules/github.com/package-url/packageurl-go-0.1.5 branch March 9, 2026 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant