node-feature-discovery
node-feature-discovery copied to clipboard
build(deps): bump github.com/Masterminds/semver/v3 from 3.3.1 to 3.4.0
Bumps github.com/Masterminds/semver/v3 from 3.3.1 to 3.4.0.
Release notes
Sourced from github.com/Masterminds/semver/v3's releases.
v3.4.0
There are a few changes in this release to highlight:
Constraintsnow has a propertyIncludePrerelease. When set to true theCheckandValidatemethods will include prereleases.- When an AND group has one constraint with a prerelease but more than one constraint then prereleases will be included. For example,
>1.0.0-beta.1 < 2. In the past this would not have included prereleases because each constraint needed to have a prerelease. Now, only one constraint needs to have a prerelease. This is considered a long standing bug fix. Note, this does not carry across OR groups. For example,>1.0.0-beta.1 < 2 || > 3. In this case, prereleases will not be included when evaluating against>3.NewVersioncoercion with leading "0"'s is restored. This can be disabled by setting the package level propertyCoerceNewVersiontofalse.What's Changed
- fix the CodeQL link by
@dmitrisin Masterminds/semver#257- Restore detailed errors when failed to parse with NewVersion by
@mattfarinain Masterminds/semver#262- updating go version tested with by
@mattfarinain Masterminds/semver#263- Restore the ability to have leading 0's with NewVersion by
@mattfarinain Masterminds/semver#266- Handle pre-releases on all in an and group by
@mattfarinain Masterminds/semver#267- Add property to include prereleases by
@mattfarinain Masterminds/semver#268- Updating the error message handling by
@mattfarinain Masterminds/semver#269- Update the release notes and readme for new version by
@mattfarinain Masterminds/semver#270New Contributors
@dmitrismade their first contribution in Masterminds/semver#257Full Changelog: https://github.com/Masterminds/semver/compare/v3.3.1...v3.4.0
Changelog
Sourced from github.com/Masterminds/semver/v3's changelog.
3.4.0 (2025-06-27)
Added
- #268: Added property to Constraints to include prereleases for Check and Validate
Changed
- #263: Updated Go testing for 1.24, 1.23, and 1.22
- #269: Updated the error message handling for message case and wrapping errors
- #266: Restore the ability to have leading 0's when parsing with NewVersion. Opt-out of this by setting CoerceNewVersion to false.
Fixed
Commits
61fc460Merge pull request #270 from mattfarina/relnotes-3.4.069a63e7Update the release notes and readme for new versiondc05094Merge pull request #269 from mattfarina/lowercase-error-stringsa2cd9c2Updating the error message handling9760c47Merge pull request #268 from mattfarina/include-prereleasec374751Add property to include prereleases057c901Merge pull request #267 from mattfarina/fix-259abab1c2Handle pre-releases on all in an and groupebda872Merge pull request #266 from mattfarina/restore-calver4ed619eRestore the ability to have leading 0's with NewVersion- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
Deploy Preview for kubernetes-sigs-nfd ready!
| Name | Link |
|---|---|
| Latest commit | 38e91147a2e30ebe592219879b0f94ce1aa6e306 |
| Latest deploy log | https://app.netlify.com/projects/kubernetes-sigs-nfd/deploys/68610c00a5f86500086d4311 |
| Deploy Preview | https://deploy-preview-2186--kubernetes-sigs-nfd.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.
LGTM label has been added.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: dependabot[bot], marquiz
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~OWNERS~~ [marquiz]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment