From 61ec8609cfa11917cf64eab741078aa770d69d66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:48:13 +0000 Subject: [PATCH 1/2] Bump govuk_publishing_components from 37.9.1 to 37.10.0 Bumps [govuk_publishing_components](https://github.com/alphagov/govuk_publishing_components) from 37.9.1 to 37.10.0. - [Changelog](https://github.com/alphagov/govuk_publishing_components/blob/main/CHANGELOG.md) - [Commits](https://github.com/alphagov/govuk_publishing_components/compare/v37.9.1...v37.10.0) --- updated-dependencies: - dependency-name: govuk_publishing_components dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4bc7036fa..60e9d1235 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -168,7 +168,7 @@ GEM govuk_personalisation (0.16.0) plek (>= 1.9.0) rails (>= 6, < 8) - govuk_publishing_components (37.9.1) + govuk_publishing_components (37.10.0) govuk_app_config govuk_personalisation (>= 0.7.0) kramdown @@ -356,7 +356,7 @@ GEM opentelemetry-api (~> 1.0) opentelemetry-common (~> 0.20.0) opentelemetry-instrumentation-base (~> 0.22.1) - opentelemetry-instrumentation-faraday (0.24.0) + opentelemetry-instrumentation-faraday (0.24.1) opentelemetry-api (~> 1.0) opentelemetry-common (~> 0.20.0) opentelemetry-instrumentation-base (~> 0.22.1) @@ -538,7 +538,7 @@ GEM rdoc (6.6.3.1) psych (>= 4.0.0) regexp_parser (2.9.0) - reline (0.4.3) + reline (0.5.0) io-console (~> 0.5) request_store (1.6.0) rack (>= 1.4) From bb228213981c3c53a8be08020cee6c16f41c7b34 Mon Sep 17 00:00:00 2001 From: Jess Jones Date: Thu, 14 Mar 2024 20:43:45 +0000 Subject: [PATCH 2/2] Update manual_section_test.rb Specialist topics are no longer present in the links of any live content, so this test is no longer representative. --- test/integration/manual_section_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/manual_section_test.rb b/test/integration/manual_section_test.rb index e8db6c50b..1216cbfc6 100644 --- a/test/integration/manual_section_test.rb +++ b/test/integration/manual_section_test.rb @@ -17,10 +17,10 @@ class ManualSectionTest < ActionDispatch::IntegrationTest test "renders contextual breadcrumbs from parent manuals tagging" do setup_and_visit_manual_section - manual_topic = @manual["links"]["topics"].first + manual_taxonomy_topic = @manual["links"]["taxons"].first within ".gem-c-contextual-breadcrumbs" do - assert page.has_link?(manual_topic["title"], href: manual_topic["base_path"]) + assert page.has_link?(manual_taxonomy_topic["title"], href: manual_taxonomy_topic["base_path"]) end end