Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2025

Bumps golang.org/x/net from 0.23.0 to 0.38.0.

Commits
  • e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign...
  • ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest
  • 1f1fa29 publicsuffix: regenerate table
  • 1215081 http2: improve error when server sends HTTP/1
  • 312450e html: ensure <search> tag closes <p> and update tests
  • 09731f9 http2: improve handling of lost PING in Server
  • 55989e2 http2/h2c: use ResponseController for hijacking connections
  • 2914f46 websocket: re-recommend gorilla/websocket
  • 99b3ae0 go.mod: update golang.org/x dependencies
  • 85d1d54 go.mod: update golang.org/x dependencies
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 17, 2025
@danielgtaylor
Copy link
Collaborator

@dependabot rebase

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.38.0.
- [Commits](golang/net@v0.23.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/net-0.38.0 branch from 739a23b to ba6a060 Compare April 23, 2025 16:45
@danielgtaylor danielgtaylor merged commit fed5671 into main Apr 23, 2025
2 checks passed
@danielgtaylor danielgtaylor deleted the dependabot/go_modules/golang.org/x/net-0.38.0 branch April 23, 2025 16:49
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Jun 12, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [danielgtaylor/restish](https://github.com/danielgtaylor/restish) | minor | `v0.20.0` -> `v0.21.0` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>danielgtaylor/restish (danielgtaylor/restish)</summary>

### [`v0.21.0`](https://github.com/rest-sh/restish/releases/tag/v0.21.0)

[Compare Source](rest-sh/restish@v0.20.0...v0.21.0)

In addition to the many changes (see the notes, below), this is the first release at the new package location.

Go forth, and update your `go.mod`s!

#### What's Changed

-   docs: improve link accuracy by [@&#8203;eitamal](https://github.com/eitamal) in rest-sh/restish#258
-   chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 by [@&#8203;dependabot](https://github.com/dependabot) in rest-sh/restish#251
-   chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 by [@&#8203;dependabot](https://github.com/dependabot) in rest-sh/restish#242
-   Make it possible to use a client certificate stored in hardware by [@&#8203;jeffallen](https://github.com/jeffallen) in rest-sh/restish#246
-   Expand documentation on external-tool auth by [@&#8203;fflores97](https://github.com/fflores97) in rest-sh/restish#256
-   Escape '&' for Windows command line oAuth flow by [@&#8203;MatthiasScholzTW](https://github.com/MatthiasScholzTW) in rest-sh/restish#253
-   Do not output colorized config when environment does not support it by [@&#8203;cfunkhouser](https://github.com/cfunkhouser) in rest-sh/restish#270
-   chore(deps): bump golang.org/x/image from 0.10.0 to 0.18.0 by [@&#8203;dependabot](https://github.com/dependabot) in rest-sh/restish#260
-   docs: include command for fish completion help by [@&#8203;kbakk](https://github.com/kbakk) in rest-sh/restish#271
-   feat: upgrade to Go 1.24 by [@&#8203;danielgtaylor](https://github.com/danielgtaylor) in rest-sh/restish#277
-   chore(deps): bump golang.org/x/net from 0.23.0 to 0.38.0 by [@&#8203;dependabot](https://github.com/dependabot) in rest-sh/restish#276
-   fix: send scopes on refresh token requests by [@&#8203;danielgtaylor](https://github.com/danielgtaylor) in rest-sh/restish#278
-   feat: rename danielgtaylor/restish -> rest-sh/restish by [@&#8203;danielgtaylor](https://github.com/danielgtaylor) in rest-sh/restish#281
-   docs: fix build status by [@&#8203;danielgtaylor](https://github.com/danielgtaylor) in rest-sh/restish#282
-   Upgrade libopenapi by [@&#8203;terev](https://github.com/terev) in rest-sh/restish#283

#### New Contributors

-   [@&#8203;eitamal](https://github.com/eitamal) made their first contribution in rest-sh/restish#258
-   [@&#8203;jeffallen](https://github.com/jeffallen) made their first contribution in rest-sh/restish#246
-   [@&#8203;fflores97](https://github.com/fflores97) made their first contribution in rest-sh/restish#256
-   [@&#8203;MatthiasScholzTW](https://github.com/MatthiasScholzTW) made their first contribution in rest-sh/restish#253
-   [@&#8203;cfunkhouser](https://github.com/cfunkhouser) made their first contribution in rest-sh/restish#270
-   [@&#8203;kbakk](https://github.com/kbakk) made their first contribution in rest-sh/restish#271
-   [@&#8203;terev](https://github.com/terev) made their first contribution in rest-sh/restish#283

**Full Changelog**: rest-sh/restish@v0.20.0...v0.21.0

</details>

---

### Configuration

📅 **Schedule**: 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 MR becomes conflicted, or you tick the rebase/retry checkbox.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
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