Skip to content

chore(deps): bump github.com/IGLOU-EU/go-wildcard/v2 from 2.1.0 to 2.1.1#207

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/IGLOU-EU/go-wildcard/v2-2.1.1
Open

chore(deps): bump github.com/IGLOU-EU/go-wildcard/v2 from 2.1.0 to 2.1.1#207
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/IGLOU-EU/go-wildcard/v2-2.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Bumps github.com/IGLOU-EU/go-wildcard/v2 from 2.1.0 to 2.1.1.

Release notes

Sourced from github.com/IGLOU-EU/go-wildcard/v2's releases.

v2.1.1

🥳 New Release 🚀

Bug Fixes

  • fix: MatchFromByte short-circuited on any pattern starting with * — it returned true for every pattern whose first byte was * (e.g. "*abc" matched "xyz") instead of only for the lone "*" pattern, as Match and MatchByRune do. The check now compares the whole pattern. Thanks to @​leno23 for finding this bug. (4ba4148)

Build Improvements

  • build: Retracted v2.1.0 in go.mod due to the MatchFromByte bug. (d10921e)
  • build: Generate the benchmark results table directly in the README. (5480243)

Tests

  • test: Added wildcard_test.go covering the trivial inline cases of the public API against the three functions at once, so the MatchFromByte regression cannot come back unnoticed. (4ba4148)
  • test: Added BenchmarkRegexPrepared to isolate the regexp compilation cost. (118d1ca)

Documentation

  • docs: Added package doc, clarified comments and the README example. (85aa6bc)
  • docs: Fixed README typos and example (#12). (454326b)

Thanks to everyone for your feedback and contributions! 😊

Full Changelog: v2.1.0...v2.1.1

Commits
  • d10921e 🏗️ build(deps): retract v2.1.0 due to MatchFromByte bug
  • 5480243 🏗️ build: generate benchmark results table in README
  • 118d1ca 🧪 test(benchmark): add BenchmarkRegexPrepared to isolate regexp compilation cost
  • 85aa6bc 📝 docs: add package doc, clarify comments and README example
  • 454326b docs: fix README typos and example
  • 4ba4148 🐛 fix: MatchFromByte short-circuited on any pattern starting with *
  • 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)

Bumps [github.com/IGLOU-EU/go-wildcard/v2](https://github.com/IGLOU-EU/go-wildcard) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/IGLOU-EU/go-wildcard/releases)
- [Commits](IGLOU-EU/go-wildcard@v2.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: github.com/IGLOU-EU/go-wildcard/v2
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 May 26, 2026
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