Skip to content

Commit aa6a6b7

Browse files
authored
Merge pull request #821 from alphagov/pp-12322-upgrade-to-v5-2
PP-12322 - Upgrade to govuk-frontend V5
2 parents 8309c61 + f358565 commit aa6a6b7

14 files changed

Lines changed: 863 additions & 469 deletions

.percy.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"exclude": [
1919
"/contact/index.html",
2020
"/features/index.html",
21-
"/payment-links/index.html"
21+
"/payment-links/index.html",
22+
"/assets/govuk/components/**"
2223
]
2324
},
2425
"upload": {

.secrets.baseline

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@
7575
{
7676
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
7777
},
78+
{
79+
"path": "detect_secrets.filters.common.is_baseline_file",
80+
"filename": ".secrets.baseline"
81+
},
7882
{
7983
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
8084
"min_level": 2
@@ -114,9 +118,9 @@
114118
"filename": "source/layouts/layout.html.erb",
115119
"hashed_secret": "e0cadc1a99504f3acead6e976b5773d8f34e1b94",
116120
"is_verified": false,
117-
"line_number": 30
121+
"line_number": 27
118122
}
119123
]
120124
},
121-
"generated_at": "2024-07-22T13:19:52Z"
125+
"generated_at": "2025-04-07T21:09:15Z"
122126
}

config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def tel_to(text, className)
6262
config.expose_middleman_helpers = true
6363
end
6464

65-
sprockets.append_path File.join(root, "node_modules/govuk-frontend/")
65+
sprockets.append_path File.join(root, "node_modules/govuk-frontend/dist/")
6666
sprockets.append_path File.join(root, "node_modules/gaap-analytics/build")
6767

6868
redirect "security.txt.html", to: "https://vdp.cabinetoffice.gov.uk/.well-known/security.txt"

0 commit comments

Comments
 (0)