[PR #370] [CLOSED] Chore: Bump github.com/PuerkitoBio/goquery from 1.9.2 to 1.10.0 #535

Closed
opened 2026-03-15 14:24:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/axllent/mailpit/pull/370
Author: @dependabot[bot]
Created: 10/1/2024
Status: Closed

Base: developHead: dependabot/go_modules/github.com/PuerkitoBio/goquery-1.10.0


📝 Commits (1)

  • 4862952 Chore: Bump github.com/PuerkitoBio/goquery from 1.9.2 to 1.10.0

📊 Changes

2 files changed (+4 additions, -5 deletions)

View changed files

📝 go.mod (+2 -3)
📝 go.sum (+2 -2)

📄 Description

Bumps github.com/PuerkitoBio/goquery from 1.9.2 to 1.10.0.

Release notes

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

v1.10.0

Add EachIter which provides an iterator that can be used in for..range loops on the *Selection object.

goquery now requires Go version 1.23+, use goquery v1.9.x for older Go versions.

v1.9.3

Update go.mod dependencies.

Commits
  • 7d37930 Update readme to prepare 1.10 version
  • 9551ee5 Merge pull request #489 from PuerkitoBio/amikai-itereach-pr
  • 291e2cf Merge branch 'master' into amikai-itereach-pr
  • 7019296 Update CI to target go1.23+
  • eec8e87 Revert "Re-orangize code for compitable"
  • 957a864 Prepare 1.9.3 release
  • 34d91db Merge pull request #488 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • 0984c44 Bump golang.org/x/net from 0.28.0 to 0.29.0
  • fbfb78c Merge pull request #487 from Kiyo510/fix_ci_test
  • e91ee4d Fixed checkout to repo before executing actions/setup-go@v5 step to avoid err...
  • 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/axllent/mailpit/pull/370 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/1/2024 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/go_modules/github.com/PuerkitoBio/goquery-1.10.0` --- ### 📝 Commits (1) - [`4862952`](https://github.com/axllent/mailpit/commit/48629520dde48326ebe7bc6307019fc8570afda3) Chore: Bump github.com/PuerkitoBio/goquery from 1.9.2 to 1.10.0 ### 📊 Changes **2 files changed** (+4 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -3) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.9.2 to 1.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PuerkitoBio/goquery/releases">github.com/PuerkitoBio/goquery's releases</a>.</em></p> <blockquote> <h2>v1.10.0</h2> <p>Add <code>EachIter</code> which provides an iterator that can be used in <code>for..range</code> loops on the <code>*Selection</code> object.</p> <p><strong>goquery now requires Go version 1.23+</strong>, use goquery <code>v1.9.x</code> for older Go versions.</p> <h2>v1.9.3</h2> <p>Update go.mod dependencies.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PuerkitoBio/goquery/commit/7d37930884bfdad3d5a49b185e89be42f7bf4410"><code>7d37930</code></a> Update readme to prepare 1.10 version</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/9551ee516ea5d7866c68614500dec31d49245adf"><code>9551ee5</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/489">#489</a> from PuerkitoBio/amikai-itereach-pr</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/291e2cf4e3a64d74ac7b864403642dedc6a59ea5"><code>291e2cf</code></a> Merge branch 'master' into amikai-itereach-pr</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/7019296f03391013d526544d8cd6aaa98e4db3ff"><code>7019296</code></a> Update CI to target go1.23+</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/eec8e87fed856dc0ebbdc6c19efbb835b3ee627e"><code>eec8e87</code></a> Revert &quot;Re-orangize code for compitable&quot;</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/957a8644434a5db6078c111a7d0b7c1f3786d751"><code>957a864</code></a> Prepare 1.9.3 release</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/34d91dbc6711d5f8835ca31c52dce6a7450ae394"><code>34d91db</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/488">#488</a> from PuerkitoBio/dependabot/go_modules/golang.org/x/n...</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/0984c44baeff66eb69180bc2d55b49e9dbaf4a97"><code>0984c44</code></a> Bump golang.org/x/net from 0.28.0 to 0.29.0</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/fbfb78c3525543fefe95d1c12e6d60839ab2acc8"><code>fbfb78c</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/487">#487</a> from Kiyo510/fix_ci_test</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/e91ee4d7904a8d361b11af7b9b1e1301eccdf9d9"><code>e91ee4d</code></a> Fixed checkout to repo before executing actions/setup-go@v5 step to avoid err...</li> <li>Additional commits viewable in <a href="https://github.com/PuerkitoBio/goquery/compare/v1.9.2...v1.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/PuerkitoBio/goquery&package-manager=go_modules&previous-version=1.9.2&new-version=1.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 14:24:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mailpit#535
No description provided.