Skip to content

Bump the all-dependencies group across 1 directory with 7 updates#27

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/all-dependencies-aa7de30eb4
Open

Bump the all-dependencies group across 1 directory with 7 updates#27
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/all-dependencies-aa7de30eb4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 12, 2026

Bumps the all-dependencies group with 6 updates in the / directory:

Package From To
github.com/PuerkitoBio/goquery 1.10.3 1.11.0
github.com/hbollon/go-edlib 1.6.0 1.7.0
github.com/imroc/req/v3 3.54.0 3.57.0
github.com/jarcoal/httpmock 1.4.0 1.4.1
github.com/k3a/html2text 1.2.1 1.3.0
github.com/orsinium-labs/enum 1.4.0 1.5.0

Updates github.com/PuerkitoBio/goquery from 1.10.3 to 1.11.0

Release notes

Sourced from github.com/PuerkitoBio/goquery's releases.

v1.11.0

Note that Go1.24 is now required (use goquery < 1.11.0 if you can't use go1.24+).

Commits
  • d3e3ce5 Merge pull request #534 from PuerkitoBio/mna-prepare-1.11
  • 9841a36 Update readme for 1.11 release
  • 469d4ea Merge pull request #533 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • a03654e Bump golang.org/x/net from 0.43.0 to 0.47.0
  • faf16ca Merge pull request #523 from PuerkitoBio/dependabot/github_actions/actions/ch...
  • 4c1c718 Update test matrix to run on Go 1.24 and 1.25
  • 62bfb67 Bump actions/checkout from 4 to 5
  • e314281 Merge pull request #525 from PuerkitoBio/dependabot/github_actions/actions/se...
  • 0961921 Bump actions/setup-go from 5 to 6
  • 695fbfd Merge pull request #522 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • Additional commits viewable in compare view

Updates github.com/hbollon/go-edlib from 1.6.0 to 1.7.0

Release notes

Sourced from github.com/hbollon/go-edlib's releases.

v1.7.0

1.7.0 (2025-08-19)

Features

  • reduce OSADamerau–Levenshtein space complexity from O(m*n) to O(3 * min(m,n)) (#17) (37da2e1)

Bug Fixes

  • v1/algo: invalid q-gram similarity calculation (#22) (12ac3d7)
Changelog

Sourced from github.com/hbollon/go-edlib's changelog.

1.7.0 (2025-08-19)

Features

  • reduce OSADamerau–Levenshtein space complexity from O(m*n) to O(3 * min(m,n)) (#17) (37da2e1)

Bug Fixes

  • v1/algo: invalid q-gram similarity calculation (#22) (12ac3d7)

1.5.0 (2021-11-21)

Features

  • add k-gram shingle to Jaccard/Cosine sim (#11) (24d61a6)
Commits
  • 952af74 chore(master): release 1.7.0 (#24)
  • 15da37a ci(release): update release workflow to support upcoming v2
  • 12ac3d7 fix(v1/algo): invalid q-gram similarity calculation (#22)
  • 37da2e1 feat: reduce OSADamerau–Levenshtein space complexity from O(m*n) to O(3 * min...
  • See full diff in compare view

Updates github.com/imroc/req/v3 from 3.54.0 to 3.57.0

Release notes

Sourced from github.com/imroc/req/v3's releases.

v3.57.0 Release

  • Update go modules.
  • Port quic-go v0.57.1 (fix #474)

v3.56.0 Release

  • Update go modules
  • Port quic-go v0.56.0

v3.55.0 Release

  • Fix ResultState()documentation to clarify ResultState logic (#463)
  • feat: add SetQueryParamsFromValues and SetQueryParamsFromStruct methods (#462)

v3.54.2 Release

  • Replace go-multierror with errors.Join (#458)

v3.54.1 Release

  • Fix data race condition in the Alt-Svc cache(#456)
Commits

Updates github.com/jarcoal/httpmock from 1.4.0 to 1.4.1

Release notes

Sourced from github.com/jarcoal/httpmock's releases.

v1.4.1

What's Changed

New Contributors

Full Changelog: jarcoal/httpmock@v1.4.0...v1.4.1

Commits
  • 314d58a fix: protect all body-related methods with mutext
  • e482896 fix: avoid data race when closing body
  • c977145 test: also test with go v1.25 and use golangci-lint v2.4.0
  • See full diff in compare view

Updates github.com/k3a/html2text from 1.2.1 to 1.3.0

Release notes

Sourced from github.com/k3a/html2text's releases.

Option WithKeepSpaces to keep spaces as they are

Changes:

  • another fully-backward-compatible update
  • a new WithKeepSpaces option added to preserve spaces as they are (prevents the default behavior where multiple consecutive space characters are collapsed into a single standard space character)
Commits

Updates github.com/orsinium-labs/enum from 1.4.0 to 1.5.0

Release notes

Sourced from github.com/orsinium-labs/enum's releases.

v1.5.0

What's Changed

New Contributors

Full Changelog: orsinium-labs/enum@v1.4.0...v1.5.0

Commits

Updates golang.org/x/text from 0.30.0 to 0.32.0

Commits
  • 0dd57a6 go.mod: update golang.org/x dependencies
  • 087616b transform: fix %q verb use with wrong type
  • 16f85a7 all: eliminate vet diagnostics
  • e7ff6b3 go.mod: update golang.org/x dependencies
  • fbf012b all: use reflect.TypeFor instead of reflect.TypeOf
  • See full diff 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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) | `1.10.3` | `1.11.0` |
| [github.com/hbollon/go-edlib](https://github.com/hbollon/go-edlib) | `1.6.0` | `1.7.0` |
| [github.com/imroc/req/v3](https://github.com/imroc/req) | `3.54.0` | `3.57.0` |
| [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock) | `1.4.0` | `1.4.1` |
| [github.com/k3a/html2text](https://github.com/k3a/html2text) | `1.2.1` | `1.3.0` |
| [github.com/orsinium-labs/enum](https://github.com/orsinium-labs/enum) | `1.4.0` | `1.5.0` |



Updates `github.com/PuerkitoBio/goquery` from 1.10.3 to 1.11.0
- [Release notes](https://github.com/PuerkitoBio/goquery/releases)
- [Commits](PuerkitoBio/goquery@v1.10.3...v1.11.0)

Updates `github.com/hbollon/go-edlib` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/hbollon/go-edlib/releases)
- [Changelog](https://github.com/hbollon/go-edlib/blob/master/CHANGELOG.md)
- [Commits](hbollon/go-edlib@v1.6.0...v1.7.0)

Updates `github.com/imroc/req/v3` from 3.54.0 to 3.57.0
- [Release notes](https://github.com/imroc/req/releases)
- [Commits](imroc/req@v3.54.0...v3.57.0)

Updates `github.com/jarcoal/httpmock` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/jarcoal/httpmock/releases)
- [Commits](jarcoal/httpmock@v1.4.0...v1.4.1)

Updates `github.com/k3a/html2text` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/k3a/html2text/releases)
- [Commits](k3a/html2text@v1.2.1...v1.3.0)

Updates `github.com/orsinium-labs/enum` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/orsinium-labs/enum/releases)
- [Commits](orsinium-labs/enum@v1.4.0...v1.5.0)

Updates `golang.org/x/text` from 0.30.0 to 0.32.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.30.0...v0.32.0)

---
updated-dependencies:
- dependency-name: github.com/PuerkitoBio/goquery
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/hbollon/go-edlib
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/imroc/req/v3
  dependency-version: 3.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/jarcoal/httpmock
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: github.com/k3a/html2text
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/orsinium-labs/enum
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: golang.org/x/text
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

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 Jan 12, 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