Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hmrc/hmrc-frontend
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.51.0
Choose a base ref
...
head repository: hmrc/hmrc-frontend
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.52.0
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Jan 13, 2025

  1. PLATUI-3457 Upgrade for govuk-frontend + cleanup for old TODO

    Signed-off-by: Patryk Rudnicki <23506899+PatrykRudnicki@users.noreply.github.com>
    PatrykRudnicki committed Jan 13, 2025
    Copy the full SHA
    aae54bf View commit details
  2. PLATUI-3457 Update date in CHANGELOG

    Signed-off-by: Patryk Rudnicki <23506899+PatrykRudnicki@users.noreply.github.com>
    PatrykRudnicki committed Jan 13, 2025
    Copy the full SHA
    a6794f0 View commit details
  3. Merge pull request #436 from hmrc/PLATUI-3457-govuk-frontend-upgrade

    PLATUI-3457 Upgrade for govuk-frontend + cleanup for old TODO
    PatrykRudnicki authored Jan 13, 2025
    Copy the full SHA
    7209f26 View commit details
Showing with 17 additions and 17 deletions.
  1. +6 −0 CHANGELOG.md
  2. +6 −6 package-lock.json
  3. +2 −2 package.json
  4. +1 −7 src/_prototype-kit.scss
  5. +1 −1 src/all-govuk-and-hmrc.scss
  6. +1 −1 src/govuk-prototype-kit.config.json
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [6.52.0] - 2025-01-13

### Changed

- Updated govuk-frontend to v5.8.0

## [6.51.0] - 2025-01-09

### Changed
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hmrc-frontend",
"version": "6.51.0",
"version": "6.52.0",
"description": "Design patterns for HMRC frontends",
"scripts": {
"start": "gulp dev",
@@ -43,7 +43,7 @@
"homepage": "https://github.com/hmrc/hmrc-frontend#readme",
"dependencies": {
"accessible-autocomplete": "^3.0.1",
"govuk-frontend": "^5.7.1"
"govuk-frontend": "^5.8.0"
},
"devDependencies": {
"@babel/preset-env": "^7.21.5",
8 changes: 1 addition & 7 deletions src/_prototype-kit.scss
Original file line number Diff line number Diff line change
@@ -4,13 +4,7 @@ $hmrc-assets-path: $govuk-extensions-url-context + "/hmrc-frontend/hmrc/";

$govuk-suppressed-warnings: (
// following is inherited default value set by govuk-prototype-kit when loading plugin scss
legacy-colour-param,
// following is needed because we're not on the latest govuk-frontend version (so can't switch to using index), but can end up using it in prototypes
// TODO we should be able to remove once we update to govuk-frontend 5.4.0
import-using-all,
// following is needed because changing this will cause a visual difference to the pta account menu, so we need to check with them how to proceed
// https://github.com/alphagov/govuk-design-system/issues/2289
govuk-typography-scale-14
legacy-colour-param
);

@import "all";
2 changes: 1 addition & 1 deletion src/all-govuk-and-hmrc.scss
Original file line number Diff line number Diff line change
@@ -3,6 +3,6 @@ $hmrc-assets-path: "";
$govuk-assets-path: "govuk/";
$govuk-new-link-styles: true;

@import "../../govuk-frontend/dist/govuk/all";
@import "../../govuk-frontend/dist/govuk/index";
@import "components/all";
@import "hmrc-frontend-print-overrides";
2 changes: 1 addition & 1 deletion src/govuk-prototype-kit.config.json
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
"pluginDependencies": [
{
"packageName": "govuk-frontend",
"minVersion": "5.7.1"
"minVersion": "5.8.0"
}
],
"assets": [