From e2c700370f64a55389f7bf658650ad8186326f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 03:41:27 +0000 Subject: [PATCH 1/2] Bump govuk-frontend from 5.7.1 to 5.8.0 Bumps [govuk-frontend](https://github.com/alphagov/govuk-frontend) from 5.7.1 to 5.8.0. - [Release notes](https://github.com/alphagov/govuk-frontend/releases) - [Changelog](https://github.com/alphagov/govuk-frontend/blob/main/CHANGELOG.md) - [Commits](https://github.com/alphagov/govuk-frontend/compare/v5.7.1...v5.8.0) --- updated-dependencies: - dependency-name: govuk-frontend dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 901389e370..70482b6673 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "datatables.net-select": "2.1.0", "dropzone": "^5.9.3", "file-loader": "^6.2.0", - "govuk-frontend": "^5.7.1", + "govuk-frontend": "^5.8.0", "jquery": "^3.7.1", "jquery-accessible-accordion-aria": "^2.6.1", "jquery-datatables-checkboxes": "^1.3.0", diff --git a/yarn.lock b/yarn.lock index 3bc8d0a3af..f0aa825260 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2889,10 +2889,10 @@ gopd@^1.0.1, gopd@^1.2.0: resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1" integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg== -govuk-frontend@^5.7.1: - version "5.7.1" - resolved "https://registry.yarnpkg.com/govuk-frontend/-/govuk-frontend-5.7.1.tgz#d4c561ebf8c0b76130f31df8c2e4d70d340cd63f" - integrity sha512-jF1cq5rn57kxZmJRprUZhTQ31zaBBK4b5AyeJaPX3Yhg22lk90Mx/dQLvOk/ycV3wM7e0y+s4IPvb2fFaPlCGg== +govuk-frontend@^5.8.0: + version "5.8.0" + resolved "https://registry.yarnpkg.com/govuk-frontend/-/govuk-frontend-5.8.0.tgz#da1b03cb4f2ba1f6036be0dac3c5327c3405174c" + integrity sha512-6l3f/YhDUCWjpmSW3CL95Hg8B+ZLzTf2WYo25ZtCs2Lb8UIzxxxFI8LxG7Ey/z04UuPhUunqFhTwSkQyJ69XbQ== graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.2.11, graceful-fs@^4.2.4: version "4.2.11" From 73683a03c80c592a7d8b439b908615811e625a3a Mon Sep 17 00:00:00 2001 From: Joe Haig Date: Fri, 10 Jan 2025 09:01:28 +0000 Subject: [PATCH 2/2] Change govuk/all to govuk/index govuk/all is deprecated in govuk-frontend 5.8.0. See https://github.com/alphagov/govuk-frontend/releases/tag/v5.8.0 --- app/webpack/stylesheets/application.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/webpack/stylesheets/application.scss b/app/webpack/stylesheets/application.scss index 079fa3486a..b5ad7f5a71 100644 --- a/app/webpack/stylesheets/application.scss +++ b/app/webpack/stylesheets/application.scss @@ -3,7 +3,7 @@ $govuk-images-path: "~govuk-frontend/dist/govuk/assets/images/"; $govuk-fonts-path: "~govuk-frontend/dist/govuk/assets/fonts/"; -@import "~govuk-frontend/dist/govuk/all"; +@import "~govuk-frontend/dist/govuk/index"; @import "~govuk-frontend/dist/govuk/base"; @import "~govuk-frontend/dist/govuk/core/typography";