Skip to content

chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0#838

Merged
ankitpokhrel merged 1 commit intomainfrom
dependabot/go_modules/golang.org/x/net-0.38.0
Apr 17, 2025
Merged

chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0#838
ankitpokhrel merged 1 commit intomainfrom
dependabot/go_modules/golang.org/x/net-0.38.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps golang.org/x/net from 0.37.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
  • See full diff 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.

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.37.0 to 0.38.0.
- [Commits](golang/net@v0.37.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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 17, 2025
@ankitpokhrel ankitpokhrel merged commit 63b9b0d into main Apr 17, 2025
4 checks passed
@ankitpokhrel ankitpokhrel deleted the dependabot/go_modules/golang.org/x/net-0.38.0 branch April 17, 2025 16:02
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Apr 26, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ankitpokhrel/jira-cli](https://github.com/ankitpokhrel/jira-cli) | minor | `v1.5.2` -> `v1.6.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>ankitpokhrel/jira-cli (ankitpokhrel/jira-cli)</summary>

### [`v1.6.0`](https://github.com/ankitpokhrel/jira-cli/releases/tag/v1.6.0)

[Compare Source](ankitpokhrel/jira-cli@v1.5.2...v1.6.0)

This release comes with some fixes and features like JSON-formatted issue‑creation output, multi‑string replacements in issue clone, internal JSD comments, etc.

#### 🥷 What's added?

-   feat: Respect API token for `mtls` auth by [@&#8203;LucasZanellaMBTI](https://github.com/LucasZanellaMBTI) in ankitpokhrel/jira-cli#783
-   feat: Add option to output issue creation result as Json by [@&#8203;sebbbastien](https://github.com/sebbbastien) in ankitpokhrel/jira-cli#775
-   feat: Allow multiple replace strings in issue clone command by [@&#8203;AdamSaleh](https://github.com/AdamSaleh) in ankitpokhrel/jira-cli#811
-   feat: Allow adding internal comment on JSD by [@&#8203;dynek](https://github.com/dynek) in ankitpokhrel/jira-cli#825
-   feat: Add easy issue search to list cmd by [@&#8203;wbh1](https://github.com/wbh1) in ankitpokhrel/jira-cli#769

#### 🐞 What's fixed?

-   fix: Case-insensitive sub-task comparison by [@&#8203;tiemma](https://github.com/tiemma) in ankitpokhrel/jira-cli#793
-   fix: use `tview.Escape` with standard square brackets by [@&#8203;rpadaki](https://github.com/rpadaki) in ankitpokhrel/jira-cli#828, ankitpokhrel/jira-cli#839

#### ☕️ Other changes

-   Add shell completion to brew install; closes [#&#8203;651](ankitpokhrel/jira-cli#651) by [@&#8203;MarkIannucci](https://github.com/MarkIannucci) in ankitpokhrel/jira-cli#795
-   Update golang.org/x/net package to version 0.33.0 by [@&#8203;sanjushahgupta](https://github.com/sanjushahgupta) in ankitpokhrel/jira-cli#806
-   Fix lint issues by [@&#8203;sanjushahgupta](https://github.com/sanjushahgupta) in ankitpokhrel/jira-cli#808
-   chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 by [@&#8203;dependabot](https://github.com/dependabot) in ankitpokhrel/jira-cli#831
-   chore(deps): Upgrade spinner, glamour, go-keyring and related deps by [@&#8203;ankitpokhrel](https://github.com/ankitpokhrel) in ankitpokhrel/jira-cli#833
-   chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 by [@&#8203;dependabot](https://github.com/dependabot) in ankitpokhrel/jira-cli#838

#### New Contributors

-   [@&#8203;sanjushahgupta](https://github.com/sanjushahgupta) made their first contribution in ankitpokhrel/jira-cli#806
-   [@&#8203;tiemma](https://github.com/tiemma) made their first contribution in ankitpokhrel/jira-cli#793
-   [@&#8203;LucasZanellaMBTI](https://github.com/LucasZanellaMBTI) made their first contribution in ankitpokhrel/jira-cli#783
-   [@&#8203;rpadaki](https://github.com/rpadaki) made their first contribution in ankitpokhrel/jira-cli#828
-   [@&#8203;sebbbastien](https://github.com/sebbbastien) made their first contribution in ankitpokhrel/jira-cli#775
-   [@&#8203;AdamSaleh](https://github.com/AdamSaleh) made their first contribution in ankitpokhrel/jira-cli#811
-   [@&#8203;dynek](https://github.com/dynek) made their first contribution in ankitpokhrel/jira-cli#825
-   [@&#8203;MarkIannucci](https://github.com/MarkIannucci) made their first contribution in ankitpokhrel/jira-cli#795
-   [@&#8203;wbh1](https://github.com/wbh1) made their first contribution in ankitpokhrel/jira-cli#769

**Full Changelog**: ankitpokhrel/jira-cli@v1.5.2...v1.6.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTMuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI1My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
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.

1 participant