Skip to content

build(deps): bump golang.org/x/net from 0.38.0 to 0.55.0 in the go_modules group across 1 directory - #2806

Merged
IrynaKulakova merged 2 commits into
mainfrom
dependabot/go_modules/go_modules-57bd245098
Jul 6, 2026
Merged

IrynaKulakova merged 2 commits into
mainfrom
dependabot/go_modules/go_modules-57bd245098

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the go_modules group with 1 update in the / directory: golang.org/x/net.

Updates golang.org/x/net from 0.38.0 to 0.55.0

Commits
  • 7770ec4 go.mod: update golang.org/x dependencies
  • 4ece7b6 html: escape greater-than symbol in doctype identifiers
  • 08be507 html: improve Noah's Ark clause performance
  • a8fb2fe html: properly render fostered elements in foreign content
  • 0dc5b7a html: properly check namespace in "in body" any other end tag
  • a452f3c html: ignore duplicate attributes during tokenization
  • f865199 quic: fix appendMaxDataFrame erroneously accumulating sentLimit
  • 210ed3c quic: establish a "happened-before" relationship between stream write and read
  • ad8140e quic: fix buffer slicing when handling overlapping stream data
  • 23ee2ef http2: avoid API changes when built with go1.27
  • 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 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the go_modules group with 1 update in the / directory: [golang.org/x/net](https://github.com/golang/net).


Updates `golang.org/x/net` from 0.38.0 to 0.55.0
- [Commits](golang/net@v0.38.0...v0.55.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.55.0
  dependency-type: indirect
  dependency-group: go_modules
...

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 Jul 1, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 1, 2026 23:42
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 1, 2026
Auto-generated by license-check workflow
@IrynaKulakova
IrynaKulakova merged commit a074b94 into main Jul 6, 2026
13 checks passed
@IrynaKulakova
IrynaKulakova deleted the dependabot/go_modules/go_modules-57bd245098 branch July 6, 2026 14:58
social4hyq pushed a commit to social4hyq/homebrew-core that referenced this pull request Sep 20, 2026
github-mcp-server 1.6.0

Created-by: HarmonybrewBot
Commit-by: HarmonybrewBot
Merged-by: HarmonybrewBot
Description: Created by `brew bump`

---

Created with `brew bump-formula-pr`.<details>
  <summary>release notes</summary>
  <pre>## Highlights ⭐️
* **Tool response filtering**: We added a new `fields` parameter to selected tools in Insiders mode, allowing models to specify which fields they need when they call those tools, thus shrinking tool response size and optimizing context usage. Try it out and let us know if you have any feedback!

## What's Changed
* chore(deps): upgrade go-sdk to v1.7.0-pre.1 (new MCP spec) by @SamMorrowDrums in github/github-mcp-server#2787
* build(deps): bump SamMorrowDrums/mcp-server-diff from 3521651bb0d3cc267a23df8d94a2a645556980a4 to 40d992e0a220e5b63378758f9a40d6a8982898d2 by @dependabot[bot] in github/github-mcp-server#2795
* build(deps): bump golang.org/x/net from 0.38.0 to 0.55.0 in the go_modules group across 1 directory by @dependabot[bot] in github/github-mcp-server#2806
* build(deps): bump goreleaser/goreleaser-action from 7.2.2 to 7.2.3 by @dependabot[bot] in github/github-mcp-server#2796
* Add is_suggestion + rationale to update_issue_assignees by @kelsey-myers in github/github-mcp-server#2821
* Add rationale and confidence to closing an issue by @iulia-b in github/github-mcp-server#2802
* Sanitize and lockdown-gate issue_read get_parent title by @zwick in github/github-mcp-server#2780
* Enrich issue_read get with hierarchy relationship signals by @zwick in github/github-mcp-server#2764
* build(deps): bump docker/build-push-action from 7.2.0 to 7.3.0 by @dependabot[bot] in github/github-mcp-server#2828
* chore(deps): bump go-github v87 → v89 and resolve breaking changes by @tommaso-moro in github/github-mcp-server#2840
* Reimplement issue dependencies on go-github v89 REST API by @tommaso-moro in github/github-mcp-server#2839
* Add README links for community resources by @insonmia0126-lovable in github/github-mcp-server#2848
* Add fields param to search_code and get_file_contents by @tommaso-moro in github/github-mcp-server#2775
* Add fields param to six more list/search tools by @tommaso-moro in github/github-mcp-server#2810
* MCP: name-based resolution for Projects fields by @veralizeth in github/github-mcp-server#2760
* Enable fields param in Insiders mode by @tommaso-moro in github/github-mcp-server#2890

## New Contributors
* @insonmia0126-lovable made their first contribution in github/github-mcp-server#2848
* @veralizeth made their first contribution in github/github-mcp-server#2760

**Full Changelog**: https://github.com/github/github-mcp-server/compare/v1.5.0...v1.6.0</pre>
  <p>View the full release notes at <a href="https://github.com/github/github-mcp-server/releases/tag/v1.6.0">https://github.com/github/github-mcp-server/releases/tag/v1.6.0</a>.</p>
</details>
<hr>

See merge request: Harmonybrew/homebrew-core!14323
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