Skip to content

build(deps): bump github.com/wasilibs/go-re2 from 1.9.0 to 1.10.0#22

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/wasilibs/go-re2-1.10.0
Open

build(deps): bump github.com/wasilibs/go-re2 from 1.9.0 to 1.10.0#22
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/wasilibs/go-re2-1.10.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 25, 2025

Copy link
Copy Markdown
Contributor

Bumps github.com/wasilibs/go-re2 from 1.9.0 to 1.10.0.

Release notes

Sourced from github.com/wasilibs/go-re2's releases.

v1.10.0

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

Commits
  • fa03ed3 Use compilation cache (#201)
  • d96a2a5 Remove go toolchain directive (#200)
  • 6a78c52 Lazily initialize wazero (#199)
  • 0750b64 Bump github.com/goyek/x from 0.2.0 to 0.3.0 in /build in the go group across ...
  • 2db5d2c Bump github.com/goyek/goyek/v2 from 2.2.0 to 2.3.0 in /build in the go group ...
  • 3178e46 Bump the go group across 2 directories with 1 update (#195)
  • 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 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/wasilibs/go-re2](https://github.com/wasilibs/go-re2) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/wasilibs/go-re2/releases)
- [Commits](wasilibs/go-re2@v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/wasilibs/go-re2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 25, 2025
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.

0 participants