Update module github.com/PuerkitoBio/goquery to v1.13.0 #42

Open
renovate-bot wants to merge 1 commit from renovate/github.com-puerkitobio-goquery-1.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/PuerkitoBio/goquery require minor v1.12.0v1.13.0

Release Notes

PuerkitoBio/goquery (github.com/PuerkitoBio/goquery)

v1.13.0

Compare Source

Performance improvements and new top-level goquery.Text function to extract text from a selection with more control than the sel.Text jquery-like method.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) | require | minor | `v1.12.0` → `v1.13.0` | --- ### Release Notes <details> <summary>PuerkitoBio/goquery (github.com/PuerkitoBio/goquery)</summary> ### [`v1.13.0`](https://github.com/PuerkitoBio/goquery/releases/tag/v1.13.0) [Compare Source](https://github.com/PuerkitoBio/goquery/compare/v1.12.0...v1.13.0) Performance improvements and new top-level `goquery.Text` function to extract text from a selection with more control than the `sel.Text` jquery-like method. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC41MS4yIiwidXBkYXRlZEluVmVyIjoiNDQuNTEuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Update module github.com/PuerkitoBio/goquery to v1.13.0
All checks were successful
Lint / Run golangci-lint (pull_request) Has been skipped
Deploy Parent Container / determine-workflow (pull_request) Successful in 3s
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Has been skipped
Deploy Parent Container / prod-deploy (dev) (pull_request) Has been skipped
9cc95ac5c9
Author
Collaborator

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.53.0 -> v0.55.0
golang.org/x/mod v0.36.0 -> v0.38.0
golang.org/x/net v0.56.0 -> v0.58.0
golang.org/x/sync v0.21.0 -> v0.22.0
golang.org/x/sys v0.46.0 -> v0.47.0
golang.org/x/text v0.38.0 -> v0.41.0
golang.org/x/tools v0.45.0 -> v0.48.0
### ℹ️ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 7 additional dependencies were updated Details: | **Package** | **Change** | | :-------------------- | :--------------------- | | `golang.org/x/crypto` | `v0.53.0` -> `v0.55.0` | | `golang.org/x/mod` | `v0.36.0` -> `v0.38.0` | | `golang.org/x/net` | `v0.56.0` -> `v0.58.0` | | `golang.org/x/sync` | `v0.21.0` -> `v0.22.0` | | `golang.org/x/sys` | `v0.46.0` -> `v0.47.0` | | `golang.org/x/text` | `v0.38.0` -> `v0.41.0` | | `golang.org/x/tools` | `v0.45.0` -> `v0.48.0` |
All checks were successful
Lint / Run golangci-lint (pull_request) Has been skipped
Deploy Parent Container / determine-workflow (pull_request) Successful in 3s
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Has been skipped
Deploy Parent Container / prod-deploy (dev) (pull_request) Has been skipped
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/github.com-puerkitobio-goquery-1.x:renovate/github.com-puerkitobio-goquery-1.x
git switch renovate/github.com-puerkitobio-goquery-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/github.com-puerkitobio-goquery-1.x
git switch renovate/github.com-puerkitobio-goquery-1.x
git rebase master
git switch master
git merge --ff-only renovate/github.com-puerkitobio-goquery-1.x
git switch renovate/github.com-puerkitobio-goquery-1.x
git rebase master
git switch master
git merge --no-ff renovate/github.com-puerkitobio-goquery-1.x
git switch master
git merge --squash renovate/github.com-puerkitobio-goquery-1.x
git switch master
git merge --ff-only renovate/github.com-puerkitobio-goquery-1.x
git switch master
git merge renovate/github.com-puerkitobio-goquery-1.x
git push origin master
Sign in to join this conversation.
No description provided.