From d9bdda4bc802361e9398496114e37d46bcc9be4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 22:41:17 +0000 Subject: [PATCH 1/2] Update module go.followtheprocess.codes/snapshot to v0.11.0 --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 591432a..d138a39 100644 --- a/go.mod +++ b/go.mod @@ -4,12 +4,12 @@ go 1.26 require ( go.followtheprocess.codes/hue v1.2.0 - go.followtheprocess.codes/snapshot v0.10.1 + go.followtheprocess.codes/snapshot v0.11.0 ) require ( go.followtheprocess.codes/diff v0.2.0 - go.yaml.in/yaml/v4 v4.0.0-rc.4 // indirect + go.yaml.in/yaml/v4 v4.0.0-rc.6 // indirect golang.org/x/sys v0.46.0 // indirect golang.org/x/term v0.44.0 // indirect ) diff --git a/go.sum b/go.sum index 9937f39..47f496c 100644 --- a/go.sum +++ b/go.sum @@ -2,10 +2,10 @@ go.followtheprocess.codes/diff v0.2.0 h1:NuEPvXSUEIeBqpSukuhkAUchS1EaiH7PYSj9zes go.followtheprocess.codes/diff v0.2.0/go.mod h1:bDSZPC9CvkRr8HlOwjE1bl/8qFAmiA3LVtkThRnniis= go.followtheprocess.codes/hue v1.2.0 h1:irFHJvgXIgFWyc2z2EYd87raFNZ8nHFvQSfXhozo+ow= go.followtheprocess.codes/hue v1.2.0/go.mod h1:GxmAqxUuqDAWxXKzanv1GM7SgclNU6yIq4f9rYgDd1k= -go.followtheprocess.codes/snapshot v0.10.1 h1:GWNOdDxGtRiw0HVKnidhCHI0ymmZaaiHAARimyjNVU4= -go.followtheprocess.codes/snapshot v0.10.1/go.mod h1:vCkJeHMLa4mOP451SrA9m+Ym5tumx66hXm318jAwf5Y= -go.yaml.in/yaml/v4 v4.0.0-rc.4 h1:UP4+v6fFrBIb1l934bDl//mmnoIZEDK0idg1+AIvX5U= -go.yaml.in/yaml/v4 v4.0.0-rc.4/go.mod h1:aZqd9kCMsGL7AuUv/m/PvWLdg5sjJsZ4oHDEnfPPfY0= +go.followtheprocess.codes/snapshot v0.11.0 h1:kZniEW/+QB9i9/wdHS9q6AMueAYtE4YFyQRA6W3ksas= +go.followtheprocess.codes/snapshot v0.11.0/go.mod h1:Sj2A1XQ3gmt0jKUsp8C5X9OPstMKo7VI5vcfR38/+s0= +go.yaml.in/yaml/v4 v4.0.0-rc.6 h1:1h7H1ohdUh93/FyE4YaDa1Zh64K6VVbjF4K6WUxMtH4= +go.yaml.in/yaml/v4 v4.0.0-rc.6/go.mod h1:aZqd9kCMsGL7AuUv/m/PvWLdg5sjJsZ4oHDEnfPPfY0= golang.org/x/sys v0.46.0 h1:noSf2Fq6F8DBgS+LysIkx7rIExoNHJsxOAtPp4rthXw= golang.org/x/sys v0.46.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw= golang.org/x/term v0.44.0 h1:0rLvDRCtNj0gZkyIXhCyOb2OAzEhLVqc4B+hrsBhrmc= From 6a538e0a64ba4d315c2097e4252ace7383f89dd4 Mon Sep 17 00:00:00 2001 From: Tom Fleet Date: Tue, 23 Jun 2026 06:31:39 +0100 Subject: [PATCH 2/2] Fix test expectations --- .../FloatEqualityThreshold_negative_infinity.snap | 3 ++- .../FloatEqualityThreshold_positive_infinity.snap | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/testdata/snapshots/TestTest/Option_errors/FloatEqualityThreshold_negative_infinity.snap b/testdata/snapshots/TestTest/Option_errors/FloatEqualityThreshold_negative_infinity.snap index 1cab5cd..5ee158b 100644 --- a/testdata/snapshots/TestTest/Option_errors/FloatEqualityThreshold_negative_infinity.snap +++ b/testdata/snapshots/TestTest/Option_errors/FloatEqualityThreshold_negative_infinity.snap @@ -1,4 +1,5 @@ source: test_test.go expression: buf.String() --- -'NearlyEqual: could not apply options: cannot set floating point equality threshold to ±infinity' +'NearlyEqual: could not apply options: cannot set floating point equality threshold + to ±infinity' diff --git a/testdata/snapshots/TestTest/Option_errors/FloatEqualityThreshold_positive_infinity.snap b/testdata/snapshots/TestTest/Option_errors/FloatEqualityThreshold_positive_infinity.snap index 1cab5cd..5ee158b 100644 --- a/testdata/snapshots/TestTest/Option_errors/FloatEqualityThreshold_positive_infinity.snap +++ b/testdata/snapshots/TestTest/Option_errors/FloatEqualityThreshold_positive_infinity.snap @@ -1,4 +1,5 @@ source: test_test.go expression: buf.String() --- -'NearlyEqual: could not apply options: cannot set floating point equality threshold to ±infinity' +'NearlyEqual: could not apply options: cannot set floating point equality threshold + to ±infinity'