From 7a472010dfc1f1b8b8785ddd9778fd644bbb3050 Mon Sep 17 00:00:00 2001 From: Peter Yates Date: Thu, 18 Jul 2024 20:24:30 +0100 Subject: [PATCH] Upgrade to govuk-frontend 5.4.1 Also take the opportunity to bump sass and prototype components --- README.md | 2 +- .../introduction/supported-versions.slim | 2 +- guide/package-lock.json | 24 +++++++++---------- guide/package.json | 6 ++--- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index f7a9c503..a405fd67 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Gem](https://img.shields.io/gem/dt/govuk_design_system_formbuilder?logo=rubygems)](https://rubygems.org/gems/govuk_design_system_formbuilder) [![Test Coverage](https://api.codeclimate.com/v1/badges/110136fb22341d3ba646/test_coverage)](https://codeclimate.com/github/x-govuk/govuk-form-builder/test_coverage) [![GitHub license](https://img.shields.io/github/license/x-govuk/govuk-form-builder)](https://github.com/x-govuk/govuk-form-builder/blob/main/LICENSE) -[![GOV.UK Design System version](https://img.shields.io/badge/GOV.UK%20Design%20System-5.4.0-brightgreen)](https://design-system.service.gov.uk) +[![GOV.UK Design System version](https://img.shields.io/badge/GOV.UK%20Design%20System-5.4.1-brightgreen)](https://design-system.service.gov.uk) [![Rails](https://img.shields.io/badge/Rails-6.1.7%20%E2%95%B1%207.1.3-E16D6D)](https://weblog.rubyonrails.org/releases/) [![Ruby](https://img.shields.io/badge/Ruby-3.1.6%20%20%E2%95%B1%203.2.4%20%20%E2%95%B1%203.3.4-E16D6D)](https://www.ruby-lang.org/en/downloads/) diff --git a/guide/content/introduction/supported-versions.slim b/guide/content/introduction/supported-versions.slim index 0635f3a1..618cc7bd 100644 --- a/guide/content/introduction/supported-versions.slim +++ b/guide/content/introduction/supported-versions.slim @@ -29,7 +29,7 @@ table.govuk-table.app-table--constrained th.govuk-table__header scope="row" | GOV.UK Design System td.govuk-table__cell.govuk-table__cell--numeric - | 5.4.0 + | 5.4.1 td.govuk-table__cell.govuk-table__cell--numeric | 3.14.0 tr.govuk-table__row diff --git a/guide/package-lock.json b/guide/package-lock.json index ad960d80..fc7286ce 100644 --- a/guide/package-lock.json +++ b/guide/package-lock.json @@ -10,9 +10,9 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@x-govuk/govuk-prototype-components": "^3.0.1", - "govuk-frontend": "5.4.0", - "sass": "^1.57.1" + "@x-govuk/govuk-prototype-components": "^3.0.6", + "govuk-frontend": "5.4.1", + "sass": "^1.77.8" } }, "node_modules/@nodelib/fs.scandir": { @@ -105,9 +105,9 @@ "optional": true }, "node_modules/@x-govuk/govuk-prototype-components": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@x-govuk/govuk-prototype-components/-/govuk-prototype-components-3.0.5.tgz", - "integrity": "sha512-K55FWYfkDiNBtpKBcbNHpcrcvLbQMkq8hjCqirj18X45gtcSu4whrFfCrvlkoE7WDwK7+f0flR5Tc+UdzJYv5A==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@x-govuk/govuk-prototype-components/-/govuk-prototype-components-3.0.6.tgz", + "integrity": "sha512-5HsOl5QdDZs/3zMWs7UzB0D+kEm2dczdWBfCeCW0fdT960ysbycnhUfJQ82SOU5TSJj36GrEgxSgBz+TCAL+1Q==", "dependencies": { "accessible-autocomplete": "^3.0.0", "eventslibjs": "^1.2.0" @@ -1659,9 +1659,9 @@ } }, "node_modules/govuk-frontend": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.4.0.tgz", - "integrity": "sha512-F3YwQYrYQqIPfNxsoph6O78Ey1unCB6cy6omx8KeWY9G504lWZFBSIaiUCma1jNLw9bOUU7Ui+tXG09jjqy0Mw==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.4.1.tgz", + "integrity": "sha512-Gmd8LV++TRh9OF6tA+9KQTpwvlsLcri7qRjViz9ji4YuwZvX+c9TD7tyE+dnJcqsQsJfhr9Fp38m3Hu3H7EIcQ==", "engines": { "node": ">= 4.2.0" } @@ -2861,9 +2861,9 @@ "optional": true }, "node_modules/sass": { - "version": "1.77.6", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.6.tgz", - "integrity": "sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==", + "version": "1.77.8", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.8.tgz", + "integrity": "sha512-4UHg6prsrycW20fqLGPShtEvo/WyHRVRHwOP4DzkUrObWoWI05QBSfzU71TVB7PFaL104TwNaHpjlWXAZbQiNQ==", "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", diff --git a/guide/package.json b/guide/package.json index 9d8d2d01..20609a0c 100644 --- a/guide/package.json +++ b/guide/package.json @@ -13,8 +13,8 @@ "author": "", "license": "ISC", "dependencies": { - "@x-govuk/govuk-prototype-components": "^3.0.1", - "govuk-frontend": "5.4.0", - "sass": "^1.57.1" + "@x-govuk/govuk-prototype-components": "^3.0.6", + "govuk-frontend": "5.4.1", + "sass": "^1.77.8" } }