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
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
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>
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 (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 ) 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps golang.org/x/net from 0.47.0 to 0.55.0.
Commits
7770ec4go.mod: update golang.org/x dependencies4ece7b6html: escape greater-than symbol in doctype identifiers08be507html: improve Noah's Ark clause performancea8fb2fehtml: properly render fostered elements in foreign content0dc5b7ahtml: properly check namespace in "in body" any other end taga452f3chtml: ignore duplicate attributes during tokenizationf865199quic: fix appendMaxDataFrame erroneously accumulating sentLimit210ed3cquic: establish a "happened-before" relationship between stream write and readad8140equic: fix buffer slicing when handling overlapping stream data23ee2efhttp2: avoid API changes when built with go1.27Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.