Skip to content

Comments

Bump the gomod group with 5 updates#88

Merged
mesaglio merged 2 commits intomasterfrom
dependabot/go_modules/gomod-d4027b63c4
Mar 28, 2025
Merged

Bump the gomod group with 5 updates#88
mesaglio merged 2 commits intomasterfrom
dependabot/go_modules/gomod-d4027b63c4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2025

Bumps the gomod group with 5 updates:

Package From To
github.com/PuerkitoBio/goquery 1.5.1 1.10.2
github.com/fatih/color 1.13.0 1.18.0
github.com/gocolly/colly/v2 2.1.0 2.2.0
github.com/spf13/cobra 0.0.6 1.9.1
github.com/torden/go-strutil 0.1.5 0.1.7

Updates github.com/PuerkitoBio/goquery from 1.5.1 to 1.10.2

Release notes

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

v1.10.2

Update deps and add go1.24 to test matrix.

v1.10.1

Update go.mod dependencies.

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.

v1.9.2

Update go.mod dependencies.

v1.9.1

Improve allocation of Map, better document cascadia behavior differences.

v1.9.0 Add generic Map function

Note that starting with this release, goquery now requires Go 1.18+. If you need to build with an older Go version, use goquery v1.8.x.

v1.8.1

Update go.mod, CI.

v1.6.1

Bug fix: fix panic when calling {Prepend,Append,Set}Html on a Selection that contains non-Element nodes.

v1.6.0

No release notes provided.

Commits
  • e8b5d74 Prepare for 1.10.2
  • a2ae60f Add go1.24 to test matrix
  • 6d0ed2a Merge pull request #510 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • 86e3da8 Bump golang.org/x/net from 0.34.0 to 0.35.0
  • 4128600 Merge pull request #505 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • 3db1524 Bump golang.org/x/net from 0.33.0 to 0.34.0
  • 1da3b30 Merge pull request #503 from iamleot/prepare-for-v1.10.1
  • 985aab3 Prepare for version v1.10.1
  • b995434 Merge pull request #502 from PuerkitoBio/dependabot/go_modules/github.com/and...
  • 381d6b9 Bump github.com/andybalholm/cascadia from 1.3.2 to 1.3.3
  • Additional commits viewable in compare view

Updates github.com/fatih/color from 1.13.0 to 1.18.0

Release notes

Sourced from github.com/fatih/color's releases.

v1.18.0

What's Changed

New Contributors

Full Changelog: fatih/color@v1.17.0...v1.18.0

v1.17.0

What's Changed

New Contributors

Full Changelog: fatih/color@v1.16.0...v1.17.0

v1.16.0

What's Changed

Dependency updates

New Contributors

... (truncated)

Commits
  • 1c8d870 Update README.md
  • 546c2d0 Merge pull request #225 from fatih/add-rgb-api
  • 1ff0f97 Apply suggestions from code review
  • 5723903 Add RGB API support
  • f203fbc Merge pull request #237 from fatih/dependabot/go_modules/golang.org/x/sys-0.25.0
  • 60aa7fb Bump golang.org/x/sys from 0.24.0 to 0.25.0
  • 741c2f4 Merge pull request #236 from fatih/dependabot/go_modules/golang.org/x/sys-0.24.0
  • 0d24b42 Bump golang.org/x/sys from 0.18.0 to 0.24.0
  • cb154c0 Merge pull request #235 from deining/fix-typo
  • 9b9653e Bump GitHub workflow actions
  • Additional commits viewable in compare view

Updates github.com/gocolly/colly/v2 from 2.1.0 to 2.2.0

Release notes

Sourced from github.com/gocolly/colly/v2's releases.

v2.2.0

Tons of bug fixes & little improvements & updated dependencies

What's Changed

... (truncated)

Commits
  • fe55a16 [enh] update dependencies
  • f99bb4d Merge pull request #832 from aladmit/onscraped_doc
  • 2e6ec0c Merge pull request #838 from makew0rld/robots-ua
  • 4906265 add headers/ua to robots.txt request
  • fb79d36 doc: mention that OnScraped executes after OnHTML and OnXML
  • 99b7fb1 [doc] add sponsors section to readme
  • 5224b97 Merge pull request #808 from WGH-/content-sniffing
  • c8b9cba Merge pull request #807 from gocolly/dependabot/go_modules/google.golang.org/...
  • 7b908eb Bump google.golang.org/protobuf from 1.24.0 to 1.33.0
  • bad50ff Implement content sniffing for HTML parsing
  • Additional commits viewable in compare view

Updates github.com/spf13/cobra from 0.0.6 to 1.9.1

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.9.1

🐛 Fixes

Full Changelog: spf13/cobra@v1.9.0...v1.9.1

v1.9.0

✨ Features

🐛 Fixes

🤖 Completions

🧪 Testing

✍🏼 Documentation

🔧 Dependency upgrades

... (truncated)

Commits

Updates github.com/torden/go-strutil from 0.1.5 to 0.1.7

Release notes

Sourced from github.com/torden/go-strutil's releases.

Release v0.1.7

  • Complete Testing on Go New Version (v1.18 ~ v1.19)
  • Fix : Panic in Parallel Testing

Release v0.1.6

  • fix : panic on parallel testing
Commits

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 28, 2025
Bumps the gomod group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) | `1.5.1` | `1.10.2` |
| [github.com/fatih/color](https://github.com/fatih/color) | `1.13.0` | `1.18.0` |
| [github.com/gocolly/colly/v2](https://github.com/gocolly/colly) | `2.1.0` | `2.2.0` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `0.0.6` | `1.9.1` |
| [github.com/torden/go-strutil](https://github.com/torden/go-strutil) | `0.1.5` | `0.1.7` |


Updates `github.com/PuerkitoBio/goquery` from 1.5.1 to 1.10.2
- [Release notes](https://github.com/PuerkitoBio/goquery/releases)
- [Commits](PuerkitoBio/goquery@v1.5.1...v1.10.2)

Updates `github.com/fatih/color` from 1.13.0 to 1.18.0
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.13.0...v1.18.0)

Updates `github.com/gocolly/colly/v2` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/gocolly/colly/releases)
- [Changelog](https://github.com/gocolly/colly/blob/master/CHANGELOG.md)
- [Commits](gocolly/colly@v2.1.0...v2.2.0)

Updates `github.com/spf13/cobra` from 0.0.6 to 1.9.1
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v0.0.6...v1.9.1)

Updates `github.com/torden/go-strutil` from 0.1.5 to 0.1.7
- [Release notes](https://github.com/torden/go-strutil/releases)
- [Commits](torden/go-strutil@v0.1.5...v0.1.7)

---
updated-dependencies:
- dependency-name: github.com/PuerkitoBio/goquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/fatih/color
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/gocolly/colly/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gomod
- dependency-name: github.com/torden/go-strutil
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/gomod-d4027b63c4 branch from 5a7416a to 48d3b4b Compare March 28, 2025 13:24
Signed-off-by: Juan Mesaglio <juan.mesaglio@gmail.com>
@mesaglio mesaglio merged commit 97e42f9 into master Mar 28, 2025
1 check passed
@mesaglio mesaglio deleted the dependabot/go_modules/gomod-d4027b63c4 branch March 28, 2025 22:13
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.

2 participants