Skip to content

Update module github.com/wasilibs/go-re2 to v1.10.0#29

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.qkg1.top-wasilibs-go-re2-1.x
Open

Update module github.com/wasilibs/go-re2 to v1.10.0#29
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.qkg1.top-wasilibs-go-re2-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 21, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/wasilibs/go-re2 v1.9.0v1.10.0 age confidence

Release Notes

wasilibs/go-re2 (github.com/wasilibs/go-re2)

v1.10.0

Compare Source

This release moves initialization of the wazero runtime from package init to happen during the first regex compilation. It's natural for apps to import go-re2 even for flows that don't require it, for example the --version command of a CLI, so it's best to not slow these down with the initialization. While it can be tricky to do lazy initialization sometimes since we wouldn't want to move heavy operations to the hot path of an application like a server request handler, we believe re2 users will always consider regex compilation too heavy for the hot path already and this should not negatively affect real applications. If it does, please let us know.

It also initializes a compilation cache so when the library is used in an app multiple times on the same machine, subsequent initializations will be much faster.

On a non-technical note, a reminder that this is a volunteer project. While it is understandable to see some loss of good faith due to the recent Go 1.24 incompatibility, we try our best to be responsive to issues. It can affect motivation though to see proposals to remove or demote go-re2 quickly when something happens. This is fine though, all projects need to be very careful of their dependencies. But we do ask when discussing this to at least make sure you present accurate and meaningful information - if anything is ever unclear, please feel free to bring @​anuraaga in to the conversation.

Thank you.

Full Changelog: wasilibs/go-re2@v1.9.0...v1.10.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 21, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: downloading google.golang.org/protobuf v1.36.5
go: downloading github.com/wasilibs/go-re2 v1.10.0
go: github.com/ahrav/gitleaks-armada/internal/infra/messaging/acktracking tested by
	github.com/ahrav/gitleaks-armada/internal/infra/messaging/acktracking.test imports
	testing/synctest: package testing/synctest is not in std (/opt/containerbase/tools/golang/1.23.1/src/testing/synctest)

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