Skip to content

Bump golang.org/x/net from 0.47.0 to 0.55.0 in /model/user - #13

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/model/user/golang.org/x/net-0.55.0
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/model/user/golang.org/x/net-0.55.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps golang.org/x/net from 0.47.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 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.47.0 to 0.55.0.
- [Commits](golang/net@v0.47.0...v0.55.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.55.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 Jul 3, 2026
jbuchbinder added a commit that referenced this pull request Sep 15, 2026
ratago 81df787 and xpath v1.3.11 carry the node-set variable and EXSLT set
function fixes. This moves the in-process engine from 7/14 to 14/14 on
common/xsl_micro_test.go, resolved entirely from published modules (no local
replace directives), which is what makes the fix real for CI and Docker rather
than only for a developer workstation.

The four shipped stylesheets still differ from xsltproc, but the difference is
now serialization rather than missing content: after stripping whitespace
adjacent to tag boundaries the outputs are 11135 vs 11135 bytes (4010_837p),
11434 vs 11335 (5010_837p), 6743 vs 6752 (cms1500) and 1438 vs 1436
(statement). Two serialization defects remain and are being worked separately:
a raw CR that xsltproc escapes as &#13; (which would lose the X12 CRLF
terminator on re-parse), and indentation inserted inside text nodes (which
FixedFormXml consumes verbatim).
jbuchbinder added a commit that referenced this pull request Sep 15, 2026
…ratago)

gokogiri 26857df adds an opt-in XML_SAVE_LIBXSLT serializer that follows libxslt's
formatting and escaping (no indentation inside text nodes; CR escaped as &#13;)
while the plain-XML path keeps its previous implementation untouched - the
reference fixtures under gokogiri/xml/tests are unmodified, which is the
byte-for-byte evidence. ratago c9e8eee requests that mode for the xml and text
output methods.

Effect on the four shipped stylesheets against xsltproc: 4010_837p 15283 vs
15287, 5010_837p 15603 vs 15607, cms1500 9689 vs 9698, statement 2050 vs 2048
bytes, down from 17505/17806/13721/2818 - i.e. a handful of bytes from parity,
and the remaining deltas are numeric semantics rather than serialization. The
micro regression net stays 14/14. Verified with both engine modules resolved
from the module cache, not from local replace directives.

The temporary replace directives used while developing this are removed, so the
build no longer depends on sibling checkouts.
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.

0 participants