Skip to content

dependabot(gomod): bump github.com/Masterminds/semver/v3 from 3.3.1 to 3.4.0 - #2

Open
dependabot[bot] wants to merge 1 commit into
fraxtal-developfrom
dependabot/go_modules/github.com/Masterminds/semver/v3-3.4.0
Open

dependabot(gomod): bump github.com/Masterminds/semver/v3 from 3.3.1 to 3.4.0#2
dependabot[bot] wants to merge 1 commit into
fraxtal-developfrom
dependabot/go_modules/github.com/Masterminds/semver/v3-3.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2025

Copy link
Copy Markdown
Contributor

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:

  1. Constraints now has a property IncludePrerelease. When set to true the Check and Validate methods will include prereleases.
  2. 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.
  3. NewVersion coercion with leading "0"'s is restored. This can be disabled by setting the package level property CoerceNewVersion to false.

What's Changed

New Contributors

Full Changelog: Masterminds/semver@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

  • #257: Fixed the CodeQL link (thanks @​dmitris)
  • #262: Restored detailed errors when failed to parse with NewVersion. Opt-out of this by setting DetailedNewVersionErrors to false for faster performance.
  • #267: Handle pre-releases for an "and" group if one constraint includes them
Commits
  • 61fc460 Merge pull request #270 from mattfarina/relnotes-3.4.0
  • 69a63e7 Update the release notes and readme for new version
  • dc05094 Merge pull request #269 from mattfarina/lowercase-error-strings
  • a2cd9c2 Updating the error message handling
  • 9760c47 Merge pull request #268 from mattfarina/include-prerelease
  • c374751 Add property to include prereleases
  • 057c901 Merge pull request #267 from mattfarina/fix-259
  • abab1c2 Handle pre-releases on all in an and group
  • ebda872 Merge pull request #266 from mattfarina/restore-calver
  • 4ed619e Restore the ability to have leading 0's with NewVersion
  • Additional commits viewable 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/Masterminds/semver/releases)
- [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md)
- [Commits](Masterminds/semver@v3.3.1...v3.4.0)

---
updated-dependencies:
- dependency-name: github.com/Masterminds/semver/v3
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 15, 2025

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: M-dependabot. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

0xalex88 pushed a commit that referenced this pull request Mar 20, 2026
The 5s timeout is too tight under CI load. When 12 parallel test nodes
compete for CPU/IO on a 2xlarge box, Anvil sometimes takes >5s to print
its "Listening on" line, triggering "anvil did not start in time" in
TestImplementations and TestSuperchain. This is the #2 and #3 most
frequent flake in the repo over the last 7 days (67 and 46 incidences).

30s gives Anvil enough headroom on a loaded machine while still failing
fast on a genuine startup failure.

Co-authored-by: smartcontracts <smartcontracts@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0xalex88 pushed a commit that referenced this pull request Mar 20, 2026
* feat: add nut lib

* refactor: remove newTx function from nut lib

* feat: add GenerateNUTBundle script

* fix: pre-pr fixes

* test: add generate bundle utils tests

* refactor: replace custom computeCreate2Address by forge's

* docs: fix and add natspec

* fix: remove script inheritance from utils contract

* refactor: remove unnecesary fields from nut tx struct & replace sourcehash by intent

* test: add create tx empry args equivalence and different salts assumption

* refactor: remove fork, salt and cgt from bundle script input & consolidate utils into UpgradeUtils

* refactor: remove fork, salt and cgt from bundle script input

* refactor: comments and constants

* refactor: consolidate nut bundle utilities into UpgradeUtils

* fix: proxy admin get code

* fix: remove unused import Fork

* fix: rm L2ContractsManagerTypes

* fix: update impl struct and make lib functions internal

* feat: remove TODO for L2CM merge and add TODO for OptimismMintableERC721Factory initializable upgrade

* test: complete nuts structure testing

* feat: add metadata struct to bundle

* feat: make OptimismMintableERC721Factory initializable

* fix: replace jovian for karst

* fix: add Initialized event to IOptimismMintableERC721Factory

* fix: remove check immutable in apply tests

* fix: outdated safety invariants

* fix: add OptimismMintableERC721FactoryLegacyMapping

* refactor: rm upgrade name from intent, add upgradeBundlePath helper and add TODO for karst nuts removal

* feat: add invariant #2 to L2ProxyAdmin

* feat: add nut bundle check, just script and ci check

* feat: add implementation count check

* docs: add array string clarification comment

* feat: add regex check for metadata version and 'to' field comment

* fix: remove salt standard todo comment

* fix: remove old upgrade OptimismMintableERC721Factory call and fix initializable slot

* feat: add IOptimismMintableERC721FactoryLegacyMapping

* fix: run pre-pr

* fix: run pre-pr

* fix: remove owner argument for L2PA constructor and set owner to zero address

* fix: remove gitkeep

* fix: storage gap in OptimismMintableERC721Factory

* refactor: make bundle file name generic

* fix: remove duplicated assert

* fix: l2genesis proxy admin impl owner test

* fix: l2pa createAdmin with manual storage setting test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants