From 09c40eaa507d5f07b363e4d2f8a98a7a711ce2e9 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Thu, 8 Jan 2026 21:33:46 +0000 Subject: [PATCH] regenerate tests to fix failures --- tests/smoke-bundler-group-multidir.yaml | 31 ++++---- tests/smoke-bundler-security-subdep.yaml | 8 +- tests/smoke-cargo-group-multidir.yaml | 89 +++++++++++------------ tests/smoke-dotnet-sdk-security.yaml | 93 ++++++++++++------------ tests/smoke-go-graph.yaml | 5 +- tests/smoke-go-group-multidir.yaml | 1 + tests/smoke-go-group-security.yaml | 1 + tests/smoke-go-security.yaml | 1 + tests/smoke-gradle-group-multidir.yaml | 1 + tests/smoke-gradle-lockfile.yaml | 5 +- tests/smoke-maven-group-multidir.yaml | 1 + tests/smoke-npm-group-multidir.yaml | 1 + tests/smoke-npm-remove-transitive.yaml | 3 +- tests/smoke-python-group-multidir.yaml | 1 + 14 files changed, 123 insertions(+), 118 deletions(-) diff --git a/tests/smoke-bundler-group-multidir.yaml b/tests/smoke-bundler-group-multidir.yaml index fe0bc7cc..50d47f3f 100644 --- a/tests/smoke-bundler-group-multidir.yaml +++ b/tests/smoke-bundler-group-multidir.yaml @@ -1,5 +1,6 @@ input: job: + command: update package-manager: bundler allowed-updates: - dependency-type: direct @@ -205,7 +206,7 @@ output: nokogiri (1.11.1) mini_portile2 (~> 2.5.0) racc (~> 1.4) - racc (1.7.3) + racc (1.8.1) rack (1.6.13) sinatra (1.2.3) rack (~> 1.1) @@ -250,7 +251,7 @@ output: nokogiri (1.11.1) mini_portile2 (~> 2.5.0) racc (~> 1.4) - racc (1.7.3) + racc (1.8.1) rack (3.0.7) PLATFORMS @@ -335,12 +336,12 @@ output:
Changelog -

Sourced from nokogiri's changelog.

+

Sourced from nokogiri's changelog.

-

1.11.1 / 2021-01-06

+

v1.11.1 / 2021-01-06

Fixed

    -
  • [CRuby] If libxml-ruby is loaded before nokogiri, the SAX and Push parsers no longer call libxml-ruby's handlers. Instead, they defensively override the libxml2 global handler before parsing. #2168
  • +
  • [CRuby] If libxml-ruby is loaded before nokogiri, the SAX and Push parsers no longer call libxml-ruby's handlers. Instead, they defensively override the libxml2 global handler before parsing. [#2168]
@@ -386,12 +387,12 @@ output:
Changelog -

Sourced from nokogiri's changelog.

+

Sourced from nokogiri's changelog.

-

1.11.1 / 2021-01-06

+

v1.11.1 / 2021-01-06

Fixed

    -
  • [CRuby] If libxml-ruby is loaded before nokogiri, the SAX and Push parsers no longer call libxml-ruby's handlers. Instead, they defensively override the libxml2 global handler before parsing. #2168
  • +
  • [CRuby] If libxml-ruby is loaded before nokogiri, the SAX and Push parsers no longer call libxml-ruby's handlers. Instead, they defensively override the libxml2 global handler before parsing. [#2168]
@@ -449,6 +450,7 @@ output:
  • Make query parameters without = have nil values. (#2059, [@​jeremyevans])
  • [3.0.6.1] - 2023-03-13

    +

    Security

    @@ -461,10 +463,12 @@ output:
  • Split form/query parsing into two steps. (#2038, @​matthewd)
  • [3.0.4.2] - 2023-03-02

    +

    Security

    [3.0.4.1] - 2023-01-17

    +

    Security